forked from anonamed/trombi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (59 loc) · 2.33 KB
/
index.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Trombi EEMI "GIT for Designers" (2019)</title>
<link rel="shortcut icon" type="image/png" href="icon.png">
</head>
<body>
<h1>Trombi EEMI "GIT for Designers" (2019)</h1>
<table>
<tr>
<th>Photo</th><th>Nom et bio</th>
</tr>
<tr>
<td><img src="photos/adrien-joly.jpg" alt="Adrien Joly"></td>
<td>
<h2>Adrien Joly</h2>
<p>Je suis développeur chez Algolia, intervenant à l'EEMI, et pendant mon temps libre, j'aime jouer de la batterie.</p>
</td>
</tr>
<tr>
<td><img src="photos/lise-jaskarzec.jpg" width="128" alt="Lise Jaskarzec"></td>
<td>
<h2>Lise Jaskarzec</h2>
<p>Je suis Lise Jaskarzec, étudiante en 5ème année de Mastère Entrepreneuriat Expertise digitale à l'EEMI, spécialisation Web Design. J'effectue mon alternance dans une start-up, en tant qu'UX designer.</p>
</td>
</tr>
<tr>
<td><img src="photos/celestin-courdeau.jpg" alt="Célestin Courdeau"></td>
<td>
<h2>Célestin Courdeau</h2>
<p>Je suis développeur Designer UX chez The Price Hub, étudiant à l'EEMI en Master 2, et pendant mon temps libre, j'aime jouer de la guitare.</p>
</td>
</tr>
<tr>
<td><img src="photos/albane-gentner.jpg" alt="Albane Gentner"></td>
<td>
<h2>Albane Gentner</h2>
<p>Je suis en alternance chez Dermalogica en tant que Graphiste Webdesigner, sur mon temps libre j'aime faire de la boxe, du yoga et de la calligraphie.</p>
</td>
</tr>
<tr>
<td><img style="width:128px;" src="photos/valentin-bassan.jpeg" alt="Valentin Bassan"></td>
<td>
<h2>Valentin Bassan</h2>
<p>Je suis consultant au HUB Institute, et étudiant à l'EEMI, et pendant mon temps libre, j'aime jouer de la guitare.</p>
</td>
</tr>
<!-- Ajoutez votre <tr> avant le </table>, en suivant l'exemple ci-dessus -->
<tr>
<td><img src="photos/hugo-flamant.png" alt="Hugo Flamant"></td>
<td>
<h2>Hugo Flamant</h2>
<p>Je suis développeur chez Crosstalent, étudiant à l'EEMI, et voilà.</p>
</td>
</tr>
</table>
</body>
</html>