-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (30 loc) · 1.44 KB
/
index.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
<<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Honest Website Clone</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- adContainer -->
<div class="adContainer">
<button class="leftArrow"> Prev </button>
<div class="adTxt">Free Shipping On Orders</div>
<div class="adLink"> Learn More </div>
<button class="rightArrow"> Next</button>
</div>
<!-- NavBar -->
<div class="navbar">
<img src="https://www.honest.com/on/demandware.static/Sites-honest-Site/-/default/dw76398131/images/svg-icons/search-menu.svg" alt="" class="menuNav">
<img src="https://www.honest.com/on/demandware.static/Sites-honest-Site/-/default/dwaf4a45d7/images/svg-icons/logo-lg.svg" alt="" class="mainLogo">
<img src="https://www.honest.com/on/demandware.static/Sites-honest-Site/-/default/dwd4bb593d/images/svg-icons/bag.svg" alt="" class="cartBtn">
</div>
<!-- Nav2 -->
<img src="https://www.honest.com/dw/image/v2/BDBW_PRD/on/demandware.static/-/Library-Sites-HC-content/default/dw5691bbd8/2024/Homepage/full-width/Hero_Mobile_NoCopyLOnger.jpg" alt="" class="mainPic">
<!-- MainImage -->
<script src="app.js" async defer></script>
</body>
</html>