-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdress6.html
70 lines (69 loc) · 4.3 KB
/
dress6.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
<!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>Footwear</title>
<link rel="stylesheet" href="./dress1.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="navbar1">
<header class="header1">
<nav class="navigation1">
<ul>
<li><a href="./mens.html" class="line">Men</a></li>
<li><a href="./women.html">Women</a></li>
</ul>
</nav>
</header>
</div>
<div class="navbar2">
<header class="header2">
<nav class="navigation2">
<ul>
<li><a href="#">Footwear</a></li>
</ul>
</nav>
</header>
</div>
<section class="types1">
<a target="_blank" class="image1" href='https://www.nike.com/in/t/cortez-txt-shoes-9BDLNk/HJ3860-399'><img src="https://static.nike.com/a/images/t_PDP_1728_v1/f_auto,q_auto:eco/f6709b76-7da1-44e2-90af-61cd8cc64597/cortez-txt-shoes-9BDLNk.png" alt=""></a>
<a target="_blank" class="image2" href='https://www.nike.com/in/t/calm-slides-K7mr3W/FD4116-001'><img src="https://static.nike.com/a/images/t_PDP_1728_v1/f_auto,q_auto:eco/8397fa2b-f6b8-414f-b84b-c1f420f07f28/calm-slides-K7mr3W.png" alt=""></a>
<a target="_blank" class="image3" href='https://www.koovs.com/collections/men-sneakers/products/air-force-07?variant=44190336844075'><img src="https://www.koovs.com/cdn/shop/products/AF1-01.jpg?v=1671017741&width=713" alt=""></a>
<br>
<a target="_blank" class="image4" href='https://in.puma.com/in/en/pd/purecat-unisex-slides/360262?swatch=11&referrer-category=mens-shoes-slides-and-sandals'><img src="https://images.puma.com/image/upload/f_auto,q_auto,b_rgb:fafafa,w_600,h_600/global/360262/11/sv01/fnd/IND/fmt/png/Purecat-Unisex-Slides" alt=""></a>
<a target="_blank" class="image5" href='https://in.puma.com/in/en/pd/rs-x-underground-drift-unisex-sneakers/393815?swatch=02&referrer-category=mens-shoes-sneakers'><img src="https://images.puma.com/image/upload/f_auto,q_auto,b_rgb:fafafa,w_600,h_600/global/393815/02/sv01/fnd/IDN/fmt/png/RS-X-Underground-Drift-Unisex-Sneakers" alt=""></a>
<a target="_blank" class="image6" href='https://in.puma.com/in/en/pd/mercedes-amg-petronas-formula-1%C2%AE-rs-trck-unisex-shoes/308122?swatch=02&referrer-category=mens-shoes-sneakers'><img src="https://images.puma.com/image/upload/f_auto,q_auto,b_rgb:fafafa,w_600,h_600/global/308122/02/sv01/fnd/IND/fmt/png/Mercedes-AMG-Petronas-Formula-1%C2%AE-RS-Trck-Unisex-Shoes" alt=""></a>
</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>