-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmercury.html
84 lines (75 loc) · 3.67 KB
/
mercury.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
<!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#Mercury">
<h1>Mercury</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-half'></i></a>
</div>
<p>As the closest planet to the sun, Mercury is a fascinating destination to explore. With a surface that is rocky and barren, visitors can witness some of the most extreme temperatures in the solar system. Despite its harsh environment, Mercury offers a unique opportunity for researchers to study the planet's geological history and composition, offering insights into the formation of our solar system.</p>
<div class="location-img">
<img src="./files/t2.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>