diff --git a/public/css/general.css b/public/css/general.css index bbe2663..c302140 100644 --- a/public/css/general.css +++ b/public/css/general.css @@ -1,3 +1,36 @@ -h1 { + +.header { + width: 100%; + } + +.headerMenu { + font-family: Poppins; + font-weight: 400; /*regular*/ + font-size: 1.25rem; /*20px*/ + color: #000; /*Noir pur*/ + display: flex; + flex-flow: row; + justify-content: space-around; + align-items: center; + } + +.headerMenuElement:hover { + border-bottom: 5px #FF563C solid; /*Orange Highlight*/ + cursor: pointer; + } + +.heading1 { + font-family: Poppins; + font-weight: 600; /*semi-bold*/ + font-size: 6rem; /*96px*/ + color: #394596; /*Bleu AGECEM*/ text-align: center; -} + } + +.heading2 { + font-family: Poppins; + font-weight: 600; /*semi-bold*/ + font-size: 1.5rem; /*24px*/ + color: #394596; /*Bleu AGECEM*/ + text-align: center; + } \ No newline at end of file diff --git a/templates/html/a-propos.gohtml b/templates/html/a-propos.gohtml index d4cd169..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 de6bbb1..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 b7ff836..3c145fb 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/admin.gohtml b/templates/html/admin.gohtml index d7e0038..8308583 100644 --- a/templates/html/admin.gohtml +++ b/templates/html/admin.gohtml @@ -8,7 +8,7 @@ {{ template "header-html" }} -

Admin

+

Admin

diff --git a/templates/html/documentation.gohtml b/templates/html/documentation.gohtml index 27f2a06..773cacc 100644 --- a/templates/html/documentation.gohtml +++ b/templates/html/documentation.gohtml @@ -8,11 +8,11 @@ {{ template "header-html" }} -

Documentation

+

Documentation

{{ range . }} {{ $bucket_name := .Name }} -

{{ $bucket_name }}

+

{{ $bucket_name }}