-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpromo-2014.html
More file actions
32 lines (29 loc) · 1 KB
/
promo-2014.html
File metadata and controls
32 lines (29 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
layout: page
permalink: /promo-2014/
---
<div class="promo2014">
<h1 class="text-center">PROMO 2014</h1>
<div class="row">
<div class="col-sm-6">
<img src="/img/suricate.png" class="img-responsive center-block">
</div>
<div class="col-sm-6">
<h2>Promo Suricates</h2>
<p>Découvrez la promo 2014 (octobre 2014 - avril 2015)</p>
<p>Elle regroupe 28 élèves</p>
<p>Vous avez la possibilité d'accéder à leurs CV en ligne</p>
</div>
</div>
<br>
<div class="row">
{% for eleve in site.data.promo-2014 %}
<div class="col-sm-3 col-xs-6 text-center">
<a href="http://www.doyoubuzz.com/{{ eleve.cv }}">
<img src="/img/portraits/promo-2014/{{ eleve.photo }}.jpg" class="img-responsive portrait" alt="Photo portait de {{ eleve.prenom }} {{ eleve.nom }}">
</a>
<a href="http://www.doyoubuzz.com/{{ eleve.cv }}"><h4>{{ eleve.prenom }}<br>{{ eleve.nom }}<br>{{ eleve.age }} ans</h4></a>
</div>
{% endfor %}
</div>
</div>