-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCv.html
70 lines (62 loc) · 1.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cv</title>
<link rel="stylesheet" href="Style.css">
</head>
<body>
<header class="header">
<a href="Index.html" class="header-title">
<h1>Elbay l'artiste</h1>
</a>
<div class="header-div">
<a href="Cv.html" title="CV">CV</a>
<a href="Projects.html" title="Projets">Projets</a>
<a href="Contact.html" title="Contact">Contact</a>
</div>
</div>
</header>
<div class="texte">
<h2>Curriculum vitae</h2>
<div class="texte__contenus1">
Expérience professionnelle
</div>
<div class="texte__contenus">
Expérience professionnelle
</div>
<div class="texte__contenus">
Expérience professionnelle
</div>
<div class="texte__contenus">
Expérience professionnelle
</div>
</div>
<footer class="footer">
<div class="footer__container">
<div class="footer__section">
<h2>Téléphone</h2>
<p>+243 980 496 228</p>
</div>
<div class="footer__section">
<h2>Email</h2>
</div>
<div class="footer__logo">
<div class="footer__section1">
<h2>Suivez-moi</h2>
</div>
<div class="footer__img">
<img src="Insta.png">
<img src="LinkedIn.png">
<img src="Twitter.png">
</div>
</div>
<div class="footer__copyright">
© 2024 By Elbay L'artiste
</div>
</div>
</footer>
</body>
</html>