-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathindex.html
47 lines (47 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ISRO-API</title>
<link href="style.css" rel="stylesheet" type="text/css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500;600;700;800;900&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="content">
<h1 class="container__content__heading">ISRO 🚀 API</h1>
<p class="container__content__para">
Open Source API for Launched Spacecrafts & Rockets data of ISRO
</p>
<h2 class="container__content__h2">API End-Points</h2>
<ul>
<li>
Spacecrafts:
<img src="data/space_indian.png" alt="PSLV-C49">
<a href="/api/spacecrafts" target="_blank" rel="noopener noreferrer">/api/spacecrafts</a>
</li>
<li>
Launchers:
<img src="https://www.thestatesman.com/wp-content/uploads/2019/07/CHANDRAYAAN-2-1.jpg" alt="CHANDRAYAAN-2">
<a href="/api/launchers" target="_blank" rel="noopener noreferrer">/api/launchers</a>
</li>
<li>
Customer Satellites:
<img src="https://static.toiimg.com/photo/msid-70609128/70609128.jpg" alt="Customer">
<a href="/api/customer_satellites" target="_blank" rel="noopener noreferrer">/api/customer_satellites</a>
</li>
<li>
Centres:
<img src="https://resize.indiatvnews.com/en/resize/newbucket/1200_-/2020/06/isro-gslv-20181114-1593399635.jpg" alt="centers" />
<a href="/api/centres" target="_blank" rel="noopener noreferrer">/api/centres</a>
</li>
</ul>
<hr>
<h3 class="center-text">Contribute at <a href="https://github.com/isro/api">GitHub</a></h3>
</div>
</div>
</body>
</html>