-
Notifications
You must be signed in to change notification settings - Fork 0
/
spacelife.html
executable file
·285 lines (254 loc) · 11 KB
/
spacelife.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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<title>CTS - Timeline</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/linea-icon.css" />
<link rel="stylesheet" href="css/fancy-buttons.css" />
<!--=== Google Fonts ===-->
<link href='http://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:300,700,400' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:600,400,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<!--=== Other CSS files ===-->
<link rel="stylesheet" href="css/animate.css" />
<link rel="stylesheet" href="css/jquery.vegas.css" />
<link rel="stylesheet" href="css/baraja.css" />
<link rel="stylesheet" href="css/jquery.bxslider.css" />
<!--=== Main Stylesheets ===-->
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/responsive.css" />
<!--=== Color Scheme, three colors are available red.css, orange.css and gray.css ===-->
<link rel="stylesheet" id="scheme-source" href="css/schemes/gray.css" />
<!--=== Internet explorer fix ===-->
<!-- [if lt IE 9]>
<script src="http://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="http://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif] -->
</head>
<body>
<!--=== Preloader section starts ===-->
<section id="preloader">
<div class="loading-circle fa-spin"></div>
</section>
<!--=== Preloader section Ends ===-->
<!--=== Header section Starts ===-->
<div id="header" class="header-section">
<!-- sticky-bar Starts-->
<div class="sticky-bar-wrap">
<div class="sticky-section">
<div id="topbar-hold" class="nav-hold container">
<nav class="navbar" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--=== Site Name ===-->
<a class="site-name navbar-brand" href="#"><span>CTS</span></a>
</div>
<!-- Main Navigation menu Starts -->
<div class="collapse navbar-collapse navbar-responsive-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="current"><li><a href="spacelife.html">Space Life</a></li>
<li><a href="timeline.html">Timeline</a></li>
<li><a href="quizz.html">Quizz</a></li>
<li><a href="3Dmap.html">ISS 3D Map</a></li>
<li><a href="imagery.html">Latest ISS Imagery</a></li>
<li><a href="tracking.html">Real Time Tracking</a></li>
</ul>
</div>
<!-- Main Navigation menu ends-->
</nav>
</div>
</div>
</div>
<!-- sticky-bar Ends-->
<!--=== Header section Ends ===-->
</div>
<!--=== Features section Starts ===-->
<section id="section-feature" class="feature-wrap">
<div class="container features center">
<div class="row">
<div class="col-lg-12">
<!--Features container Starts -->
<ul id="card-ul" class="features-hold baraja-container">
<!-- Single Feature Starts -->
<li class="single-feature" title="Card styleExercising">
<img src="images/1.jpg" alt="" class="feature-image" /><!-- Feature Icon -->
<h4 class="feature-title color-scheme">Exercising</h4>
<p class="feature-text">
Astronauts who live on the ISS are required to exercise for approximately two hours per day.
</p>
<a href="single-project_(1).html" class="fancy-button button-line btn-col small vertical">
More
<span class="icon">
<i class="fa fa-leaf"></i>
</span>
</a>
</li>
<!-- Single Feature Ends -->
<!-- Single Feature Starts -->
<li class="single-feature" title="50+ SVG Icon included">
<img src="images/2.jpg" alt="" class="feature-image" /><!-- Feature Icon -->
<h4 class="feature-title color-scheme">Relaxing</h4>
<p class="feature-text">
Care has to be taken so that crews do not become overly fatigued.
</p>
<a href="single-project_(2).html" class="fancy-button button-line btn-col small zoom">
More
<span class="icon">
<i class="fa fa-leaf"></i>
</span>
</a>
</li>
<!-- Single Feature Ends -->
<!-- Single Feature Starts -->
<li class="single-feature" title="MailChimp Ready">
<img src="images/3.jpg" alt="" class="feature-image" /><!-- Feature Icon -->
<h4 class="feature-title color-scheme">Sleeping</h4>
<p class="feature-text">
The best thing about sleeping in space is that you can do it anywhere.
</p>
<a href="single-project_(3).html" class="fancy-button button-line btn-col small zoom">
More
<span class="icon">
<i class="fa fa-leaf"></i>
</span>
</a>
</li>
<!-- Single Feature Ends -->
<!-- Single Feature Starts -->
<li class="single-feature" title="4 home style">
<img src="images/4.jpg" alt="" class="feature-image" /><!-- Feature Icon -->
<h4 class="feature-title color-scheme">Personal Hygiene</h4>
<p class="feature-text">
Tasks such as using the bathroom present challenges unique to the microgravity environment.
</p>
<a href="single-project_(4).html" class="fancy-button button-line btn-col small zoom">
More
<span class="icon">
<i class="fa fa-leaf"></i>
</span>
</a>
</li>
<!-- Single Feature Ends -->
<!-- Single Feature Starts -->
<li class="single-feature" title="Parallax Backgrounds">
<img src="images/5.jpg" alt="" class="feature-image" /><!-- Feature Icon -->
<h4 class="feature-title color-scheme">Eating</h4>
<p class="feature-text">
Like many other activities in space, eating requires some special considerations.
</p>
<a href="single-project_(5).html" class="fancy-button button-line btn-col small zoom">
More
<span class="icon">
<i class="fa fa-leaf"></i>
</span>
</a>
</li>
<!-- Single Feature Ends -->
<!-- Single Feature Starts -->
<li class="single-feature" title="Ajax contact form">
<img src="images/6.jpg" alt="" class="feature-image" /><!-- Feature Icon -->
<h4 class="feature-title color-scheme">Spacewalking</h4>
<p class="feature-text">
Extra-Vehicular Activity is one of the most difficult tasks that astronauts perform while working in space.
</p>
<a href="single-project_(6).html" class="fancy-button button-line btn-col small zoom">
More
<span class="icon">
<i class="fa fa-leaf"></i>
</span>
</a>
</li>
<!-- Single Feature Ends -->
<!-- Single Feature Starts -->
<li class="single-feature" title="unlimited Google fonts">
<img src="images/7.jpg" alt="" class="feature-image" /><!-- Feature Icon -->
<h4 class="feature-title color-scheme">Experimenting</h4>
<p class="feature-text">
In space, astronauts conduct experiments to gain a better understanding of the effects of weightlessness.
</p>
<a href="single-project_(7).html" class="fancy-button button-line btn-col small zoom">
More
<span class="icon">
<i class="fa fa-leaf"></i>
</span>
</a>
</li>
<!-- Single Feature Ends -->
<!-- Single Feature Starts -->
<li class="single-feature" title="Feature heading">
<img src="images/8.jpg" alt="" class="feature-image" /><!-- Feature Icon -->
<h4 class="feature-title color-scheme">Communicating</h4>
<p class="feature-text">
Astronauts communicate with different groups including Mission Control, scientists, students and the media.
</p>
<a href="single-project_(8).html" class="fancy-button button-line btn-col small zoom">
More
<span class="icon">
<i class="fa fa-leaf"></i>
</span>
</a>
</li>
<!-- Single Feature Ends -->
</ul>
<!--Features container Ends -->
<!-- Features Controls Starts -->
<div class="features-control relative">
<button class="control-icon fancy-button button-line no-text btn-col bell" id="feature-prev" title="Previous" >
<span class="icon">
<i class="fa fa-arrow-left"></i>
</span>
</button>
<button class="control-icon fancy-button button-line no-text btn-col zoom" id="feature-expand" title="Expand" >
<span class="icon">
<i class="fa fa-expand"></i>
</span>
</button>
<button class="control-icon fancy-button button-line no-text btn-col zoom" id="feature-close" title="Collapse" >
<span class="icon">
<i class="fa fa-compress"></i>
</span>
</button>
<button class="control-icon fancy-button button-line no-text btn-col bell" id="feature-next" title="Next" >
<span class="icon">
<i class="fa fa-arrow-right"></i>
</span>
</button>
</div>
<!-- Features Controls Ends -->
</div>
</div>
</div>
</section>
<!--=== Features section Ends ===-->
<!--=== Footer section Ends ===-->
<!--==== Js files ====-->
<!--==== Essential files ====-->
<script type="text/javascript" src="js/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/bootstrapValidator.min.js"></script>
<script type="text/javascript" src="js/modernizr.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<!--==== Slider and Card style plugin ====-->
<script type="text/javascript" src="js/jquery.baraja.js"></script>
<script type="text/javascript" src="js/jquery.vegas.min.js"></script>
<script type="text/javascript" src="js/jquery.bxslider.min.js"></script>
<!--==== MailChimp Widget plugin ====-->
<script type="text/javascript" src="js/jquery.ajaxchimp.min.js"></script>
<!--==== Scroll and navigation plugins ====-->
<script type="text/javascript" src="js/jquery.nicescroll.min.js"></script>
<script type="text/javascript" src="js/jquery.nav.js"></script>
<script type="text/javascript" src="js/jquery.appear.js"></script>
<script type="text/javascript" src="js/jquery.fitvids.js"></script>
<!--==== Custom Script files ====-->
<script type="text/javascript" src="js/custom.js"></script>
</body>
</html>