-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (59 loc) · 3.14 KB
/
Copy pathindex.html
File metadata and controls
85 lines (59 loc) · 3.14 KB
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
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9T0KLZL5JK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-9T0KLZL5JK');
</script>
<link rel="stylesheet" href="css/style.css" />
<title>Airspeed Is Alive Homepage</title>
</head>
<body>
<section>
<h2 id="welcome-to-the-links-page">Airspeed Is Alive</h2>
<p><img src="images/logo.png" alt="Airspeed Is Alive Logo" /></p>
<p><img src="images/yt_logo_rgb_dark.png" alt="YouTube Logo" width="100" /></p>
<ul>
<li>Main page - <a href="https://www.youtube.com/channel/UCQSTBJ-zlRWOLENj1r8_odQ">Airspeed Is Alive</a></li>
<li>Latest video - <a href="https://youtu.be/GiP2e86lCTE">G'EC Go Around!<br /><br /><img src="images/yt_thumb_going_around.jpg" alt="YouTube video Going Around thumbnail" width="560" /></a></li>
</ul>
<h1 id="instagram">Instagram</h1>
<ul>
<li><a href="https://www.instagram.com/airspeedisalive/">airspeedisalive</a></li>
</ul>
<h1 id="twitter">Twitter</h1>
<ul>
<li><a href="https://twitter.com/airspdisalive">airspdisalive</a></li>
</ul>
<h1 id="wingly">Wingly</h1>
<ul>
<li><a href="https://www.wingly.io/en/users/show/352448">Profile</a></li>
<li><a href="https://www.wingly.io/en/referral/first-booking?ref=a5w1k&currency=GBP">£10 discount link *</a></li>
<li><a href="https://www.wingly.io/en/flights/2026459">Land Away with over an hour of flying<br /><br /><img style="max-width:95%;border:6px solid #f0f000;" src="images/se_lnd_away_wingly.png" alt="Map of destinations in the south east" width="560" /></a></li>
</ul>
<p>* Only for new accounts during first booking.</p>
<h1>Diamond DA40-NG</h1>
<p>
<a href="da40ng/da40ng.html">find manuals here</a>
</p>
<h1>Flyer magazine</h1>
<p>
Did you know that currently Flyer magazine is free to read! View online or download as a PDF.
</p>
<ul>
<li><a href="https://issuu.com/flyerdigital/docs/flyer_april_2021">April 2021<br /><br /><img src="images/flyer_2021_april_cover.png" alt="Flyer april 2021 cover image" width="560" /></a></li>
<li><a href="https://www.flyer.co.uk/flyer-march-2021/">March 2021<br /><br /><img src="images/flyer_2021_march_cover.png" alt="Flyer March 2021 cover image" width="560" /></a></li>
</ul>
<h1 id="email">Email</h1>
<ul>
<li><a href="mailto:airspeedisalive@vulcananalytics.co.uk">airspeedisalive@vulcananalytics.co.uk</a></li>
</ul>
<h2 id="please-follow-like-subscribe-and-interact">Please follow, like, subscribe, and interact.</h2>
<p>I look forward to seeing you.</p>
<p>Edward.</p>
</section>
</body>
</html>