68 lines
3.4 KiB
HTML
68 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Bangor Maine Aircraft Spotting</title>
|
|
<link rel="stylesheet" href="styles/style.css">
|
|
<style>
|
|
body {
|
|
height: 96vh;
|
|
text-align: center;
|
|
width: 99vw;
|
|
}
|
|
|
|
li {
|
|
list-style-type: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<!-- Nav Bar -->
|
|
<iframe src="nav.html" id="navbar_frame"></iframe>
|
|
<!-- Main Section-->
|
|
<main>
|
|
<section>
|
|
<h1>Plane Spotting at Bangor International Airport</h1>
|
|
<p>
|
|
Plane spotting is an exciting hobby that involves observing and identifying different types of aircraft as they arrive and depart from airports. Bangor International Airport (BGR) in Maine is a unique spot for aviation enthusiasts due to its diverse range of air traffic.
|
|
</p>
|
|
<h2>Interesting Aircraft to Spot</h2>
|
|
<ul>
|
|
<li><strong>Military Aircraft:</strong> Bangor is a frequent stop for military transport planes such as the C-17 Globemaster III, KC-135 Stratotanker, and C-130 Hercules.</li>
|
|
<li><strong>Transatlantic Flights:</strong> Due to its location, BGR often serves as a refueling stop for transatlantic flights, including chartered jets and cargo planes.</li>
|
|
<li><strong>General Aviation:</strong> Private jets, turboprops, and small aircraft are common, offering a variety of models to observe.</li>
|
|
<li><strong>Commercial Airlines:</strong> Regular passenger flights from airlines like American, Delta, and United bring in regional jets and narrow-body airliners.</li>
|
|
</ul>
|
|
<h2>Variety of Traffic at BGR</h2>
|
|
<p>
|
|
Bangor International Airport is known for its eclectic mix of air traffic. On any given day, you might spot:
|
|
</p>
|
|
<ul>
|
|
<li>International cargo flights making technical stops</li>
|
|
<li>Seasonal charter flights, especially during summer and holidays</li>
|
|
<li>Medical evacuation and air ambulance flights</li>
|
|
<li>Occasional visits from rare or vintage aircraft</li>
|
|
</ul>
|
|
<p>
|
|
Whether you're a seasoned spotter or just starting out, Bangor International Airport offers a fascinating window into the world of aviation.
|
|
</p>
|
|
</section>
|
|
<!-- Notable Aircraft Table -->
|
|
<section>
|
|
<h1> Notable Aircraft </h1>
|
|
<table id="notable_ac_table">
|
|
<tr>
|
|
<td><a href="pages/beluga.html"><img src="images/beluga_day.jpg" class="notable_ac_table_img" alt="Airbus Beluga"/></a></td>
|
|
<td><a href="pages/an124.html"><img src="images/an124_nose.jpg" class="notable_ac_table_img" alt="Antonov AN124"/></a></td>
|
|
<td><a href="pages/mil.html"><img src="images/v22.jpg" class="notable_ac_table_img" alt="V22 Osprey"/></a></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="notable_ac_table_caption"><a href="pages/beluga.html">Airbus Beluga</a></td>
|
|
<td class="notable_ac_table_caption"><a href="pages/an124.html">Antonov AN124</a></td>
|
|
<td class="notable_ac_table_caption"><a href="pages/mil.html">Presidential / Military Aircraft</a></td>
|
|
</tr>
|
|
</table>
|
|
</section>
|
|
</main>
|
|
</body>
|
|
</html>
|