Created Landing Page, Revamped account system, added account sessions and password obfuscation(not being pushed to the public branch) revamping main site bit by bit

This commit is contained in:
2026-03-03 08:13:51 +00:00
parent 5b500e3b8d
commit 0e728eae0e
65 changed files with 1269 additions and 35 deletions

3
ForumApps/ForumApp.html Normal file
View File

@@ -0,0 +1,3 @@
<div style="width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-content: center; align-items: center;">
<iframe src="ForumWindow.php" style="width: 100%; height: 100%; border:none;"></iframe>
</div>

View File

@@ -0,0 +1,3 @@
<div tabindex="0" class="ForumAppIcon windowIcon hidden 120 80 Fullscreen" onclick="OpenApp(this, false, 50, 50);" >
<img src="GeneralAssets/ForumsIcon.png" style="width: 8vh; height: 8vh; image-rendering: pixelated;">
<a class="whiteText IconText" style="overflow: hidden;">

8
ForumApps/LoggedOut.html Normal file
View File

@@ -0,0 +1,8 @@
<div style="width: 100%; margin:2vh; height: 100%; display: flex; flex-direction: column; justify-content: center; align-content: center; align-items: center;">
<p class="16 whiteText variableFont" style="overflow: hidden; padding: 1vh; margin: 0">It seems you are not logged in, users need to be signed in to post on the forums and to view restricted or private posts<br><br>if you don't intend to do that, close this and continue</p>
<div style="height: 100px; width: 100%; color:transparent;">sigma</div>
<img src="GeneralAssets/cricket.png" style="height: 40%; width: auto; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-25%);">
<div class="hotbarButton" id="SignInBtn" onclick="document.location.href='AccountCentre/AccountCentre.php?Action=LogIn&SourcePage=Forum';">
<a class="buttontext">Log In?</a>
</div>
</div>

View File

@@ -0,0 +1,3 @@
<div tabindex="0" class="LoggedOutIcon windowIcon hidden 50 50" onclick="OpenApp(this, false, 50, 50);" >
<img src="GeneralAssets/cricketHead.png" style="width: 8vh; height: 8vh;">
<a class="whiteText IconText" style="overflow: hidden;">

View File

@@ -1,3 +0,0 @@
<p class="16 whiteText variableFont" style="overflow: hidden; padding: 1vh; margin: 0">There is nothing here yet.... so for now have this heavily compressed and anti aliased image of a cricket i drew from memory(i had no wifi to search up a reference)</p>
<div style="height: 100px; width: 100%; color:transparent;">sigma</div>
<img src="GeneralAssets/cricket.png" style="height: 20vh; width: auto; position: absolute; top: 50%; left: 50%; transform: translateX(-50%);">

View File

@@ -1,3 +0,0 @@
<div class="NothingHereIcon windowIcon hidden 40 41" onclick="OpenApp(this, false, 50, 50);" >
<img src="GeneralAssets/cricketHead.png" style="width: 8vh; height: 8vh;">
<a class="whiteText IconText" style="overflow: hidden;">