-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLook2.html
66 lines (62 loc) · 4.24 KB
/
Look2.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
<!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="Dress2.png">
</div>
<div class="description">
<h1>EYELET</h1>
<p>Eyelet Top: <a href="https://www.saksfifthavenue.com/product/zimmermann-junie-embroidered-linen-shirt-0400020911463.html?ranMID=13816&ranEAID=*2nGiS3mv0Y&ranSiteID=.2nGiS3mv0Y-NW498WJWgLLRPiCBPIT5dA&site_refer=AFF001&mid=13816&siteID=.2nGiS3mv0Y-NW498WJWgLLRPiCBPIT5dA&LSoid=1157732&LSlinkid=10&LScreativeid=1" target="_blank">Zimmerman
//Eyelet Shorts: <a href="https://www.saksfifthavenue.com/product/Zimmermann-Junie-Embroidered-Linen-Shorts-0400020911457.html?dwvar_0400020911457_size=3+(8-10)&dwvar_0400020911457_color=BLUE&site_refer=CSE_GGLPLA:Womens_Dresses:Zimmermann&country=US¤cy=USD&ranMID=13816&ranEAID=*2nGiS3mv0Y&ranSiteID=.2nGiS3mv0Y-yoRn0Oi3W5XghPRszcfUDA&site_refer=AFF001&mid=13816&siteID=.2nGiS3mv0Y-yoRn0Oi3W5XghPRszcfUDA&LSoid=1157732&LSlinkid=10&LScreativeid=1" target="_blank">Zimmerman</a>
//Bag: <a href="https://www.jmclaughlin.com/products/kendra-bamboo-clutch-solid-natural?irclickid=1JHUgIyDLxyPUIwVv%3A0Li2otUkHTcV2wZ26BR40&sharedid=&irpid=3323486&irgwc=1" target="_blank">JMC</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">CH Carolina</a>
//Earings: <a href="https://www.revolve.com/julietta-spetses-earrings-in-pearl/dp/JIET-WL24/?d=F¤cy=USD&countrycode=US&gad_source=1&gclid=CjwKCAjw26KxBhBDEiwAu6KXt1hmuX6yogt6H1bBMGBc4FgDEA2b-fxuSCWlyJBQM6onLOWkeO2EbRoCOu4QAvD_BwE&gclsrc=aw.ds&cjdata=MXxOfDB8WXww&AID=11017645&PID=7900573&utm_medium=affiliate&utm_source=cj&source=cj&utm_campaign=glob_p_4609662&cjevent=f7bf1bc209f811ef813d00b00a18b8f6" target="_blank">Julietta</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>