From 1e196708fabd31c42e95c710c909ebe30e9e396f Mon Sep 17 00:00:00 2001 From: Alexel Date: Mon, 14 Aug 2023 17:20:08 -0400 Subject: [PATCH] ajout wrapper documentation index & vie etudiante --- public/css/general.css | 1 + public/css/header.css | 1 + templates/html/documentation.gohtml | 2 ++ templates/html/index.gohtml | 7 ++++--- templates/html/vie-etudiante.gohtml | 2 ++ 5 files changed, 10 insertions(+), 3 deletions(-) diff --git a/public/css/general.css b/public/css/general.css index 96eccb5..ef6abcc 100644 --- a/public/css/general.css +++ b/public/css/general.css @@ -17,6 +17,7 @@ img { body{ margin: 0; + padding-top: 75px; } .wrapper { diff --git a/public/css/header.css b/public/css/header.css index 5192eed..4e8c158 100644 --- a/public/css/header.css +++ b/public/css/header.css @@ -4,6 +4,7 @@ width: 100%; top: 0; background-color: #fff; + height: 75px; } .headerWrapper{ diff --git a/templates/html/documentation.gohtml b/templates/html/documentation.gohtml index 2faaa88..9ba8761 100644 --- a/templates/html/documentation.gohtml +++ b/templates/html/documentation.gohtml @@ -8,6 +8,7 @@ {{ template "header-html" }} +

Documentation

{{ range . }} @@ -23,6 +24,7 @@ {{ end }}

+
{{ end }} diff --git a/templates/html/index.gohtml b/templates/html/index.gohtml index d311171..58ec63b 100644 --- a/templates/html/index.gohtml +++ b/templates/html/index.gohtml @@ -9,9 +9,10 @@ {{ template "header-html" }} -

AGECEM

-

Association Générale Étudiante du Cégep Édouard-Montpetit

- +
+

AGECEM

+

Association Générale Étudiante du Cégep Édouard-Montpetit

+
{{ end }} diff --git a/templates/html/vie-etudiante.gohtml b/templates/html/vie-etudiante.gohtml index fd1bb24..6d90023 100644 --- a/templates/html/vie-etudiante.gohtml +++ b/templates/html/vie-etudiante.gohtml @@ -8,7 +8,9 @@ {{ template "header-html" }} +

Vie étudiante

+
{{ end }}