-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
75 lines (70 loc) · 2.24 KB
/
Index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Elbay L'Artiste Officiel</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="container">
<div class="Image-circle">
<img src="Images/Elbay 01.jpg">
</div>
<div class="contenus">
<div class="presentation">
<h1>Hey la famille</h1>
<h3>Qui suis-je ?</h3>
<p>Je suis Elbay, un artiste rappeur chrétien, compositeur, aimant le monde de la musique dès le bas agês </p>
</div>
<div class="circles-container">
<div class="circle">
<a href="Cv.html">Cv</a>
</div>
<div class="circle2">
<a href="Projects.html">Projets</a>
</div>
<div class="circle3">
<a href="Contact.html">Contact</a>
</div>
</div>
</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>