-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnavbar.html
50 lines (48 loc) · 1.87 KB
/
navbar.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./Style/navbar.css">
<script src="https://kit.fontawesome.com/683b4b40e3.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="rnavbar">
<div id="rnavleft">
<div id="rnavlefthead">
<a href="index.html"><img src="https://cdn.shopify.com/s/files/1/0267/3737/7324/files/NineWest_240x40_ec01f287-6403-4e74-9564-213d2f46089b_400x.jpg?v=1585845052" alt=""></a>
</div>
<div id="rnavleftlinks">
<a href="product.html">NEW</a>
<a href="product.html">SHOES</a>
<a href="product.html">HEELS</a>
<a href="product.html">BOOTS & BOOTIES</a>
<a href="product.html">FLATS</a>
<a href="product.html">HANDBAGS</a>
<a href="product.html">WATCHES</a>
<a href="product.html">N.I.N.E</a>
<a href="product.html">SALE</a>
</div>
</div>
<div id="rnavright">
<div id="rnavrightlogin">
<p>JOIN 9W REWARDS |</p>
<p id="rsigninhover">SIGN IN</p>
<p>FREE SHIPPING ORDERS $60+</p>
</div>
<div id="rnavrightsearch">
<div class="roverlap">
<i class="fas fa-search"></i>
<input type="text" placeholder="Search">
</div>
<div id="rlogocart">
<i class="fas fa-heart"></i>
<a href="cart.html"><i class="fas fa-shopping-bag"></i></a>
</div>
</div>
</div>
</div>
</body>
</html>