diff --git a/assets/app.js b/assets/app.js index 8725cc5..883dec4 100644 --- a/assets/app.js +++ b/assets/app.js @@ -5,6 +5,6 @@ import './bootstrap.js'; * This file will be included onto the page via the importmap() Twig function, * which should already be in your base.html.twig. */ -import './styles/app.css'; +import './styles/css/app.css'; console.log('This log comes from assets/app.js - welcome to AssetMapper! 🎉'); diff --git a/assets/styles/app.css b/assets/styles/css/app.css similarity index 100% rename from assets/styles/app.css rename to assets/styles/css/app.css diff --git a/assets/styles/css/calendrierChauffagiste.css b/assets/styles/css/calendrierChauffagiste.css new file mode 100644 index 0000000..e69de29 diff --git a/assets/styles/css/calendrierSecretaire.css b/assets/styles/css/calendrierSecretaire.css new file mode 100644 index 0000000..e69de29 diff --git a/assets/styles/css/intervention.css b/assets/styles/css/intervention.css new file mode 100644 index 0000000..e69de29 diff --git a/assets/styles/css/login.css b/assets/styles/css/login.css new file mode 100644 index 0000000..2b86d9d --- /dev/null +++ b/assets/styles/css/login.css @@ -0,0 +1,67 @@ +body { + width: 1500px; + height: 1000px; + + background: linear-gradient(#A0C2C8, #A6CD9E); +} + +.logo { + position: absolute; + margin: -3% 0 0 1%; + height: 30%; +} + +.titre { /*pas fini*/ + margin: 4% 10% 0 25%; + font-weight: 50; + font-size: 450%; +} + +.background { + position: absolute; + width: 50%; + height: 50%; + left: 25%; + top: 25%; + + background: rgba(36, 60, 64, 0.7); +} + + +.logoEmail { + position: absolute; + margin: 6.5% 0 0 31%; + height: 12%; + background: #243C40; +} +.email { + position: absolute; + margin: 7% 0 0 37.5%; + width: 30%; + height: 9.5%; + background-color: #f0f0f0; +} + +.logoPassword { + position: absolute; + margin: 16.5% 0 0 31%; + height: 12%; + background: #243C40; +} +.password { + position: absolute; + margin: 17% 0 0 37.5%; + width: 30%; + height: 9.5%; + background-color: #f0f0f0; +} + +/*forgot password*/ +.forgot { + position: absolute; + margin: 23.5% 0 0 42.5%; + font-size: 130%; + color: #f0f0f0; +} + + diff --git a/assets/styles/image/1.png b/assets/styles/image/1.png new file mode 100644 index 0000000..99bb380 Binary files /dev/null and b/assets/styles/image/1.png differ diff --git a/assets/styles/image/2.png b/assets/styles/image/2.png new file mode 100644 index 0000000..87dd915 Binary files /dev/null and b/assets/styles/image/2.png differ diff --git a/assets/styles/image/LogoHegreConfort_SansFond.png b/assets/styles/image/LogoHegreConfort_SansFond.png new file mode 100644 index 0000000..bd78f17 Binary files /dev/null and b/assets/styles/image/LogoHegreConfort_SansFond.png differ diff --git a/src/Controller/CalendrierController.php b/src/Controller/CalendrierController.php new file mode 100644 index 0000000..3fc2c78 --- /dev/null +++ b/src/Controller/CalendrierController.php @@ -0,0 +1,18 @@ +render('calendrier/index.html.twig', [ + 'controller_name' => 'CalendrierController', + ]); + } +} diff --git a/templates/calendrier/indexChauffagiste.html.twig b/templates/calendrier/indexChauffagiste.html.twig new file mode 100644 index 0000000..e69de29 diff --git a/templates/calendrier/indexSecretaire.html.twig b/templates/calendrier/indexSecretaire.html.twig new file mode 100644 index 0000000..4f874cd --- /dev/null +++ b/templates/calendrier/indexSecretaire.html.twig @@ -0,0 +1,20 @@ +{% extends 'base.html.twig' %} + +{% block title %}Hello CalendrierController!{% endblock %} + +{% block body %} + + +
/home/allarda@stsio.lan/Test/HegreEtConfort/src/Controller/CalendrierController.php
/home/allarda@stsio.lan/Test/HegreEtConfort/templates/calendrier/index.html.twig
E:/BTS/PhpStorm/HegreEtConfort/src/Controller/LoginController.php
E:/BTS/PhpStorm/HegreEtConfort/templates/login/index.html.twig
Mot de passe oublié ?
+ +