-
Notifications
You must be signed in to change notification settings - Fork 0
/
allWomen.html
99 lines (93 loc) · 5.19 KB
/
allWomen.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
89
90
91
92
93
94
95
96
97
98
99
<!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>Document</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://kit.fontawesome.com/a9dbdcc6e4.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato&family=Noto+Sans&family=Poppins:wght@500;700;900&family=Roboto+Condensed&family=Roboto:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./styles/common.css">
<link rel="stylesheet" href="./styles/allwomen.css">
<link rel="stylesheet" href="footer.css">
</head>
<body>
<div id="navbar">
<!-- <select name="" id=""></select> -->
</div>
<div id="bodyWrapper">
<!-- <p id="trending">Trending in womenswear</p> -->
<div class="body" id="upperbody">
<div><p id="trending">Trending in womenswear</p></div>
<div></div>
<div><img src="./images/arrow.png" alt=""> <a href=""><h3>J Brand Natasha jeans</h3></a></div>
<div><img src="./images/arrow.png" alt=""> <a href=""><h3>A.P.C. Genève bags</h3></a></div>
<div><img src="./images/arrow.png" alt=""> <a href=""><h3>Le Specs Enchantress sunglasses</h3></a></div>
<div><img src="./images/arrow.png" alt=""> <a href=""><h3>Gucci New Ace sneakers</h3></a></div>
</div>
<h2>Browse & shop</h2>
<div class="body" id="middlebody">
<div>
<div class="image"><img src="https://cdna.lystit.com/1020/608/r/banners/2021/04/09/446-665885624.jpeg" alt=""></div>
<div class="info">
<h3><a href="">Gucci New Sneaker Design</a></h3>
<p>Introducing Gucci's new sneaker design The Ryton</p>
<p><a href="">Shop now  <i class="fa-solid fa-angle-right"></i></a></p>
</div>
</div>
<div>
<div class="image"><img src="https://cdna.lystit.com/1020/608/r/banners/2021/04/19/864-302481388.jpeg" alt=""></div>
<div class="info">
<h3><a href="">Burberry In Bloom</a></h3>
<p>The new collection for men and women by Riccardo Tisci. Shop now at Burberry.</p>
<p><a href="">Shop now  <i class="fa-solid fa-angle-right"></i></a></p>
</div>
</div>
<div>
<div class="image"> <img src="https://cdna.lystit.com/1020/608/r/banners/2021/04/09/445-675354760.jpeg" alt=""></div>
<div class="info">
<h3><a href="">Last Chance to Shop the Moda Operandi Sale</a></h3>
<p>Up to 80% Off the Designer Sale. No Code Needed</p>
<p><a href="">Shop now  <i class="fa-solid fa-angle-right"></i></a></p>
</div>
</div>
</div>
<h2>Trends to inspire</h2>
<div class="body" id="lowerbody">
<div>
<div class="image"><img src="https://cdna.lystit.com/1020/608/r/banners/2018/10/22/1493-680909929.jpeg" alt=""></div>
<div class="info">
<h3><a href="">Gucci New Sneaker Design</a></h3>
<p>Introducing Gucci's new sneaker design The Ryton</p>
<p><a href="">Shop now  <i class="fa-solid fa-angle-right"></i></a></p>
</div>
</div>
<div>
<div class="image"><img src="https://cdna.lystit.com/1020/608/r/banners/2021/01/14/1526-864879202.jpeg" alt=""></div>
<div class="info">
<h3><a href="">Burberry In Bloom</a></h3>
<p>The new collection for men and women by Riccardo Tisci. Shop now at Burberry.</p>
<p><a href="">Shop now  <i class="fa-solid fa-angle-right"></i></a></p>
</div>
</div>
<div>
<div class="image"> <img src="https://cdna.lystit.com/1020/608/r/banners/2018/11/01/1494-350543217.jpeg" alt=""></div>
<div class="info">
<h3><a href="">Last Chance to Shop the Moda Operandi Sale</a></h3>
<p>Up to 80% Off the Designer Sale. No Code Needed</p>
<p><a href="">Shop now  <i class="fa-solid fa-angle-right"></i></a></p>
</div>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>
<script src="./scripts/allwomen.js" type="module"></script>