-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathksp.html
68 lines (62 loc) · 2.66 KB
/
ksp.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>David Harvey-Macaulay :: Kerbal Space Program</title>
<style>
body {
background: #f0f0f0;
color: #2e3436;
font-family: 'DejaVu Sans', sans-serif;
margin: auto;
max-width: 40em;
padding-bottom: 30px;
}
h1 {
text-align: center;
padding: 20px;
}
img {
border: solid 1px #2e3436;
display: block;
margin: auto;
max-width: 40em;
}
img#me {
width: 40%;
margin-bottom: 30px;
}
img#shadow {
margin-bottom: 30px;
}
p {
text-align: justify;
}
</style>
</head>
<body>
<h1>Kerbal Space Program</h1>
<p>In 2020 I discovered Kerbal Space Program and I've been hooked since. I'm
thoroughly enjoying learning about space, orbital mechanics, and rocket
technology.</p>
<h3>Favourite mods</h3>
<ul>
<li><a href="https://forum.kerbalspaceprogram.com/index.php?/topic/182679-1122-restock-revamping-ksps-art-august-12">ReStock(+)</a> (cosmetic and balance improvements)</li>
<li><a href="https://forum.kerbalspaceprogram.com/index.php?/topic/184880-1121-jnsq-0100-23-sept-2021/">JNSQ</a> (challenging planet pack inspired by the stock game)</li>
<li><a href="https://forum.kerbalspaceprogram.com/index.php?/topic/182708-191-110x-beyond-home-150-supports-parallax/">Beyond Home</a> (awesome planet pack that rivals the stock game)</li>
<li><a href="https://kerbalism.github.io/Kerbalism/">Kerbalism</a> (life support and improved science system)</li>
<li><a href="https://github.com/mockingbirdnest/Principia">Principia</a> (adds n-body orbital physics)</li>
<li><a href="https://spacedock.info/mod/683/AtmosphereAutopilot">Atmosphere Autopilot</a> (adds fly-by-wire controls for planes)</li>
</ul>
<h3>Favourite missions</h3>
<img id="kerbin-laythe-shuttle" alt="kerbin-laythe-shuttle" src="https://i.imgur.com/FLOtUxo.png"/>
<p>Fully reusable Kerbin to Laythe transportation system</p>
<img id="seaplane" alt="seaplane" src="https://i.imgur.com/a6PH27m.png"/>
<p>Seaplane capable of flying on Kerbin and Laythe</p>
<img id="shuttle" alt="shuttle" src="https://i.imgur.com/0bWGIG2.png"/>
<p>NASA space shuttle replica (although not very accurate)</p>
<img id="sun-kerbin-relay" alt="sun-kerbin-relay" src="https://i.imgur.com/FSnDUj9.jpg"/>
<p>Placing a satellite at the Sun-Kerbin L5 point with <a href="https://github.com/mockingbirdnest/Principia">Principia</a></p>
<p>Unlocking the whole tech tree in a no-contract stock career game.</p>
</body>
</html>