-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
68 lines (61 loc) · 4 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="about.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="main_container">
<div class="left">
<h1 class="main_heading">About<span class="blue">Us</span></h1>
<p class="para">Pale<span style="color:rgb(77, 141, 236);" >Blue</span>Dot is a captivating website dedicated to exploring the rich history of space travel. It offers a timeline of humanity's journey beyond Earth, highlighting key missions, pioneering astronauts, and groundbreaking achievements. With a blend of informative content and stunning visuals, Pale<span style="color:rgb(77, 141, 236);" >Blue</span>Dot invites users to relive the milestones that shaped our understanding of the cosmos, inspiring curiosity and a sense of wonder about our place in the universe.</p>
</div>
<div class="gallery">
<div class="box row-2" id="box-1" style="background-image:url('mercury.jpeg')">Mercury</div>
<div class="box col-2" id="box-2" style="background-image:url('venus.jpeg')">Venus</div>
<div class="box" id="box-3" style="background-image:url('earth.jpg')">Earth</div>
<div class="box row-2" id="box-4" style="background-image:url('mars.jpg')">Mars</div>
<div class="box row-2" id="box-4" style="background-image:url('sun.jpeg')">Sun</div>
<div class="box col-2" id="box-5" style="background-image:url('jupiter.jpg')">Jupiter</div>
<div class="box" id="box-6" style="background-image:url('saturn.jpeg')">Saturn</div>
<div class="box col-2" id="box-7" style="background-image:url('uranus.jpeg')">Uranus</div>
<div class="box col-3" id="box-8" style="background-image:url('neptune.jpeg')">Neptune</div>
</div>
</div>
<div class="our_team">
<h1 class="sub_heading ">The <span class="blue">Team</span></h1>
<ul class="main_lst">
<li>
<div class="info">
<img src="rishi.jpeg" style="width:100%;height:40%; border-radius:30px;">
<p>Rishi Seth</p>
<p>Contact:</p>
<p>[email protected]</p>
<a target="_blank" href="https://github.com/Rishi-seth"><i class="fa-brands fa-github"></i></a> <a target="_blank" href="https://www.linkedin.com/in/rishi-seth-044623324/"><i class="fa-brands fa-linkedin"></i></a>
</div>
</li>
<li>
<div class="info">
<img src="tanubhav.jpeg" style="width:100%;height:40%;border-radius:30px;">
<p>Tanubhav Katiyar</p>
<p>Contact:</p>
<p>[email protected]</p>
<a target="_blank" href="https://github.com/tanubhavk"><i class="fa-brands fa-github"></i></a> <a target="_blank" href="https://www.linkedin.com/in/tanubhav-katiyar-419b0533b/"><i class="fa-brands fa-linkedin"></i></a>
</div>
</li>
<li>
<div class="info">
<img src="vinayak.jpeg" style="width:100%;height:40%;border-radius:30px;">
<p>Vinayak Mahakoud</p>
<p>Contact:</p>
<p>[email protected]</p>
<a target="_blank" href="https://github.com/viking-coder-jpg"><i class="fa-brands fa-github"></i></a> <a target="_blank" href="https://www.linkedin.com/in/vinayak-mohakud-b3550831b/?originalSubdomain=in"><i class="fa-brands fa-linkedin"></i></a>
</div>
</li>
</ul>
</div>
</body>
</html>