From 09e06e034428608bcf8c2c09d6f84e603dbb75c9 Mon Sep 17 00:00:00 2001 From: LinuxWizard42 Date: Sat, 30 Jul 2022 00:15:29 +0300 Subject: Added about page, fixed size of image in FlashRunner page to not go over borders and changed width of contact page input elements --- about.html | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ contact.php | 7 ++++--- flashrunner/index.html | 3 ++- index.html | 1 + server_status.php | 1 + servers.html | 1 + software.html | 1 + wizardbot/index.html | 1 + 8 files changed, 67 insertions(+), 4 deletions(-) create mode 100644 about.html diff --git a/about.html b/about.html new file mode 100644 index 0000000..41ea585 --- /dev/null +++ b/about.html @@ -0,0 +1,56 @@ + + + + + + + + + +About - VoidNet + + + +
+
+ +
+

About

+ +VoidNet is server network for hosting any servers that come to mind. +
+Originally hosting servers started in 2012 and the name has changed multiple times since then ending up currently being named VoidNet. +
+VoidNet is also open to all ideas for servers to host (it doesn't mean every single idea would be hosted though). +
+Sometimes there's also some software released but that's not the main focus of VoidNet, VoidNet is mainly server hosting focused. +
+
+
+
+ + \ No newline at end of file diff --git a/contact.php b/contact.php index 1d8bb05..4afab69 100644 --- a/contact.php +++ b/contact.php @@ -28,6 +28,7 @@
  • VoidNet Twitter
  • VoidNet Discord
  • Contact
  • +
  • About
  • @@ -65,13 +66,13 @@ if ( $_SERVER['REQUEST_METHOD'] === 'POST' ){

    - +

    - +
    - +

    diff --git a/flashrunner/index.html b/flashrunner/index.html index 5e3df2c..dea770f 100644 --- a/flashrunner/index.html +++ b/flashrunner/index.html @@ -28,6 +28,7 @@
  • VoidNet Twitter
  • VoidNet Discord
  • Contact
  • +
  • About
  • @@ -37,7 +38,7 @@

    - +

    FlashRunner

    diff --git a/index.html b/index.html index a312850..819d934 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,7 @@
  • VoidNet Twitter
  • VoidNet Discord
  • Contact
  • +
  • About
  • diff --git a/server_status.php b/server_status.php index 4a2a544..58d0081 100644 --- a/server_status.php +++ b/server_status.php @@ -28,6 +28,7 @@
  • VoidNet Twitter
  • VoidNet Discord
  • Contact
  • +
  • About
  • diff --git a/servers.html b/servers.html index 837dc72..f2f2075 100644 --- a/servers.html +++ b/servers.html @@ -28,6 +28,7 @@
  • VoidNet Twitter
  • VoidNet Discord
  • Contact
  • +
  • About
  • diff --git a/software.html b/software.html index 76d1c67..7211486 100644 --- a/software.html +++ b/software.html @@ -28,6 +28,7 @@
  • VoidNet Twitter
  • VoidNet Discord
  • Contact
  • +
  • About
  • diff --git a/wizardbot/index.html b/wizardbot/index.html index fc3fc4c..50d4117 100644 --- a/wizardbot/index.html +++ b/wizardbot/index.html @@ -28,6 +28,7 @@
  • VoidNet Twitter
  • VoidNet Discord
  • Contact
  • +
  • About
  • -- cgit v1.2.3-86-g962b