diff --git a/public/css/general.css b/public/css/general.css index 84ffca7..f9363b8 100644 --- a/public/css/general.css +++ b/public/css/general.css @@ -6,7 +6,7 @@ h1 { width: 100%; } -.enteteMenu{ +.headerMenu{ font-family: Poppins; font-weight: 400; /*regular*/ font-size: 1.25rem; /*20px*/ @@ -16,18 +16,18 @@ h1 { justify-content: space-around; align-items: center; } -.enteteMenuElement:hover{ +.headerMenuElement:hover{ border-bottom: 5px #FF563C solid; /*Orange Highlight*/ cursor: pointer; } -.titre1Page{ +.heading1{ font-family: Poppins; font-weight: 600; /*semi-bold*/ font-size: 6rem; /*96px*/ color: #394596; /*Bleu AGECEM*/ } -.titre2Page{ +.heading2{ font-family: Poppins; font-weight: 600; /*semi-bold*/ font-size: 1.5rem; /*24px*/ diff --git a/templates/html/a-propos.gohtml b/templates/html/a-propos.gohtml index a4be913..90c2774 100644 --- a/templates/html/a-propos.gohtml +++ b/templates/html/a-propos.gohtml @@ -8,7 +8,7 @@ {{ template "header-html" }} -

À propos

+

À propos

{{ end }} diff --git a/templates/html/actualite.gohtml b/templates/html/actualite.gohtml index 4ec629e..b56cda4 100644 --- a/templates/html/actualite.gohtml +++ b/templates/html/actualite.gohtml @@ -8,7 +8,7 @@ {{ template "header-html" }} -

Actualité

+

Actualité

{{ end }} diff --git a/templates/html/admin-upload.gohtml b/templates/html/admin-upload.gohtml index a691dcf..f1721c7 100644 --- a/templates/html/admin-upload.gohtml +++ b/templates/html/admin-upload.gohtml @@ -8,19 +8,19 @@ {{ template "header-html" }} -

Upload

-
- +

Upload

+ + - + +
- Document: + Document:

- +

{{ .Message }}

diff --git a/templates/html/header.gohtml b/templates/html/header.gohtml index 0c938e0..44a6499 100644 --- a/templates/html/header.gohtml +++ b/templates/html/header.gohtml @@ -1,13 +1,13 @@ {{ define "header-html" }}
-