-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgalaxy.html
More file actions
44 lines (44 loc) · 3.65 KB
/
galaxy.html
File metadata and controls
44 lines (44 loc) · 3.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
<!--Code to refresh every "content=" seconds-->
<meta http-equiv="refresh" content="1800">
<title>C-5A Galaxy</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="css/galaxy.css" rel="stylesheet">
</head>
<body>
<h1 id="top">C-5A Galaxy</h1>
<h2>History</h2>
<p>1. First factory new C-5A delivered to Dover AFB in August 1971, and the 45th built.</p>
<p>2. October 1974 - First and ONLY aircraft to successfully air drop an ICBM.</p>
<p>3. TF-39 GE engines used on A & B models were first High Bypass turbofan engines.</p>
<p>4. October 2013 - Assigned to the AMC Museum. First C-5 retired to a museum for public viewing.</p>
<p>5. Only C-5 painted in the original 1970's era Gray & White paint scheme.</p>
<p>6. 70,000 pounds of concrete on-board the plane behind the exhibit walls to help keep it on the ground.</p>
<h3>Flight Deck</h3>
<h4>Cockpit</h4>
<p></p>
<h4>Crew Area</h4>
<p>Behind the cockpit, is an area for additional crew members. There are two rooms with 3 bunks each for relief crews to sleep. Behind the bunk rooms, is an area where the relief crew can relax, sit at a table to eat or play games among other activities.</p>
<h4>Distinguished Visitor Seating</h4>
<p>Aft of the Crew Area, there is a small section with 8 seats for Generals, Distinguished Visitors or, if the plane is carrying classified cargo, a courier may be seated in this area. This area also includes the galley which contains a sink, oven, coffee pot and a can opener (all the comforts of home) for the crew to use. The forward lavitory/bathroom is also located in this area. The lavitory is about the same size as 3 or 4 bathrooms on a commercial plane.</p>
<h4>Environmental Control</h4>
<p>The environmental control system outputs enough heat and cooling to heat or cool 8 average U.S. houses.</p>
<h3>Passenger Area</h3>
<p>The passenger area is located above the cargo deck aft of the wings. It is accessed from the ladder in the roof above the rear ramp. There are 75 seats of which, 3 are designated for crew members. There is a galley which contains 2 refrigerators, and 2 ovens. There is a lavatory located in the forward area of the passenger system. The seats face to the rear in the unlikely event that the plane would crash. The plane would most likely be moving forward and the passenger's back would be against the seat back. It therefore would have less stress on the body and the passenger would have a higher chance of survival.</p>
<h3>Cargo Deck</h3>
<p>The cargo deck is the main mission for the C-5. The cargo deck can fit 36 pallets of cargo or vehicles, aircraft and just about anything that can fit within the walls. 6 Greyhound style buses can fit on the cargo deck (2 columns of 3 rows). 7 intact UH-1 Huey's can fit, ready to fly so when the plane lands, they can be pre-flighted and take off immediately.</p>
<a href="#top" class="btn btn-primary">Back to Top</a>
<script src="https://kit.fontawesome.com/68715d24c0.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.6.1.min.js"
integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ="
crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
</body>
</html>