-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathformation.html
More file actions
54 lines (49 loc) · 1.23 KB
/
formation.html
File metadata and controls
54 lines (49 loc) · 1.23 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
layout: default
title: Education
h1: Diplomas & formations
---
<div class="py-6 px-6 space-y-4">
<div class="flex flex-rows gap-4 ">
<div class="flex-shrink text-slate-300">
2009-2011
</div>
<div class="flex-auto">
<span class="font-bold">Master informatique MITIC ISTIC</span>
<br /> Master's degree in Computer Science
</div>
<div class="flex-shrink-0 w-64">
Université de Rennes 1
<br /> France
</div>
</div>
<div class="flex flex-rows gap-4">
<div class="flex-shrink text-slate-300">
2008-2009
</div>
<div class="flex-auto ">
<span class="font-bold">Licence IUP Informatique</span>
<br /> Licence's degree in Computer Science
</div>
<div class="flex-shrink-0 w-64">
Université de Bretagne Occidentale
<br /> France
</div>
</div>
<div class="flex flex-rows gap-4">
<div class="flex-shrink text-slate-300">
2006-2008
</div>
<div class="flex-auto">
<span class="font-bold">DUT Informatique</span>
<br />
two-year technical degree in Computer Science
</div>
<div class="flex-shrink-0 w-64">
IUT de Lannion
<br /> France
</div>
</div>
</div>
</div>
</div>