readme, url img

This commit is contained in:
2021-04-14 22:54:46 +02:00
parent c8f6de919f
commit 1292b3683f
4 changed files with 21 additions and 13 deletions
+15 -9
View File
@@ -27,7 +27,7 @@
# Intall admin plugin # Intall admin plugin
``` ```
bin/gpm install devtools $ bin/gpm install devtools
``` ```
@@ -44,6 +44,20 @@ $ php -S localhost:8000 system/router.php
cette fenêtre doit restée ouverte cette fenêtre doit restée ouverte
# Dans le navigateur
aller sur http://localhost:8000/
pour voir le site
aller sur http://localhost:8000/admin
pour accéder au back office
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
# Compilé les SCSS # Compilé les SCSS
``` ```
@@ -60,11 +74,3 @@ puis à chaque fois, dans une 2e fenêtre de Terminal, qui doit également rest
$ cd chemin/du/dossier/dev-epau.archi.fr/user/theme/epau-antimatter $ cd chemin/du/dossier/dev-epau.archi.fr/user/theme/epau-antimatter
$ npm run sass $ npm run sass
``` ```
# Dans le navigateur
aller sur http://localhost:8000/
pour voir le site
aller sur http://localhost:8000/admin
pour accéder au back office
@@ -803,7 +803,8 @@ ul.pagination {
background: none !important; } background: none !important; }
#sb-site #body { #sb-site #body {
background: none !important; background: none !important;
padding-bottom: 2rem !important; } padding-bottom: 2rem !important;
font-family: "Sarabun", sans-serif !important; }
#header.scrolled { #header.scrolled {
padding-left: 2rem; padding-left: 2rem;
@@ -982,7 +983,7 @@ ul.pagination {
.mozaique_personnes .equipe h3 { .mozaique_personnes .equipe h3 {
padding-top: 3rem; padding-top: 3rem;
min-width: 100%; min-width: 100%;
font-family: "Sarabun"; font-family: "Sarabun", sans-serif;
font-weight: 800; font-weight: 800;
font-size: 1rem; font-size: 1rem;
line-height: 20px; line-height: 20px;
@@ -22,6 +22,7 @@
#body{ #body{
background: none !important; background: none !important;
padding-bottom: 2rem !important; padding-bottom: 2rem !important;
font-family: "Sarabun", sans-serif !important;
} }
} }
@@ -350,7 +351,7 @@
padding-top: 3rem; padding-top: 3rem;
// padding-left: 15%; // padding-left: 15%;
min-width: 100%; min-width: 100%;
font-family: "Sarabun"; font-family: "Sarabun", sans-serif;
font-weight: 800; font-weight: 800;
font-size: 1rem; font-size: 1rem;
line-height: 20px; line-height: 20px;
@@ -52,7 +52,7 @@
<div id="logo"> <div id="logo">
<img id="gouv" src="/user/pages/01.home/Republique-francaise-logo-sans-text.svg" alt="logo République Française"> <img id="gouv" src="user/pages/01.home/Republique-francaise-logo-sans-text.svg" alt="logo République Française">
<img id="epau" src="user/pages/01.home/EPAU_logo_EPAU_vecto-seul.svg" alt="logo EPAU"> <img id="epau" src="user/pages/01.home/EPAU_logo_EPAU_vecto-seul.svg" alt="logo EPAU">
</div> </div>