From 8dcb875f03749568558167c194f947635e6b6f9a Mon Sep 17 00:00:00 2001 From: LinuxWizard42 Date: Wed, 7 Jun 2023 17:14:29 +0300 Subject: First commit --- about/index.html | 46 ++++++++++++++++++++++++ css/voidnet.css | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++++ favicon.ico | Bin 0 -> 4286 bytes fonts/FreeMono.ttf | Bin 0 -> 584424 bytes images/logo.svg | 14 ++++++++ index.html | 42 ++++++++++++++++++++++ servers/index.html | 48 +++++++++++++++++++++++++ 7 files changed, 254 insertions(+) create mode 100644 about/index.html create mode 100644 css/voidnet.css create mode 100644 favicon.ico create mode 100644 fonts/FreeMono.ttf create mode 100644 images/logo.svg create mode 100644 index.html create mode 100644 servers/index.html diff --git a/about/index.html b/about/index.html new file mode 100644 index 0000000..74ec6d3 --- /dev/null +++ b/about/index.html @@ -0,0 +1,46 @@ + + + + + + + +About - VoidNet + + + +
+
+
+ +
+
+ +
+
+
+
+About VoidNet +
+
+
+ +VoidNet is server network where different kinds of servers are hosted. +

+Hosting servers first started in july 2012 and name changes have happened multiple times since then currently being named VoidNet. +

+The owner of VoidNet has been doing programming since june 2008. +
+
+
+
+
+
+
+ + diff --git a/css/voidnet.css b/css/voidnet.css new file mode 100644 index 0000000..3da3bcd --- /dev/null +++ b/css/voidnet.css @@ -0,0 +1,104 @@ +@font-face{ + font-family: "FreeMono"; + src: url('../fonts/FreeMono.ttf'); +} + +body{ + font-family: "FreeMono"; + background-image: linear-gradient(45deg, #000000, #222222); + background-size: cover; + background-attachment: fixed; + background-repeat: none; + height: 100%; + min-height: 100%; +} + +.page_header_background{ + width: 99%; + top: 10px; + background: linear-gradient(180deg, #000000, #770000); + position: relative; + border-radius: 10px; + height: 185px; +} + +.page_header_title{ + top: 0px; + position: relative; + font-weight: bold; +} + +.page_nav{ + background-color: #000000; + position: relative; + width: 100%; + word-wrap: break-word; +} + +.content{ + margin: auto; + background-color: #222222; + position: relative; + top: 40px; + width: 95%; + box-shadow: 0px 0px 5px #FF9900; + border-radius: 10px; +} + +.content_inner{ + height: 100%; + position: relative; + margin: 0px 20px; + word-wrap: break-word; +} + +.content_link{ + font-size: 24px; + color: #FF9900; +} + +.wtext{ + color: #FFFFFF; +} + +.nav_link{ + color: #FF9900; + height: 100%; + font-size: 24px; + font-weight: bold; + padding: 0px 1px; + text-decoration: none; + position: relative; +} + +.nav_link:hover{ + text-decoration: underline; + cursor: pointer; + background-color: #FF9900; + color: #000000; + transition-duration: 0.25s; + -moz-transition-duration: 0.25s; + -webkit-transition-duration: 0.25s; +} + +.nav_link:not(:hover){ + text-decoration: none; + background-color: #000000; + color: #FF9900; + transition-duration: 0.25s; + -moz-transition-duration: 0.25s; + -webkit-transition-duration: 0.25s; +} + +.content_title{ + font-weight: bold; + font-size: 35px; + margin: 0px 20px; + position: relative; +} + +.content_text{ + color: #FFFFFF; + font-size: 24px; + position: relative; +} diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..f2c596f Binary files /dev/null and b/favicon.ico differ diff --git a/fonts/FreeMono.ttf b/fonts/FreeMono.ttf new file mode 100644 index 0000000..ff5cc0e Binary files /dev/null and b/fonts/FreeMono.ttf differ diff --git a/images/logo.svg b/images/logo.svg new file mode 100644 index 0000000..cf44fa1 --- /dev/null +++ b/images/logo.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + VoidNet + diff --git a/index.html b/index.html new file mode 100644 index 0000000..45405c5 --- /dev/null +++ b/index.html @@ -0,0 +1,42 @@ + + + + + + + +Home - VoidNet + + + +
+
+
+ +
+
+ +
+
+
+
+Welcome to VoidNet's main site +
+
+
+ +This is the home page of VoidNet server network, above you can find links to different things of VoidNet. + +
+
+
+
+
+
+ + diff --git a/servers/index.html b/servers/index.html new file mode 100644 index 0000000..3e183ee --- /dev/null +++ b/servers/index.html @@ -0,0 +1,48 @@ + + + + + + + +Servers - VoidNet + + + +
+
+
+ +
+
+ +
+
+
+
+VoidNet Servers +
+
+
+ +Git: https://git.voidnet.dy.fi +

+SVN: https://svn.voidnet.dy.fi +

+IRC (unencrypted): voidnet.dy.fi (port 6667) +

+IRC (TLS encryption, recommended for actual use): voidnet.dy.fi (port 6697) +
+
+
+
+
+
+
+ + -- cgit v1.2.3-86-g962b