-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbaksha.html
99 lines (81 loc) · 5.51 KB
/
baksha.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
<!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>Travel Destinations</title>
<link rel="icon" href="./files/logo.png">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Paytone+One&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet"
href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
</head>
<body class="location-body">
<nav>
<img src="./files/logo.png" class="logo" alt="Logo" title="AAJSP Space Tours">
<ul class="navbar">
<li>
<a href="./index.html">Home</a>
<a href="./index.html#locations">Destinations</a>
<a href="./index.html#package">Living</a>
<a href="./flight_plan.html">Flight Plan</a>
<a href="./training.html">Training</a>
<a href="./about.html">About Us</a>
<a href="./contact.html">Contact Us</a>
<a href="./citation.html">Citations</a>
</li>
</ul>
</nav>
<section class="location-section">
<div class="location-heading">
<h1>Explore The <span>Galaxy!</span></h1>
</div>
<div class="location-detail" id="html#Jupiter">
<h1>Peaks Of Baksha</h1>
<div class="stars">
<a href="#"><i class='bx bxs-star'></i></a>
<a href="#"><i class='bx bxs-star'></i></a>
<a href="#"><i class='bx bxs-star'></i></a>
<a href="#"><i class='bx bxs-star'></i></a>
<a href="#"><i class='bx bxs-star'></i></a>
</div>
<p>Welcome to the Peaks of Baksha, a futuristic vacation destination located on the Moon, the closest celestial body to our planet. The Peaks of Baksha are a series of interconnected lunar cities that offer visitors an unforgettable experience of luxury, adventure, and exploration in the serene, otherworldly environment of Earth's natural satellite.
The Peaks of Baksha are situated on the Moon's rugged terrain, nestled amongst the lunar peaks and craters that make up its surface. Visitors can explore the many facilities of the Peaks of Baksha, which include luxurious hotels, gourmet restaurants, and advanced entertainment venues, all designed to provide a one-of-a-kind vacation experience on the Moon.
For those seeking adventure, the Peaks of Baksha offer a range of exciting activities, such as lunar hiking, rover tours, and even lunar base jumping. Visitors can also participate in simulated spacewalks and other space-related activities, experiencing firsthand what it's like to explore the outer reaches of our solar system.
One of the most exciting features of the Peaks of Baksha is their stunning views of the lunar landscape. Visitors can gaze out at the vast expanse of the Moon's surface, with its towering peaks, deep craters, and stunningly barren beauty.
For those seeking relaxation and luxury, the Peaks of Baksha have it all. Visitors can indulge in spa treatments and massages, take a dip in the cities' indoor swimming pools, or simply relax in their spacious and beautifully appointed hotel rooms, complete with stunning views of the lunar landscape.
At night, the Peaks of Baksha come alive with a range of exciting events and entertainment, including stargazing, lunar golf, and even zero-gravity dance parties. Visitors can enjoy a night under the stars, surrounded by the stunning beauty of the Moon.
Overall, the Peaks of Baksha are a vacation destination unlike any other, offering an unparalleled experience of space travel, luxury, and adventure. Whether you're a space enthusiast, an adventurer, or simply seeking a unique and unforgettable vacation experience, this futuristic city on the Moon is the perfect destination.</p>
<div class="location-img">
<img src="./files/HotelPic6.jpg" alt="">
</div>
</div>
<section class="footer">
<div class="foot">
<div class="footer-content">
<div class="footlinks">
<h4>Quick Links</h4>
<ul>
<li><a href="./register.html">Register</a></li>
<li><a href="./about.html">About Us</a></li>
<li><a href="./contact.html">Contact Us</a></li>
</ul>
</div>
<div class="footlinks">
<h4>Connect</h4>
<div class="social">
<a href="https://www.facebook.com/groups/157544183904641" target="_blank"><i class='bx bxl-facebook'></i></a>
<a href="https://www.instagram.com/astrotour.tech/" target="_blank"><i class='bx bxl-instagram' ></i></a>
<a href="https://twitter.com/AstrotourTech" target="_blank"><i class='bx bxl-twitter' ></i></a>
</div>
</div>
</div>
</div>
<div class="end">
<p>Copyright © 2023 AAJSP Space Travel All Rights Reserved. <br> <a style="color:white;" href="./tnc.html">Terms and Conditions (Updated 2023).</a></p> </div>
</section>
</body>
</html>