-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLook1.html
67 lines (63 loc) · 4.09 KB
/
Look1.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
<!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="#">Posts</a></li> -->
<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="Dress1.png">
</div>
<div class="description">
<h1>MIX N MATCH</h1>
<p>Dress: <a href="https://www.zara.com/us/en/animal-print-dress-zw-collection-p03201140.html?c8cid=3sljf6rzkAKUgBkXhsad4CiZLYf1Nw0S5fA7IlZ6zT8U0hdxDbSpTv9PQdQ284wZzhvL9EyrNC3o4ce3LPlcywsSTwb8rI3ma4AQX7-1440&utm_campaign=17743&utm_content=instagram&utm_medium=affiliation&utm_source=c8" target="_blank">Zara</a>
//Necklace: <a href="https://www.zara.com/us/en/2-pack-of-coral-effect-resin-necklaces-p04736023.html?c8cid=3slFiuMBhtxUqFAcLBy6w3UqJcpLriq0d3ijcmgCzTHqD1B2kdJbiLuGGT30bIyrH8pf4uOppp9Rb7N4no8um7YReKhATzCLPO78eR-1440&utm_campaign=17743&utm_content=instagram&utm_medium=affiliation&utm_source=c8" target="_blank">Zara</a>
//Bag: <a href="https://shop.mango.com/us/women/bags-leather/braided-leather-bag_67095145.html?cjdata=MXxOfDB8WXww&utm_source=7900573&utm_medium=affiliate&utm_campaign=CJ_USA&cjevent=66e12a8809f511ef832500ae0a18ba73&utm_term=6861765765" target="_blank">Mango</a>
//Shoes: <a href="https://www.target.com/p/women-39-s-hanna-toe-ring-thong-sandals-with-memory-foam-insole-a-new-day-8482-black-9/-/A-89529882?preselect=89529882&clkid=5a5e852cN76eb11ee8b04d9ba0ad72925&cpng=PTID3&lnm=81938&afid=ShopStyle%20Inc.&ref=tgt_adv_xasd0002#lnk=sametab" target="_blank">Target</a>
//Jacket: <a href="https://www.nordstrom.com/sr?siteid=38txZ.Srpgg-RAyciJJLv7EHJuNQ4OWcPg&origin=keywordsearch&keyword=nili%20lotan&utm_source=rakuten&utm_campaign=38txZ*Srpgg&utm_content=1&utm_term=1080428&utm_channel=low_nd_affiliates_influencer&sp_source=rakuten&sp_campaign=38txZ*Srpgg&utm_medium=affiliate_influencer" target="_blank">Nili Lotan</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>