This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
description.html
61 lines (61 loc) · 2.01 KB
/
description.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>FJs555P | Description</title>
<link rel="icon" type="image/x-icon" href="icon.svg">
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<div id = "header">
<a href = "index.html"><p>Home</p></a>
<a href = "description.html"><p>Description</p></a>
<a href = "files.html"><p>Files</p></a>
<a href = "changelog.html"><p>Changelog</p></a>
<img src = "logo.svg"/>
</div>
<img id = "front-clouds" class = "parallax-images" src = "front-clouds.png"/>
<img id = "plane" class = "parallax-images" src = "plane.png"/>
<img id = "back-clouds" class = "parallax-images" src = "back-clouds.png"/>
<div id = "content">
<h1>Description</h1>
<p>An overview of the FJs555 project.</p>
<h2>Purposes</h2>
<p>FJs555 will<ul>
<li>Discuss the purpose of fighter aircraft and their roles in air defense.</li>
<li>Analyze United States fighter aircraft and compare characteristics and specifications.</li>
<li>Discuss new air defense programs from the United States Air Force and others.</li>
</ul>
</p>
<h2>Fighter Aircraft to be Discussed</h2>
<p>
<ul>
<li><h3>American Aircraft</h3><ul>
<li>F-35 Lightning II -- modern</li>
<li>F-22 Raptor -- modern</li>
<li>F-18 Hornet -- current</li>
<li>F-16 Falcon -- current</li>
<li>F-15 Eagle -- current</li>
<li>F-14 Tomcat -- past</li>
</ul></li>
<li><h3>Non-American Aircraft</h3><ul>
<li>J-20</li>
<li>Su-57</li>
<li>FC-31</li>
<li>Saab JAS 39</li>
<li>Eurofighter Typhoon</li>
<li>Dassault Rafale</li>
<li>MiG-29</li>
<li>Su-27</li>
</ul></li>
<li><h3>Future Aircraft/Aircraft Prototypes</h3><ul>
<li>Next Generation Air Dominance (NGAD) fighter</li>
<li>Su-75</li>
<li>RQ-3 Darkstar (though not a fighter aircraft)</li>
</ul></li>
</ul>
</p>
</div>
<script type="text/javascript" src="javascript.js"></script>
</body>
</html>