forked from dakshsinghrathore/ISRO-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGSLV.html
67 lines (58 loc) · 1.93 KB
/
GSLV.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<title>GSLV</title>
</head>
<body>
<header class="main-header">
<div class="logo">
<a href="index.html">
<img src="images/logo.png" alt="ISRO">
</a>
</div>
<nav class="desktop-main-menu">
<ul>
<li><a href="PSLV.html">Polar Satellite LV</a></li>
<li><a href="GSLV.html">Geo Satellite LV</a></li>
<li><a href="LVM3.html">Geo Satellite M3</a></li>
<li><a href="COMMU.html">Communication Satellites</a></li>
<li><a href="Foreign.html">Foreign Satellites</a></li>
</ul>
</nav>
</header>
<section class="section-animate bg-gslv">
</section>
<div class="section-inner-center gslv">
<h3>GSLV Mark II</h3>
<p>GSLV Mk II developed by 🇮🇳 to launch communication satellites in geo transfer orbit using cryogenic third stage</p>
</div>
<div class="stats">
<div>
<span class="counter" data-target="15">15</span>
<h4>Total Launches</h4>
</div>
<div>
<span class="counter" data-target="15">15</span>
<h4>Total Landings</h4>
</div>
<div>
<span class="counter" data-target="0">0</span>
<h4>Visits to the ISS</h4>
</div>
</div>
<footer>
<ul>
<li>ISRO © 2023</li>
<li><a href="https://twitter.com/isro" target="_blank">Twitter</a></li>
<li><a href="https://www.youtube.com/@isroofficial5866" target="_blank">YouTube</a></li>
<li><a href="https://www.linkedin.com/company/isro/" target="_blank">LinkedIn</a></li>
<li><a href="privacy.html">Privacy</a></li>
<li><a href="#">Suppliers</a></li>
</ul>
</footer>
<script src="js/script.js"></script>
</body>
</html>