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:
22
Hotbar.php
22
Hotbar.php
@@ -4,19 +4,22 @@
|
||||
<div class="TitleWhite">halbear.net</div>
|
||||
</div>
|
||||
<div class="hotbarContainer">
|
||||
<div class="hotbarButton" id="ForumBtn" onclick="document.location.href='Forum.php';">
|
||||
<div tabindex="0" class="hotbarButton" id="LandingBtn" onclick="document.location.href='HalbearNetLanding/index.php';">
|
||||
<a class="buttontext">Landing</a>
|
||||
</div>
|
||||
<div tabindex="0" class="hotbarButton" id="ForumBtn" onclick="document.location.href='Forum.php';">
|
||||
<a class="buttontext">Forum</a>
|
||||
</div>
|
||||
<div class="hotbarButton" id="SoftwareBtn" onclick="document.location.href='Software.php';">
|
||||
<div tabindex="0" class="hotbarButton" id="SoftwareBtn" onclick="document.location.href='Software.php';">
|
||||
<a class="buttontext">Software</a>
|
||||
</div>
|
||||
<div class="hotbarButton" id="ArtworkBtn" onclick="document.location.href='Artwork.php';">
|
||||
<div tabindex="0" class="hotbarButton" id="ArtworkBtn" onclick="document.location.href='Artwork.php';">
|
||||
<a class="buttontext">Artwork</a>
|
||||
</div>
|
||||
<div class="hotbarButton" id="ContactBtn" onclick="document.location.href='Contact.php';">
|
||||
<div tabindex="0" class="hotbarButton" id="ContactBtn" onclick="document.location.href='Contact.php';">
|
||||
<a class="buttontext">Contact</a>
|
||||
</div>
|
||||
<div class="hotbarButtonSquare" id="AccountBtn" onclick="document.location.href='Account.php';">
|
||||
<div tabindex="0" class="hotbarButtonSquare" id="AccountBtn" onclick="document.location.href='AccountCentre/AccountCentre.php?Action=Visit&SourcePage=<?php echo($Page)?>';">
|
||||
<div class="accountimg"></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -30,6 +33,7 @@
|
||||
</div>
|
||||
<div class="DesktopIconWrapper">
|
||||
<?php
|
||||
if(!isset($_SESSION['desktop']) || $_SESSION['desktop'] == false){
|
||||
$arrApps = array();
|
||||
$Apps = scandir($Page."Apps");
|
||||
foreach ($Apps as $App) {
|
||||
@@ -39,7 +43,7 @@
|
||||
echo file_get_contents($filePath) . $Name . "</a> </div>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
echo('
|
||||
</div>
|
||||
<div class="appContainer" id="AppContainer" style="position: absolute; top:0; left: 0; display: flex; width: 100vw; height: 100vh; overflow: hidden;"></div>
|
||||
<div class="TaskBar">
|
||||
@@ -53,6 +57,9 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
');
|
||||
}
|
||||
?>
|
||||
<div class="background nonDraggableImage">
|
||||
<div class="MelonaBGWrapper">
|
||||
<img class="MelonaBackgroundImage nonDraggableImage" src="GeneralAssets/GirlTransParent.png" style="z-index: 1;">
|
||||
@@ -63,4 +70,5 @@
|
||||
<script>
|
||||
const Page = "<?php echo $Page ?>";
|
||||
var apps = document.getElementsByClassName("DraggableWrapper");
|
||||
</script>
|
||||
</script>
|
||||
<div class="Copyright">©Halbear Networking & Software Ltd</div>
|
||||
Reference in New Issue
Block a user