-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoncv.html
79 lines (73 loc) · 2.28 KB
/
moncv.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="moncv.css" />
<!--[if lte IE 7]>
<link rel="stylesheet" href="style_ie.css" />
<![endif]-->
<!--[if lt IE 9]>
<script
src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>monCvEnHtml</title>
</head>
<body>
<header>
<p>
<h1> Papa Abdou Mbodji</h1>
</p>
<p><a href="moncv.jpg"><img id="profil" src="moncv_mini.jpg" title=" cliquez pour voir en taille réelle"
alt="ma photo" /></a></p>
<p class="bio">Développeur et Entrepreneur dans l'entreprise <em>ForEver Living
Products</em></p>
<p><img src="separateur.png" alt="barre" class="separateur" /></p>
</header>
<div><img id="decor" src="decor.jpg" alt="decor" /></p>
</div>
<div id="contener">
<section id="expr">
<h2> Mon Expérience:</h2>
<ul>
<li><strong>2018-2019</strong>: Projet <strong>MERISE</strong> pour Pharmacie</li>
<li><strong>2018-2019</strong>: Projet horloge en Architecture des ordinateurs</li>
</ul>
</section>
<section>
<h2> Mes Compétences:</h2>
<ul>
<li>Langage <strong>PYTHON</strong></li>
<li>Langage <strong>Pascal</strong></li>
<li>Langage C</li>
<li><em>MERISE</em></li>
<li><em>HTML5</em> et <em>CSS3</em></li>
</ul>
</section>
<section>
<h2>Ma Formation:</h2>
<ul>
<li><strong>2017-2019</strong>: Université Assane Seck de Ziguinchor</li>
<li><strong>2019</strong>: <a href="http://www.openclassroom.com"
title="openclassroom" target="_blank">OpenClassroom</a></li>
</ul>
</section>
</div>
<p><img src="separateur.png" alt="barre" class="separateurpied" /></p>
<footer>
<div id="copiright">
<p>Copiright.<br />
Tout doit etre réservé.</p>
</div>
<div id="reseau">
<p><a href="https://www.facebook.com/papeabdou.mbodji" target="blank"><img src="facebook.png" alt="facebook" /></a>
<a href="https://twitter.com/PapaAbdouMbodji" target="blank"><img src="twitter.png" alt="twitter" /></a>
<img src="rss.png" alt="rss" />
<img src="flickr.png" alt="flickr" />
</p>
</div>
<div id="mail">
<p><a href="mailto:[email protected]">Envoyer moi un mail</a></p>
</div>
</footer>
</body>
</html>