Refactoring for publish, and also addition of "Services" page
This commit is contained in:
@@ -1,15 +1,11 @@
|
||||
<?php
|
||||
$UniqueSession = false;
|
||||
require("../Hidden/Security/StartSession.php");
|
||||
?>
|
||||
?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
<title>halbear.net</title>
|
||||
<meta name="description" content="Official Website of Halbear Networking & Software Ltd">
|
||||
<meta name="description" content="Official Website of Halbear Networking & Software Ltd, Software and Video Game developer and publisher!">
|
||||
<meta name="keywords" content="Software, Games, Gaming, Halbear.Net, Halbear, Iron Horse Game Development, Iron Horse, Plane Building, Lost Contact, War Horse, Iostiler, Expedition Emberleaf">
|
||||
<link rel="stylesheet"href="StyleSheets/MainStyle.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
@@ -22,6 +18,7 @@ require("../Hidden/Security/StartSession.php");
|
||||
$Page = "home";
|
||||
require_once("Hotbar.php");
|
||||
?>
|
||||
<a style="color: white; font-family: 'Arial', serif; font-size: 2vh; position: absolute; right: 2vw; top: 13vh;">This website is a work in progress, some features may not work</a>
|
||||
<div class="EntireContentWrapper">
|
||||
<div class="IntroWrapper" style="" onload="ChangeImg();">
|
||||
<div tabindex="0" class="StaticContentContainer FrontPageTextBox WelcomeTitle" style="">
|
||||
@@ -46,9 +43,9 @@ require_once("Hotbar.php");
|
||||
this webiste is a landing page to make the important stuff easy to access, here are some shortcuts: <br><br>
|
||||
</a>
|
||||
<div class="ShortcutButtonWrapper" style="">
|
||||
<button class="HotbarButton ShortcutButton" style="" id="HalNet" onclick="window.location.href='../store.php'">Store</button>
|
||||
<button class="HotbarButton ShortcutButton" style="" id="HalNet" onclick="window.location.href='../ForumWindow.php?desktop=true&fullscreen=true'">Forums</button>
|
||||
<button class="HotbarButton ShortcutButton" style="" id="HalNet" onclick="window.location.href='../Software.php'">Software</button>
|
||||
<button class="HotbarButton ShortcutButton" style="" id="HalNet" onclick="window.location.href='Desktop/store.php'">Store</button>
|
||||
<button class="HotbarButton ShortcutButton" style="" id="HalNet" onclick="window.location.href='Desktop/ForumWindow.php'">Forums</button>
|
||||
<button class="HotbarButton ShortcutButton" style="" id="HalNet" onclick="window.location.href='Desktop/Software.php'">Software</button>
|
||||
<button class="HotbarButton ShortcutButton" style="" id="HalNet" onclick="window.location.href='ContactUs.php'">Contacts</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -62,7 +59,7 @@ require_once("Hotbar.php");
|
||||
</div>
|
||||
<div tabindex="0" class="ShowOffContainer showOffFlipped">
|
||||
<div class="ShowOffContent" style="padding:1vh;">
|
||||
<div class="ContentContainerImage" style=""></div>
|
||||
<div class="ContentContainerImage" style="background-image: url('Assets/CubicPixelsExample.png');"></div>
|
||||
</div>
|
||||
<div class="ShowOffContent">
|
||||
<div tabindex="0" style="width: 100%; display: flex; flex-direction: row; justify-content: center; text-align:center; align-items: center; transform: translateY(3vh); text-shadow: #5fabe6 0 0 1vh; padding-bottom: 2vh; text-decoration: underline;" class="Title">The User Comes First</div>
|
||||
@@ -121,7 +118,7 @@ require_once("Hotbar.php");
|
||||
</div>
|
||||
</div>
|
||||
<div class="ShowOffContent" style="padding: 1vh 1vh 5vh;">
|
||||
<div class="ContentContainerImage" style="background-image: url('../GeneralAssets/Flowers.png');"></div>
|
||||
<div class="ContentContainerImage" style="background-image: url('Desktop/GeneralAssets/Flowers.png');"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user