-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (70 loc) · 3.92 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
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Travel Assam | WELCOME</title>
<link rel="stylesheet" href="./css/stylehome.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css">
</head>
<body>
<header>
<nav class="navbar">
<div class="container">
<h1 class="logo lheading">AT</h1>
<ul class="navitems">
<li class="navitem"><a href="./index.html">HOME</a></li>
<li class="navitem"><a href="./explore.html">EXPLORE</a></li>
<li class="navitem"><a href="./contact.html">ABOUT US</a></li>
</ul>
</div>
</nav>
<div class="heading">
<h1 class="lheading textwhite">WELCOME TO ASSAM</h1>
<h1 class="textwhite changing">DO COME & VISIT <span class="flick"></span></h1>
<p class="textwhite para">TRAVEL ASSAM,EXPERIENCE THE BEAUTY OF NATURE, "ZINDAGI NA MILEGI DOBARA"</p>
<a class="mheading textred clik clik-p" href="#bot">EXPLORE PLACES</a>
</div>
</header>
<section class="main" id="bot">
<div class="container">
<div class="row row1 animate__bounceIn animate__animated">
<div class="imgbox"><img src="./ranghar1.jpg" alt=""></div>
<div class="textbox textgray">
<h2 class="lheading" style="letter-spacing: 0em;">RANG GHAR</h2>
<p class="sheading">Often referred to as the 'Colosseum of the East', Rang Ghar is one of the oldest surviving amphitheatres of Asia. It is located near Rangpur Palace at a distance of 3 km from Sibsagar town. The name translates to 'House of Entertainment' and dates back to 1746 A.D. when the Ahoms used to rule present-day Assam. This monument is an important historical place in Assam reflecting the architectural precision and grandeur of that time.</p>
<a href="./places/Ranghar.html" class="textred clik clik-s">MORE</a>
</div>
</div>
<div class="row row2 animate__bounceIn animate__animated">
<div class="imgbox"><img src="./manas.jpg" alt=""></div>
<div class="textbox textgray">
<h2 class="lheading" style="letter-spacing: 0em; line-height:1.3 ; margin-bottom: 1rem;">
MANAS NATIONAL PARK
</h2>
<p class="sheading">Manas National Park is a UNESCO Natural World Heritage site, a Project Tiger Reserve, an Elephant Reserve and a Biosphere Reserve in Assam. The only tiger reserve in Assam and also famous for the rare golden langur and the red panda, Manas is one of the best-kept national parks in India.</p>
<a href="./places/manash.html" class="textred clik clik-s">MORE</a>
</div>
</div>
</div>
<div class="more animate__animated animate__bounce">
<a class="mheading textred clik clik-p" href="./explore.html">EXPLORE MORE</a><br>
<div class="arr animate__animated animate__shakeX">
<i class="arrow textred"></i>
<i class="arrow textred"></i>
</div>
</div>
</section>
<footer>
<div class="social">
<i class="fab fa-facebook fa-3x"></i>
<i class="fab fa-instagram fa-3x"></i>
<i class="fab fa-twitter fa-3x"></i>
</div>
<div>
<p>Assam Travel © 2020. All Rights Reserved</p>
</div>
</footer>
</body>
</html>