-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwomen.html
61 lines (60 loc) · 3.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<title>Women</title>
<link rel="stylesheet" href="shop.css">
</head>
<body>
<nav class="nav1">
<ul>
<li><a href="./Looks.html">Looks</a></li>
<li><a href="./mens.html" class="line">Shop</a></li>
<li><button onclick="location.href='Home.html'"><p>Fashion Blog</p></button></li>
<li><a href="./Subscribe.html">Subscribe</a></li>
<li><button><i class="bi bi-instagram"></i></button></li>
<li><button><i class="bi bi-pinterest"></i></button></li>
<li><button onclick="location.href='Contact.html'"><i class="bi bi-envelope-open"></i></button></li>
</ul>
</nav>
<div class="navbar">
<header>
<nav class="navigation">
<ul>
<li><a href="./mens.html">Men</a></li>
<li><a href="./women.html" class="line">Women</a></li>
</ul>
</nav>
</header>
</div>
<section class="types1">
<button class="image1" onclick="location.href='dress7.html'"><img src="https://lp2.hm.com/hmgoepprod?set=source[/f5/15/f515f2a9ec3e9a994ef92962980f912817ce4ede.jpg],origin[dam],category[],type[DESCRIPTIVESTILLLIFE],res[y],hmver[2]&call=url[file:/product/main]" alt=""></button>
<button class="image2" onclick="location.href='dress8.html'"><img src="https://lp2.hm.com/hmgoepprod?set=source[/13/47/134773f04d47786cebe535396108ec97ee230654.jpg],origin[dam],category[],type[DESCRIPTIVESTILLLIFE],res[y],hmver[2]&call=url[file:/product/main]" alt=""></button>
<button class="image3" onclick="location.href='dress9.html'"><img src="https://lp2.hm.com/hmgoepprod?set=source[/1c/0d/1c0d9769e5fc97ee402fdedd0dacc2cd208ac09c.jpg],origin[dam],category[ladies_tops_printed_tshirts],type[DESCRIPTIVESTILLLIFE],res[y],hmver[2]&call=url[file:/product/main]" alt=""></button>
<br>
<button class="image4" onclick="location.href='dress10.html'"><img src="https://lp2.hm.com/hmgoepprod?set=source[/6c/e9/6ce90585ab6532e2e6d911922d10a2f1351faa85.jpg],origin[dam],category[],type[DESCRIPTIVESTILLLIFE],res[y],hmver[2]&call=url[file:/product/main]" alt=""></button>
<button class="image5" onclick="location.href='dress11.html'"><img src="https://lp2.hm.com/hmgoepprod?set=source[/03/90/0390d637dd16c681866485347c855c74203f1e8d.jpg],origin[dam],category[],type[DESCRIPTIVESTILLLIFE],res[y],hmver[2]&call=url[file:/product/main]" alt=""></button>
<button class="image6" onclick="location.href='dress12.html'"><img src="https://images.puma.com/image/upload/f_auto,q_auto,b_rgb:fafafa,w_500,h_500/global/395844/02/sv01/fnd/IND/fmt/png/PUMA-Propella-Women's-Sneakers" alt=""></button>
</section>
<center>
<div class="sub">
<a href="./Subscribe.html"><p class="p1">SUBSCRIBE </p></a>
<p class="p2">Exclusive content & weekly updates</p>
</div>
</center>
<nav class="nav2">
<ul>
<li><button onclick=""><i class="bi bi-instagram"></i></button></li>
<li><button><i class="bi bi-pinterest"></i></button></li>
<li><button onclick="location.href='Contact.html'"><i class="bi bi-envelope-open"></i></button></li>
<li><button onclick="location.href='Home.html'"><p>FASHION BLOG</p></button></li>
<li><a href="./About.html">ABOUT</a></li>
<li><a href="./Contact.html">CONTACT</a></li>
<li><a href="./Policy.html">POLICY</a></li>
</ul>
</nav>
</body>
</html>