-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMA.html
165 lines (154 loc) · 6.4 KB
/
MA.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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html >
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>The Hanger - Military Aircraft</title>
<link rel="icon" type="image/png" sizes="16x16" href="photos/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="photos/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="photos/favicon-96x96.png">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Abel%7CSatisfy" rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="hangar.css" type="text/css" media="screen" />
<script src="https://cdn.jsdelivr.net/npm/@fancyapps/[email protected]/dist/fancybox/fancybox.umd.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/[email protected]/dist/fancybox/fancybox.css" />
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
$(document).ready(function () {
console.log("jQuery version: " + $.fn.jquery);
});
</script>
</head>
<body>
<div id="wrapper">
<div id="centeredpage">
<div class="logo">
<a href="index.html"><img src="photos/logo.png" width="300" height="120" alt="logo"></a>
</div>
</div>
<div id="header-wrapper">
<div id="header" class="container">
<div id="menu">
<ul>
<li class="current_page_item"><a href="index.html">Homepage</a></li>
<li><a href="about.html">About</a></li>
<li><a href="trips.html">Trips</a></li>
<li><a href="ADSB.html">ADS-B</a></li>
<li><a href="MA.html">Military Aircraft</a></li>
<li><a href="CA.html">Civil Aircraft</a></li>
</ul>
</div>
</div>
</div>
<main>
<div id="page">
<div id="content">
<div class="post">
<h1 class="title"><a href="#">Military Aircraft Gallery</a></h1>
<span style="white-space: nowrap;"> Note Links with TBA on the end means the aircraf tisn't added</span>
</div>
</div>
</div>
<div id="content-2">
<div class="gallery">
<figure>
<a href="photos/AEW3.jpg" data-fancybox="gallery" data-caption="Fairey Gannet AEW.3">
<img src="photos/thumbnail/AEW3.jpg" alt="AEW3"/>
</a>
<figcaption><a href="AEW3.html">Fairey Gannet AEW.3</a></figcaption>
</figure>
<figure>
<a href="photos/B-29.jpg" data-fancybox="gallery" data-caption="Boeing B-29 Superfortress">
<img src="photos/thumbnail/B-29.jpg" alt="Boeing B-29 Superfortress"/>
</a>
<figcaption><a href="index.html">Boeing B-29 Superfortress TBA</a></figcaption>
</figure>
<figure>
<a href="photos/Do-335.jpg" data-fancybox="gallery" data-caption="Dornier Do 335">
<img src="photos/thumbnail/Do-335.jpg" alt="Dornier Do 335"/>
</a>
<figcaption><a href="index.html">Dornier Do 335 TBA</a></figcaption>
</figure>
<figure>
<a href="photos/F-14.jpg" data-fancybox="gallery" data-caption="F-14">
<img src="photos/thumbnail/F-14.jpg" alt="F-14"/>
</a>
<figcaption><a href="index.html">Grumman F-14 Tomcat TBA</a></figcaption>
</figure>
<figure>
<a href="photos/F-86.jpg" data-fancybox="gallery" data-caption="North American F-86 Sabre">
<img src="photos/thumbnail/F-86.jpg" alt="North American F-86 Sabre"/>
</a>
<figcaption><a href="F-86.html">North American F-86 Sabre</a></figcaption>
</figure>
<figure>
<a href="photos/IL-2.jpg" data-fancybox="gallery" data-caption="Ilyushin Il-2">
<img src="photos/thumbnail/IL-2.jpg" alt="Ilyushin Il-2"/>
</a>
<figcaption><a href="index.html">Ilyushin Il-2 TBA</a></figcaption>
</figure>
<figure>
<a href="photos/Mi-24.jpg" data-fancybox="gallery" data-caption="Mil Mi-24 hind">
<img src="photos/thumbnail/Mi-24.jpg" alt="Mil Mi-24 hind"/>
</a>
<figcaption><a href="MI-24.html">Mil Mi-24 hind</a></figcaption>
</figure>
<figure>
<a href="photos/Mig-15.jpg" data-fancybox="gallery" data-caption="Mikoyan-Gurevich MiG-15">
<img src="photos/thumbnail/Mig-15.jpg" alt="Mikoyan-Gurevich MiG-15"/>
</a>
<figcaption><a href="index.html">Mikoyan-Gurevich MiG-15 TBA</a></figcaption>
</figure>
<figure>
<a href="photos/P-38.jpg" data-fancybox="gallery" data-caption="Lockheed P-38 Lightning">
<img src="photos/thumbnail/P-38.jpg" alt="Lockheed P-38 Lightning"/>
</a>
<figcaption><a href="index.html">Lockheed P-38 Lightning TBA</a></figcaption>
</figure>
<figure>
<a href="photos/PA-48.jpg" data-fancybox="gallery" data-caption="Piper PA-48 Enforcer">
<img src="photos/thumbnail/PA-48.jpg" alt="Piper PA-48 Enforcer"/>
</a>
<figcaption><a href="index.html">Piper PA-48 Enforcer TBA</a></figcaption>
</figure>
<figure>
<a href="photos/LGM-25C.jpg" data-fancybox="gallery" data-caption="LGM-25C Titan II">
<img src="photos/thumbnail/LGM-25C.jpg" alt="LGM-25C Titan IIr"/>
</a>
<figcaption><a href="index.html">LGM-25C Titan II TBA</a></figcaption>
</figure>
</div>
</div>
</main>
</div>
<div id="footer">
<p>© 2023, Joshua Alley. All rights reserved. <b>Email:</b><a href="mailto:[email protected]" target="_blank">[email protected]</a></P>
</div>
<script>
src="https://cdn.jsdelivr.net/npm/@fancyapps/[email protected]/dist/jquery.fancybox.min.js"
Fancybox.bind('[data-fancybox="gallery"]',
{
type: 'iframe',
iframe:
{
preload: true,
css:
{
width: '100%',
height: '100%',
overflow: 'hidden'
}
}
}
);
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NE4DL1K0WT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NE4DL1K0WT');
</script>
</body>
</html>