-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.html
88 lines (77 loc) · 2.27 KB
/
Contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact</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="contact">
<div class="elements">
<b>Contact</b>
<b>Phone</b>
+243 980 496 228
<b>Email</b>
</div>
<form class="form">
<form class="formulaire">
<label for="Nom">Nom</label>
<input type="text">
<label for="Post-nom">Post-nom</label>
<input type="text">
<label for="Email">Email</label>
<input type="email">
<label for="Sujet">Sujet</label>
<input type="text">
</form>
<form>
<label for="Message">Message</label>
<input type="text" class="Message">
</form>
</form>
<div class="Circle">
<div class="cercle">
<b>Envoyer</b>
</div>
</div>
</div>
</body>
<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>
</html>