-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
60 lines (39 loc) · 2.41 KB
/
index.php
File metadata and controls
60 lines (39 loc) · 2.41 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
<!DOCTYPE html>
<html>
<head>
<title>Sky Adventures</title>
<link rel="stylesheet" media="screen and (min-device-width: 768px) and (orientation:landscape)" href="css/airplane.css" />
<link rel="stylesheet" media="screen and (max-device-width: 767px)" href="css/phoneAirplane.css" />
<link rel="stylesheet" media="screen and (orientation:portrait)" href="css/phoneAirplane.css" />
<link rel="apple-touch-icon" sizes="72x72" href="images/thumb-72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="images/thumb-114.png" />
<link rel="apple-touch-icon" sizes="144x144" href="images/thumb-144.png" />
<?php include("includes/header.html"); ?>
<script src="https://use.fontawesome.com/98779a8e61.js"></script>
<link rel="icon" type="image/x-generic" href="favicon.ico">
<div id = "spaced">
<a href="/schedule/" class = "but">Schedule a Flight <i class="fa fa-angle-double-right" aria-hidden="true"></i>
</a>
</div>
<div id = "blue" class = "">
<div id = "box" class = "">
<div class = " image">
<img class = "sideImage" src="images/who_we_are.jpg" >
</div>
<div class = " written" >
<h2>Who we are</h2>
Sky Adventures offers pilot flight training under part 61 as well as aircraft rentals at the Springfield Downtown airport (3DW). We offer discovery flights, as well as private pilot and instrument flight training programs. Our fleet includes a 1965 Piper Cherokee 140 and a 2003 AMD Alarus CH-2000. Both airplanes are IFR equipped and available for rent for properly rated pilots.
</div>
</div>
</div>
<a name="instr"></a>
<div class = "instr">
<div class = "instructor">
<h2>Instructor</h2><p>Joshua Monson is a graduate of College of the Ozarks and has been flying since 2001. He worked as a mechanic for American Eagle Airlines for a number of years. In 2014 he renewed his flight instructor certificate by "upgrading" to the Instrument Instructor Certificate. Josh loves all things flying. Growing up in Bolivia, South America around missionary pilots has given him an appriciation for bush flying and good stick-and-rudder skills.</p>
<a href="contact.htm" class = "contactButton">Contact <i class="fa fa-angle-double-right" aria-hidden="true"></i></a>
</div>
<div class = "">
<img class = "right" id = "upsideDown" src="images/instructor.jpg">
</div>
</div>
<?php include("includes/footer.html"); ?>