-
Notifications
You must be signed in to change notification settings - Fork 0
/
single-project_(3).html
executable file
·107 lines (102 loc) · 5.05 KB
/
single-project_(3).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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Project</title>
<link rel="stylesheet" href="css/bootstrap.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!--=== 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></span></a>
</div>
<!-- Main Navigation menu Starts -->
<div class="collapse navbar-collapse navbar-responsive-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="spacelife.html">Space Life</a></li>
<li class="current"><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>
<div class="container">
<div class="portfolio-project">
<div class="row">
<div class="col-md-10 col-md-offset-1 center section-title">
<h4>SLEEPING IN SPACE</h4>
</div>
<div class="col-md-2 project-photo">
<img src="images/3.jpg" alt="" />
<br>
</br>
<ul style="font-size:60%" ; "margin:0 ; paddin:0 ;" class="details-list">
<li><i class="fa fa-th-list"></i> <strong class="strong">Category: </strong> Living In Space</li>
<li><i class="fa fa-th-list"></i> <strong class="strong">Card: </strong> 3</li>
<li><i class="fa fa-user"></i> <strong class="strong">Ship: </strong> ISS</li>
<li><i class="fa fa-group"></i> <strong class="strong">Astronaut: </strong> Chris Hadfield</li>
</ul>
</div>
<iframe class="col-md-7 project-photo" width="640" height="360" src="https://www.youtube.com/embed/UyFYgeE32f0?rel=0&showinfo=0" frameborder="0" allowfullscreen>
</iframe>
<div class="col-md-2 project-photo">
<img src="images/NASApps.PNG" alt="" />
</div>
</div>
<br>
</br>
<div class="row">
<div align="justify" class="col-md-4 project-photo">
<h5>Sleeping in Space</h5>
<p>The best thing about sleeping in space is that you can do it anywhere. In the weightless environment,
sleeping on the floor is just as comfortable as sleeping on the wall, and astronauts don't require a mattress.
Still, some astronauts find sleeping in weightlessness causes unfamiliar sensations,
which combined with excessive light and noise creates poor conditions for getting a good night's rest.
Studies such as the Canadian-led Sleep-Wake Immune Functions (SWIF), which was conducted aboard MIR,
aimed to learn more about sleeping in space.</p>
</div>
<div align="justify" class="col-md-4 project-photo">
<h5>Where Do Astronauts Sleep?</h5>
<p>Some astronauts sleep in individual sleeping compartments that have a sleeping bag, pillow, light, air vent and a place for personal belongings.
Those who prefer to sleep outside the units can secure their sleeping bags to the floor, the ceiling, or the wall,
and may use earplugs and sleeping masks to block out the noise and light. To imitate sleeping on Earth,
a sleeping bag with one slightly rigid side is used to mimic a mattress.
Most astronauts use restraints to secure their limbs to their sleeping equipment or fold their arms across their chest to prevent them from floating above their heads. While it is not painful to have your arms float freely, many astronauts find this unsettling.
Other astronauts, including Canada's first astronaut Marc Garneau, preferred to sleep "free floating."
He would simply curl up in the corner and doze off.</p>
</div>
<div class="col-md-3 project-photo">
<img src="images/living_in_space_sleep1_lo-res.jpg" alt="CSA Astronaut Bjarni V. Tryggvason sleeps on the Space Shuttle Discovery's mid-deck floor. Image courtesy of NASA." />
<div align="justify" class="image-caption">
<p style="font-size:60%">August 31, 2009 - Canadian Space Agency Astronaut Robert Thirsk, Expedition 20/21 flight engineer, snug in his sleeping quarters located in the Japanese module of the International Space Station. (Credit: <abbr title="National Aeronautics and Space Administration">NASA</abbr>)</p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>