-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguides.html
151 lines (140 loc) · 9.74 KB
/
guides.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
<!DOCTYPE html>
<html>
<head>
<title>Guides | Jebediah's Notebook</title>
<meta charset="utf-8" />
<meta name="description" content="Welcome to Jebediah's Notebook! This is a collection of guides and resources for Kerbal Space Program" />
<link rel="stylesheet" type="text/css" href="css-js/css/default.css" />
<link rel="stylesheet" type="text/css" href="css-js/css/styles.css" />
</head><body>
<header class="header">
<div class="h-content-wrapper">
<div class="textWrapper">
<div id="nav-header-wrapper">
<h1>Jebediah's Notebook</h1>
<h2>How to Kerbal</h2>
</div>
<nav class="main-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="guides.html">Guides</a>
<ul>
<li><a href="guides/basic-rockets.html">Basic Rockets</a></li>
<li><a href="guides/intermediate-rockets.html">Intermediate Rockets</a></li>
<li><a href="guides/orbital-mechanics.html">Orbital Mechanics</a></li>
</ul>
</li>
<li><a href="resources.html">Resources</a>
<ul>
<li><a href="https://garycourt.github.io/korc/" target="_blank">Rocket Calculator</a></li>
<li class="listHead" title="not a link">Delta-V Planners</li>
<li class="subSubItem"><a href="resources/dv-map1.html">Map 1</a></li>
<li class="subSubItem"><a href="resources/dv-map2.html">Map 2</a></li>
<li class="subSubItem"><a href="http://13375.de/KSPDeltaVMap/" target="_blank">Interactive</a></li>
<li><a href="http://ksp.olex.biz/" target="_blank">How do I get there?</a></li>
<li><a href="http://alexmoon.github.io/ksp/" target="_blank">When Should I Launch?</a></li>
<li><a href="resources/visual-airplane-guide.html">Visual Airplane Guide</a></li>
<li><a href="https://www.youtube.com/playlist?list=PLYu7z3I8tdEm5nyZU3a-O2ak6mBYXWPAL" target="_blank">Scott Manley's Tutorials</a></li>
<li><a href="https://www.youtube.com/user/WernherVonKerman" target="_blank">Von Kerman's Rocket School</a></li>
<li><a href="http://imgur.com/gallery/2JDYKtx/new" target="_blank">m_sporkboy's Mun Lander Guide</a></li>
<li><a href="https://docs.google.com/document/d/1rTsu_wkh7zGM4GwjNiQUTEVFP7BvyQSP3ZF4GL-VvvM/pub" target="_blank">jelliestjellyfish's Checklists</a></li>
<li><a href="http://imgur.com/a/85cpa#0" target="_blank">PhildeCube's Career Mode for Beginners</a></li><li><a href="http://www.kerbalmaps.com" target="_blank">Kerbal Maps</a></li>
<li><a href="http://corpsmoderne.net/fsp/" target="_blank">Flappy Space Program</a></li>
</ul>
</li>
<li><a href="galleries.html">Galleries</a></li>
<li><a href="http://wiki.kerbalspaceprogram.com/wiki/Main_Page" target="_blank">Wiki</a></li><li><a href="http://forum.kerbalspaceprogram.com/" target="_blank">Forum</a></li>
<li>Reddit
<ul>
<li><a href="http://reddit.com/r/kerbalspaceprogram" target="_blank">/r/KerbalSpaceProgram</a></li>
<li><a href="http://reddit.com/r/kerbalacademy" target="_blank">/r/KerbalAcademy</a></li>
</ul>
</li>
<li><a href="https://kerbalspaceprogram.com" target="_blank">Official Site</a></li>
</ul>
</nav>
</div><!--#/textwrapper-->
<!--"official-button"-->
</div><!--#/h-content-wrapper-->
</header>
<main>
<h1 class="contentHeader">Guides</h1>
<div class="contentWrapper">
<div class="allButSideNav">
<div class="mainWrapper">
<article class="asidePartner">
<h2>Basic Rockets</h2>
<p>
Having trouble figuring out how to build the most basic rocket? New to the game and just want some tips on getting started? I'll show you how to build the most basic rockets here, and give you a foundation on how to fly them. For more help, you'll want to check out Intermediate Rockets.
<br /><a href="guides/basic-rockets.html">Click here to learn more.</a>
</p>
<h2>Intermediate Rockets</h2>
<p>
If you've learned the basics of how to make a rocket that goes more or less in the direction you've told it to, this is the guide for you. You'll learn how to make a ship that actually gets you to at least orbit, and get the tools you need to build a ship that gets past orbit. Learn all about advanced VAB construction techniques, and how to tell how far your rocket can get.
<br /><a href="guides/intermediate-rockets.html">Click here to learn more.</a>
</p>
<h2>Orbital Mechanics</h2>
<p>
The basic and intermediate rocket guides should give you the tools to build rockets that go roughly where you want, and roughly as far as you want. Now though, you'll want to see how to make these rockets do things that are more advanced and accurate. To do this, you need to understand some simple orbital mechanics. None of it is very intuitive, but it doesn't take terribly long to learn if you pay attention. This guide will teach you about efficiently reaching orbit both in and out of an atmosphere, how to get within docking range of another craft, and how to get beyond orbit efficiently.
<br /><a href="guides/orbital-mechanics.html">Click here to learn more.</a>
</p>
</article>
</div> <!--#/mainWrapper-->
<p class="centered"><a href="#">Return to Top</a></p>
</div>
<aside class="sideNav" id="sideMenu">
<h3>Key Resources</h3>
<nav class="aside">
<ul>
<li><a href="guides.html">Guides</a>
<ul>
<li><a href="guides/basic-rockets.html">Basic Rockets</a></li>
<li><a href="guides/intermediate-rockets.html">Intermediate Rockets</a></li>
<li><a href="guides/orbital-mechanics.html">Orbital Mechanics</a></li>
</ul>
</li>
<li><a href="resources.html">Resources</a>
<ul>
<li><a href="https://garycourt.github.io/korc/" target="_blank">Rocket Calculator</a></li>
<li><a href="resources/dv-map1.html">Delta-V Map 1</a></li>
<li><a href="resources/dv-map2.html">Delta-V Map 2</a></li>
<li><a href="http://13375.de/KSPDeltaVMap/" target="_blank">Interactive dV Planner</a></li>
<li><a href="http://ksp.olex.biz/" target="_blank">How do I get there?</a></li>
<li><a href="http://alexmoon.github.io/ksp/" target="_blank">When Should I Launch?</a></li>
<li><a href="resources/visual-airplane-guide.html">Visual Airplane Guide</a></li>
<li><a href="https://www.youtube.com/playlist?list=PLYu7z3I8tdEm5nyZU3a-O2ak6mBYXWPAL" target="_blank">Scott Manley's Tutorials</a></li>
<li><a href="https://www.youtube.com/user/WernherVonKerman" target="_blank">Von Kerman's Rocket School</a></li>
<li><a href="http://imgur.com/gallery/2JDYKtx/new" target="_blank">m_sporkboy's Mun Lander Guide</a></li>
<li><a href="https://docs.google.com/document/d/1rTsu_wkh7zGM4GwjNiQUTEVFP7BvyQSP3ZF4GL-VvvM/pub" target="_blank">jelliestjellyfish's Checklists</a></li>
<li><a href="http://imgur.com/a/85cpa#0" target="_blank">PhildeCube's Career Mode for Beginners</a></li><li><a href="http://www.kerbalmaps.com" target="_blank">Kerbal Maps</a></li>
<li><a href="http://corpsmoderne.net/fsp/" target="_blank">Flappy Space Program</a></li>
</ul>
</li>
<li><a href="galleries.html">Galleries</a></li>
<li><a href="http://wiki.kerbalspaceprogram.com/wiki/Main_Page" target="_blank">Wiki</a></li><li><a href="http://forum.kerbalspaceprogram.com/" target="_blank">Forum</a></li>
<li>Reddit
<ul>
<li><a href="http://reddit.com/r/kerbalspaceprogram" target="_blank">/r/KerbalSpaceProgram</a></li>
<li><a href="http://reddit.com/r/kerbalacademy" target="_blank">/r/KerbalAcademy</a></li>
</ul>
</li>
<li><a href="https://kerbalspaceprogram.com" target="_blank">Official Site</a></li>
</ul>
</nav>
</aside>
</div>
</main>
<footer>
<div class="footerContent">
<h6>Sponsors*</h6>
<div class="footerGallery">
<img src="media/footer/ionic-symphonic.png" alt="place holder image" />
<img src="media/footer/jebs-junkyard.png" alt="place holder image" />
<img src="media/footer/kerlington.png" alt="place holder image" />
<img src="media/footer/periapsis.png" alt="place holder image" />
<img src="media/footer/vac-co.png" alt="place holder image" /><!--these are 150x84px-->
</div>
<p>*Not really. These are just some of the in-game companies' logos.</p>
</div><!--#/footerContent-->
</footer></body>
</html>