-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaviation.html
89 lines (83 loc) · 2.79 KB
/
aviation.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>David Harvey-Macaulay :: Aviation</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>Aviation</h1>
<p>From the first flight I experienced as a child, I've been fascinated by planes.
My childhood dream was to be a pilot. In 2018, I began training
at <a href="http://masfcambridge.com/">MASF</a> flying their Piper PA28-161 aeroplanes.
I earned a private pilot's licence at the end of 2021. I'm very thankful to have
this priviledge and I consider my childhood dream to have been satisfied.</p>
<img id="checkout" alt="checkout" src="https://i.imgur.com/n9y7lMh.jpg"/>
<p>Recently I took my parents for a local flight from Cambridge airport to the
Wash and back.</p>
<img id="vfr-on-top" alt="vfr-on-top" src="https://i.imgur.com/6oNelSC.jpg"/>
<p>I'm particularly fond of flying above the clouds. It's like experiencing a
whole other world.</p>
<img id="night-vfr" alt="night-vfr" src="https://i.imgur.com/2rfiQdV.jpg"/>
<p>In 2022 I added a night rating to my licence. Flying at night is pretty but
also scary when the single engine decides to make a strange noise!</p>
<img id="turweston" alt="turweston" src="https://i.imgur.com/76JHP48.jpg"/>
<p>Taken at <a href="https://turwestonflight.com/">Turweston Flight Centre</a>, a favourite
destination of mine.</p>
<h3>Airports visited (landaways)</h3>
<ul>
<li>Cambridge (obviously)</li>
<li>Duxford</li>
<li>Turweston</li>
<li>Norwich</li>
<li>Southend</li>
<li>Old Buckenham</li>
<li>Earls Colne</li>
<li>Tatenhill</li>
<li>Wellesbourne Mountford</li>
<li>Retford Gamston</li>
<li>Cranfield</li>
<li>Leicester</li>
<li>Isle of Wight / Sandown</li>
<li>Peterborough Conington</li>
<li>Skegness</li>
<li>Oxford</li>
</ul>
<h3>Bucket list</h3>
<ul>
<li>Fly a fast complex aircraft like the Piper Arrow III or Mooney Rocket.</li>
<li>Fly around Europe, stopping off at Innsbruck.</li>
<li>Fly at night. ✔️</li>
<li>Earn an IFR rating so I can fly in the clouds.</li>
</ul>
</body>
</html>