change(web): split procès-verbaux de page documentation
L'upload de procès-verbaux n'était pas à jour et difficile à maintenir, à la place une nouvelle page indique de communiquer avec la permanence par le bureau b-31 ou par courriel.
This commit is contained in:
parent
265545fb29
commit
299d685bc2
6 changed files with 41 additions and 4 deletions
18
templates/html/proces-verbaux.html
Normal file
18
templates/html/proces-verbaux.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
{{ define "procesverbaux-html" }}
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>AGECEM | Procès-Verbaux</title>
|
||||
{{ template "general-html" }}
|
||||
<link rel="stylesheet" href="/public/css/proces-verbaux.css">
|
||||
</head>
|
||||
<body>
|
||||
{{ template "header-html" }}
|
||||
<div class="wrapper">
|
||||
<h1 class="heading1">Procès-Verbaux</h1>
|
||||
<p class="procesVerbauxP">Les procès-verbaux des différentes instances de l'AGECEM sont disponibles sur demande à la permanence au local B-31 ou par courriel à permanence@agecem.org</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue