agecem-org/ui/index.html
Victor Lacasse-Beaudoin 7d4a747774 refactor: déplacer fichiers go source vers pkg/ et cmd/
Déplacer public/ et templates/ vers ui/ et ui/public/

Bump projet à v3, API toujours v1
2024-09-27 20:25:12 -04:00

48 lines
No EOL
2.1 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{ define "index-html" }}
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>AGECEM</title>
{{ template "general-html" }}
<link rel="stylesheet" href="/public/css/index.css">
</head>
<body>
{{ template "header-html" }}
<div class="wrapper indexWrapper">
<h1 class="heading1">AGECEM</h1>
<h2 class="heading2">Association Générale Étudiante du Cégep Édouard-Montpetit</h2>
<p class="indexAbout">
Fondée en 1976, lAssociation Étudiante est un organisme sans but lucratif voué à la défense des étudiant·e·s
inscrit·e·s à lenseignement régulier du Campus de Longueuil du Cégep Édouard-Montpetit, quiels étudient de jour
ou de soir, à temps plein ou à temps partiel.
Forte denviron 6000 membres, elle veille à promouvoir un milieu pédagogique sain en se consacrant à les
représenter, tant au niveau académique, politique, social, quenvironnemental.
</p>
<br>
<h2 class="heading2">Contact</h2>
<div class="indexContactContent">
<p class="indexContactInfo">Local B-31, 945 Chemin de Chambly, Longueuil, QC J4H 3M6</p>
<p class="indexContactInfo">Téléphone: (450) 679-7375</p>
<p class="indexContactInfo">Courriel: <a class="email"
href="mailto:permanence@agecem.org">permanence@agecem.org</a></p>
<br>
<p class="indexContactInfo"><strong>Responsable de la Protection des renseignements personnels</strong></p>
<p class="indexContactInfo">Audreyanne Morin</p>
<p class="indexContactInfo">Courriel: <a class="email" href="mailto:finance@agecem.org">finance@agecem.org</a></p>
<div class="indexContactSocials">
<a class="iconLink" href="https://www.facebook.com/asso.agecem"><img class="indexContactSocial"
src="/public/icones/facebook-icon.svg"></img></a>
<a class="iconLink" href="https://www.instagram.com/agecem_officiel"><img class="indexContactSocial"
src="/public/icones/instagram-icon.svg"></img></a>
</div>
</div>
</div>
<!-- {{ template "snackbar-html" }} -->
{{ template "footer-html" }}
</body>
</html>
{{ end }}