-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·61 lines (58 loc) · 2.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Futuristic Streetwear Fashion</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div>
<img src="img/LOGO.png" style="width: 150px">
</div>
</header>
<main>
<h5>
<ul>
<li><a href="https://www.fr.rains.com/collections/new-arrivals" style="color: white;">New In</a><br></li>
<li><a href="https://www.fr.rains.com/collections/women"style="color: white;">Woman</a><br></li>
<li><a href="https://www.fr.rains.com/collections/men"style="color: white;">Man</a><br></li>
<li><a href="https://www.fr.rains.com/collections/waterproof-accessories"style="color: white;">Accesories</a><br></li>
</ul>
</h5>
<div class="Title">
SUSTAINABLE,<br>
FUTURISTIC AND UNIQUE <br>
FASHION <br>
<img class="A" src="img/Button.png" style="width:150px;">
</div>
<div class="Text">
Latest Trends <br>
</div>
<section class="Grid">
<img class="A" src="img/IMG_1.jpg" style="width: 300px;">
<img class="B" src="img/IMG_2.jpg" style="width: 300px;">
<img class="C" src="img/IMG_3.jpg" style="width: 300px;">
<img class="D" src="img/IMG_4.jpg" style="width: 300px;">
</section>
</main>
<hr>
<footer>
<div class="RS">
<p>Follow us on social media</p>
<a href="https://twitter.com/?lang=fr"><img src="img/84-842567_twitter-logo-black-and-white-png-twitter-logo.png" style="width: 50px;"></a>
<a href="https://www.instagram.com/rains/"><img src="img/Instagram-Logo-PNG-Pic.png" style="width: 50px;"></a>
<a href="https://www.facebook.com/rainsjournal/"><img src="img/facebookblacksocialbuttoncircle_79771.png" style="width: 50px;"></a>
<p>
<img src="img/Copyright_BL.png" style="width: 150px;">
</p>
</div>
<div class="Shipping">
<p> Shipping to</p>
<p> France</p>
</div>
</footer>
</body>
</html>