-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
106 lines (91 loc) · 3.71 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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Explore the Galaxy">
<meta name="keywords" content="The Milky Way, Explore the Galaxy, Search Space">
<meta name="author" content="Amey Thakur">
<title>Search Space | Explore Extent</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h1>Search <span class="highlight">Space</span> | <span class="highlight">Explore</span> Extent</h1>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="galaxy.html">Galaxy</a></li>
<li class="current"><a href="about.html">About</a></li>
</ul>
</nav>
</div>
</header>
<section id="newsletter">
<div class="container">
<h1>Travel The Milky Way</h1>
<form>
<input type="email" placeholder="Best Email">
<button type="submit" class="button_1">Dive In</button>
</form>
</div>
</section>
<section id="main">
<div class="container">
<article id="main-col">
<h1 class="page-title">About Us</h1>
<p>Search Space | Explore Extent Leadership</p>
<p>India decided to go to space when Indian National Committee for Space Research (INCOSPAR) was set up by the Government of India in 1962. With the visionary Dr Vikram Sarabhai at its helm, INCOSPAR set up the Thumba Equatorial Rocket Launching Station (TERLS) in Thiruvananthapuram for upper atmospheric research.</p>
<p></p>
<p>Search Space is led by Administrator Amey Thakur, Search Space's 1st administrator. Before building Space Search Organisation, Amey served in the NBA, representing Laker’s First MVP, serving on the NBA Services Committee and the Science, Space and Technology Committee. Amey’s career in Space Research began in the NBA.</p>
<aside id="sidebar">
<h3>What We do</h3>
<p>
<table border="1">
<tr>
<th>Name</th>
<th>College</th>
<th>Department</th>
<th>Class</th>
<th>Division</th>
<th>Roll Number</th>
Wed Designing Laboratory
Experiment -1
</tr>
<tr>
<td>Amey Thakur</td>
<td>Terna Engineering College</td>
<td>Computer Engineering</td>
<td>Third Year</td>
<td>B</td>
<td>50</td>
</tr>
</table>
</p>
</aside>
</article>
<section id="map">
<div class="gmap">
<h1 class="page-title">Contact Us</h1>
<p>
<strong>Address:</strong>
<br>Plot No. 12, Sector-22, Opp. Nerul Railway Station,
<br>Phase-II, Nerul (W), Navi Mumbai 400706.
</p>
<p>
<strong>Phone:</strong>
<br>100/112
</p>
<p><iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d60348.39629541313!2d73.016516!3d19.029644!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x9459161291e7ded5!2sTerna%20Engineering%20College!5e0!3m2!1sen!2sin!4v1595193146892!5m2!1sen!2sin" width="400" height="300" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe></p>
</div>
</section>
</div>
</section>
<footer>
<p>Search Space | Explore Extent © 2020</p>
</footer>
</body>
</html>