-
Notifications
You must be signed in to change notification settings - Fork 0
/
dress12.html
70 lines (69 loc) · 4.32 KB
/
dress12.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/[email protected]/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">Men</a></li>
<li><a href="./women.html" class="line">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/air-force-1-07-next-nature-shoes-rfrRmm/FN6326-100'><img src="https://static.nike.com/a/images/t_PDP_1728_v1/f_auto,q_auto:eco/c0531619-b7c1-40d6-b216-b951e81233fb/air-force-1-07-next-nature-shoes-rfrRmm.png" alt=""></a>
<a target="_blank" class="image2" href='https://www.nike.com/in/t/calm-slides-T7qMVF/DX4816-100'><img src="https://static.nike.com/a/images/c_limit,w_592,f_auto/t_product_v1/2598da3a-12f1-4ffd-8496-9c021175bedf/calm-slides-T7qMVF.png" alt=""></a>
<a target="_blank" class="image3" href='https://www.nike.com/in/t/dunk-low-next-nature-se-shoes-6b4JcJ/FN6344-001'><img src="https://static.nike.com/a/images/t_PDP_1728_v1/f_auto,q_auto:eco/30c74871-c80f-4109-9a22-161a4a413ed8/dunk-low-next-nature-se-shoes-6b4JcJ.png" alt=""></a>
<br>
<a target="_blank" class="image4" href='https://in.puma.com/in/en/pd/puma-propella-womens-sneakers/395844?swatch=02&referrer-category=womens-shoes-sneakers'><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=""></a>
<a target="_blank" class="image5" href='https://in.puma.com/in/en/pd/leadcat-2-0-fuzz-womens-slides/387313?swatch=12&referrer-category=womens-shoes-slides-and-sandals'><img src="https://images.puma.com/image/upload/f_auto,q_auto,b_rgb:fafafa,w_600,h_600/global/387313/12/sv01/fnd/IND/fmt/png/Leadcat-2.0-Fuzz-Women's-Slides" alt=""></a>
<a target="_blank" class="image6" href='https://in.puma.com/in/en/pd/game-womens-sneakers/387392?swatch=03&referrer-category=womens-shoes-sneakers'><img src="https://images.puma.com/image/upload/f_auto,q_auto,b_rgb:fafafa,w_600,h_600/global/387392/03/sv03/fnd/IND/fmt/png/Game-Women's-Sneakers" 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>