-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (31 loc) · 1.18 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
<!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">
<script src="https://kit.fontawesome.com/739255457e.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<title>DOOR TENT</title>
</head>
<body>
<div class="navbar">
<header>
<img class="logo" src="images/logo.png">
<div class="search-box">
<input type="search" placeholder="Search Here">
<span class="fa fa-search"></span>
</div>
<nav>
<ul class="nav__links">
<li><a href="#">DECORATIONS</a></li>
<li><a href="#">CATEGORIES</a></li>
<li><a href="#"><i class="fa-solid fa-comment"></i>CHAT</a></li>
</ul>
</nav>
<a class="cta" href="SignUp Form/index.html"><button><i class="fa-solid fa-user"></i>LOGIN</button></a>
<a class="vendor" href="#"><i class="fa-solid fa-store"></i>Regester As vendor</a>
</header>
</div>
</body>
</html>