-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (55 loc) · 2.04 KB
/
index.html
File metadata and controls
55 lines (55 loc) · 2.04 KB
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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Challenge number one</title>
<link rel="stylesheet" href="public/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.1/css/all.min.css" integrity="sha512-ioRJH7yXnyX+7fXTQEKPULWkMn3CqMcapK0NNtCN8q//sW7ZeVFcbMJ9RvX99TwDg6P8rAH2IqUSt2TLab4Xmw==" crossorigin="anonymous" />
</head>
<body class="hero-image">
<div class="Header">
<div class="Title">
<h2 class="TitleSite"> RAGE </h2>
</div>
<div class="Menu">
<ul class="nav">
<li>
<a href="#"> Bonjour </a>
</li>
<li>
<a href="#"> A propos </a>
</li>
<li>
<a href="#"> Prestations de service </a>
</li>
<li>
<a href="#"> Portefeuille </a>
</li>
<li>
<a href="#"> Blog </a>
</li>
<li>
<a href="#"> Contact </a>
</li>
<li>
<a href="#"><i class="fas fa-lock"></i></a>
</li>
<li>
<a href="#"><i class="fas fa-search"></i> </a>
</li>
<li>
<a href="#"> <i class="fas fa-bars"></i> </a>
</li>
</ul>
</div>
</div>
<div class="hero-text">
<h3 class="big-text">
NOUS SOMMES <br/> des designers créatifs !
</h3>
<button class="Commencer"> Commencer </button>
<button class="Download"> télécharger maintenant </button>
</div>
</body>
</html>