-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (63 loc) · 2.32 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
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="CvStyle.css">
</head>
<body>
<div id="conteneur">
<div id="entete">
<div id="photo">
<img src="Images/moo.PNG" height="120" width="100"/>
</div>
<p class="bloc"><b>M.Romuald AROKIARAJ GODWIN</b></p>
<p>BTS SIO ORT Montreuil</p>
<div id="corps">
<div id="contenuDroite">
<p class="bloc"><b>FORMATION</b></p>
<p class="enligne"><b>DORANCO,TSPI (Technicien de Support Proximité Informatique)</b></p>
<br>
<p class="enligne"><b>IUT de Saint Denis</b></p>
<br>
<p class="enligne"><i>DUT en Génie Mécanique</i></p>
<br>
<p class="enligne"><b>Lycée Jean Baptiste de la Salle</b></p>
<br>
<p class="enligne"><i>Bac scientifique (Science Ingénieur)</i></p>
<p class="bloc"><b>EXPÉRIENCE</b></p>
<p class="enligne"><b>Filtertek</b></p>
<p class="enligne"><i>Ouvrier de production</i></p>
<br>
<p class="enligne"><b>Enfance-Secteur Loisirs Educatif</b></p>
<p class="enligne"><i>Adjoint technique territorial</i></p>
<br>
<p class="enligne"><b>Service Système d'Information</b></p>
<p class="enligne"><i>Stagiaire</i></p>
</div>
<div id="planGauche">
<p class="bloc"><b>LANGUES</b></p>
<p class="enligne">Français(Courant)</p>
<p class="enligne">Allemagne(Intermédiaire)</p>
<p class="enligne">Anglais(Courant)</p>
<br>
<br>
<p class="bloc"><b>QUALITÉS</b></p>
<p class="enligne">Capacités d'anaylse</p>
<br>
<p class="enligne">Travail en equipe</p>
</div>
<div id="pied">
<br>
<p class="bloc"><b>Contacts</b>
<p class="enligne"><b>07 83 97 25 06</b></p>
<br>
<p class="enligne"><b>romualag@gmail.com</b></p>
<br>
<a href="https://www.linkedin.com/in/romuald-godwin-99a8891b1/" ><img src="Images/LinkedIn_Logo.svg.png" height="30" width="80"/></a>
</div>
</div>
</div>
</div>
</body>
</html>