From 1292b3683f64795335f3f7d6648540ee6f8ada04 Mon Sep 17 00:00:00 2001 From: ouidade Date: Wed, 14 Apr 2021 22:54:46 +0200 Subject: [PATCH] readme, url img --- README.md | 24 ++++++++++++------- .../epau-antimatter/css-compiled/template.css | 5 ++-- .../scss/template/_custom.scss | 3 ++- .../templates/partials/base.html.twig | 2 +- 4 files changed, 21 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 5951a9b..3dd5d08 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ # 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 +# 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 ``` @@ -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 $ 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 diff --git a/user/themes/epau-antimatter/css-compiled/template.css b/user/themes/epau-antimatter/css-compiled/template.css index 23f568f..f6a0f2a 100644 --- a/user/themes/epau-antimatter/css-compiled/template.css +++ b/user/themes/epau-antimatter/css-compiled/template.css @@ -803,7 +803,8 @@ ul.pagination { background: none !important; } #sb-site #body { background: none !important; - padding-bottom: 2rem !important; } + padding-bottom: 2rem !important; + font-family: "Sarabun", sans-serif !important; } #header.scrolled { padding-left: 2rem; @@ -982,7 +983,7 @@ ul.pagination { .mozaique_personnes .equipe h3 { padding-top: 3rem; min-width: 100%; - font-family: "Sarabun"; + font-family: "Sarabun", sans-serif; font-weight: 800; font-size: 1rem; line-height: 20px; diff --git a/user/themes/epau-antimatter/scss/template/_custom.scss b/user/themes/epau-antimatter/scss/template/_custom.scss index fd37f4c..028a127 100644 --- a/user/themes/epau-antimatter/scss/template/_custom.scss +++ b/user/themes/epau-antimatter/scss/template/_custom.scss @@ -22,6 +22,7 @@ #body{ background: none !important; padding-bottom: 2rem !important; + font-family: "Sarabun", sans-serif !important; } } @@ -350,7 +351,7 @@ padding-top: 3rem; // padding-left: 15%; min-width: 100%; - font-family: "Sarabun"; + font-family: "Sarabun", sans-serif; font-weight: 800; font-size: 1rem; line-height: 20px; diff --git a/user/themes/epau-antimatter/templates/partials/base.html.twig b/user/themes/epau-antimatter/templates/partials/base.html.twig index 2465d47..8b5b507 100644 --- a/user/themes/epau-antimatter/templates/partials/base.html.twig +++ b/user/themes/epau-antimatter/templates/partials/base.html.twig @@ -52,7 +52,7 @@