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:
3
ForumApps/ForumApp.html
Normal file
3
ForumApps/ForumApp.html
Normal 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>
|
||||
3
ForumApps/ForumAppIcon.html
Normal file
3
ForumApps/ForumAppIcon.html
Normal 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
8
ForumApps/LoggedOut.html
Normal 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>
|
||||
3
ForumApps/LoggedOutIcon.html
Normal file
3
ForumApps/LoggedOutIcon.html
Normal 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;">
|
||||
@@ -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%);">
|
||||
@@ -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;">
|
||||
Reference in New Issue
Block a user