diff options
author | Minteck <contact@minteck.org> | 2023-03-05 09:42:52 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2023-03-05 09:42:52 +0100 |
commit | a4d4376e857c21a2e21221a9b522e91c79740788 (patch) | |
tree | f816fabb69ea5d273820b822a365e5712a5fd1dd /pages/games.inc | |
parent | 27e0f1f5b61a11a816b42bb9fc8c9fd392260ffe (diff) | |
download | pluralconnect-a4d4376e857c21a2e21221a9b522e91c79740788.tar.gz pluralconnect-a4d4376e857c21a2e21221a9b522e91c79740788.tar.bz2 pluralconnect-a4d4376e857c21a2e21221a9b522e91c79740788.zip |
Updated 2 files and added 3 files (automated)
Diffstat (limited to 'pages/games.inc')
-rw-r--r-- | pages/games.inc | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/pages/games.inc b/pages/games.inc new file mode 100644 index 0000000..4df95f1 --- /dev/null +++ b/pages/games.inc @@ -0,0 +1,83 @@ +<?php + +require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.inc"; global $title; global $isLoggedIn; global $lang; global $pages; global $app; +require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/header.inc'; + +?> + +<style> + @media (max-width: 1000px) { + .games { + grid-template-columns: repeat(3, 1fr) !important; + grid-gap: 10px !important; + } + } +</style> + +<br> +<div class="container"> + <h1 style="text-align: center; margin-bottom: 20px;">51<sup>st</sup> Equestria Games</h1> + <p> + <b>June 30<sup>th</sup> — July 6<sup>th</sup><br>Maretime Bay, Equestria</b> + </p> + <p> + <span class="btn btn-outline-light disabled">Apply now</span><br> + <span class="text-muted small" style="margin-top: 5px;">(applications open on April 1<sup>st</sup> until May 1<sup>st</sup>)</span> + </p> + <div> + <span style="vertical-align: middle;">Participating ponies (<?= count(json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/games.json"))) ?>): </span><?php foreach (json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/games.json")) as $player): $player = getMemberWithoutSystem($player); ?><img src="<?= getAsset($player["_system"], $player["id"], "heads") ?>" style="width: 24px;" title="<?= $player["display_name"] ?? $player["name"] ?>" data-bs-toggle="tooltip" class="tooltip-nohelp"><?php endforeach; ?> + </div> + + <hr> + <h2>List of games</h2> + + <div style="display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 20px;" class="games"> + <div style="border-radius: 10px; padding: 10px; text-align: center; background-color: rgba(255,128,128,0.15); border: 1px solid rgba(255,128,128,0.15);">Volleyball</div> + <div style="border-radius: 10px; padding: 10px; text-align: center; background-color: rgba(255,234,128,0.15); border: 1px solid rgba(255,234,128,0.15);">Paddleboat</div> + <div style="border-radius: 10px; padding: 10px; text-align: center; background-color: rgba(160,255,128,0.15); border: 1px solid rgba(159,255,128,0.15);">Magic</div> + <div style="border-radius: 10px; padding: 10px; text-align: center; background-color: rgba(128,153,255,0.15); border: 1px solid rgba(128,153,255,0.15);">Swimming</div> + <div style="border-radius: 10px; padding: 10px; text-align: center; background-color: rgba(194,128,255,0.15); border: 1px solid rgba(193,128,255,0.15);">Relay</div> + </div> + + <hr> + <h2>Schedule</h2> + <ul> + <li style="margin-bottom: 10px;"><b>June 30<sup>th</sup>, 5pm-7pm UTC</b><br>Initial Check-in<br>Equestria Games Control Center, Headspace, Raindrops System</li> + <li style="margin-bottom: 10px;"><b>June 30<sup>th</sup>, 8pm-10pm UTC</b><br>Final Check-in<br>Police Office, Maretime Bay, Equestria</li> + <li style="margin-bottom: 10px;"><b>July 1<sup>st</sup>, 1pm-2pm UTC</b><br>Opening Ceremony<br>Town Hall, Maretime Bay, Equestria</li> + <li style="margin-bottom: 10px;"><b>July 1<sup>st</sup>, 2pm-5pm UTC</b><br>Volleyball<br>West Coast, Maretime Bay, Equestria</li> + <li style="margin-bottom: 10px;"><b>July 2<sup>nd</sup>, 2pm-5pm UTC</b><br>Paddleboat<br>Ocean, Maretime Bay, Equestria</li> + <li style="margin-bottom: 10px;"><b>July 3<sup>rd</sup>, 2pm-5pm UTC</b><br>Magic<br>Crystal Brighthouse Garden, Maretime Bay, Equestria</li> + <li style="margin-bottom: 10px;"><b>July 4<sup>th</sup>, 2pm-5pm UTC</b><br>Swimming<br>Ocean, Maretime Bay, Equestria</li> + <li style="margin-bottom: 10px;"><b>July 5<sup>th</sup>, 2pm-5pm UTC</b><br>Relay<br>Town Garden, Maretime Bay, Equestria</li> + <li style="margin-bottom: 10px;"><b>July 6<sup>th</sup>, 12pm-2pm UTC</b><br>Winners Celebration<br>Town Hall, Maretime Bay, Equestria</li> + <li style="margin-bottom: 10px;"><b>July 6<sup>th</sup>, 2pm-5pm UTC</b><br>Closing Ceremony<br>Town Hall, Maretime Bay, Equestria</li> + </ul> + + <hr> + <h2>How does it work?</h2> + <ul> + <li>After initial check-in is completed, ponies will stay in Raindrops System. Departure to Equestria will happen at 7:30pm UTC.</li> + <li>After final check-in is completed, ponies are allowed to go back to their respective systems for the night.</li> + <li>Ponies are not required to be present during the opening ceremony. However, they are required to show up 15 minutes before each game starts.</li> + <li>Ponies are allowed to go back to their respective systems for the rest of the day 15 minutes after a game ends.</li> + <li>All participating ponies are required to be present during the winner celebration. They need to be present at least 30 minutes before, and they can go back to their respective systems as soon as the closing ceremony starts.</li> + <li>Ponies are not required to be present during the closing ceremony.</li> + <li>Princess Luna (Raindrops System), Princess Celestia, and Princess Cadance are not allowed to leave their respective systems to participate in the event.</li> + <li>Trains between Equestria and all 3 systems will leave every 15 minutes.</li> + <li>Ponies from Raindrops System or Cloudburst System are required to follow the fronting schedule regardless of the event.</li> + </ul> + + <hr> + <h2>Rules</h2> + <ul> + <li>Use of magic is not allowed during any of the games, except for the magic competition.</li> + <li>Any pony surprised cheating will be permanently excluded from the Equestria Games and any subsequent events.</li> + <li>Ponies who are not from Equestria are allowed to participate in the event as spectators only.</li> + <li>Ponies who are less than 16 years old will need to be accompanied by an adult pony.</li> + <li>Applications cannot be revoked 48 hours before the event starts. A pony who applied is required to go to the event.</li> + <li>Ponies arriving late may not be able to participate in the current game.</li> + </ul> +</div> + +<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/footer.inc'; ?> |