This repository was archived by the owner on Apr 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 2.5 KB
/
index.html
File metadata and controls
39 lines (39 loc) · 2.5 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Page Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="main.js"></script>
</head>
<body>
<div class="header">
<img class="header_logo" alt="SpaceX's Falcon 9 Rocket Launches Dragon to the International Space Station" src="https://lh3.googleusercontent.com/oqkyDlmpdfHfqc7LJN3lS2khwfsPvlX9xDqMPqTIznAP9G16eY_OEpJyaIGZPa146Kh6Bq_-E7qHKhQyqaUGEsBfVcVq80KzO4Xr4TrVoDqpDiMS7rXuU3qy6NFKdsES8YBOKdVAkiNzTbK9x_L8ulnUXccfQHztDlt44DCdFc_7jTTNlfxDw-KXnYHr3qG7rIJQ1SrJooTNfkbrZiq9YtRFZsgScP1FAcdOy377F7DB92-ceFWrI2bYnQ9YNZdzqxiHGdWW2AFKV0_Hp7TTUzzdHc6UASLasZkCBBsKf-sljkwHVjIzxHAiT8IstfDzFAeVWnRD6WPGdkaMPicgG2nCUlt4ZEbMApXh78u9yyKWc_M7JQsPwothBz4VkCM_DcO1PAHghH0xM0bCCvndKRKp3hSziqqu6PxRJsjSK1I_jqVbs-rHxtNM1wpC-qPBIDLiCCvE83DsRK7hvp-j7JTmaaxfHa5tT56zkrRMh084AqMBt6ePBvPMMsIdsLdNKrVdg-ST9-yQao9Gjy6M4KsrEF3d28yd6uggC_UFiGZ_5cvI9BN27lBJmNF_l6evApvwZID7cZBHJqSiV-oQpfTHmVJHPQmHOzjGY5g8hCdnddSWA6CDEmMewdRCfggK=w866-h577-no">
<div>
<div class="header_text">
<article style="font-size: 80px;">
CASTLE
</article>
<article style="border-left: 2px solid white; height: 120px; margin-right: 15px; margin-left: 15px;"></article>
<article style="font-size: 30px; margin-top: 15px; text-align:center; ">Curated Space Tool <br> for Launch Exhibitions</article>
</div>
<div class="sub_head_text">
<article>Keep up with all the latest and upcoming rocket launches globally <i class="fa fa-rocket" style="font-size:20px;" aria-hidden="true"></i>
</article>
</div>
</div>
</div>
<div id="launch_details" style="margin-top: 80px;">
</div>
<div class="show_more" id="show_more" onclick="callLaunches()">
MORE LAUNCHES
</div>
<footer class="footer">
Created by RISHIT VORA for NASA SpaceApps challenge. <a target="_blank" href="https://github.com/specbug/CASTLE"><i class="fa fa-github" aria-hidden="true"></i></a>
</footer>
</body>
</html>