-
Notifications
You must be signed in to change notification settings - Fork 0
/
pegasus.html
112 lines (104 loc) · 5.61 KB
/
pegasus.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Pegasus XL</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<!-- AddEvent script -->
<script type="text/javascript" src="https://addevent.com/libs/atc/1.6.1/atc.min.js" async defer></script>
</head>
<body>
<div class="container-fluid">
<h1>Pegasus XL</h1>
<div class="row">
<div class="col-lg-12">
<div class="row">
<div class="col-lg-7">
<div class="card card-inverse planet-img">
<img class="card-img" src="img/pegasus.jpeg" alt="">
</div>
</div>
<div class="col-lg-5">
<div class="card">
<div class="card-header">
Overview
</div>
<div class="card-block">
<h4 class="card-title">Falcon</h4>
<p class="card-text">
Ionospheric Connection Explorer (ICON) is a NASA mission to study Earth's thermosphere and ionosphere and the connection between space weather and weather on our planet. Mission is planned to last for two years.
</p>
</div>
</div>
<div class="card" style="margin-top: 20px;">
<div class="card-header">
Specifications
</div>
<div class="card-block">
<p class="card-text">
<ul>
<li>Height : 17.6 Meters</li>
<li>Diameters: 1.27 Meters</li>
<li>Max Stages: 3</li>
<li>Mass to LEO: 350 Kg</li>
<li>Mass to GTO: 0 Kg</li>
<li>Mass at Launch: 18 T</li>
<li>Thrust at Launch: 486.64 kN</li>
</ul>
</p>
<hr>
<div class="row">
<div class="col-lg-6">
<button type="button" class="btn btn-primary btn-block"><a style="color: white;" href="https://www.spacex.com/falcon9" target="_blank">More Info</a></button>
</div>
<div class="col-lg-6">
<button type="button" class="btn btn-primary btn-block"><a style="color: white;" href="hartjs.org" target="_blank">Wiki</a></button>
</div>
</div>
</div>
</div>
<div class="card" style="margin-top: 20px;">
<div class="card-header">
Save the date now
</div>
<div class="card-block">
<div class="row">
<div class="col-lg-6">
<h4>Pegasus XL | Ionospheric</h4>
</div>
<div class="col-lg-6">
<!-- Button code -->
<div title="Add to Calendar" class="addeventatc btn-block">
Add to Calendar
<span class="start">10/26/2018 16:00 PM</span>
<span class="end">10/26/2018 17:30</span>
<span class="timezone">Asia/Kuala_Lumpur</span>
<span class="title">Pegasus XL | Ionospheric</span>
<span class="description">Ionospheric Connection Explorer (ICON) is a NASA mission to study Earth's thermosphere and ionosphere.</span>
<span class="location">Launch Complex 39A, Kennedy Space Center, FL </span>
<span class="alarm_reminder">1440</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
<style>
.header_image {
background-image: url(cape_pic.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.card-img-top {
height: 300px;
}
</style>
</html>