-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
219 lines (203 loc) · 11.1 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
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<html>
<head>
<title>Lunar Simulations</title>
<meta name="description" content="Developing a freeware Boeing 767-300ER">
<meta name="keywords" content="MSFS,FS,767">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="google-site-verification" content="fM2LSNkA3h3rxBrfdjY_nzHyE_IugjHZc2wKOcrjQIs" />
<link rel="stylesheet" href="main.css" />
<link rel="icon" href="https://ik.imagekit.io/pzcihm1mr/icon.png?tr=h-200">
<script src="navbar.js"></script>
</head>
<body>
<navbar-component></navbar-component>
<nav class="menu" id="menu">
<ul class="menu-list">
<li class="menu-item"><a href="index.html" class="menu-link">Home</a></li>
<li class="menu-item"><a href="features.html" class="menu-link">Features</a></li>
<li class="menu-item"><a href="https://discord.gg/SCDwaUjvyT" class="menu-link">Join our server</a></li>
</ul>
</nav>
<div class="cover-image">
<div id="title" style="text-align: center;">
<h1 class="title">Freeware <span class="gradient-text">Boeing 767</span> for Microsoft Flight
Simulator</h1>
<h3 style="filter: drop-shadow(0px 0px 8px rgb(0, 0, 0)) drop-shadow(0px 0px 24px rgb(0, 0, 0));">Now in
closed alpha</h3>
<!-- <div class="button" onclick="location.href='#';">Explore more</div> -->
</div>
</div>
<img class="alt-cover" src="https://ik.imagekit.io/pzcihm1mr/image-3.jpg?tr=q-80" alt="image of 767 cockpit">
<section class="dyn-page-section">
<h1 onclick="location.href='features.html';" class="features-header">Features</h1>
<div id="features-grid" class="card-grid">
<div class="card">
<div class="card-upper">
<div>
<h2 class="card-header">Displays</h2>
<code>PFD, MFD, EICAS, FMC</code>
</div>
<!-- <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" stroke-width="2"
stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M21 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9"></path>
<line x1="7" y1="20" x2="17" y2="20"></line>
<line x1="9" y1="16" x2="9" y2="20"></line>
<line x1="15" y1="16" x2="15" y2="20"></line>
<path d="M17 4h4v4"></path>
<path d="M16 9l5 -5"></path>
</svg> -->
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" stroke-width="2"
stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<rect x="4" y="4" width="16" height="16" rx="1"></rect>
<line x1="4" y1="8" x2="20" y2="8"></line>
<line x1="8" y1="4" x2="8" y2="8"></line>
</svg>
</div>
<p class="card-content">All main displays are functional. In the future, all displays will work!</p>
</div>
<div class="card">
<div class="card-upper">
<div>
<h2 class="card-header">Systems</h2>
<code>FUEL SYSTEM, ELECTRICAL SYSTEM</code>
</div>
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" stroke-width="2"
stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M7 10h3v-3l-3.5 -3.5a6 6 0 0 1 8 8l6 6a2 2 0 0 1 -3 3l-6 -6a6 6 0 0 1 -8 -8l3.5 3.5">
</path>
</svg>
</div>
<p class="card-content">Flight systems are in progress. Cold starts are now possible!</p>
</div>
<div class="card">
<div class="card-upper">
<div>
<h2 class="card-header">EFB</h2>
<code>Easy to read dashboard, weather viewer and more</code>
</div>
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" stroke-width="2"
stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<rect x="5" y="3" width="14" height="18" rx="1"></rect>
<circle cx="12" cy="17" r="1"></circle>
</svg>
</div>
<p class="card-content">Electronic Flight Bag included with user friendly interface</p>
<p class="card-content">Navigraph and Chartfox integration planned</p>
</div>
</div>
</section>
<div class="divider"></div>
<section class="dyn-page-section">
<h1 style="text-align: center;">Gallery</h1>
<div class="progress-bar-container">
<div class="progress-bar" id="progress-bar"></div>
</div>
<div id="gallery">
<img src="https://ik.imagekit.io/pzcihm1mr/image-1.jpg?tr=q-80" alt="Image 1">
<img src="https://ik.imagekit.io/pzcihm1mr/image-2.jpg?tr=q-80" alt="Image 2">
<img src="https://ik.imagekit.io/pzcihm1mr/image-3.jpg?tr=q-80" alt="Image 3">
<button id="prev">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24"
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<polyline points="15 6 9 12 15 18"></polyline>
</svg>
</button>
<button id="next">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24"
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<polyline points="9 6 15 12 9 18"></polyline>
</svg>
</button>
</div>
<br />
<br />
</section>
<div class="divider"></div>
<section class="dyn-page-section">
<h1>About</h1>
<p>The Boeing 767-300ER is a twin-aisle, wide-body airliner that is known for its reliability, fuel efficiency,
and long-range capabilities. This aircraft is capable of flying up to 6,385 nautical miles, making it a
popular choice for long-haul flights.</p>
<h2 style="margin-bottom: 0">Real World Technical Specifications</h2>
<div class="tech-list two-column-list">
<ul>
<li>Wingspan: 156 ft 1 in (47.57 m)</li>
<li>Length: 180 ft 3 in (54.94 m)</li>
<li>Height: 52 ft 1 in (15.9 m)</li>
<li>Maximum takeoff weight: 412,000 lb (186,900 kg)</li>
<li>Maximum landing weight: 320,000 lb (145,100 kg)</li>
<li>Maximum fuel capacity: 23,980 gallons (90,770 L)</li>
</ul>
<ul>
<li>Range: 5,980 nautical miles (11,070 km)</li>
<li>Cruise speed: 486 kn 39000 ft (900 km/h)</li>
<li>Maximum cruise altitude: 43,100 ft (13,100 m)</li>
<li>Engines: 2 x Pratt & Whitney PW4062</li>
<li>Thrust: 281.6 kn</li>
<li>Passenger capacity: Up to 269 in high-density configuration</li>
</ul>
</div>
</section>
<section style="height: 40vh;" class="dyn-page-section image-bg-1 flex-centre">
<h2 style="margin-bottom: 1rem">For more information</h2>
<div id="join-server" class="button flex-centre" onclick="location.href=`https://discord.gg/SCDwaUjvyT`;">
<div style="display: flex; justify-content: space-between; align-items: center; gap: 20px;">
<svg id="discord" xmlns="http://www.w3.org/2000/svg" width="28px" height="28px"
viewBox="0 0 127.14 96.36">
<g>
<g id="Discord_Logos" data-name="Discord Logos">
<g id="Discord_Logo_-_Large_-_White" data-name="Discord Logo - Large - White">
<path class="cls-1"
d="M107.7,8.07A105.15,105.15,0,0,0,81.47,0a72.06,72.06,0,0,0-3.36,6.83A97.68,97.68,0,0,0,49,6.83,72.37,72.37,0,0,0,45.64,0,105.89,105.89,0,0,0,19.39,8.09C2.79,32.65-1.71,56.6.54,80.21h0A105.73,105.73,0,0,0,32.71,96.36,77.7,77.7,0,0,0,39.6,85.25a68.42,68.42,0,0,1-10.85-5.18c.91-.66,1.8-1.34,2.66-2a75.57,75.57,0,0,0,64.32,0c.87.71,1.76,1.39,2.66,2a68.68,68.68,0,0,1-10.87,5.19,77,77,0,0,0,6.89,11.1A105.25,105.25,0,0,0,126.6,80.22h0C129.24,52.84,122.09,29.11,107.7,8.07ZM42.45,65.69C36.18,65.69,31,60,31,53s5-12.74,11.43-12.74S54,46,53.89,53,48.84,65.69,42.45,65.69Zm42.24,0C78.41,65.69,73.25,60,73.25,53s5-12.74,11.44-12.74S96.23,46,96.12,53,91.08,65.69,84.69,65.69Z" />
</g>
</g>
</g>
</svg>
<p style="margin: 0;">
Join our Discord
server
</p>
</div>
<!--<div class="button">Discord (coming soon)</div>-->
</div>
</section>
<section id="join" style="height: 30vh; overflow: hidden; position: relative;" class="dyn-page-section flex-centre">
<div style="z-index: 10;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);">
<h2 style="margin-bottom: 0; text-align: center;">Join our team</h2>
<p style="text-align: center;">If you'd like to join the 767 team, please fill in this quick form for us to
get to know you and your skill set.<br />We'll be in touch as soon as possible.
</p>
<div class="button" onclick="location.href='https://forms.gle/svVqbGdp3B6us5dg8';">
Fill out the form
</div>
<br />
</div>
<img src="/images/join.jpg" class="image-bg-3">
</section>
<footer>
<div class="footer-container">
<div class="footer-left">
<p>Copyright © 2024 Lunar Simulations</p>
</div>
<!-- <div class="footer-right">
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Contact</a>
</div> -->
</div>
</footer>
</body>
<script src="index.js"></script>
<script src="menu.js"></script>
</html>