-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.html
59 lines (42 loc) · 1.38 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Responsive Navbar</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
</head>
<body>
<nav>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fas fa-bars"></i>
</label>
<label class="logo" href="Index.html">HBTech</label>
<ul>
<li><a class="active" href="Index.html">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Feedback</a></li>
</ul>
</nav>
<section>
<div class="image-container">
<img src="girl with ok .png+" alt="">
<div class="overlay"></div>
<div class="circle"></div>
<div class="triangle"></div>
<p><Strong><em>Hey there I am Harshad </em></Strong><em> I am Web designer, Graphic designer, Social meida marketing</em></p>
</div>
<div class="center-align">
</div>
</section>
<footer>
<p>Author: Harshad<br>
<a href="bansodeharshad098@gmail.com">bansodeharshad098@gmail.com</a>
</p>
</footer>
</body>
</html>