diff --git a/.gitignore b/.gitignore index 85744a3..de1c290 100644 --- a/.gitignore +++ b/.gitignore @@ -77,10 +77,10 @@ fabric.properties # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser -/Secure/ -/Hidden/ -/AccountCentre/AccountActions/ -/AccountCentre/AccountActions/ +/HalbearNetLanding/MainSite/Secure/ +/HalbearNetLanding/Hidden/ +/HalbearNetLanding/AccountCentre/AccountActions/ +/HalbearNetLanding/AccountCentre/AccountActions/ /HalbearNetLanding/.idea/.gitignore /HalbearNetLanding/.idea/HalbearNetLanding.iml /HalbearNetLanding/.idea/modules.xml diff --git a/AccountCentre/AccountCentre.php b/AccountCentre/AccountCentre.php deleted file mode 100644 index adbe44f..0000000 --- a/AccountCentre/AccountCentre.php +++ /dev/null @@ -1 +0,0 @@ - Halbear.Net setTimeout(()=>{signInForm();},500);"); } $LoggedIn = (isset($_SESSION["logged_in"])) ? $_SESSION["logged_in"] : false; $Page = "AccountCentre"; require_once("../Hidden/Security/PasswordObfsucation.php"); require_once("AccountCentreHotbar.php"); if(!$LoggedIn){ echo("
Uh Oh! looks like you aren't logged in, please log in or sign up to manage your account!
"); } else{ echo("
DisplayName: ".$_SESSION["display_name"]."
UserName: ".$_SESSION["username"]."
"); } ?>
\ No newline at end of file diff --git a/AccountCentre/AccountCentre.css b/HalbearNetLanding/AccountCentre/AccountCentre.css similarity index 96% rename from AccountCentre/AccountCentre.css rename to HalbearNetLanding/AccountCentre/AccountCentre.css index 44833b9..0d56ad9 100644 --- a/AccountCentre/AccountCentre.css +++ b/HalbearNetLanding/AccountCentre/AccountCentre.css @@ -96,7 +96,7 @@ transform: translate(-50%,-50%); } .ErrorMessageImage{ - background-image: url("../GeneralAssets/mascotchibi/chibilost.png"); + background-image: url("../Desktop/GeneralAssets/mascotchibi/chibilost.png"); background-repeat: no-repeat; background-size: 7.5vh; transition: 0.25s; @@ -111,7 +111,7 @@ max-width: 6.43vh !important; min-height: 8.9375vh !important; background-position-y: 105%; - background-image: url("../GeneralAssets/mascotchibi/chibiquestion.png"); + background-image: url("../Desktop/GeneralAssets/mascotchibi/chibiquestion.png"); } } .ErrorMessage{ @@ -255,7 +255,7 @@ transform: translate(-50%,-50%); } .ErrorMessageImage{ - background-image: url("../GeneralAssets/mascotchibi/chibilost.png"); + background-image: url("../Desktop/GeneralAssets/mascotchibi/chibilost.png"); background-repeat: no-repeat; background-size: 15vh; transition: 0.25s; @@ -270,7 +270,7 @@ max-width: 12.86vh !important; min-height: 17.875vh !important; background-position-y: 105%; - background-image: url("../GeneralAssets/mascotchibi/chibiquestion.png"); + background-image: url("../Desktop/GeneralAssets/mascotchibi/chibiquestion.png"); } } .ErrorMessage{ diff --git a/HalbearNetLanding/AccountCentre/AccountCentre.php b/HalbearNetLanding/AccountCentre/AccountCentre.php new file mode 100644 index 0000000..991cde3 --- /dev/null +++ b/HalbearNetLanding/AccountCentre/AccountCentre.php @@ -0,0 +1 @@ + Halbear.Net setTimeout(()=>{signInForm();},500);"); } $LoggedIn = (isset($_SESSION["logged_in"])) ? $_SESSION["logged_in"] : false; $Page = "AccountCentre"; require_once("AccountCentreHotbar.php"); if(!$LoggedIn){ echo("
Uh Oh! looks like you aren't logged in, please log in or sign up to manage your account!
"); } else{ echo("
DisplayName: ".$_SESSION["display_name"]."
UserName: ".$_SESSION["username"]."
"); } ?>
\ No newline at end of file diff --git a/AccountCentre/AccountCentreHotbar.php b/HalbearNetLanding/AccountCentre/AccountCentreHotbar.php similarity index 76% rename from AccountCentre/AccountCentreHotbar.php rename to HalbearNetLanding/AccountCentre/AccountCentreHotbar.php index 56c0bc0..94e039d 100644 --- a/AccountCentre/AccountCentreHotbar.php +++ b/HalbearNetLanding/AccountCentre/AccountCentreHotbar.php @@ -1,21 +1,21 @@
-
+
log In
diff --git a/AccountCentre/Logo.png b/HalbearNetLanding/AccountCentre/Logo.png similarity index 100% rename from AccountCentre/Logo.png rename to HalbearNetLanding/AccountCentre/Logo.png diff --git a/AccountCentre/SignUpForm.php b/HalbearNetLanding/AccountCentre/SignUpForm.php similarity index 97% rename from AccountCentre/SignUpForm.php rename to HalbearNetLanding/AccountCentre/SignUpForm.php index 6f7d944..1c9183e 100644 --- a/AccountCentre/SignUpForm.php +++ b/HalbearNetLanding/AccountCentre/SignUpForm.php @@ -1,7 +1,7 @@
-
+
Sign Up
diff --git a/HalbearNetLanding/Assets/CubicPixelsExample.png b/HalbearNetLanding/Assets/CubicPixelsExample.png new file mode 100644 index 0000000..74d576e Binary files /dev/null and b/HalbearNetLanding/Assets/CubicPixelsExample.png differ diff --git a/HalbearNetLanding/Assets/WhateverBoardExample.png b/HalbearNetLanding/Assets/WhateverBoardExample.png new file mode 100644 index 0000000..f67258d Binary files /dev/null and b/HalbearNetLanding/Assets/WhateverBoardExample.png differ diff --git a/HalbearNetLanding/CompanyInformation.php b/HalbearNetLanding/CompanyInformation.php index e8c999c..918929c 100644 --- a/HalbearNetLanding/CompanyInformation.php +++ b/HalbearNetLanding/CompanyInformation.php @@ -1,7 +1,4 @@ - + diff --git a/HalbearNetLanding/ContactUs.php b/HalbearNetLanding/ContactUs.php index c25de88..98acf7b 100644 --- a/HalbearNetLanding/ContactUs.php +++ b/HalbearNetLanding/ContactUs.php @@ -1,7 +1,4 @@ - + diff --git a/HalbearNetLanding/DataCollection.php b/HalbearNetLanding/DataCollection.php index 2971880..e415648 100644 --- a/HalbearNetLanding/DataCollection.php +++ b/HalbearNetLanding/DataCollection.php @@ -1,7 +1,4 @@ - + diff --git a/Account.php b/HalbearNetLanding/Desktop/Account.php similarity index 92% rename from Account.php rename to HalbearNetLanding/Desktop/Account.php index c9209dd..156c1fe 100644 --- a/Account.php +++ b/HalbearNetLanding/Desktop/Account.php @@ -1,7 +1,4 @@ - + diff --git a/AccountApps/AccountLandingPage.html b/HalbearNetLanding/Desktop/AccountApps/AccountLandingPage.html similarity index 100% rename from AccountApps/AccountLandingPage.html rename to HalbearNetLanding/Desktop/AccountApps/AccountLandingPage.html diff --git a/AccountApps/AccountManager.html b/HalbearNetLanding/Desktop/AccountApps/AccountManager.html similarity index 100% rename from AccountApps/AccountManager.html rename to HalbearNetLanding/Desktop/AccountApps/AccountManager.html diff --git a/AccountApps/AccountManagerIcon.html b/HalbearNetLanding/Desktop/AccountApps/AccountManagerIcon.html similarity index 100% rename from AccountApps/AccountManagerIcon.html rename to HalbearNetLanding/Desktop/AccountApps/AccountManagerIcon.html diff --git a/AccountApps/SignIn.html b/HalbearNetLanding/Desktop/AccountApps/SignIn.html similarity index 100% rename from AccountApps/SignIn.html rename to HalbearNetLanding/Desktop/AccountApps/SignIn.html diff --git a/AccountApps/SignUp.html b/HalbearNetLanding/Desktop/AccountApps/SignUp.html similarity index 100% rename from AccountApps/SignUp.html rename to HalbearNetLanding/Desktop/AccountApps/SignUp.html diff --git a/AlignDesktopApps.js b/HalbearNetLanding/Desktop/AlignDesktopApps.js similarity index 100% rename from AlignDesktopApps.js rename to HalbearNetLanding/Desktop/AlignDesktopApps.js diff --git a/AppAssets/App.html b/HalbearNetLanding/Desktop/AppAssets/App.html similarity index 100% rename from AppAssets/App.html rename to HalbearNetLanding/Desktop/AppAssets/App.html diff --git a/AppAssets/AppFullscreen.html b/HalbearNetLanding/Desktop/AppAssets/AppFullscreen.html similarity index 100% rename from AppAssets/AppFullscreen.html rename to HalbearNetLanding/Desktop/AppAssets/AppFullscreen.html diff --git a/Artwork.php b/HalbearNetLanding/Desktop/Artwork.php similarity index 88% rename from Artwork.php rename to HalbearNetLanding/Desktop/Artwork.php index 16161a0..d603e85 100644 --- a/Artwork.php +++ b/HalbearNetLanding/Desktop/Artwork.php @@ -1,7 +1,4 @@ - + diff --git a/ArtworkApps/MelonaArame.html b/HalbearNetLanding/Desktop/ArtworkApps/MelonaArame.html similarity index 100% rename from ArtworkApps/MelonaArame.html rename to HalbearNetLanding/Desktop/ArtworkApps/MelonaArame.html diff --git a/ArtworkApps/MelonaArameIcon.html b/HalbearNetLanding/Desktop/ArtworkApps/MelonaArameIcon.html similarity index 100% rename from ArtworkApps/MelonaArameIcon.html rename to HalbearNetLanding/Desktop/ArtworkApps/MelonaArameIcon.html diff --git a/ArtworkApps/WhateverBoardApp.html b/HalbearNetLanding/Desktop/ArtworkApps/WhateverBoardApp.html similarity index 60% rename from ArtworkApps/WhateverBoardApp.html rename to HalbearNetLanding/Desktop/ArtworkApps/WhateverBoardApp.html index 61f0447..fcb25c8 100644 --- a/ArtworkApps/WhateverBoardApp.html +++ b/HalbearNetLanding/Desktop/ArtworkApps/WhateverBoardApp.html @@ -1,3 +1,3 @@
- +
\ No newline at end of file diff --git a/ArtworkApps/WhateverBoardAppIcon.html b/HalbearNetLanding/Desktop/ArtworkApps/WhateverBoardAppIcon.html similarity index 100% rename from ArtworkApps/WhateverBoardAppIcon.html rename to HalbearNetLanding/Desktop/ArtworkApps/WhateverBoardAppIcon.html diff --git a/Contact.php b/HalbearNetLanding/Desktop/Contact.php similarity index 85% rename from Contact.php rename to HalbearNetLanding/Desktop/Contact.php index 1ce08ce..6c18e23 100644 --- a/Contact.php +++ b/HalbearNetLanding/Desktop/Contact.php @@ -1,7 +1,4 @@ - + diff --git a/Forum.php b/HalbearNetLanding/Desktop/Forum.php similarity index 91% rename from Forum.php rename to HalbearNetLanding/Desktop/Forum.php index 893d3a0..9158521 100644 --- a/Forum.php +++ b/HalbearNetLanding/Desktop/Forum.php @@ -1,7 +1,4 @@ - + diff --git a/ForumApps/ForumApp.html b/HalbearNetLanding/Desktop/ForumApps/ForumApp.html similarity index 100% rename from ForumApps/ForumApp.html rename to HalbearNetLanding/Desktop/ForumApps/ForumApp.html diff --git a/ForumApps/ForumAppIcon.html b/HalbearNetLanding/Desktop/ForumApps/ForumAppIcon.html similarity index 100% rename from ForumApps/ForumAppIcon.html rename to HalbearNetLanding/Desktop/ForumApps/ForumAppIcon.html diff --git a/ForumApps/LoggedOut.html b/HalbearNetLanding/Desktop/ForumApps/LoggedOut.html similarity index 91% rename from ForumApps/LoggedOut.html rename to HalbearNetLanding/Desktop/ForumApps/LoggedOut.html index 66b4519..c3c0843 100644 --- a/ForumApps/LoggedOut.html +++ b/HalbearNetLanding/Desktop/ForumApps/LoggedOut.html @@ -2,7 +2,7 @@

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

if you don't intend to do that, close this and continue

sigma
- diff --git a/ForumApps/LoggedOutIcon.html b/HalbearNetLanding/Desktop/ForumApps/LoggedOutIcon.html similarity index 100% rename from ForumApps/LoggedOutIcon.html rename to HalbearNetLanding/Desktop/ForumApps/LoggedOutIcon.html diff --git a/ForumWindow.php b/HalbearNetLanding/Desktop/ForumWindow.php similarity index 88% rename from ForumWindow.php rename to HalbearNetLanding/Desktop/ForumWindow.php index ea44cad..6c81829 100644 --- a/ForumWindow.php +++ b/HalbearNetLanding/Desktop/ForumWindow.php @@ -1,7 +1,4 @@ halbear.net
-
+
@@ -17,10 +17,10 @@ -
+ -
+
@@ -34,12 +34,15 @@
"; diff --git a/IndexApps/About.html b/HalbearNetLanding/Desktop/IndexApps/About.html similarity index 100% rename from IndexApps/About.html rename to HalbearNetLanding/Desktop/IndexApps/About.html diff --git a/IndexApps/AboutIcon.html b/HalbearNetLanding/Desktop/IndexApps/AboutIcon.html similarity index 100% rename from IndexApps/AboutIcon.html rename to HalbearNetLanding/Desktop/IndexApps/AboutIcon.html diff --git a/IndexApps/CheckThisOut.html b/HalbearNetLanding/Desktop/IndexApps/CheckThisOut.html similarity index 100% rename from IndexApps/CheckThisOut.html rename to HalbearNetLanding/Desktop/IndexApps/CheckThisOut.html diff --git a/IndexApps/CheckThisOutIcon.html b/HalbearNetLanding/Desktop/IndexApps/CheckThisOutIcon.html similarity index 100% rename from IndexApps/CheckThisOutIcon.html rename to HalbearNetLanding/Desktop/IndexApps/CheckThisOutIcon.html diff --git a/IndexApps/DragMe.html b/HalbearNetLanding/Desktop/IndexApps/DragMe.html similarity index 100% rename from IndexApps/DragMe.html rename to HalbearNetLanding/Desktop/IndexApps/DragMe.html diff --git a/IndexApps/DragMeIcon.html b/HalbearNetLanding/Desktop/IndexApps/DragMeIcon.html similarity index 100% rename from IndexApps/DragMeIcon.html rename to HalbearNetLanding/Desktop/IndexApps/DragMeIcon.html diff --git a/IndexApps/Welcome.html b/HalbearNetLanding/Desktop/IndexApps/Welcome.html similarity index 100% rename from IndexApps/Welcome.html rename to HalbearNetLanding/Desktop/IndexApps/Welcome.html diff --git a/IndexApps/WelcomeIcon.html b/HalbearNetLanding/Desktop/IndexApps/WelcomeIcon.html similarity index 100% rename from IndexApps/WelcomeIcon.html rename to HalbearNetLanding/Desktop/IndexApps/WelcomeIcon.html diff --git a/Modernised.css b/HalbearNetLanding/Desktop/Modernised.css similarity index 100% rename from Modernised.css rename to HalbearNetLanding/Desktop/Modernised.css diff --git a/Software.php b/HalbearNetLanding/Desktop/Software.php similarity index 84% rename from Software.php rename to HalbearNetLanding/Desktop/Software.php index d05edfb..a21a46f 100644 --- a/Software.php +++ b/HalbearNetLanding/Desktop/Software.php @@ -1,8 +1,4 @@ - + diff --git a/SoftwareApps/IronHorseApp.html b/HalbearNetLanding/Desktop/SoftwareApps/IronHorseApp.html similarity index 100% rename from SoftwareApps/IronHorseApp.html rename to HalbearNetLanding/Desktop/SoftwareApps/IronHorseApp.html diff --git a/SoftwareApps/IronHorseAppIcon.html b/HalbearNetLanding/Desktop/SoftwareApps/IronHorseAppIcon.html similarity index 100% rename from SoftwareApps/IronHorseAppIcon.html rename to HalbearNetLanding/Desktop/SoftwareApps/IronHorseAppIcon.html diff --git a/SoftwareApps/SoftwareApp.html b/HalbearNetLanding/Desktop/SoftwareApps/SoftwareApp.html similarity index 100% rename from SoftwareApps/SoftwareApp.html rename to HalbearNetLanding/Desktop/SoftwareApps/SoftwareApp.html diff --git a/SoftwareApps/SoftwareAppIcon.html b/HalbearNetLanding/Desktop/SoftwareApps/SoftwareAppIcon.html similarity index 100% rename from SoftwareApps/SoftwareAppIcon.html rename to HalbearNetLanding/Desktop/SoftwareApps/SoftwareAppIcon.html diff --git a/StoreApps/ComingSoon.html b/HalbearNetLanding/Desktop/StoreApps/ComingSoon.html similarity index 100% rename from StoreApps/ComingSoon.html rename to HalbearNetLanding/Desktop/StoreApps/ComingSoon.html diff --git a/StoreApps/ComingSoonIcon.html b/HalbearNetLanding/Desktop/StoreApps/ComingSoonIcon.html similarity index 100% rename from StoreApps/ComingSoonIcon.html rename to HalbearNetLanding/Desktop/StoreApps/ComingSoonIcon.html diff --git a/WindowManager.js b/HalbearNetLanding/Desktop/WindowManager.js similarity index 100% rename from WindowManager.js rename to HalbearNetLanding/Desktop/WindowManager.js diff --git a/android-icon-192x192.png b/HalbearNetLanding/Desktop/android-icon-192x192.png similarity index 100% rename from android-icon-192x192.png rename to HalbearNetLanding/Desktop/android-icon-192x192.png diff --git a/apple-icon-114x114.png b/HalbearNetLanding/Desktop/apple-icon-114x114.png similarity index 100% rename from apple-icon-114x114.png rename to HalbearNetLanding/Desktop/apple-icon-114x114.png diff --git a/apple-icon-120x120.png b/HalbearNetLanding/Desktop/apple-icon-120x120.png similarity index 100% rename from apple-icon-120x120.png rename to HalbearNetLanding/Desktop/apple-icon-120x120.png diff --git a/apple-icon-144x144.png b/HalbearNetLanding/Desktop/apple-icon-144x144.png similarity index 100% rename from apple-icon-144x144.png rename to HalbearNetLanding/Desktop/apple-icon-144x144.png diff --git a/apple-icon-152x152.png b/HalbearNetLanding/Desktop/apple-icon-152x152.png similarity index 100% rename from apple-icon-152x152.png rename to HalbearNetLanding/Desktop/apple-icon-152x152.png diff --git a/apple-icon-180x180.png b/HalbearNetLanding/Desktop/apple-icon-180x180.png similarity index 100% rename from apple-icon-180x180.png rename to HalbearNetLanding/Desktop/apple-icon-180x180.png diff --git a/apple-icon-57x57.png b/HalbearNetLanding/Desktop/apple-icon-57x57.png similarity index 100% rename from apple-icon-57x57.png rename to HalbearNetLanding/Desktop/apple-icon-57x57.png diff --git a/apple-icon-60x60.png b/HalbearNetLanding/Desktop/apple-icon-60x60.png similarity index 100% rename from apple-icon-60x60.png rename to HalbearNetLanding/Desktop/apple-icon-60x60.png diff --git a/apple-icon-72x72.png b/HalbearNetLanding/Desktop/apple-icon-72x72.png similarity index 100% rename from apple-icon-72x72.png rename to HalbearNetLanding/Desktop/apple-icon-72x72.png diff --git a/apple-icon-76x76.png b/HalbearNetLanding/Desktop/apple-icon-76x76.png similarity index 100% rename from apple-icon-76x76.png rename to HalbearNetLanding/Desktop/apple-icon-76x76.png diff --git a/default.css b/HalbearNetLanding/Desktop/default.css similarity index 100% rename from default.css rename to HalbearNetLanding/Desktop/default.css diff --git a/favicon-16x16.png b/HalbearNetLanding/Desktop/favicon-16x16.png similarity index 100% rename from favicon-16x16.png rename to HalbearNetLanding/Desktop/favicon-16x16.png diff --git a/favicon-256x256.png b/HalbearNetLanding/Desktop/favicon-256x256.png similarity index 100% rename from favicon-256x256.png rename to HalbearNetLanding/Desktop/favicon-256x256.png diff --git a/favicon-32x32.png b/HalbearNetLanding/Desktop/favicon-32x32.png similarity index 100% rename from favicon-32x32.png rename to HalbearNetLanding/Desktop/favicon-32x32.png diff --git a/favicon-96x96.png b/HalbearNetLanding/Desktop/favicon-96x96.png similarity index 100% rename from favicon-96x96.png rename to HalbearNetLanding/Desktop/favicon-96x96.png diff --git a/favicon.ico b/HalbearNetLanding/Desktop/favicon.ico similarity index 100% rename from favicon.ico rename to HalbearNetLanding/Desktop/favicon.ico diff --git a/halbearLandingImage.PNG b/HalbearNetLanding/Desktop/halbearLandingImage.PNG similarity index 100% rename from halbearLandingImage.PNG rename to HalbearNetLanding/Desktop/halbearLandingImage.PNG diff --git a/halbearMainSiteImage.PNG b/HalbearNetLanding/Desktop/halbearMainSiteImage.PNG similarity index 100% rename from halbearMainSiteImage.PNG rename to HalbearNetLanding/Desktop/halbearMainSiteImage.PNG diff --git a/index.php b/HalbearNetLanding/Desktop/index.php similarity index 90% rename from index.php rename to HalbearNetLanding/Desktop/index.php index bf79c77..fa42546 100644 --- a/index.php +++ b/HalbearNetLanding/Desktop/index.php @@ -1,7 +1,4 @@ - + diff --git a/ms-icon-144x144.png b/HalbearNetLanding/Desktop/ms-icon-144x144.png similarity index 100% rename from ms-icon-144x144.png rename to HalbearNetLanding/Desktop/ms-icon-144x144.png diff --git a/ms-icon-150x150.png b/HalbearNetLanding/Desktop/ms-icon-150x150.png similarity index 100% rename from ms-icon-150x150.png rename to HalbearNetLanding/Desktop/ms-icon-150x150.png diff --git a/ms-icon-310x310.png b/HalbearNetLanding/Desktop/ms-icon-310x310.png similarity index 100% rename from ms-icon-310x310.png rename to HalbearNetLanding/Desktop/ms-icon-310x310.png diff --git a/ms-icon-70x70.png b/HalbearNetLanding/Desktop/ms-icon-70x70.png similarity index 100% rename from ms-icon-70x70.png rename to HalbearNetLanding/Desktop/ms-icon-70x70.png diff --git a/store.php b/HalbearNetLanding/Desktop/store.php similarity index 87% rename from store.php rename to HalbearNetLanding/Desktop/store.php index cddaa42..c42f8d9 100644 --- a/store.php +++ b/HalbearNetLanding/Desktop/store.php @@ -1,7 +1,4 @@ - + diff --git a/HalbearNetLanding/GeneralAssets/AccountSymbol.png b/HalbearNetLanding/GeneralAssets/AccountSymbol.png new file mode 100644 index 0000000..c480d77 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/AccountSymbol.png differ diff --git a/HalbearNetLanding/GeneralAssets/AccountSymbolhover.png b/HalbearNetLanding/GeneralAssets/AccountSymbolhover.png new file mode 100644 index 0000000..cdf1f9a Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/AccountSymbolhover.png differ diff --git a/HalbearNetLanding/GeneralAssets/AntiAI.png b/HalbearNetLanding/GeneralAssets/AntiAI.png new file mode 100644 index 0000000..8515409 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/AntiAI.png differ diff --git a/HalbearNetLanding/GeneralAssets/ButtonPreset.png b/HalbearNetLanding/GeneralAssets/ButtonPreset.png new file mode 100644 index 0000000..6c64d05 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/ButtonPreset.png differ diff --git a/HalbearNetLanding/GeneralAssets/ExitButton.png b/HalbearNetLanding/GeneralAssets/ExitButton.png new file mode 100644 index 0000000..3359e3c Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/ExitButton.png differ diff --git a/HalbearNetLanding/GeneralAssets/ExitButtonHover.png b/HalbearNetLanding/GeneralAssets/ExitButtonHover.png new file mode 100644 index 0000000..13868e0 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/ExitButtonHover.png differ diff --git a/HalbearNetLanding/GeneralAssets/Flowers.png b/HalbearNetLanding/GeneralAssets/Flowers.png new file mode 100644 index 0000000..06e8ad4 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/Flowers.png differ diff --git a/HalbearNetLanding/GeneralAssets/ForumIcon.png b/HalbearNetLanding/GeneralAssets/ForumIcon.png new file mode 100644 index 0000000..e6e354e Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/ForumIcon.png differ diff --git a/HalbearNetLanding/GeneralAssets/ForumsIcon.png b/HalbearNetLanding/GeneralAssets/ForumsIcon.png new file mode 100644 index 0000000..61cfd57 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/ForumsIcon.png differ diff --git a/HalbearNetLanding/GeneralAssets/FullScreenButton.png b/HalbearNetLanding/GeneralAssets/FullScreenButton.png new file mode 100644 index 0000000..01edc35 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/FullScreenButton.png differ diff --git a/HalbearNetLanding/GeneralAssets/FulscreenButtonHover.png b/HalbearNetLanding/GeneralAssets/FulscreenButtonHover.png new file mode 100644 index 0000000..a955335 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/FulscreenButtonHover.png differ diff --git a/HalbearNetLanding/GeneralAssets/GirlTransParent.png b/HalbearNetLanding/GeneralAssets/GirlTransParent.png new file mode 100644 index 0000000..b683659 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/GirlTransParent.png differ diff --git a/HalbearNetLanding/GeneralAssets/HalNetLogo.png b/HalbearNetLanding/GeneralAssets/HalNetLogo.png new file mode 100644 index 0000000..a06d8f0 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/HalNetLogo.png differ diff --git a/HalbearNetLanding/GeneralAssets/IHlogo.png b/HalbearNetLanding/GeneralAssets/IHlogo.png new file mode 100644 index 0000000..8875932 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/IHlogo.png differ diff --git a/HalbearNetLanding/GeneralAssets/Iconbg.png b/HalbearNetLanding/GeneralAssets/Iconbg.png new file mode 100644 index 0000000..109f619 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/Iconbg.png differ diff --git a/HalbearNetLanding/GeneralAssets/LightPixels.png b/HalbearNetLanding/GeneralAssets/LightPixels.png new file mode 100644 index 0000000..3edbbc9 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/LightPixels.png differ diff --git a/HalbearNetLanding/GeneralAssets/Logo.png b/HalbearNetLanding/GeneralAssets/Logo.png new file mode 100644 index 0000000..a06d8f0 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/Logo.png differ diff --git a/HalbearNetLanding/GeneralAssets/MinimiseButton.png b/HalbearNetLanding/GeneralAssets/MinimiseButton.png new file mode 100644 index 0000000..695989d Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/MinimiseButton.png differ diff --git a/HalbearNetLanding/GeneralAssets/MinimiseButtonHover.png b/HalbearNetLanding/GeneralAssets/MinimiseButtonHover.png new file mode 100644 index 0000000..5e60a2a Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/MinimiseButtonHover.png differ diff --git a/HalbearNetLanding/GeneralAssets/applicationIcon.png b/HalbearNetLanding/GeneralAssets/applicationIcon.png new file mode 100644 index 0000000..564b0d7 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/applicationIcon.png differ diff --git a/HalbearNetLanding/GeneralAssets/background/1.png b/HalbearNetLanding/GeneralAssets/background/1.png new file mode 100644 index 0000000..34c5479 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/background/1.png differ diff --git a/HalbearNetLanding/GeneralAssets/background/2.png b/HalbearNetLanding/GeneralAssets/background/2.png new file mode 100644 index 0000000..b97db61 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/background/2.png differ diff --git a/HalbearNetLanding/GeneralAssets/background/3.png b/HalbearNetLanding/GeneralAssets/background/3.png new file mode 100644 index 0000000..1f3d056 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/background/3.png differ diff --git a/HalbearNetLanding/GeneralAssets/background/4.png b/HalbearNetLanding/GeneralAssets/background/4.png new file mode 100644 index 0000000..fdd0318 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/background/4.png differ diff --git a/HalbearNetLanding/GeneralAssets/background/5.png b/HalbearNetLanding/GeneralAssets/background/5.png new file mode 100644 index 0000000..64eaa58 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/background/5.png differ diff --git a/HalbearNetLanding/GeneralAssets/background/6.png b/HalbearNetLanding/GeneralAssets/background/6.png new file mode 100644 index 0000000..0fbd496 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/background/6.png differ diff --git a/HalbearNetLanding/GeneralAssets/background/applicationIcon.png b/HalbearNetLanding/GeneralAssets/background/applicationIcon.png new file mode 100644 index 0000000..d50054f Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/background/applicationIcon.png differ diff --git a/HalbearNetLanding/GeneralAssets/cricket.png b/HalbearNetLanding/GeneralAssets/cricket.png new file mode 100644 index 0000000..43296b3 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/cricket.png differ diff --git a/HalbearNetLanding/GeneralAssets/crickethead.png b/HalbearNetLanding/GeneralAssets/crickethead.png new file mode 100644 index 0000000..67dd8a2 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/crickethead.png differ diff --git a/HalbearNetLanding/GeneralAssets/fonts/MonocraftFont/Monocraft.ttf b/HalbearNetLanding/GeneralAssets/fonts/MonocraftFont/Monocraft.ttf new file mode 100644 index 0000000..4e80aa9 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/fonts/MonocraftFont/Monocraft.ttf differ diff --git a/HalbearNetLanding/GeneralAssets/fonts/Rubik/Rubik-Italic-VariableFont_wght.ttf b/HalbearNetLanding/GeneralAssets/fonts/Rubik/Rubik-Italic-VariableFont_wght.ttf new file mode 100644 index 0000000..36dbec5 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/fonts/Rubik/Rubik-Italic-VariableFont_wght.ttf differ diff --git a/HalbearNetLanding/GeneralAssets/fonts/Rubik/Rubik-VariableFont_wght.ttf b/HalbearNetLanding/GeneralAssets/fonts/Rubik/Rubik-VariableFont_wght.ttf new file mode 100644 index 0000000..bbab349 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/fonts/Rubik/Rubik-VariableFont_wght.ttf differ diff --git a/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-Black.ttf b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-Black.ttf new file mode 100644 index 0000000..055ad22 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-Black.ttf differ diff --git a/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-BlackItalic.ttf b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-BlackItalic.ttf new file mode 100644 index 0000000..308529c Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-BlackItalic.ttf differ diff --git a/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-Bold.ttf b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-Bold.ttf new file mode 100644 index 0000000..1a9693d Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-Bold.ttf differ diff --git a/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-BoldItalic.ttf b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-BoldItalic.ttf new file mode 100644 index 0000000..abf7604 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-BoldItalic.ttf differ diff --git a/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-ExtraBold.ttf b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-ExtraBold.ttf new file mode 100644 index 0000000..3b1e190 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-ExtraBold.ttf differ diff --git a/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-ExtraBoldItalic.ttf b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-ExtraBoldItalic.ttf new file mode 100644 index 0000000..59cd758 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-ExtraBoldItalic.ttf differ diff --git a/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-Italic.ttf b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-Italic.ttf new file mode 100644 index 0000000..1683a76 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-Italic.ttf differ diff --git a/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-Light.ttf b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-Light.ttf new file mode 100644 index 0000000..8a5a50a Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-Light.ttf differ diff --git a/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-LightItalic.ttf b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-LightItalic.ttf new file mode 100644 index 0000000..b028d93 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-LightItalic.ttf differ diff --git a/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-Medium.ttf b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-Medium.ttf new file mode 100644 index 0000000..f0bd595 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-Medium.ttf differ diff --git a/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-MediumItalic.ttf b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-MediumItalic.ttf new file mode 100644 index 0000000..1a7d7f9 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-MediumItalic.ttf differ diff --git a/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-Regular.ttf b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-Regular.ttf new file mode 100644 index 0000000..8b7b632 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-Regular.ttf differ diff --git a/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-SemiBold.ttf b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-SemiBold.ttf new file mode 100644 index 0000000..26f657d Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-SemiBold.ttf differ diff --git a/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-SemiBoldItalic.ttf b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-SemiBoldItalic.ttf new file mode 100644 index 0000000..8872983 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/fonts/Rubik/static/Rubik-SemiBoldItalic.ttf differ diff --git a/HalbearNetLanding/GeneralAssets/halbear.gif b/HalbearNetLanding/GeneralAssets/halbear.gif new file mode 100644 index 0000000..2ecfe36 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/halbear.gif differ diff --git a/HalbearNetLanding/GeneralAssets/halnetmascot.png b/HalbearNetLanding/GeneralAssets/halnetmascot.png new file mode 100644 index 0000000..49a24e8 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/halnetmascot.png differ diff --git a/HalbearNetLanding/GeneralAssets/mascotchibi/chibibawl.png b/HalbearNetLanding/GeneralAssets/mascotchibi/chibibawl.png new file mode 100644 index 0000000..1dd6790 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/mascotchibi/chibibawl.png differ diff --git a/HalbearNetLanding/GeneralAssets/mascotchibi/chibilost.png b/HalbearNetLanding/GeneralAssets/mascotchibi/chibilost.png new file mode 100644 index 0000000..e485f42 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/mascotchibi/chibilost.png differ diff --git a/HalbearNetLanding/GeneralAssets/mascotchibi/chibineutral.png b/HalbearNetLanding/GeneralAssets/mascotchibi/chibineutral.png new file mode 100644 index 0000000..4e089b5 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/mascotchibi/chibineutral.png differ diff --git a/HalbearNetLanding/GeneralAssets/mascotchibi/chibiquestion.png b/HalbearNetLanding/GeneralAssets/mascotchibi/chibiquestion.png new file mode 100644 index 0000000..252ee5b Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/mascotchibi/chibiquestion.png differ diff --git a/HalbearNetLanding/GeneralAssets/mascotchibi/chibismirk.png b/HalbearNetLanding/GeneralAssets/mascotchibi/chibismirk.png new file mode 100644 index 0000000..3e8d993 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/mascotchibi/chibismirk.png differ diff --git a/HalbearNetLanding/GeneralAssets/mascotchibi/chibismug.png b/HalbearNetLanding/GeneralAssets/mascotchibi/chibismug.png new file mode 100644 index 0000000..1862376 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/mascotchibi/chibismug.png differ diff --git a/HalbearNetLanding/GeneralAssets/mascotchibi/chibisurprise.png b/HalbearNetLanding/GeneralAssets/mascotchibi/chibisurprise.png new file mode 100644 index 0000000..440d1e2 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/mascotchibi/chibisurprise.png differ diff --git a/HalbearNetLanding/GeneralAssets/mascotchibi/melonaAppIcon.png b/HalbearNetLanding/GeneralAssets/mascotchibi/melonaAppIcon.png new file mode 100644 index 0000000..82a4802 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/mascotchibi/melonaAppIcon.png differ diff --git a/HalbearNetLanding/GeneralAssets/mascotchibi/melonareactions.png b/HalbearNetLanding/GeneralAssets/mascotchibi/melonareactions.png new file mode 100644 index 0000000..b2e020c Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/mascotchibi/melonareactions.png differ diff --git a/HalbearNetLanding/GeneralAssets/maximisedSymbol.png b/HalbearNetLanding/GeneralAssets/maximisedSymbol.png new file mode 100644 index 0000000..83bab75 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/maximisedSymbol.png differ diff --git a/HalbearNetLanding/GeneralAssets/minimisedSymbol.png b/HalbearNetLanding/GeneralAssets/minimisedSymbol.png new file mode 100644 index 0000000..b7a3228 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/minimisedSymbol.png differ diff --git a/HalbearNetLanding/GeneralAssets/mods/assets/DefaultModBanner.png b/HalbearNetLanding/GeneralAssets/mods/assets/DefaultModBanner.png new file mode 100644 index 0000000..ea2975a Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/mods/assets/DefaultModBanner.png differ diff --git a/HalbearNetLanding/GeneralAssets/mods/assets/hPmlogo.png b/HalbearNetLanding/GeneralAssets/mods/assets/hPmlogo.png new file mode 100644 index 0000000..7f9192e Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/mods/assets/hPmlogo.png differ diff --git a/HalbearNetLanding/GeneralAssets/mods/assets/melonaspin.gif b/HalbearNetLanding/GeneralAssets/mods/assets/melonaspin.gif new file mode 100644 index 0000000..e0f7bc9 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/mods/assets/melonaspin.gif differ diff --git a/HalbearNetLanding/GeneralAssets/mods/assets/musketeers melonarender.png b/HalbearNetLanding/GeneralAssets/mods/assets/musketeers melonarender.png new file mode 100644 index 0000000..ef215df Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/mods/assets/musketeers melonarender.png differ diff --git a/HalbearNetLanding/GeneralAssets/mods/assets/musketeersbanner.png b/HalbearNetLanding/GeneralAssets/mods/assets/musketeersbanner.png new file mode 100644 index 0000000..9a44fd0 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/mods/assets/musketeersbanner.png differ diff --git a/HalbearNetLanding/GeneralAssets/mods/assets/musketeersdescription.png b/HalbearNetLanding/GeneralAssets/mods/assets/musketeersdescription.png new file mode 100644 index 0000000..038d9e0 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/mods/assets/musketeersdescription.png differ diff --git a/HalbearNetLanding/GeneralAssets/mods/assets/screenshot.png b/HalbearNetLanding/GeneralAssets/mods/assets/screenshot.png new file mode 100644 index 0000000..d3041c9 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/mods/assets/screenshot.png differ diff --git a/HalbearNetLanding/GeneralAssets/mods/assets/swashbucklerbanner.png b/HalbearNetLanding/GeneralAssets/mods/assets/swashbucklerbanner.png new file mode 100644 index 0000000..7c30ad8 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/mods/assets/swashbucklerbanner.png differ diff --git a/HalbearNetLanding/GeneralAssets/mods/assets/swashbucklers banner 2.png b/HalbearNetLanding/GeneralAssets/mods/assets/swashbucklers banner 2.png new file mode 100644 index 0000000..249f74e Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/mods/assets/swashbucklers banner 2.png differ diff --git a/HalbearNetLanding/GeneralAssets/mods/musketeers/Forge_1.18.2_Playtest_V1_REQUIRES_PLAYER_ANIMATOR.jar b/HalbearNetLanding/GeneralAssets/mods/musketeers/Forge_1.18.2_Playtest_V1_REQUIRES_PLAYER_ANIMATOR.jar new file mode 100644 index 0000000..677a4a4 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/mods/musketeers/Forge_1.18.2_Playtest_V1_REQUIRES_PLAYER_ANIMATOR.jar differ diff --git a/HalbearNetLanding/GeneralAssets/mods/playtestlive.png b/HalbearNetLanding/GeneralAssets/mods/playtestlive.png new file mode 100644 index 0000000..61b12f3 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/mods/playtestlive.png differ diff --git a/HalbearNetLanding/GeneralAssets/pointydownyarrow.png b/HalbearNetLanding/GeneralAssets/pointydownyarrow.png new file mode 100644 index 0000000..dce683a Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/pointydownyarrow.png differ diff --git a/HalbearNetLanding/GeneralAssets/software.png b/HalbearNetLanding/GeneralAssets/software.png new file mode 100644 index 0000000..3174267 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/software.png differ diff --git a/HalbearNetLanding/GeneralAssets/voxelgamedirt.png b/HalbearNetLanding/GeneralAssets/voxelgamedirt.png new file mode 100644 index 0000000..101ee15 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/voxelgamedirt.png differ diff --git a/HalbearNetLanding/GeneralAssets/windowsbutton.png b/HalbearNetLanding/GeneralAssets/windowsbutton.png new file mode 100644 index 0000000..1afd3e8 Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/windowsbutton.png differ diff --git a/HalbearNetLanding/GeneralAssets/windowsxpicon.png b/HalbearNetLanding/GeneralAssets/windowsxpicon.png new file mode 100644 index 0000000..e050dcc Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/windowsxpicon.png differ diff --git a/HalbearNetLanding/GeneralAssets/winupkey.png b/HalbearNetLanding/GeneralAssets/winupkey.png new file mode 100644 index 0000000..548f82e Binary files /dev/null and b/HalbearNetLanding/GeneralAssets/winupkey.png differ diff --git a/HalbearNetLanding/Hotbar.php b/HalbearNetLanding/Hotbar.php index f7e31b1..a28ed1e 100644 --- a/HalbearNetLanding/Hotbar.php +++ b/HalbearNetLanding/Hotbar.php @@ -5,11 +5,13 @@
home'); + if($Page != "home") echo (''); ?> - - - + Services'); + ?> + +
\ No newline at end of file diff --git a/HalbearNetLanding/Services.php b/HalbearNetLanding/Services.php new file mode 100644 index 0000000..c7dfa11 --- /dev/null +++ b/HalbearNetLanding/Services.php @@ -0,0 +1,118 @@ + + + + + + + halbear.net + + + + + + + + + + +
+
+ + + + + + +
+ +
+
+ + + \ No newline at end of file diff --git a/HalbearNetLanding/UserAgreement.php b/HalbearNetLanding/UserAgreement.php index ed1a2ba..5f7bae7 100644 --- a/HalbearNetLanding/UserAgreement.php +++ b/HalbearNetLanding/UserAgreement.php @@ -1,7 +1,4 @@ - + diff --git a/HalbearNetLanding/index.php b/HalbearNetLanding/index.php index 543e471..9116879 100644 --- a/HalbearNetLanding/index.php +++ b/HalbearNetLanding/index.php @@ -1,15 +1,11 @@ - -?> + halbear.net - + @@ -22,6 +18,7 @@ require("../Hidden/Security/StartSession.php"); $Page = "home"; require_once("Hotbar.php"); ?> +This website is a work in progress, some features may not work
@@ -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:

- - - + + +
@@ -62,7 +59,7 @@ require_once("Hotbar.php");
-
+
The User Comes First
@@ -121,7 +118,7 @@ require_once("Hotbar.php");
-
+