-
Notifications
You must be signed in to change notification settings - Fork 2
/
women.html
204 lines (194 loc) · 6.4 KB
/
women.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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>LOUGOU - Women's</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="CSS/product.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=Montserrat:wght@200&display=swap"
rel="stylesheet"
/>
<link
rel="icon"
type="image/x-icon"
href="Images/favicon.ico"
/>
</head>
<body>
<header></header>
<main>
<header>
<a href="index.html">
<img
class="logo"
src="Images/LOUGOU.webp"
alt="LOUGOU logo"
/></a>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li class="dropdown">
<a class="dropbtn">BRANDS ▼</a>
<div class="dropdown-content">
<a href="men.html">Men's</a>
<a href="women.html">Women's</a>
<a href="kids.html">Kids'</a>
</div>
</li>
<li><a href="faq.html">FAQ</a></li>
<li class="dropdown">
<a class="dropbtn">EN ▼</a>
<div class="dropdown-content">
<a href="ChinesePage/indexCN.html">CN</a>
</div>
</li>
</ul>
</header>
<div id="div">
<p id="p1">Women's Footwear</p>
<div class="bbox">Nike</div>
<!--Nike Adidas Puma-->
<div class="bbox">Adidas</div>
<div class="bbox">Puma</div>
</div>
<div class="div">
<!--New Arrivals-->
<p class="p2">New Arrivals</p>
<br />
<div class="sbox">
<img
src="Images/womenshoes/adidasnmd.jpg"
alt="adidas nmd"
/>
<div class="name">Adidas NMD</div>
<button type="button" class="descriptionLink">Expand</button>
<div class="description">
<p>
With these adidas NMD_R1 shoes, all it takes is seconds. Seconds,
and you're comfortable, ready to go, out the door.
</p>
</div>
</div>
<div class="sbox">
<img
src="Images/womenshoes/nike-dunk-low-wmns-coast_16292247_32639102_1000-768x768.jpg"
alt="nike dunk"
/>
<div class="name">Nike Dunk</div>
<button type="button" class="descriptionLink">Expand</button>
<div class="description">
<p>
The Nike women’s Dunk Low ‘Coast’ highlights traditional two-tone
color blocking on a leather upper that maintains the look of the
original 1985 release
</p>
</div>
</div>
<div class="sbox">
<img
src="Images/womenshoes/PumaSlipstream.jpg"
alt="puma"
/>
<div class="name">Puma Slipstream</div>
<button type="button" class="descriptionLink">Expand</button>
<div class="description">
<p>
Introducing the Slipstream Lo Beast Trainers from PUMA. These
iconic kicks made their mark at all important moments of sneaker
history
</p>
</div>
</div>
</div>
<div class="div">
<!--Top Selling-->
<p class="p2">Top Selling</p>
<div class="sbox">
<img
src="Images/womenshoes/adidassuperstar.jpg"
alt="SuperStar"
/>
<div class="name">Adidas Superstar</div>
<button type="button" class="descriptionLink">Expand</button>
<div class="description">
<p>
Originally made for basketball courts in the '70s. Celebrated by
hip hop royalty in the '80s. The adidas Superstar shoe is now a
lifestyle staple for streetwear enthusiasts.
</p>
</div>
</div>
<div class="sbox">
<img
src="Images/womenshoes/PumaEternalNitro.jpg"
alt="PumaEternalNitro"
/>
<div class="name">Puma Eternal Nitro</div>
<button type="button" class="descriptionLink">Expand</button>
<div class="description">
<p>
The ideal performance running shoe for those needing added
stability and support.
</p>
</div>
</div>
<div class="sbox">
<img
src="Images/womenshoes/NikeSacai.jpg"
alt="NikeSacai"
/>
<div class="name">Nike Sacai</div>
<button type="button" class="descriptionLink">Expand</button>
<div class="description">
<p>
This LD Waffle comes with a white upper plus grey accents, white
and grey overlapped Nike “Swoosh”, white midsole, and a grey
outsole.
</p>
</div>
</div>
</div>
<br /><br /><br /><br />
</main>
<footer>
<table>
<thead>
<tr>
<th id="brands">BRANDS</th>
<th id="about">ABOUT</th>
<th id="CustCare">CUSTOMER CARE</th>
</tr>
</thead>
<tbody>
<tr>
<td headers="brands"><a href="men.html">Men's</a></td>
<td headers="about"><a href="about.html">Brand's Philosophy</a></td>
<td headers="CustCare"><a href="faq.html">FAQ</a></td>
</tr>
<tr>
<td headers="brands"><a href="women.html">Women's</a></td>
<td headers="about"><a href="TheTeam.html">The Team</a></td>
<td headers="CustCare"><a href="ContactUs.html">Contact Us</a></td>
</tr>
<tr>
<td headers="brands"><a href="kids.html">Kids'</a></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<br />
<div class="footerInner">2022 © LOUGOU</div>
<div class="footerInner">
<a href="copyright.html">Copyright</a> <a href="T&C.html">T&C</a>
<a href="privacy.html">Privacy</a>
</div>
</footer>
<script src="JavaScripts/collapsable.js"></script>
</body>
</html>