-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlaika-info.html
62 lines (53 loc) · 3.03 KB
/
laika-info.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Laika the Space Dog</title>
<link rel="stylesheet" href="laika-info.css">
</head>
<body>
<div class="paleblue">
<nav>
<ul>
<li><a target="_blank" href="/index.html">Home</a></li>
<li><a target="_blank" href="/events.html">Events</a></li>
<li><a target="_blank" href="/about.html">About</a></li>
</ul>
</nav>
<header>
<h1 class="heading">Laika the Space Dog: First Living Creature in Orbit</h1>
</header>
<div class="main-container">
<div class="video-section" data-animate="fade-in">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/kOS-rxXP3GM" title="What Happened to Laika in Space? *The Space Dog*" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="content-section" data-animate="fade-in">
<h2>Who Was Laika?</h2>
<p>Laika was a stray dog from the streets of Moscow, selected by Soviet scientists for her resilience and small size to become the first living being to orbit Earth.</p>
</div>
<div class="content-section" data-animate="fade-in">
<h2>Mission: Sputnik 2</h2>
<p><strong>Launch Date:</strong> November 3, 1957</p>
<p><strong>Objective:</strong> To test the effects of space travel on a living organism and gather data for future human missions.</p>
</div>
<div class="content-section" data-animate="fade-in">
<h2>Preparation</h2>
<p>Laika underwent rigorous training, including confinement in small spaces, exposure to loud noises, and simulated zero-gravity conditions. Her calm temperament made her ideal for the mission.</p>
</div>
<div class="content-section" data-animate="fade-in">
<h2>The Journey</h2>
<p>Sputnik 2, hastily designed after the success of Sputnik 1, lacked a recovery system. Laika was sent on a one-way mission, orbiting Earth in a capsule equipped with life-support systems (oxygen, food in gel form).</p>
</div>
<div class="content-section" data-animate="fade-in">
<h2>Outcome</h2>
<p>Laika died a few hours into the mission due to overheating caused by a technical malfunction. Sputnik 2 continued orbiting Earth for 162 days before burning up upon reentry on April 14, 1958.</p>
</div>
<div class="content-section" data-animate="fade-in">
<h2>Legacy</h2>
<p>Laika’s mission was a milestone in space exploration, paving the way for human spaceflight. Although her sacrifice sparked ethical debates, she remains a symbol of the courage and cost of exploration.</p>
</div>
</div>
</div>
</body>
</html>