-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex1.html
85 lines (82 loc) · 2.96 KB
/
index1.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
75
76
77
78
79
80
81
82
83
84
85
<html>
<head>
<title>
bài tập 3
</title>
</head>
<body>
<div>
<table style="width: 80px %">
<tr>
<td style="width:10%">
<img src="images/bb.png" style="width: 350px; height: auto ;">
</td>
<td align="center">
<b><h1>Curriculum Vitae</h1>
</td>
</tr>
</table>
<div>
<table align="center">
<tr>
<td align="right">Nom: </td>
<b> <th align="left">Bobo</th></b>
<td align="right">Situation matrimonalie: </td>
<b> <th align="left">Marie</th></b>
</tr>
<tr>
<td align="right">Prenom: </td>
<b> <th align="left">Eddy</th></b>
<td align="right">Enfants: </td>
<b> <th align="left">2</th></b>
</tr>
<tr>
<td align="right">Date de naimess: </td>
<th align="left">20/11/2028</th>
</tr>
<tr>
<td align="right">Adresse: </td>
<th align="left">5, ru de la mer</th>
<td align="right">Code Postal: </td>
<th align="left">34822</th>
</tr>
<tr>
<td align="right">Ville: </td>
<th align="left">Pormams</th>
</tr>
</table>
</div>
</table> <br>
<label> <h2>Cursus Scolaire</h2></label>
<ul type="disc">
<li>2021 : Ecole</li>
<li>2025 : Ecole primaire</li>
<li>2031 : College de</li>
<li>2035 : Lycee Joffre</li>
<li>2040 : Bachelier, section TRIRe</li>
<li>2045 : PhD en Esperanto, Naples</li>
</li>
</ul>
<table>
<label><b><h2>Compestences</h2></b></label>
<p> Mon domanine d'intervention est la traduction en Esperanto. J'ai pratiquéqué cette activites lors de mon stage sur le porte-acvion civil Europa</p>
</table>
<div>
<table style="width:100%">
<tr>
<td colspan="2">
<b><h1>Loisers</h1></b>
</td>
</tr>
<tr>
<td align="right">
<img src="images/aa.png" alt="Image" style="width: 200px; height: auto;">
</td>
<td>
<p>Mes loisers favoris sont l'escalade en roller et la chute libre en VTT sans parachute. Je pratique ces sports en famille depuis mon enfance. Je recherche un emploi me permettant de me libérer les jours de beau temps.</p>
</td>
</tr>
</table>
</div>
</body>
</html>