-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
36 lines (29 loc) · 1.63 KB
/
about.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
<html>
<head>
<title>Apollo Preliminary Drawings</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="grid">
<h1><a href="index.html">Apollo Preliminary Drawings</a></h1>
<h2>About</h2>
<p>These drawings were drawn between Jul and Aug of 1961. Several of the drawings have various revisions but I only have a single copy of each drawing and I assume they are the latest revisions. I hope you all enjoyed these.</p>
<p>If you know any details about any specific drawings and would like to add a description to any of them please submit a pull request here <a href="https://github.com/buildstarted/apollopreliminarydrawings">https://github.com/buildstarted/apollopreliminarydrawings</a>.</p>
<p>I really want to give a shout out to <strong>Scott Manley</strong>. He offered some great insights into the drawings in his video about them that I was unable to get. Please follow him on <a href="https://twitter.com/DJSnM">Twitter</a> or check out his videos on <a href="https://www.youtube.com/user/szyzyg/videos">Youtube</a>.</p>
<p>
Additional contributors: <a href="https://github.com/hohMiyazawa">hohMiyazawa</a>
</p>
</div>
<footer>
<div>website created by buildstarted © 2019 - 2024 <a href="/about">about</a></div>
</footer>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1C8XRW1XZC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1C8XRW1XZC');
</script>
</body>
</html>