feat: Avancement dans l'architecture du site

This commit is contained in:
2020-11-23 11:31:02 +01:00
parent f1fcafd47b
commit 2ff814cd9b
47 changed files with 536 additions and 227 deletions

View File

@ -3,13 +3,10 @@
<img src="{{ .image }}" alt="Photo de {{ .prenom }} {{ .nom }}" />
</div>
<div class="card-header">
<div class="card-title h5">{{ .prenom }} {{ .nom }}</div>
<div class="card-subtitle text-gray">{{ .fonction }}</div>
<h2>{{ .prenom }} {{ .nom }}</h2>
<h3>{{ .fonction }} - {{ .age }}&nbsp;ans</h3>
</div>
<div class="card-body">
{{ .job }}
</div>
<div class="card-footer">
<span class="label label-rounded label-primary">{{ .age }}&nbsp;ans</span>
</div>
</div>