-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
203 lines (174 loc) · 9.58 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!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">
<title>Go Travel</title>
<link rel="icon" href="logo1.png" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-56GRR9KENH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-56GRR9KENH');
</script>
</head>
<body>
<header>
<a href="index.html" class="brand">G<img class="globe" src="globe.gif" alt="Globe" width="25px"> Travel</a>
<div class="menu-btn"></div>
<div class="navigation">
<div class="navigation-items">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="explore.html">Explore</a>
<a href="gallery.html">Gallery</a>
<a href="contact.html">Contact Us</a>
</div>
</div>
</header>
<section class="home">
<video src="https://www.incredibleindia.org/content/dam/incredible-india-v2/images/experiences/heritage/Heritage.mp4" class="video active" autoplay muted loop></video>
<video src="https://www.incredibleindia.org/content/dam/incredible-india-v2/video/original/monsoon.mp4" class="video" autoplay muted loop></video>
<video src="https://www.incredibleindia.org/content/dam/incredible-india-v2/images/experiences/nature/Nature%20Wildlife.mp4" class="video" autoplay muted loop></video>
<video src="https://www.incredibleindia.org/content/dam/incredible-india-v2/images/banner/food-and-cuisine.mp4" class="video" autoplay muted loop></video>
<video src="https://www.incredibleindia.org/content/dam/incredible-india-v2/images/experiences/luxury/Luxury%20Home.mp4" class="video" autoplay muted loop></video>
<video src="https://www.incredibleindia.org/content/dam/incredible-india-v2/images/experiences/yoga-and-wellness/Yoga%20&%20Wellness%20Home.mp4" class="video" autoplay muted loop></video>
<video src="https://www.incredibleindia.org/content/dam/incredible-india-v2/images/video/World%20Heritage%20Sites%20Of%20India.mp4" class="video" autoplay muted loop></video>
<video src="https://www.incredibleindia.org/content/dam/incredible-india-v2/images/experiences/spiritual/Spiritual%20Banner.mp4" class="video" autoplay muted loop></video>
<div class="content active">
<h1>Heritage.<br><span>Of India</span></h1>
<p>A land resounding with the riches and glories of opule dynasntties, powerful rulers, flourishing civilisations and profound history, India has a splendid heritage that is reflected in its architecture, monuments, arts, crafts, cultures and even religions.</p>
<a href="heritage.html">Read More</a>
</div>
<div class="content">
<h1>Indian<br><span>Monsoons</span></h1>
<p>One of the oldest civilisations in the world, India is a mosaic of multicultural experiences. With a rich heritage and myriad attractions, the country is among the most popular tourist destinations in the world.</p>
<a href="monsoon.html">Read More</a>
</div>
<div class="content">
<h1>Nature<br><span>And Wildlife</span></h1>
<p>From hauntingly beautiful snowy escapades to lush forests and hills of rolling green, from the endless golden beaches to the sapphire and emerald lakes embedded in the landscape, the natural beauty of the Indian subcontinent is unparalleled.</p>
<a href="nature.html">Read More</a>
</div>
<div class="content">
<h1>Food<br><span>And Cuisine</span></h1>
<p>Known for its diversity that varies with every region, state, community, culture and even religion, food in India is a vibrant assortment of uncountable dishes. It is distinctly characterised by the subtle and sophisticated use of spices, grains, fruits and vegetables that are all grown in the country.</p>
<a href="food.html">Read More</a>
</div>
<div class="content">
<h1>Luxury<br><span>Be a part of Royalty</span></h1>
<p>Home to several royal dynasties that enjoyed an opulent and an ostentatious lifestyle, India is a land steeped in history. Over the years, age-old cultures, traditions, arts and practices have been blending seamlessly with modern comforts, culminating to tailor a regal experience for tourists who want to sample luxury.</p>
<a href="luxury.html">Read More</a>
</div>
<div class="content">
<h1>Yoga<br><span>And Wellness</span></h1>
<p>India's sun-kissed coastlines, peace-permeated hill stations and breezy riversides offer a host of nutritious food, spas, yoga, detox therapies, Ayurveda, naturopathy, Vedanta and meditation techniques, retrieved and curated from the most ancient of sciences and arts.</p>
<a href="yoga.html">Read More</a>
</div>
<div class="content">
<h1>World Heritage<br><span>Sites</span></h1>
<p>India is home to several UNESCO World Heritage Sites; ranging from natural wonders to architectural marvels. While some are keepers of the magnificence of history, others are a safe and lush haven for biodiversity to flourish.</p>
<a href="unesco.html">Read More</a>
</div>
<div class="content">
<h1>Spiritual<br><span></span></h1>
<p>India is its billion people. And it is safe to say that these people define what spirituality in India is. The most prominent religions in the country are Hinduism, Islam, Christianity, Buddhism, Sikhism and Jainism.</p>
<a href="spiritual.html">Read More</a>
</div>
<div class="slider-navigation">
<div class="navbut active"></div>
<div class="navbut"></div>
<div class="navbut"></div>
<div class="navbut"></div>
<div class="navbut"></div>
<div class="navbut"></div>
<div class="navbut"></div>
<div class="navbut"></div>
</div>
</section>
<section class="main">
<div class="hello">
<h1>HELLO</h1>
<p class="para1">Looks like you landed on the right spot.
<br>A one stop solution for all your travelling needs.
<br>From Luxurious Hotels to Flight Bookings
<br>We manage all
<br>
</p>
</div>
<div class="yus">
<h1>Why choose us...</h1>
<p>We provide a seamless spot </p>
</div>
<div class="about">
<h1>About Us</h1>
<p>We just started this company</p>
</div>
<div class="explore">
<h1>Explore Different Places</h1>
<p>We offer you a choice to various of the multiple Places</p>
</div>
<div class="blogs">
<h1>Blogs</h1>
<p>These are various of famous blogs...</p>
</div>
<div class="contact">
<h1>Contact Us</h1>
<p>You can use any of the below to reach us</p>
</div>
</section>
<footer class="foot">
<div class="logo"><a href="index.html">Go Travel</a></div>
<div class="media-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="insta"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
</div>
<div class="copyright">Copyrights 2021 <i class="far fa-copyright"></i></div>
</footer>
<script type="text/javascript">
//javascript for navigation bar effect on scroll
window.addEventListener("scroll", function(){
var header = document.querySelector("header");
header.classList.toggle('sticky', window.scrollY > 0);
});
//Javacript for responsive navigation menu
const menuBtn = document.querySelector(".menu-btn");
const navigation = document.querySelector(".navigation");
menuBtn.addEventListener("click", () => {
menuBtn.classList.toggle("active");
navigation.classList.toggle("active");
});
//Javacript for video slider navigation
const btns = document.querySelectorAll(".navbut");
const slides = document.querySelectorAll(".video");
const contents = document.querySelectorAll(".content");
var sliderNav = function(manual){
btns.forEach((btn) => {
btn.classList.remove("active");
});
slides.forEach((slide) => {
slide.classList.remove("active");
});
contents.forEach((content) => {
content.classList.remove("active");
});
btns[manual].classList.add("active");
slides[manual].classList.add("active");
contents[manual].classList.add("active");
}
btns.forEach((btn, i) => {
btn.addEventListener("click", () => {
sliderNav(i);
});
});
</script>
</body>
</html>