Skip to content

Commit 7b5a61e

Browse files
committed
Site Update 1.4.8
-Major improvements and bug fixes in all the pages -New Buttons -Updated Pages (Home, Download Page, 404)
1 parent 1b663d2 commit 7b5a61e

File tree

13 files changed

+492
-211
lines changed

13 files changed

+492
-211
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

404.html

Lines changed: 37 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,51 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>Range Engine</title>
6+
<title>Range Engine - 404</title>
77
<meta name="description" content="Range Engine Is a Light And Powerful Game Engine And 3D Software"/>
88
<meta property="og:type" content="website" />
9-
<meta property="og:title" content="Range Engine"/>
9+
<meta property="og:title" content="Range Engine - 404"/>
1010
<meta property="og:description" content="Range Engine Is a Light And Powerful Game Engine And 3D Software"/>
1111
<meta property="og:site_name" content="404"/>
1212
<meta property="og:image" content="https://rangeengine.tech//img/RanGEs.png"/>
1313
<link rel="shortcut icon" href="/img/favicon.png" type="x-png"/>
14+
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
15+
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap" rel="stylesheet">
16+
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap" rel="stylesheet">
17+
<link rel="stylesheet" href="/css/rangecss.css"/>
18+
<script src="https://code.jquery.com/jquery-1.9.1.js"></script>
19+
<script src="/js/responsivenav.js" defer></script>
20+
<script src="/js/headercolor.js"></script>
1421
</head>
1522
<body style="padding:0;margin:0;text-align:center;background-size:cover;background:#171717;">
16-
<div style="color:white;font-family:Roboto,sans-serif;background:linear-gradient(#424242,#171717);display:block;padding:25% 0px 25% 0px;">
17-
<h1 style="text-decoration:underline;text-decoration-color:#fdfdfd3d;">404 Error - Page not found</h1>
18-
<a style="color:white;text-decoration-color:#fdfdfd62;" href="/">⌂ Return to Range Engine Home</a>
23+
<header class="header">
24+
<h1 class="title"><a href="/"><img class="logo" src="/img/RangeEngineExtendedLogo.png" alt="RanGELogo"/></a></h1>
25+
<a class="togglebutton">
26+
<span class="bar"></span>
27+
<span class="bar"></span>
28+
<span class="bar"></span>
29+
</a>
30+
<nav class="headerlinks">
31+
<ul class="heaul">
32+
<li class="headerlis"><i class="material-symbols-outlined">Home</i><a class="healinks" href="/"> Home</a></li>
33+
<li class="headerlis"><i class="material-symbols-outlined">Download</i><a class="healinks" href="downloadpage"> Download</a></li>
34+
<li class="dropdownh">
35+
<span class="dpdhbt">News<span class="newcirclespan"></span> <i class="material-symbols-outlined">expand_more</i></span>
36+
<div class="dpdhitems">
37+
<a href="whatsnew"><i class="material-symbols-outlined">Celebration</i> What's New</a>
38+
<a href="https://github.com/rangeengine/Range-Engine-Wiki/wiki/Release-notes"><i class="material-symbols-outlined">library_books</i> Changelog</a>
39+
</div>
40+
</li>
41+
<li class="headerlis"><i class="material-symbols-outlined">Store</i><a class="healinks" href="store"> Store</a></li>
42+
<li class="headerlis"><i class="material-symbols-outlined">library_books</i><a class="healinks" href="apireleases"> API</a></li>
43+
<li class="headerlis"><i class="material-symbols-outlined">contact_support</i><a class="healinks" href="learnmore"> Learn More</a></li>
44+
<li class="headerlissupp"><i class="material-symbols-outlined">health_and_safety</i><a class="suppush" target=”_blank” href="https://www.patreon.com/rangeengine"> Support</a></li>
45+
</ul>
46+
</nav>
47+
</header>
48+
<div style="cursor:default;color:white;font-family:Roboto,sans-serif;background-image:url('/img/store/back12store.jpg');background-size:cover;background-repeat:no-repeat;display:block;padding:12% 0px 15% 0px;">
49+
<h1 style="text-decoration-color:#fdfdfd3d;font-size:300px;margin:0;padding:0;">404</h1>
50+
<p style="color:white;text-decoration-color:#fdfdfd62;font-family:Roboto Condensed,sans-serif;font-weight:bold;">We can't find the page you're looking for :(</p>
1951
</div>
2052
</body>
2153
</html>

apireleases.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ <h1 class="title"><a href="/"><img class="logo" src="/img/RangeEngineExtendedLog
3131
</a>
3232
<nav class="headerlinks">
3333
<ul class="heaul">
34-
<li class="headerlis"><a class="healinks" href="/"><i class="material-symbols-outlined">Home</i> Home</a></li>
35-
<li class="headerlis"><a class="healinks" href="downloadpage"><i class="material-symbols-outlined">Download</i> Download</a></li>
34+
<li class="headerlis"><i class="material-symbols-outlined">Home</i><a class="healinks" href="/"> Home</a></li>
35+
<li class="headerlis"><i class="material-symbols-outlined">Download</i><a class="healinks" href="downloadpage"> Download</a></li>
3636
<li class="dropdownh">
3737
<span class="dpdhbt">News<span class="newcirclespan"></span> <i class="material-symbols-outlined">expand_more</i></span>
3838
<div class="dpdhitems">
3939
<a href="whatsnew"><i class="material-symbols-outlined">Celebration</i> What's New</a>
4040
<a href="https://github.com/rangeengine/Range-Engine-Wiki/wiki/Release-notes"><i class="material-symbols-outlined">library_books</i> Changelog</a>
4141
</div>
4242
</li>
43-
<li class="headerlis"><a class="healinks" href="store"><i class="material-symbols-outlined">Store</i> Store</a></li>
44-
<li class="headerlis"><a class="healinks" href="apireleases"><i class="material-symbols-outlined">library_books</i> API</a></li>
45-
<li class="headerlis"><a class="healinks" href="learnmore"><i class="material-symbols-outlined">contact_support</i> Learn More</a></li>
46-
<li class="headerlis"><a class="suppush" target=”_blank” href="https://www.patreon.com/rangeengine"><i class="material-symbols-outlined">health_and_safety</i> Support</a></li>
43+
<li class="headerlis"><i class="material-symbols-outlined">Store</i><a class="healinks" href="store"> Store</a></li>
44+
<li class="headerlis"><i class="material-symbols-outlined">library_books</i><a class="healinks" href="apireleases"> API</a></li>
45+
<li class="headerlis"><i class="material-symbols-outlined">contact_support</i><a class="healinks" href="learnmore"> Learn More</a></li>
46+
<li class="headerlissupp"><i class="material-symbols-outlined">health_and_safety</i><a class="suppush" target=”_blank” href="https://www.patreon.com/rangeengine"> Support</a></li>
4747
</ul>
4848
</nav>
4949
</header>

0 commit comments

Comments
 (0)