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{ body{
margin: 0; margin: 0;
padding-top: 75px;
} }
.wrapper { .wrapper {

View file

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

View file

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

View file

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

View file

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