diff --git a/assets/css/homepage/_content.scss b/assets/css/homepage/_content.scss index e0ce921..d5b82d6 100644 --- a/assets/css/homepage/_content.scss +++ b/assets/css/homepage/_content.scss @@ -32,4 +32,12 @@ main div.txt a { transition: color 180ms; &:hover { color: #c5e8ff; } -} \ No newline at end of file +} + +main div.txt img { + border-radius: 10px; +} + +main div.txt .img-container { + text-align: center; +} diff --git a/public/images/privileges/battle.png b/public/images/privileges/battle.png new file mode 100644 index 0000000..ba81948 Binary files /dev/null and b/public/images/privileges/battle.png differ diff --git a/public/images/privileges/history.png b/public/images/privileges/history.png new file mode 100644 index 0000000..bb9a7f1 Binary files /dev/null and b/public/images/privileges/history.png differ diff --git a/public/images/privileges/security.png b/public/images/privileges/security.png new file mode 100644 index 0000000..cd769db Binary files /dev/null and b/public/images/privileges/security.png differ diff --git a/public/images/privileges/shared-battle.png b/public/images/privileges/shared-battle.png new file mode 100644 index 0000000..a256ee1 Binary files /dev/null and b/public/images/privileges/shared-battle.png differ diff --git a/public/images/privileges/stat.png b/public/images/privileges/stat.png new file mode 100644 index 0000000..7cee86f Binary files /dev/null and b/public/images/privileges/stat.png differ diff --git a/src/Controller/GameController.php b/src/Controller/GameController.php index e7bd9f5..26c44d1 100644 --- a/src/Controller/GameController.php +++ b/src/Controller/GameController.php @@ -111,6 +111,12 @@ class GameController extends AbstractController return $this->render('Official/landing.html.twig'); } + #[Route('/rules', name: 'MineSeekerBundle_rules')] + public function rules(): Response + { + return $this->render('Official/rules.html.twig'); + } + public function sendMail(MailerInterface $mailer, ContactMessage $contactMessage): void { try { diff --git a/templates/Game/index.html.twig b/templates/Game/index.html.twig index 106016a..54587d5 100644 --- a/templates/Game/index.html.twig +++ b/templates/Game/index.html.twig @@ -254,6 +254,7 @@