-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLook8.html
65 lines (61 loc) · 3.65 KB
/
Look8.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/bootstrap-icons@1.10.5/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="Dress8.jpeg">
</div>
<div class="description">
<h1>STYLE WITH GREY</h1>
<p>Jacket: <a href="https://www.getketch.com/product/highlander-men-grey-denim-jacket-HLJK000298.html" target="_blank">Ketch</a>
//Pant: <a href="https://pantproject.com/products/spanish-grey-stretch-chinos?currency=INR&variant=37936035070139&utm_source=google&utm_medium=cpc&utm_campaign=Google%20Shopping&stkn=322fae343886&tw_source=google&tw_adid=&tw_campaign=20421237024&gad_source=1&gclid=Cj0KCQjwudexBhDKARIsAI-GWYWKEJX-vU0yG7A9vadoPYF6KvxR6A4juuPvCA0D31jSKCzoajsdMSkaAr8CEALw_wcB" target="_blank">Pant Project<a>
//T-Shirt: <a href="https://www2.hm.com/en_in/productpage.1214625003.html?gad_source=1&gclid=Cj0KCQjwudexBhDKARIsAI-GWYUFVECa9B4aGLeEGUd_8LEdS9qUKOszGwJGgzswhwfYDlp_iMMEXSEaAlMuEALw_wcB" target="_blank">H&M</a>
//Shoe: <a href="https://baccabucci.com/products/bacca-bucci-evoke-korean-style-high-top-streetwear-sneakers-1?variant=45596748841206¤cy=INR&utm_medium=product_sync&utm_source=google&utm_content=sag_organic&utm_campaign=sag_organic&utm_source=google&utm_medium=cpc&utm_campaign=&utm_term=&gad_source=1&gclid=Cj0KCQjwudexBhDKARIsAI-GWYWG8Re19KM6aST0VtZvdqcUaxaEivIZxOPwK2398Q0mdCm934hHtisaAvM1EALw_wcB" target="_blank">Bacca Bucci</a></p>
</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>