-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
369 lines (330 loc) · 14.2 KB
/
index.html
File metadata and controls
369 lines (330 loc) · 14.2 KB
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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>AAJSP</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.css" integrity="sha512-UTNP5BXLIptsaj5WdKFrkFov94lDx+eBvbKyoe1YAfjeRPC+gT5kyZ10kOHCfNZqEui1sxmqvodNUx3KbuYI/A==" crossorigin="anonymous"
referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css" integrity="sha512-sMXtMNL1zRzolHYKEujM2AqCLUR9F2C4/05cdbxjjLSRvMQIciEPCQZo++nk7go3BtSuK9kfa/s+a4f4i5pLkw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
</head>
<body>
<header id="navigation-menu" class="header">
<div class="container">
<nav>
<a class="logo" href="#">
<h1>AAJSP</h1>
</a>
<ul class="nav-menu">
<li>
<a href="index.html" class="nav-link">Home</a>
</li>
<li>
<a href="aboutus.html" class="nav-link">About</a>
</li>
<li>
<a href="rocket.html" class="nav-link">Rockets</a>
</li>
<li>
<a href="rooms.html" class="nav-link">Gallery</a>
</li>
<li>
<a href="sources.html" class="nav-link">Sources</a>
</li>
</ul>
<div class="initial">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
</div>
</header>
<script>
const initial = document.querySelector('.initial');
const navMenu = document.querySelector('.nav-menu');
initial.addEventListener("click", mobileMenu);
function mobileMenu() {
initial.classList.toggle("active");
navMenu.classList.toggle("active");
}
const navLink = document.querySelectorAll('.nav-link');
navLink.forEach((n) => n.addEventListener("click", closeMenu));
function closeMenu() {
initial.classList.remove("active");
navMenu.classList.remove("active");
}
</script>
<section class="home" id="home">
<div class="head_container">
<div class="box">
<div class="text">
<h1>Galactic Paradise</h1>
<p>-Where the future becomes reality...- </p>
</div>
</div>
<div class="image">
<img src="image/space2.jpeg" class="slide">
</div>
</div>
</section>
<script>
function img(anything) {
document.querySelector('.slide').setAttribute('src', anything);
}
function change(change) {
const line = document.querySelector('.image');
line.style.background = change;
}
</script>
<section class="about top" id="about">
<div class="container flex">
<div class="left">
<div class="img">
<img src="image/space5.webp" alt="" class="image1">
<img src="image/space2.jpeg" alt="" class="image2">
</div>
</div>
<div class="right">
<div class="heading">
<h5>OUT OF THIS WORLD EXPERIENCE</h5>
<h2>Welcome to Galactic Paradise</h2>
<p>Galactic Paradise is a unique and innovative company that is passionate about exploring and expanding the frontiers of space. Our mission is to create a future where humans can thrive and flourish beyond the boundaries of our planet. With a focus on research, development, and innovation, we are working towards creating a sustainable and accessible space industry.
Our team consists of experienced professionals from diverse backgrounds in science, engineering, and business. We are dedicated to pushing the boundaries of technology and exploration, and we believe that our work will help to transform our understanding of the universe and our place within it.
At Galactic Paradise, we are committed to advancing the frontiers of space exploration, while also promoting environmental sustainability and responsible stewardship of our planet. We believe that the future of our species lies in the stars, and we are excited to be at the forefront of this exciting new era in human history.</p>
</div>
</div>
</div>
</section>
<section class="wrapper top">
<div class="container">
<div class="text">
<h2>Our Amenities</h2>
<p>As a Galactic Paradise resort, we offer a wide range of amenities to make your stay comfortable and enjoyable. Some of our amenities include: Swimming pools: We have both indoor and outdoor swimming pools that are perfect for relaxing and swimming laps. Spa and wellness center: Our spa and wellness center offers a variety of services such as massages, facials, and body treatments to help you unwind and rejuvenate. Fitness center: Our fully equipped fitness center allows you to stay in shape while on vacation, with a range of cardio machines and weightlifting equipment. </p>
</div>
</div>
</section>
<section class="room top" id="room">
<div class="container">
<div class="heading_top flex1">
<div class="heading">
<h5>AN UNFORGETTABLE EXPERIENCE</h5>
<h2>Residential Rooms </h2>
</div>
</div>
<div class="content grid">
<div class="box">
<div class="img">
<img src="image/space7.jpg" alt="">
</div>
<div class="text">
<h3>Superior Rooms</h3>
</div>
</div>
<div class="box">
<div class="img">
<img src="image/space8.jpg" alt="">
</div>
<div class="text">
<h3>Single Rooms</h3>
</div>
</div>
<div class="box">
<div class="img">
<img src="image/space10.jpg" alt="">
</div>
<div class="text">
<h3>Comfy Rooms</h3>
</div>
</div>
</div>
</div>
</section>
<section class="wrapper wrapper2 top">
<div class="container">
<div class="text">
<div class="heading">
<h5>AT THE HEART OF COMMUNICATION</h5>
<h2>People Say</h2>
</div>
<div class="para">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>
<div class="box flex">
<div class="img">
<img src="image/space12.jpg" alt="">
</div>
<div class="name">
<h5>KATE PALMER</h5>
<h5>IDAHO</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="restaurant top" id="restaurant">
<div class="container flex">
<div class="left">
<img src="image/space13.jpg" alt="">
</div>
<div class="right">
<div class="text">
<h2>Our Rockets</h2>
<p> As a space-themed hotel, Galactic Paradise offers guests the unique opportunity to stay in rocket-themed rooms. Our rockets are designed to provide a comfortable and unforgettable experience, with a variety of amenities and features to make your stay enjoyable.
Each rocket is designed with a futuristic aesthetic and comes equipped with a comfortable bed, flat-screen TV, mini-fridge, and other convenient amenities. Guests can choose from a variety of rocket styles, including sleek and modern designs, or more classic and retro-inspired looks.
In addition to the comfortable interior of the rockets, guests can also enjoy views of the stars and planets from the rocket's large windows. Our rockets are designed to make you feel like you're on a space adventure, with immersive lighting and sound effects to transport you to another world.
At Galactic Paradise, we pride ourselves on providing a one-of-a-kind experience for our guests, and our rocket rooms are just one of the many ways we do that.</p>
</div>
<div class="accordionWrapper">
<div class="accordionItem open">
<h2 class="accordionIHeading">Italian Kitchen</h2>
<div class="accordionItemContent">
<p>The Italian Kitchen is our on-site restaurant where guests can enjoy a variety of delicious Italian dishes prepared by our experienced chefs. We use only the freshest ingredients to create authentic Italian cuisine. Our menu features classic Italian dishes such as pizza, pasta, risotto, and a selection of antipasti. We also offer a variety of vegetarian and gluten-free options to cater to all dietary requirements.
</p>
</div>
</div>
<div class="accordionItem close">
<h2 class="accordionIHeading">Indian Kitchen</h2>
<div class="accordionItemContent">
<p>Our Indian Kitchen also offers a range of vegetarian and vegan options to cater to all dietary requirements. We also serve a variety of refreshing Indian drinks such as Fanta.
Our Indian Kitchen provides a warm and inviting atmosphere where you can enjoy your meal with friends and family. Whether you are looking for a quick bite or a hearty meal, our Mexican Kitchen has something for everyone.
</p>
</div>
</div>
<div class="accordionItem close">
<h2 class="accordionIHeading">Italian Kitchen</h2>
<div class="accordionItemContent">
<p>The Italian Kitchen provides a cozy and welcoming atmosphere with an open kitchen, allowing guests to see their food being prepared. We also offer a range of Italian wines and cocktails to complement your meal. Our restaurant is open for breakfast, lunch, and dinner, so guests can enjoy a meal at any time of the day.
</p>
</div>
</div>
<div class="accordionItem close">
<h2 class="accordionIHeading">Mexican Kitchen</h2>
<div class="accordionItemContent">
<p>At Galactic Paradise, our Mexican Kitchen offers a delicious and authentic culinary experience. Our chefs use only the freshest ingredients to create traditional Mexican dishes such as tacos, burritos, enchiladas, and fajitas, among others. We use a variety of spices and herbs to give our dishes a flavorful and vibrant taste.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<script>
var accItem = document.getElementsByClassName('accordionItem');
var accHD = document.getElementsByClassName('accordionIHeading');
for (i = 0; i < accHD.length; i++) {
accHD[i].addEventListener('click', toggleItem, false);
}
function toggleItem() {
var itemClass = this.parentNode.className;
for (var i = 0; i < accItem.length; i++) {
accItem[i].className = 'accordionItem close';
}
if (itemClass == 'accordionItem close') {
this.parentNode.className = 'accordionItem open';
}
}
</script>
<section class="gallary mtop " id="gallary">
<div class="container">
<div class="heading_top flex1">
<div class="heading">
<h5>WELCOME TO OUR PHOTO GALLERY!</h5>
<h2>Take a look at our Vision</h2>
</div>
<div class="button">
</div>
</div>
<div class="owl-carousel owl-theme">
<div class="item">
<img src="image/SpaceJetImagined.jpg" alt="">
</div>
<div class="item">
<img src="image/SpaceShuttleLaunchStock.jpg" alt="">
</div>
<div class="item">
<img src="image/RocketLauchPadStationed.jpg" alt="">
</div>
<div class="item">
<img src="image/InsideRocketImage.jpg" alt="">
</div>
<div class="item">
<img src="image/RocketOnLauchPadStock.jpg" alt="">
</div>
<div class="item">
<img src="image/RocketThrustStock.jpg" alt="">
</div>
<div class="item">
<img src="image/MissionControlStock.jpg" alt="">
</div>
<div class="item">
<img src="image/MarsBaseStock.jpg" alt="">
</div>
</div>
</div>
</section>
<section class="gallary mtop " id="gallary">
<div class="container">
<div class="heading_top flex1">
<div class="heading">
<h2>Luxurious Space Themed Hotel</h2>
</div>
<div class="button">
</div>
</div>
<div class="owl-carousel owl-theme">
<div class="item">
<img src="image/SpacedThemeHotelImage(1).jpg" alt="">
</div>
<div class="item">
<img src="image/SpacedThemeHotelImage(2).jpg" alt="">
</div>
<div class="item">
<img src="image/SpacedThemeHotelImage(3).jpg" alt="">
</div>
<div class="item">
<img src="image/SpacedThemeHotelImage(4).jpg" alt="">
</div>
<div class="item">
<img src="image/ViewingSpaceFromEarth.jpg" alt="">
</div>
<div class="item">
<img src="image/ViewingEarthFromSpace.jpg" alt="">
</div>
<div class="item">
<img src="image/FuturisticSpaceThemedHotel.jpg" alt="">
</div>
<div class="item">
<img src="image/SpaceThemehotelbuilding.jpg" alt="">
</div>
</div>
</div>
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.js" integrity="sha512-gY25nC63ddE0LcLPhxUJGFxa2GoIyA5FLym4UJqHDEMHjp8RET6Zn/SHo1sltt3WuVtqfyxECP38/daUc/WVEA==" crossorigin="anonymous"
referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js" integrity="sha512-bPs7Ae6pVvhOSiIcyUClR7/q2OAsRiovw4vAkX+zJbw3ShAeeqezq50RIIcIURq7Oa20rW2n2q+fyXBNcU9lrw==" crossorigin="anonymous"
referrerpolicy="no-referrer"></script>
<script>
$('.owl-carousel').owlCarousel({
loop: true,
margin: 10,
nav: true,
dots: false,
navText: ["<i class='fas fa-chevron-left'></i>", "<i class='fas fa-chevron-right'></i>"],
responsive: {
0: {
items: 1
},
768: {
items: 2
},
1000: {
items: 4
}
}
})
</script>
</html>