63 lines
4.1 KiB
HTML
63 lines
4.1 KiB
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="../styles/style.css">
|
|
<title>Presidential / Military Aircraft</title>
|
|
<style>
|
|
body {
|
|
height: 96vh;
|
|
text-align: center;
|
|
width: 98vw;
|
|
}
|
|
li {
|
|
list-style-type: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<iframe src="../nav.html" id="navbar_frame"></iframe>
|
|
<h1>Presidential / Military Aircraft</h1>
|
|
<!-- Images of the Presidential / Military Aircraft -->
|
|
<table>
|
|
<tr>
|
|
<td><img src="../images/af1.jpg" alt="Air Force One (Presidential Aircraft)" class="notable_ac_table_img"></td>
|
|
<td><img src="../images/b52_day1.jpg" alt="B-52 Stratofortress Bomber (Daytime)" class="notable_ac_table_img"></td>
|
|
<td><img src="../images/b52_day2.jpg" alt="B-52 Stratofortress Bomber (Alternate Daytime View)" class="notable_ac_table_img"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img src="../images/b52_night.jpg" alt="B-52 Stratofortress Bomber (Nighttime)" class="notable_ac_table_img"></td>
|
|
<td><img src="../images/c130.jpg" alt="Lockheed C-130 Hercules Military Transport" class="notable_ac_table_img"></td>
|
|
<td><img src="../images/c5_5feb25.png" alt="Lockheed C-5 Galaxy Military Transport" class="notable_ac_table_img"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img src="../images/fighters.jpg" alt="Formation of Military Fighter Jets" class="notable_ac_table_img"></td>
|
|
<td><img src="../images/v22.jpg" alt="Bell Boeing V-22 Osprey Tiltrotor Aircraft" class="notable_ac_table_img"></td>
|
|
</tr>
|
|
</table>
|
|
<section style="padding-bottom: 35px;">
|
|
<h2>Types of Military and Presidential Aircraft</h2>
|
|
<ul>
|
|
<li>
|
|
<strong>V-22 Osprey:</strong> A unique tiltrotor aircraft used by the U.S. military, the V-22 combines the vertical takeoff and landing capabilities of a helicopter with the speed and range of a fixed-wing plane. It is primarily used for troop transport, medevac, and special operations.
|
|
</li>
|
|
<li>
|
|
<strong>F-35:</strong> The F-35 Lightning II is an advanced stealth multirole fighter jet used by the U.S. Air Force, Navy, and Marine Corps. It is designed for air superiority, ground attack, and intelligence missions, featuring cutting-edge avionics and stealth technology.
|
|
</li>
|
|
<li>
|
|
<strong>A-10 Thunderbolt II:</strong> Known as the "Warthog," the A-10 is a close air support aircraft renowned for its durability and powerful GAU-8 Avenger rotary cannon. It is designed to support ground troops by attacking tanks, armored vehicles, and other ground targets.
|
|
</li>
|
|
<li>
|
|
<strong>B-52 Stratofortress:</strong> A long-range, subsonic strategic bomber, the B-52 has been in service since the 1950s. It is capable of carrying both conventional and nuclear weapons and is known for its endurance and payload capacity.
|
|
</li>
|
|
<li>
|
|
<strong>C-130 Hercules:</strong> The C-130 is a versatile military transport aircraft used for cargo transport, troop movement, medical evacuation, and humanitarian missions. Its rugged design allows it to operate from short and unprepared airstrips.
|
|
</li>
|
|
<li>
|
|
<strong>C-5 Galaxy:</strong> One of the largest military transport aircraft in the world, the C-5 is used to carry oversized cargo and large numbers of troops over intercontinental distances. Its nose can be raised to allow for "drive-on/drive-off" loading of vehicles and equipment.
|
|
</li>
|
|
</ul>
|
|
<p>
|
|
These aircraft play vital roles in military and presidential operations, providing transport, support, and defense capabilities essential to national security and global missions.
|
|
</p>
|
|
</section>
|
|
</body>
|
|
</html> |