-
Notifications
You must be signed in to change notification settings - Fork 0
/
Look9.html
65 lines (62 loc) · 4.14 KB
/
Look9.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./Dress.css">
<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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
<title></title>
</head>
<body>
<header>
<nav class="nav1">
<ul>
<li><a href="./Looks.html" class="line">Looks</a></li>
<li><a href="./mens.html">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>
</header>
<!--Main-->
<div class="mainDiv">
<div class="content">
<div class="image">
<img src="Dress9.jpeg">
</div>
<div class="description">
<h1>SOPHISTICATED AND TIMELESS</h1>
<p>Jacket: <a href="https://www.marksandspencer.in/cotton-mix-plain-spread-collar-denim-jacket/p/000000060591116005.html?utm_source=google&utm_medium=cpc&utm_campaign=15268767990&adgroupid=&utm_content=PerformanceMax&utm_term=&gad_source=1&gclid=Cj0KCQjwudexBhDKARIsAI-GWYV6ZuGm1SWezQDsvW9jAjf1loO2Xv5-sOY1SNU7GiI33H_7R-bbgB4aAgLMEALw_wcB&gclsrc=aw.ds" target="_blank">Marks and Spencer</a>
//Pant: <a href="https://www.marksandspencer.in/slim-fit-solid-trousers/p/000000060675322002.html?utm_source=google&utm_medium=cpc&utm_campaign=15268767990&adgroupid=&utm_content=PerformanceMax&utm_term=&gad_source=1&gclid=Cj0KCQjwudexBhDKARIsAI-GWYVYITaa4LyvpFyua1FcaTRxl93iGm3jVyw2zfgBN5-u1D2rAqVCi2caAqmzEALw_wcB&gclsrc=aw.ds" target="_blank">Marks and Spencer<a>
//T-Shirt: <a href="https://www.zara.com/in/en/striped-t-shirt-p01044400.html?v1=350065430&utm_source=google&utm_medium=cpc&gad_source=1&gclid=Cj0KCQjwudexBhDKARIsAI-GWYWQ7Korz4JpOik1Y1rjNMAmxh5ppxLlhPHlx30eDd5q866kKsX3atkaAjwXEALw_wcB" target="_blank">Zara</a>
//Shoe: <a href="https://vanheusenindia.abfrl.in/p/men-black-lace-up-shoes-941773.html?size=8&utm_source=vh_google&utm_medium=shop&utm_campaign=AO_VH_Apparel_Google_NA_STDS_Sales_11102023_NA_NA_NA_NA_India&utm_content=Multi_All_All_AllProducts&utm_mcid=paid_shop&gad_source=1&gclid=Cj0KCQjwudexBhDKARIsAI-GWYVADCHMucYOMkB4iZ_JMkeGuaeYYjhwXyc2iHQQ1RXJBd9LVhK3v1waAhwvEALw_wcB" target="_blank">Van Heusen</a>
//Cap: <a href="https://www2.hm.com/en_in/productpage.0982708001.html?gad_source=1&gclid=Cj0KCQjwudexBhDKARIsAI-GWYWSEGgy5RhfNPfusNQz19ShWobVcHvfy7Jmn04pit2CwdE5RNFAjjUaAsv5EALw_wcB" target="_blank">H&M</a></figcaption>
</div>
</div>
</div>
<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>