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:
15
HalbearNetLanding/Hotbar.php
Normal file
15
HalbearNetLanding/Hotbar.php
Normal 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>
|
||||
Reference in New Issue
Block a user