forked from Lunar-Simulations/lunar-simulations.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
features.html
65 lines (56 loc) · 2.09 KB
/
features.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
<!DOCTYPE html>
<html>
<head>
<title>Features - Lunar Simulations</title>
<script src="navbar.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="https://ik.imagekit.io/pzcihm1mr/icon.png?tr=h-200">
<link rel="stylesheet" type="text/css" href="features.css">
</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>
<section class="dyn-page-section">
<div style="height: 5rem"></div>
<h1>Features</h1>
<ul>
<li>Realistic flight dynamics</li>
<li>High-quality 3D cockpit and exterior models</li>
<li>Realistic and functioning systems and avionics</li>
<li>Accurate performance data and flight model</li>
<li>High-resolution textures</li>
<li>
<div style="display:inline; transform: translateY(-1px);">
Custom sound and effects<div class="small">(Soon to come)</div>
</div>
</li>
<li>
<div style="display:inline; transform: translateY(-1px);">
Custom liveries<div class="small">(Soon to come)</div>
</div>
</li>
</ul>
</section>
<section class="half-page-section image-bg-2">
</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="menu.js"></script>
</html>