Browse Source

readme, url img

ouidade 3 years ago
parent
commit
1292b3683f

+ 15 - 9
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

+ 3 - 2
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;

+ 2 - 1
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;

+ 1 - 1
user/themes/epau-antimatter/templates/partials/base.html.twig

@@ -52,7 +52,7 @@
 
             <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">
 
             </div>