-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
122 lines (107 loc) · 4.28 KB
/
index.html
File metadata and controls
122 lines (107 loc) · 4.28 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!--Made by the Websters-->
<title>GRC Aviation</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="CSS/styles.css">
</head>
<body>
<header>
<img src="Green-River-College-Aviation-Technology.jfif" alt="Website Logo">
<h2>Aviation Technology</h2>
</header>
<main>
<section>
<nav>
<ul>
<a href="index.html">
<li class="dropdown">Home</li>
</a>
<a href="generalInfo.html">
<li class="dropdown">About</li>
</a>
<a href="programsInfo.html">
<li class="dropdown">Programs</li>
</a>
<a href="contactInfo.html" >
<li class="dropdown">Contact</li>
</a>
</ul>
</nav>
</section>
<h1>Welcome to Aviation Technology</h1>
<section class="video-container">
<iframe
src="https://www.youtube.com/embed/NT5NoruIx5U"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen"
allowfullscreen>
</iframe>
</a>
</section>
<h2>About Our Program</h2>
<p>
Green River designed its Aviation Technology program to provide students with a real-world education and competitive advantages in the job market.
</p>
<p>
Advanced technology, exceptional instructors, and specialized Federal Aviation Administration-approved programs prepare students of every experience level with a foundation in aviation weather, air transportation, air traffic control, English, and Math.
</p>
<h2>Equipment</h2>
<section class="equipment">
<h3>Redbird Motion Simulator</h3>
<p>
Log training and classroom hours in this full-motion flight simulator. Five wraparound screens combine with an electric motion platform and a customizable instrument deck for realistic training.
</p>
<h3>Air Traffic Control Lab</h3>
<p>
Green River Aviation houses the only air traffic control lab in the Pacific Northwest. Advanced computer software simulates real-life air traffic so students gain exposure to the air traffic environment in the classroom.
</p>
<h3>Wind Tunnel</h3>
<p>
Learn the aerodynamics of aircrafting right on campus with a wind tunnel that simulates the movement of air around an aircraft in flight.
</p>
<section class="video-container">
<a href="https://online.fliphtml5.com/pbgar/gqcu/#p=1" target="_blank" class="clickable-image">
<img src="Images/FlyingGator.PNG" alt="Clickable Image">
</a>
</section>
</section>
</main>
<footer>
<div class="footer-container">
<div class="footer-column"></div>
<div class="footer-column"></div>
<div class="footer-column"></div>
</div>
<footer>
<div class="footer-container" style="display: flex; justify-content: space-around; padding: 20px; background-color: #f4f4f4; color: #333;">
<div class="footer-column" style="flex: 1; margin: 10px;">
<h3>Contact Information</h3>
<p>BAS - Aviation Program Director</p>
<p>Aviation Instructor</p>
<p>Aviation Instructor</p>
<p>Aviation Program Manager</p>
<p>Aviation Program Coordinator</p>
</div>
<div class="footer-column" style="flex: 1; margin: 10px;">
<h3>Staff</h3>
<p>George Comollo</p>
<p>Tad Henry</p>
<p>Frank Cantwell</p>
<p>Affie Eyo</p>
<p>Carlton Lawson</p>
</div>
<div class="footer-column" style="flex: 1; margin: 10px;">
<h3>Email</h3>
<p><a href="mailto:gcomollo@greenriver.edu" style="color: #0078D4; text-decoration: none;">gcomollo@greenriver.edu</a></p>
<p><a href="mailto:tahenry@greenriver.edu" style="color: #0078D4; text-decoration: none;">tahenry@greenriver.edu</a></p>
<p><a href="mailto:fcantwell@greenriver.edu" style="color: #0078D4; text-decoration: none;">fcantwell@greenriver.edu</a></p>
<p><a href="mailto:affiong.eyo@greenriver.edu" style="color: #0078D4; text-decoration: none;">affiong.eyo@greenriver.edu</a></p>
<p><a href="mailto:carlton.lawson@greenriver.edu" style="color: #0078D4; text-decoration: none;">carlton.lawson@greenriver.edu</a></p>
</div>
</div>
</footer>
</body>
</html>