diff --git a/public/images/fond_site.png b/public/images/fond_site.png new file mode 100644 index 0000000..f26fa80 Binary files /dev/null and b/public/images/fond_site.png differ diff --git a/src/Controller/IndexController.php b/src/Controller/IndexController.php index 0bc7e55..c1ad21b 100644 --- a/src/Controller/IndexController.php +++ b/src/Controller/IndexController.php @@ -11,8 +11,12 @@ class IndexController extends AbstractController #[Route('/index', name: 'app_index')] public function index(): Response { - return $this->render('index/index.html.twig', [ - 'controller_name' => 'IndexController', - ]); + return $this->render('index/index.html.twig', []); + } + + #[Route('/test', name: 'app_test')] + public function test(): Response + { + return $this->render('base.html.twig', []); } } \ No newline at end of file diff --git a/templates/base.html.twig b/templates/base.html.twig index 3cda30f..ff7d2bf 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -1,17 +1,47 @@ - -
- -Connectez les talents aux opportunités : votre clé vers le succès professionnel
++850 Stages
+1500 Candidats
++500 Entreprises
+- Connectez les talents aux opportunités : votre clé vers le succès professionnel -
-- +850 Stages -
-- 1500 Candidats -
-- +500 Entreprises -
-- Bauch, Schuppe and Schulist Co -
-{{ offer.company }}
+- Wisozk - Becker Co -
-- Metz, Quigley and Feest Inc. -
-- VonRueden - Weber Co -
-- Cormier, Turner and Bailey Inc -
-+ Déjà inscrit ? Connectez-vous ici +
- {{ form_errors(registrationForm) }} + {{ form_start(registrationForm, { 'attr': { 'class': 'space-y-4' } }) }} - {{ form_start(registrationForm) }} - {{ form_row(registrationForm.nickname) }} - {{ form_row(registrationForm.firstname) }} - {{ form_row(registrationForm.lastname) }} - {{ form_row(registrationForm.mail) }} - {{ form_row(registrationForm.plainPassword, { - label: 'Password' - }) }} -{# {{ form_row(registrationForm.agreeTerms) }}#} +