ajout wrapper documentation index & vie etudiante

This commit is contained in:
Alexel 2023-08-14 17:20:08 -04:00
parent d4c11bec22
commit 1e196708fa
5 changed files with 10 additions and 3 deletions

View file

@ -17,6 +17,7 @@ img {
body{
margin: 0;
padding-top: 75px;
}
.wrapper {

View file

@ -4,6 +4,7 @@
width: 100%;
top: 0;
background-color: #fff;
height: 75px;
}
.headerWrapper{

View file

@ -8,6 +8,7 @@
</head>
<body>
{{ template "header-html" }}
<div class="wrapper documentationWrapper">
<h1 class="heading1">Documentation</h1>
<p>
{{ range . }}
@ -23,6 +24,7 @@
</details>
{{ end }}
</p>
</div>
</body>
</html>
{{ end }}

View file

@ -9,9 +9,10 @@
</head>
<body>
{{ template "header-html" }}
<h1 class="heading1">AGECEM</h1>
<h2 class="heading2">Association Générale Étudiante du Cégep Édouard-Montpetit</h2>
<div class="wrapper indexWrapper">
<h1 class="heading1">AGECEM</h1>
<h2 class="heading2">Association Générale Étudiante du Cégep Édouard-Montpetit</h2>
</div>
</body>
</html>
{{ end }}

View file

@ -8,7 +8,9 @@
</head>
<body>
{{ template "header-html" }}
<div class="wrapper vieEtudianteWrapper">
<h1 class="heading1">Vie étudiante</h1>
</div>
</body>
</html>
{{ end }}