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

View File

@@ -0,0 +1,15 @@
<div class="HotbarWrapper">
<div class="LeftFloat HotbarSection">
<div class="Logo"></div>
<a class="Title">Halbear.Net</a>
</div>
<div class="RightFloat HotbarSection">
<?php
if($Page != "home") echo ('<button class="HotbarButton" id="Services" onclick="document.location.href='."'index.php';".'">home</button>');
?>
<button class="HotbarButton" id="Services">Services</button>
<button class="HotbarButton" id="Account" onclick="window.location.href='../AccountCentre/AccountCentre.php'">Account</button>
<button class="HotbarButton" id="HalNet" onclick="window.location.href='../index.php'">Main Site</button>
</div>
</div>
<div class="Copyright LargeWhiteFont" style="cursor: pointer" onclick="document.location.href='CompanyInformation.php'">©Halbear Networking & Software Ltd 2025</div>