-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeva.html
More file actions
44 lines (40 loc) · 1.33 KB
/
Copy pathbeva.html
File metadata and controls
44 lines (40 loc) · 1.33 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
<!DOCTYPE html>
<html>
<head>
<title>Your CV</title>
</head>
<body style="font-family: Arial, sans-serif; margin: 0; padding: 0;">
<div class="header" style="text-align: center; background-color: #f2f2f2; padding: 20px;">
<img src="pdp.avif" alt="Your Photo" width="150" height="150">
<h1>RANDRIANANTOANINA</h1>
<h1>Raphaël</h1>
<p>ANKATSO | 0329750750 | raphael@gmail.com</p>
<p>Objective: developpeure en géomatique .</p>
</div>
<div class="section" style="margin: 20px;">
<h2>Education</h2>
<ul style="list-style-type: none; padding: 0;">
<li><strong>Bachelier</strong> BACC C<br>
Au Lycée Jean Laborde Mantasoa<br>
En 2021</li>
</ul>
</div>
<div class="section" style="margin: 20px;">
<h2>Experience et Competence</h2>
<ul style="list-style-type: none; padding: 0;">
<li><strong>Téchnicien topographie traditionnelle (2022)</strong><br>
<li><strong>Travaillé avec langage C depuis 2023</strong><br>
</ul>
</div>
<div class="section" style="margin: 20px;">
<h2>Languages</h2>
<ul style="list-style-type: none; padding: 0;">
<li>Français (novice)</li>
<li>Anglis (novice)</li>
</ul>
</div>
<div class="section" style="margin: 20px;">
<p>École Nationale des Sciences Géographiques (ENSG) Paris</p>
</div>
</body>
</html>