-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathheader.html
More file actions
39 lines (39 loc) · 3.19 KB
/
header.html
File metadata and controls
39 lines (39 loc) · 3.19 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
<header class="header">
<h1 class="title"><a href="/"><img class="logo" src="/img/webp/RangeEngineExtendedLogo.webp" alt="RanGELogo"/></a></h1>
<a class="togglebutton">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<nav class="headerlinks">
<ul class="heaul">
<li class="headerlis"><i class="material-symbols-outlined" translate="no">Download</i><a class="healinks" href="/download"> Download</a></li>
<li class="headerlis"><i class="material-symbols-outlined" translate="no">Store</i><a class="healinks" href="/store"> Store<!--span class="newcirclespan"></span--></a></li>
<li class="dropdownh">
<span class="dpdhbt" translate=no><i class="material-symbols-outlined">construction</i> Tools<span class="newcirclespan"></span> <i class="material-symbols-outlined" translate="no">expand_more</i></span>
<div class="dpdhitems">
<a href="/tools/textureresizer"><i class="material-symbols-outlined" translate="no">image</i> Texture Resizer</a>
<a href="/tools/orm"><i class="material-symbols-outlined" translate="no">colors</i> ORM Generator</a>
</div>
</li>
<!--li class="headerlis"><i class="material-symbols-outlined" translate="no">joystick</i><a class="healinks" href="/gamejam"> GameJam<span class="newcirclespan"></span></a></li-->
<li class="dropdownh">
<span class="dpdhbt" translate=no><i class="material-symbols-outlined">newspaper</i> News <i class="material-symbols-outlined" translate="no">expand_more</i></span>
<div class="dpdhitems">
<a href="/whatsnew"><i class="material-symbols-outlined" translate="no">Celebration</i> What's New</a>
<a href="https://github.com/rangeengine/Range-Engine-Wiki/wiki/Release-notes"><i class="material-symbols-outlined" translate="no">library_books</i> Changelog</a>
<a href="/newspage"><i class="material-symbols-outlined" translate="no">newspaper</i> News</a>
</div>
</li>
<li class="headerlis"><i class="material-symbols-outlined" translate="no">library_books</i><a class="healinks" href="/rangeapi"> API</a></li>
<li class="headerlis"><i class="material-symbols-outlined" translate="no">live_help</i><a class="healinks" href="/faq"> FAQ</a></li>
<li class="dropdownh">
<span class="dpdhbt" id="dpdhbtsupp" translate=no><i class="material-symbols-outlined">health_and_safety</i> Support <i class="material-symbols-outlined" translate="no">expand_more</i></span>
<div class="dpdhitems">
<a href="https://www.patreon.com/rangeengine" target="_blank" rel="noopener noreferrer"><img class="footer-links-icon" src="/img/icons/patreon.svg" style="width:20px;height:20px;margin-right:5px;"></img> Patreon</a>
<a href="mailto:contact@rangeengine.tech"><img class="footer-links-icon" src="/img/icons/paypal.svg" style="width:20px;height:20px;margin-right:5px;"></img> PayPal</a>
</div>
</li>
</ul>
</nav>
</header>