-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.html
98 lines (87 loc) · 1.98 KB
/
cv.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
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html>
<head>
<title>Mon CV</title>
<style>
body {
font-family: 'Times New Roman', Times, serif;
background-image: url(img.jpg);
background-size:cover;
background-position: center;
}
.containeur{
border: 15px solid black;
padding: 100px;
margin: 100px auto;
max-width: 800px;
border: none;
background-image: url(lll.jpg);
background-repeat: no-repeat;
background-size: cover;
}
h1 {
color:rgb(0, 0, 0);
font-size: 20px;
}
h2 {
color: rgb(0, 0, 0);
}
.section {
margin-bottom: 20px;
}
.section h2 {
margin-bottom: 10px;
}
.section p {
margin: 0;
color: rgb(3, 17, 9);
}
.sidebar {
float: left;
margin: 200%;
background-color: aquamarine;
padding: 20%;
text-align: center;
}
</style>
</head>
<body>
<div class="containeur">
<h1>CURRICULUM VITAE</h1>
<div class="section">
<h2>Expérience professionnelle</h2>
<p>assistante administrative a l anadec
</p>
<p> duré de stage du 28 juillet au 30 aout 2022</p>
<p>autre job</p>
</div>
<div class="section">
<h2>Formation</h2>
<p>Diplôme d etude en commerciale et gestion au lycée technique lumiere du christ</p>
<p>etude primaire</p>
<p>formation en cybersecurité</p>
</div>
<div class="section">
<h2>Compétences</h2>
<ul>
<li>en gestion comptable</li>
<li>en programmation web</li>
<li> en cybersecurité</li>
</ul>
</div>
<div class="section">
<h2>Coordonnées</h2>
<p>Adresse : sokele, kolwezi, RDC</p>
<p>Téléphone : +243976537745</p>
<p>Email : masangudorcas48@gmail.com</p>
</div>
<div class="section">
<h2>langue parlée</h2>
<ul>
<li>français</li>
<li>anglais moyen</li>
<li>swahili moyen</li>
</ul>
</div>
</body>
</html>