-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (65 loc) · 3.14 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<!--This imports the "Lato" font to the website-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<!--This is the common style file for the website-->
<link rel="stylesheet" href="styleV2.css">
<!--This imports Font Awesome abilities to the website-->
<script src="https://kit.fontawesome.com/c0e1a20f99.js" crossorigin="anonymous"></script>
<!--This is the favicon for the header of this page-->
<link rel="icon" href="https://user-images.githubusercontent.com/83706649/158230003-b22c6ffd-303d-4cff-9d11-504e0780d327.png" type="image/x-icon">
<!--Set the title here
vvvvvvvvvvvvvvvvvvvvvvv-->
<title>GGA Home</title>
</head>
<body>
<div class="content">
<!--This is the content of the page, when creating a new page, only change this
vvvvvvvvvvvvvvvvvvvvvvvvvvvvv-->
<body>
<div class="header">
<h1><br><br></h1>
<p><br><b></b></p>
</div>
<div class="navbar">
<a href="index.html" class="active">Home</a>
<a href="aboutus.html">About Us</a>
<a href="fleet.html">Aircraft</a>
<a href="routes.html">Routes</a>
<a href="https://dragon.ftwsim.de/FlyTheWorld" class="right"><i class="fa-solid fa-right-to-bracket"></i>Crew Login</a>
</div>
<div class="row">
<div class="side">
<h2></h2>
<h5></h5>
<div class="fakeimg" style="height:200px;">
<img src="https://user-images.githubusercontent.com/83706649/158228216-30c7878d-0e68-4a21-b8b9-829b5949472d.png"></div>
<p></p><br><br><br><br><br>
<h3></h3>
<p></p>
<div class="fakeimg" style="height:60px;">
</div>
</div>
<div class="main">
<h2>Welcome to Gonzo's Global Aviation!</h2>
<h5>Gonzo's Global Aviation is a flight simulation virtual airline, with a wide range of aircraft and routes available for our pilots.
We incorporated in 2015, and have grown to 75 pilots over this time, with over 566,000nm flown to date.</h5>
<div class="fakeimg" style="height:200px;">
<img src="https://user-images.githubusercontent.com/83706649/158400716-ca860bfc-b077-43a2-b3fd-944d24aca7d9.png" alt="gga EMB110" width="100%"></div><br><br><br><br><br><br><br><br><br><br>
<p></p>
<p></p>
<br>
<h2>Our Goal</h2>
<h5>GGA is a home of one of the largest FlyTheWorld pilot communities. We have a deep staff roster, ensuring you will have coverage during most times of the day for us to assist you. Our primary language is German.</h5>
<div class="fakeimg" style="height:200px;">
<img src="https://user-images.githubusercontent.com/83706649/158400799-9670e9b4-ab15-4c5f-ac9e-b380151c901d.png" alt="crj7" width="100%"></div><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<p></p>
<p>We are currently looking for eager flight sim pilots, to fly our large fleet of general aviation through medium haul airliners. If you think that we can be a fit for you, sign up for <a href="https://www.ftw-sim.de/signup">FlyTheWorld</a> and join us in our discord.</p>
</div>
</div>
<div class="footer">
GGA is not affiliated with any airline. For more information or inquiries, please contact us.
</div>
</body>
</html>