-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLook3.html
64 lines (60 loc) · 3.21 KB
/
Look3.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
<!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="Dress3.png">
</div>
<div class="description">
<h1>OMBRE</h1>
<p>Ombre Dress: <a href="https://www.dillards.com/p/antonio-melani-x-m.g.-style-m.g.-cotton-ombre-deep-v-neck-a-line-dress/518334831?cm_mmc=affiliate-_-187416-_-deeplink-_-null&clickId=4738007291" target="_blank">M.G Style X Dilliards</a>
//Bag: <a href="https://www.jmclaughlin.com/products/holland-bamboo-tote-solid-natural-yellow?irclickid=1JHUgIyDLxyPUIwVv%3A0Li2otUkHTcU1EZ26BR40&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">Margaux</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>