-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
230 lines (220 loc) · 11.2 KB
/
index.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team Anant Website</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-mQ93GR66B00ZXjt0YO5KlohRA5SY2XofN4zfuZxLkoj1gXtW8ANNCe9d5Y3eG5eD" crossorigin="anonymous"></script>
<body>
<div class="outside nav-links">
<div class="close-btn" onclick="ToggleNav()">
<img src="assets\close_FILL0_wght400_GRAD0_opsz48.svg" alt="">
</div>
<a href="index.html" class="active">Home</a>
<a href="./otherTabs/updates.html">Updates</a>
<a href="./otherTabs/publications.html">Publications</a>
<a href="./otherTabs/subSystems.html">Sub-Systems</a>
<a href="./otherTabs/team.html">Team</a>
<a href="./otherTabs/contacts.html">Contact Us</a>
</div>
<header>
<nav>
<div class="brand">
<a href="#">
<img src="anant logo.png" alt="" width="100px" height="100px">
</a>
</div>
<div class="nav-right">
<div class="inside nav-links">
<a href="index.html" class="active">Home</a>
<a href="./otherTabs/updates.html">Updates</a>
<a href="./otherTabs/publications.html">Publications</a>
<a href="./otherTabs/subSystems.html">Sub-Systems</a>
<a href="./otherTabs/team.html">Team</a>
<a href="./otherTabs/contacts.html">Contact Us</a>
</div>
</div>
<div class="menu" onclick="ToggleNav()">
<img src="assets\menu_FILL0_wght400_GRAD0_opsz48.svg" alt="">
</div>
</nav>
<section class="hero">
<div class="cta container">
<div class="left-section">
<h1>Team Anant is a group of passionate undergraduate students, harbouring a dream of making
BITS-Pilani's first indigenously built nanosatellite. Founded in January 2013 by three students,
the team now
consists of fourty students from various disciplines, supervised by a panel of faculty members.
</h1>
<!-- <button class="btn btn-primary">Explore Space</button> -->
</div>
<div class="right-section earth-img">
<!-- <img class="satellite" src="./assets/Satellites/satellite3.png" alt=""> -->
<!-- <img class="rocket-body" src="rocket2.png" alt=""> -->
<!-- <img src="./assets/rocket.jpg" alt=""> -->
<!-- <img class="fire" src="./assets/fire3.gif" alt=""> -->
</div>
</div>
</section>
</header>
<div class="info">
<div class="box-info1">
<div class="box1 box">
<p>Our objective is to design, build and launch a 3U nanosatellite with a multispectral camera as a
payload.
This will be the first of a kind student satellite in India with scope of multispectral imaging
implementation.
Our mission is the application of imaging in VIS-NIR bands on land. Our primary goal is the
implementation of
vegetation indices to monitor vegetation. Our primary science output is vegetation mapping and
creating a
Spatio-temporal analysis for a pre-decided imaging region. We then plan to validate our data against
pre-existing
satellite data to evaluate the accuracy of our generated values. We also plan to implement secondary
missions
like the monitoring of crop health, crop yield and biomass.</p>
</div>
<div class="box1_img box_img">
<img src="satellite.gif" alt="" width="300px" height="220px">
</div>
</div>
<div class="space">
</div>
<div class="box-info2">
<div class="box2_img box_img">
<img src="satellite1.gif" alt="" width="300px" height="180px">
</div>
<div class="box2 box">
Multispectral Satellite Remote sensing in a 3U satellite is an intensive task that requires ingenious
implementations
from various branches of engineering. Amongst other things, we are trying to implement Field
Programmable Gate
Arrays(FPGAs) to implement camera interfacing onboard the satellite with the onboard computer, onboard
custom orbit
propagators and hardware based task schedulers.
</div>
</div>
</div>
<!-- <section class="strip">
<h3>Team Anant</h3>
<button class="btn btn-primary">Join Now</button>
</section> -->
<!-- <div class="rocket-img">
<img src="rocket1.png" alt="">
<img src="rocket3.png" alt="">
<img src="rocket-body.png" alt="">
</div> -->
<!-- <section class="rocket container">
<div class="sub-links">
<a href="./otherTabs/subSystems.html#pal">Payload Systems</a>
<a href="./otherTabs/subSystems.html#onboard-computer">On Board Computer</a>
<a href="./otherTabs/subSystems.html#eps">Electrical Power Subsystem</a>
<a href="./otherTabs/subSystems.html#adcs">Altitude Determination and Control Subsystem</a>
<a href="./otherTabs/subSystems.html#mech">Structural and Thermal Subsystem</a>
<a href="./otherTabs/subSystems.html#tele">Telemetry and Ground Station</a>
<a href="./otherTabs/subSystems.html#psd">Publicity, Sponsorship and Design</a>
</div>
</section> -->
<!-- <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="./assets/carousel/one.jpeg" alt="First slide">
<div class="carousel-caption d-none d-md-block">
<h5>First slide label</h5>
<p>Some representative placeholder content for the first slide.</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./otherTabs/team_files/recent_team_cover.jpg" alt="Second slide">
<div class="carousel-caption d-none d-md-block">
<h5>Second slide label</h5>
<p>Some representative placeholder content for the first slide.</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./assets/carousel/three.jpeg" alt="Third slide">
<div class="carousel-caption d-none d-md-block">
<h5>Third slide label</h5>
<p>Some representative placeholder content for the first slide.</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./otherTabs/images1/Meet_with_Nagin_Cox.jpg" alt="Fourth slide">
<div class="carousel-caption d-none d-md-block">
<h5>Fourth slide label</h5>
<p>Some representative placeholder content for the first slide.</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div> -->
<footer>
<div class="container">
<div class="copyright">
<div>
<a href="#"><img class="footer-logo" src="anant logo.png" alt="" width="150px" height="100px"></a>
</div>
<span>© 2022 Satellite Design</span>
</div>
<div>
<h1>About us</h1>
<ul>
<li><a href="#">WHO WE ARE</a></li>
<li><a href="#">CONTACT US</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">MISSIONS</a></li>
<li><a href="#">OTHER COMPANIES</a></li>
</ul>
</div>
<div>
<h1>Company</h1>
<ul>
<li><a href="#">CAREERS</a></li>
<li><a href="#">LEGAL</a></li>
<li><a href="#">POLICY</a></li>
<li><a href="#">PRESS</a></li>
<li><a href="#">BLOG</a></li>
</ul>
</div>
<div class="socials">
<div class="footer-socials">
<h1>Socials</h1>
<a href="#"><i class="fab fa-facebook-f"></i></a>
<!-- <a href="#"><i class="fab fa-tumblr"></i></a> -->
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
</footer>
<script src="script.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>