-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-us.html
More file actions
85 lines (85 loc) · 2.91 KB
/
Copy pathabout-us.html
File metadata and controls
85 lines (85 loc) · 2.91 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="about-us.css">
</head>
<body>
<div id="div1">
<center><h1><br>Exploring Space,<br>Empowering India</h1>
<p>We are india's national space agency,ploneering space research,<br>exploration and technology for the progress of numanity.</p>
<button class="button" id="Embutton">EXPLORE MISSIONS</button>
<BUtton class="button" id="joinusbutton">JOIN US</BUtton></center>
</div>
<div id="div2">
<div id="mission">
<h3>OUR MISSION</h3>
<img src="rocket.png" alt="" width="50px">
<center><p>To harness space technilogy for <br>national development while puisuing <br>space science research and <br>planerary exploration.</p></center>
</div>
<div id="vision">
<h3>OUR VISION</h3>
<img src="open-eye.png" alt="" width="50px"><br>
<center><p>To explore,expand and excel in <br>space research.Creatind a self-rei- <br>larft india with global recogni- <br>tion in space endeavors.</p></center>
</div>
</div>
<br>
<center><h1>KEY ACHIEVEMENTS</h1></center><br><br>
<div id="div3">
<div class="div31" id="c1" style="background-color: rgb(174, 130, 214);">
<img src="moon.png" alt="" width="80px">
<h4>Chandrayaan-1</h4>
<center><p>India's first mission <br>to the Moon</p></center>
</div>
<center>
<div class="div31" id="ma" style="background-color: rgb(182, 104, 76);">
<img src="saturn.png" alt="" width="80px">
<h4>Mangalyaan</h4>
<center><p>First doial mation to<br>reach Maxs drel</p></center>
</div>
</center>
<center>
<div class="div31" id="c3" style="background-color: rgb(138, 138, 209)">
<img src="lander.png" alt="" width="80px">
<h4>Chandrayaan-3</h4>
<center><p>Successful self, <br>lending on the Moon</p></center>
</div></center>
<center><div class="div31" id="knn" style="background-color:rgb(113, 238, 238) ">
<img src="satellite.png" alt="" width="80px">
<h4>Navigation with IKNSS</h4>
<center><p>Indials owir salet lre-<br>navigation system</p></center>
</center>
</div>
</div>
</div>
<center><h1>WHAT WE DO</h1></center>
<div id="div4">
<div class="div41">
<img src="satellite-station.png" width="80px" alt="">
<h2>Research & <br>Development</h2>
</div>
<div class="div41">
<img src="rocket (1).png" alt="" width="80px">
<h2>Applications</h2>
</div>
<div class="div41">
<img src="worldwide.png" alt="" width="80px">
<h2>Education <br>& Outreach</h2>
</div>
<div class="div41">
<img src="graduated.png" alt="" width="80px">
<h2>Education<br>Orenses</h2>
</div>
</div>
<br><br><br><br>
<div id="div5"><center>
<h1>BE A PART OF INDIA'S SPACE JOURNEY</h1>
<BUtton id="button1" >CAREERS</BUtton>
<BUtton id="button2">STUDENTS</BUtton>
</div>
</center>
</div>
</body>
</html>