-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheducation.html
More file actions
executable file
·47 lines (44 loc) · 1.8 KB
/
education.html
File metadata and controls
executable file
·47 lines (44 loc) · 1.8 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
<!DOCTYPE html>
<!-- credit to Dey Dey https://www.bootdey.com/snippets/view/bs4-my-experience-timeline#preview -->
<html lang="en">
<div class="container">
<div class="main-timeline">
<div class="timeline">
<div class="icon"></div>
<div class="date-content">
<div class="date-outer">
<span class="date">
<span class="month">09</span>
<span class="year">2015</span>
</span>
</div>
</div>
<div class="timeline-content">
<h5 class="title">Licence Professionnelle, Métiers des Réseaux Informatiques et Télécommunications</h5>
<h7 class="title">at IUT de terre sainte</h7>
<p class="description">
Advanced system and network knowledge with security major.
</p>
</div>
</div>
<div class="timeline">
<div class="icon"></div>
<div class="date-content">
<div class="date-outer">
<span class="date">
<span class="month">06</span>
<span class="year">2013</span>
</span>
</div>
</div>
<div class="timeline-content">
<h5 class="title">DUT réseaux et télécommunications</h5>
<h7 class="title">At IUT de terre sainte</h7>
<p class="description">
Core system and network knowledge.
</p>
</div>
</div>
</div>
</div>
</html>