-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
152 lines (133 loc) · 5.64 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./components/header.css">
<link rel="stylesheet" href="./components/footer.css">
<link rel="stylesheet" href="./styles/women.css">
<title>Home | Women</title>
</head>
<body>
<Section class="header">
</Section>
<div id="lwcontent">
<div id="lwasosdesign" class="clickable">
<div id="lwEdgy">
<div id="lwthread">Edgy threads</div>
</div>
<div id="lwEdgy-2">
<div id="lwsad">SHOP ASOS DESIGN</div>
</div>
</div>
<div id="lwgridpart1">
<a href="./womenProduct.html">
<div id="lwparty" class="clickable">
<img src="https://content.asos-media.com/-/media/homepages/ww/2022/nov/29/ww_global_party_focus_br_moment_870x111_1.png"
alt="">
<h5>PARTY PERFECTION</h5>
<P>Late-night legends</P>
</div>
</a>
<a href="./womenProduct.html">
<div id="lwcgift" class="clickable">
<img src="https://content.asos-media.com/-/media/homepages/ww/2022/nov/29/ww_global_gifting_moment_870x1110.jpg"
alt="">
<h5>CHRISTMAS GIFT</h5>
<P>Tick 'em off the list</P>
</div>
</a>
<a href="./womenProduct.html">
<div id="lwcasual" class="clickable">
<img src="https://content.asos-media.com/-/media/homepages/ww/2022/nov/29/ww_global_washed_jersey_moment_870x1110.jpg"
alt="">
<h5>CASUAL NEUTRAL</h5>
<P>Totally tonal</P>
</div>
</a><a href="./womenProduct.html">
<div id="lwbody" class="clickable">
<img src="https://content.asos-media.com/-/media/homepages/ww/2022/nov/29/wwglobalfbmoment870x1110.jpg"
alt="">
<h5>FACE + BODY</h5>
<P>The gift of glam</P>
</div>
</a>
</div>
<div id="lwgetgift" class="clickable">
<p>
GET GIFTING<br>
It's never too early to start ticking 'em off the list...
</p>
<button id="lwdiscover">DISCOVER MORE</button>
</div>
<div id="lwgridpart2">
<a href="./womenProduct.html">
<div id="lwedition" class="clickable">
<img src="https://content.asos-media.com/-/media/homepages/ww/2022/nov/29/ww_global_asos_edition_party_moment_870x1110-_1.jpg"
alt="">
<h6>ASOS EDITION</h6>
<P>Bet you'll see stars</P>
<button>SHOP NOW</button>
</div>
</a>
<a href="./womenProduct.html">
<div id="lwcold" class="clickable">
<img src="https://content.asos-media.com/-/media/homepages/ww/2022/nov/29/microsoftteams-image-(105).png"
alt="">
<h6>COLD-WEATHER WINS</h6>
<P>Wrapping up, wrapped up</P>
<button>SHOP NOW</button>
</div>
</a>
</div>
<div id="lwtrending">
<div id="lwbrands"> Trending Brands</div>
</div>
<div id="lwgridpart3">
<a href="">
<div id="lwmonkal">
<img src="https://content.asos-media.com/-/media/homepages/unisex/brands-logos/256x256/monkl-hp-logos-256x256.jpg"
alt="">
</div>
</a>
<a href="">
<div id="lwlogo3">
<img src="https://content.asos-media.com/-/media/homepages/unisex/brands-logos/256x256/never-fully-dressed-hp-logos-256x256.png"
alt=" ">
</div>
</a>
<a href="">
<div id="lwtopshop">
<img src="https://content.asos-media.com/-/media/homepages/unisex/brands-logos/256x256/1x12x---test.png"
alt="">
</div>
</a>
<a href="">
<div id="lwreclaimed">
<img src="https://content.asos-media.com/-/media/homepages/unisex/brands-logos/256x256/reclaimed-vintage-hp-logos-256x256.jpg"
alt="">
</div>
</a>
</a>
<a href="">
<div id="lwcollusion">
<img src="https://content.asos-media.com/-/media/homepages/unisex/brands-logos/256x256/collusion-hp-logos-256x256.jpg"
alt="">
</div>
</a>
<a href="">
<div id="lwweekday">
<img src="https://content.asos-media.com/-/media/homepages/unisex/brands-logos/256x256/weekday-hp-logos-256x256.jpg"
alt="">
</div>
</a>
</div>
</div>
<section class="lfooter"></section>
</body>
</html>
<script src="./scripts/women.js" type="module"></script>