-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
483 lines (405 loc) · 18.9 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
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
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description"
content="Explore our 3D virtual solar system and learn about planets in an interactive space exploration.">
<meta name="keywords"
content="earth, space, moon, 3d-images 3d-animation, planets, Solar System, Virtual Solar System, Planet Models, Astronomy Visualization,Space Exploration, Educational Space Simulation, Celestial Bodies, Planetary Orbits,Astronomy App,Astronomical Visualization,Space Educational Tool,Learn About Planets,Outer Space Simulation,Solar System Exploration,Astronomical Models,Space Learning Experience,Planetary System Viewer" />
<meta name="author" content="GOAT Elitte Coders(Rahul Das, Saikat Das)" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Virtual Universe - Explore planets</title>
<!-- SEO(Search engine optimization) -->
<meta name="description"
content="Explore the virtual galaxy with information about planets, ISS, probes, dwarf planets, and the solar system. Find fascinating details and facts about our cosmic neighbors.">
<meta name="keywords"
content="virtual galaxy, planets, ISS, probes, dwarf planets, solar system, information, space exploration">
<link rel="canonical" href="https://www.virtual-galaxy.netlify.app/">
<meta property="og:title" content="Virtual Galaxy - Explore Planets, ISS, Probes, Dwarf Planets, and Solar System">
<meta property="og:description" content="Explore the virtual galaxy with information about planets, ISS, probes, dwarf planets, and the solar system. Find fascinating details and facts about our cosmic neighbors.">
<!-- importing bootstrap -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- font awesome icons script-->
<script src="https://kit.fontawesome.com/bf915a8f75.js" crossorigin="anonymous"></script>
<!-- importing aos -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<!-- calling our style -->
<!-- css for jquey -->
<link rel="stylesheet" href="jquery/jquery.flipster.min.css">
<link rel="stylesheet" href="css/style.css" type="text/css" />
<link rel="stylesheet" href="css/responsiveness.css" type="text/css" />
<!-- link for fabicon -->
<link rel="apple-touch-icon" sizes="57x57" href="icon/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="icon/apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="icon/apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="icon/apple-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="icon/apple-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="icon/apple-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="icon/apple-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="icon/apple-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="icon/apple-icon-180x180.png" />
<link rel="icon" type="image/png" sizes="192x192" href="icon/android-icon-192x192.png" />
<link rel="icon" type="image/png" sizes="32x32" href="icon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="icon/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="icon/favicon-16x16.png" />
<link rel="manifest" href="icon/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="icon/ms-icon-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<meta name="wot-verification" content="31fbb351578b77a4dc92"/>
</head>
<body>
<!-- loader -->
<div id="box">
<div id="preloader"></div>
<h3> This may take a while </h3>
</div>
<!-- loader end -->
<!-- ============= Starting of navbar ==================== -->
<div>
<nav class="navbar-top">
<div class="navbar-logo-and-text">
<div class="navbar-img">
<img src="img/logo.png" alt="Logo">
</div>
<div class="navbar-txt">
<a href="index.html">Virtual Galaxy</a>
</div>
</div>
<a class="icon">
<i class="fa-solid fa-bars" id="activei"></i>
</a>
<div class="navbar-links" id="navbar-link-toogle">
<a href="../UI/Register.html" title="View Our Solar System">
<svg xmlns="http://www.w3.org/2000/svg" id="orrery" enable-background="new 0 0 32 32" viewBox="0 0 32 32">
<circle class="sun" cx="16" cy="16" r="3.2" />
<g class="third">
<circle cx="16" cy="16" r="14" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width=".9" />
<circle cx="28.2" cy="23.1" r="1.7" />
</g>
<g class="second">
<circle cx="16" cy="16" r="10.5" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width=".9" />
<circle cx="10.6" cy="7.2" r="1.7" />
</g>
<g class="first">
<circle cx="16" cy="16" r="6.8" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width=".9" />
<circle cx="11.7" cy="21" r="1.7" />
</g>
</svg>
</a>
<a class="navbar-links-txt highlight" href="#hero">Home</a>
<a class="navbar-links-txt" href="/planets/planets.html#planets">Planets</a>
<a class="navbar-links-txt" href="/gallery/gallery.html">Gallery</a>
<a class="navbar-links-txt" href="/FAQ/faq.html">FAQ</a>
<a class="navbar-links-txt" href="./UI/Register.html">Sign-in</a>
</div>
</nav>
</div>
<!-- ==============End of navbar ============== -->
<section id="hero" class="firstsection">
<button class="glassdoor-btn" id="startButton" onclick="openRocket()" disabled>
<a href="./UI/Register.html" style="color:black;">Sign-in to Explore the Galaxy<a>
</button>
</section>
<!-- ============End of first body section =============== -->
<!-- ================== Starting of second phase (virtual exploration) ============== -->
<section class="section-on-body">
<div class="section-on-body-headings">
<h1 style="font-weight: 300">Immersive Virtual Exploration</h1>
</div>
<div class="video">
<video autoplay muted>
<source src="img/planetsorbiting.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div id="second-video">
<!-- <video src="" autoplay></video> -->
</div>
</section>
<!-- ================== Ending of second phase (virtual exploration) ============== -->
<!-- ================== Starting of third phase (more about space) ============== -->
<section class="section-on-body">
<div class="section-on-body-headings">
<h1 style="font-weight: 300">More About Space</h1>
</div>
<div id="cards-wrapper">
<div class="cards" data-aos="fade-right" data-aos-duration="2000">
<div class="cards-img">
<img src="img/iss.jpg" alt="ISS img">
</div>
<div class="cards-text">
<h2>ISS</h2>
<p>
The International Space Station (ISS) is a habitable space
laboratory that orbits Earth. It serves as a platform for
scientific research and international collaboration, advancing our
understanding of space and enabling exploration beyond our planet.
</p>
<button class="readmore-btn"><a href="planets/planets.html#iss">Read More</a></button>
</div>
</div>
<div class="cards" data-aos="fade-left" data-aos-duration="2000">
<div class="cards-img">
<img src="img/asteroid.jpg" alt="img" />
</div>
<div class="cards-text">
<h2>Asteroid</h2>
<p>
An asteroid is a rocky object that orbits the Sun. Ranging in size
from small boulders to massive bodies, they offer insights into
the early solar system and pose potential threats to Earth's
impact events.
</p>
<button class="readmore-btn"><a href="planets/planets.html#asteroid">Read More</a></button>
</div>
</div>
</div>
<button class="loadmore-btn">Load More...</button>
</section>
<!-- ================== Ending of third phase (more about space) ============== -->
<!-- ================== Starting of forth phase (explore vastness) ============== -->
<section class="section-on-body">
<div class="section-on-body-headings">
<h1 style="font-weight: 300">
Explore the vast wonders of the Universe
</h1>
</div>
<div id="explore-wrapper">
<div id="exploreleft-img">
<img src="img/milkyWay-Galaxy.jpg" alt="milkyWayGalaxy" />
</div>
<div id="exploreright-txt">
<p>
Welcome to Virtual Galaxy, an immersive virtual galaxy experience
that takes you on an extraordinary journey through the cosmos.
galaxy like never before.
</p>
</div>
</div>
</section>
<!-- ================== Ending of forth phase (explore vastness) ============== -->
<!-- ================== Starting of fifth phase (gallery) ============== -->
<!-- <section class="section-on-body">
<div class="section-on-body-headings">
<h1>Gallery</h1>
</div>
<div class="container">
<div class="row">
<div class="col-sm" data-aos="fade-left" data-aos-duration="2000">
<img class="d-block img" src="img/gallery7.jpg" alt="space iss">
</div>
<div class="col-sm" data-aos="fade-up" data-aos-duration="2000">
<img class="d-block img" src="img/gallery4.jpg" alt="earth">
</div>
<div class="col-sm" data-aos="fade-right" data-aos-duration="2000">
<img class="d-block img" src="img/gallery11.jpg" alt="sun, earth and fabric warp">
</div>
<div class="col-sm" data-aos="zoom-out" data-aos-duration="2000">
<img class="d-block img" src="img/gallery2.jpg" alt="planet">
</div>
</div>
</div>
<a href="gallery/gallery.html">
<button class="loadmore-btn">Load More..</button>
</a>
</section> -->
<section class="section-on-body ">
<div class="section-on-body-headings">
<h1>Gallery</h1>
</div>
<div class="carousel">
<ul>
<li><img src="img/gallery2.jpg" ></li>
<li><img src="img/gallery3.jpg" ></li>
<li><img src="img/gallery4.jpg" ></li>
<li><img src="img/gallery7.jpg" ></li>
<li><img src="img/gallery8.jpg" ></li>
<li><img src="img/gallery9.jpg" ></li>
<li><img src="img/gallery10.jpg" ></li>
</ul>
</div>
<a href="gallery/gallery.html">
<button class="loadmore-btn">Load More..</button>
</a>
</section>
<!-- ================== Ending of fifth phase (gallery) ============== -->
<!-- ================== Starting of sixth phase (conatct) ============== -->
<section class="section-on-body">
<div class="container">
<div class="innerwrap">
<section class="section1 clearfix">
<div class="section-on-body-headings">
<h1>Contact Us</h1>
</div>
</section>
<section class="section2 clearfix">
<div class="col2 column1 first">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2188.3669594199605!2d88.41663109062866!3d22.71411824077823!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39f899496b04114f%3A0x44c94509fa83f16a!2sELITTE%20COLLEGE!5e0!3m2!1sen!2sin!4v1689705253867!5m2!1sen!2sin"
style="border:0; width: 100%; height: 300px;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade" title="Google map location"></iframe>
<div class="sec2addr">
<p>PO: Karnamadhabpur, PS: Ghola, Sodepur, Kolkata - 700113</p>
<p><span class="collig">Phone :</span> +91 1234567890</p>
<p><span class="collig">Email :</span> xyz@gmail.com</p>
<p><span class="collig">Fax :</span> +91 1234567890</p>
</div>
</div>
<div class="col2 column2 last">
<div class="sec2innercont">
</div>
<div class="sec2contactform">
<h2 class="sec2frmtitle">Want to Know More?? Drop Us a Mail</h3>
<form action="https://formspree.io/f/xvojgznn" method="POST">
<div class="clearfix">
<input class="col2 first name" type="text" placeholder="Name" required autocomplete="off">
<!-- <input class="col2 last" type="text" placeholder="LastName" required
autocomplete="off"> -->
</div>
<div class="clearfix">
<input class="col2 first" type="Email" placeholder="Email" required autocomplete="off">
<input class="col2 last" type="text" placeholder="Contact Number" required autocomplete="off">
</div>
<div class="clearfix">
<textarea name="textarea" id="" cols="30" rows="7" placeholder="Your message here..." required
autocomplete="off"></textarea>
</div>
<div class="clearfix" style="margin: 20px 0"><input type="submit" value="Send" class="loadmore-btn send-btn">
</div>
</form>
</div>
</div>
</section>
</div>
</div>
</section>
<!-- ================== Ending of sixth phase (contact) ============== -->
<!-- ================== Starting of seventh phase (footer) ============== -->
<footer id="footer">
<div class="footer-top">
<div class="container modifiedFooterTop">
<div class="row modifyRow">
<div class="col-lg-3 col-md-6 footer-contact">
<h3>
<img src="img/logo.png" alt="" srcset="" height="60" width="60">
Virtual Universe
</h3>
<p>
Elitte College and Engineering, Sodepur<br>
Near kalyani Express, Madhawpur Village, Mohispota,<br>
West Bengal, 700113<br>
<strong>Phone:</strong> +91-9330541033<br>
</p>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>
Useful Links
</h4>
<ul>
<li>
<i class="fa-solid fa-angle-right"></i> <a href="#hero">Home</a>
</li>
<li>
<i class="fa-solid fa-angle-right"></i> <a href="#">Services</a>
</li>
<li>
<i class="fa-solid fa-angle-right"></i>
<a href="/policy/policy.html">Privacy policy</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Our Services</h4>
<ul>
<li>
<i class="fa-solid fa-angle-right"></i> <a href="/planets/planets.html">3D Models</a>
</li>
<li>
<i class="fa-solid fa-angle-right"></i><a href="/planets/planets.html">Planets</a>
</li>
<li>
<i class="fa-solid fa-angle-right"></i> <a href="#">Information</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Community</h4>
<ul>
<li>
<i class="fa-solid fa-angle-right"></i> <a href="#mainabout">About us</a>
</li>
<li>
<i class="fa-solid fa-angle-right"></i> <a href="#benefits">Benefits</a>
</li>
<li>
<i class="fa-solid fa-angle-right"></i><a href="#achievement">Accomplishments</a>
</li>
<li>
<i class="fa-solid fa-angle-right"></i> <a href="/FAQ//faq.html">FAQ</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container py-4 modifiedFooter">
<div class="social-links text-md-end pt-3 pt-md-0 socialLinkMod">
<div class="textSocials">Stay in the loop?</div>
<a href="https://wa.me/9330541033" target="_blank" aria-label="Visit us on Whatapp"
title="Whatapp (External Link)" rel="noopener noreferrer" class="whatsapp">
<i class="fa-brands fa-whatsapp"></i>
</a>
<a href="https://twitter.com/" target="_blank" aria-label="Visit us on Twitter" title="Twitter (External Link)"
rel="noopener noreferrer" class="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="https://www.facebook.com/" target="_blank" aria-label="Visit us on Facebook"
title="Facebook (External Link)" rel="noopener noreferrer" class="facebook">
<i class="fa-brands fa-facebook"></i>
</a>
<a href="https://www.instagram.com/" target="_blank" aria-label="Visit us on Instagram"
title="Instagram (External Link)" rel="noopener noreferrer" class="instagram">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/company/" target="_blank" aria-label="Visit us on Linkedin"
title="Linkedin (External Link)" rel="noopener noreferrer" class="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
</a>
<a href="https://github.com/Git21221/IBMSkillsBuild" target="_blank" class="git-link">
<i class="fa-brands fa-github"></i></a>
</div>
<div class="me-md-auto text-md-start crMod">
<div class="copyright">
© Copyright <strong><span>Virtual Universe</span></strong>. All Rights Reserved
</div>
<div class="credits">Designed by <a href="#">G.O.A.T Elitte coders</a></div>
</div>
</div>
</footer>
<!-- ================== Ending of seventh phase (footer) ============== -->
<!-- scroll to top image -->
<a href="#hero" class="scroll-top">
<img src="img/scroll-img.png" alt="scrollTotopimage">
</a>
<!-- scroll to top image(close) -->
<!-- jquery cdn -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="jquery/jquery.flipster.min.js"></script>
<!-- bootstrap js library -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
<!-- aos scroll animation libary cdn -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
$('.carousel').flipster({
style:'carousel',
spacing:-0.3,
});
</script>
<script src="js/script.js" type="text/javascript"></script>
</body>
</html>