-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (35 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Bihar Se Hai</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css" />
</head>
<body class="body">
<header>
<nav>
<div class="logo">
<h1 class="animated infinite heartBeat">BIHAR SE HAI <span class="col">!</span></h1>
</div>
<div class="menu">
<a href="#">HOME</a>
<a href="">GALLERY</a>
<a href="https://www.linkedin.com/in/shubham-kumar-a298981a6/" target="_blank">ABOUT</a>
<a href="#">CONTACT</a>
</div>
</nav>
<main>
<section>
<h3>Welcome to Bihar</h3>
<h1>Do Come & Visit <span class="change_content"></span></h1>
<p>"Bihar is Gold Mine of India"</p>
<a href="#" class="btnone">learn more</a>
<a href="#" class="btntwo">signup here</a>
</section>
</main>
</header>
</body>
</html>