diff options
author | LinuxWizard42 <linuxwizard@voidnet.dy.fi> | 2023-06-07 17:14:29 +0300 |
---|---|---|
committer | LinuxWizard42 <linuxwizard@voidnet.dy.fi> | 2023-06-07 17:14:29 +0300 |
commit | 8dcb875f03749568558167c194f947635e6b6f9a (patch) | |
tree | 28f2c6ea1ba198ac6e8a1ccbc1e06ed23dff897c | |
download | VoidNet_New-8dcb875f03749568558167c194f947635e6b6f9a.tar.gz VoidNet_New-8dcb875f03749568558167c194f947635e6b6f9a.tar.zst |
First commit
-rw-r--r-- | about/index.html | 46 | ||||
-rw-r--r-- | css/voidnet.css | 104 | ||||
-rw-r--r-- | favicon.ico | bin | 0 -> 4286 bytes | |||
-rw-r--r-- | fonts/FreeMono.ttf | bin | 0 -> 584424 bytes | |||
-rw-r--r-- | images/logo.svg | 14 | ||||
-rw-r--r-- | index.html | 42 | ||||
-rw-r--r-- | servers/index.html | 48 |
7 files changed, 254 insertions, 0 deletions
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 @@ +<!DOCTYPE html> +<html> +<head> +<meta name="viewport" content="width=device-width,initial-scale=0.7"/> +<meta name="description" content="VoidNet Server Network"/> +<meta property="og:title" content="VoidNet"/> +<meta property="og:description" content="VoidNet Server Network"/> +<title>About - VoidNet</title> +<link rel="stylesheet" href="../css/voidnet.css" type="text/css"/> +</head> +<body> +<div class="content"> +<center> +<div class="page_header_background"> +<img src="../images/logo.svg"></img> +</div> +<br/> +<div class="page_nav"> +<a class="nav_link" href="/">[Home]</a> +<a class="nav_link" href="/servers">[Servers]</a> +<a class="nav_link" href="https://steamcommunity.com/groups/VoidNet_" target="_blank" rel="noopener noreferrer">[Steam group]</a> +<a class="nav_link" href="/about">[About]</a> +</div> +</center> +<br/> +<div class="content_inner"> +<center> +<span class="content_title wtext">About VoidNet</span> +</center> +<br/> +<br/> +<span class="content_text"> +VoidNet is server network where different kinds of servers are hosted. +<br/><br/> +Hosting servers first started in july 2012 and name changes have happened multiple times since then currently being named VoidNet. +<br/><br/> +The owner of VoidNet has been doing programming since june 2008. +</span> +<br/> +<br/> +</div> +</div> +<br/> +<br/> +</body> +</html> 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 Binary files differnew file mode 100644 index 0000000..f2c596f --- /dev/null +++ b/favicon.ico diff --git a/fonts/FreeMono.ttf b/fonts/FreeMono.ttf Binary files differnew file mode 100644 index 0000000..ff5cc0e --- /dev/null +++ b/fonts/FreeMono.ttf 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 @@ +<svg width="184px" height="184px" viewBox="0 0 184 184" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="lgrad" gradientTransform="rotate(45)"> + <stop offset="0%" stop-color="#000000"/> + <stop offset="100%" stop-color="#333333"/> + </linearGradient> + <linearGradient id="tgrad" gradientTransform="rotate(45)"> + <stop offset="0%" stop-color="#00FF00"/> + <stop offset="100%" stop-color="#007700"/> + </linearGradient> + </defs> + <circle r="92" cx="50%" cy="50%" stroke-width="10" fill="url(#lgrad)"/> + <text font-family="Arial" font-size="45" x="28" y="85" transform="rotate(10)" stroke-width="2" fill="url(#tgrad)">VoidNet</text> +</svg> diff --git a/index.html b/index.html new file mode 100644 index 0000000..45405c5 --- /dev/null +++ b/index.html @@ -0,0 +1,42 @@ +<!DOCTYPE html> +<html> +<head> +<meta name="viewport" content="width=device-width,initial-scale=0.7"/> +<meta name="description" content="VoidNet Server Network"/> +<meta property="og:title" content="VoidNet"/> +<meta property="og:description" content="VoidNet Server Network"/> +<title>Home - VoidNet</title> +<link rel="stylesheet" href="css/voidnet.css" type="text/css"/> +</head> +<body> +<div class="content"> +<center> +<div class="page_header_background"> +<img src="images/logo.svg"></img> +</div> +<br/> +<div class="page_nav"> +<a class="nav_link" href="/">[Home]</a> +<a class="nav_link" href="/servers">[Servers]</a> +<a class="nav_link" href="https://steamcommunity.com/groups/VoidNet_" target="_blank" rel="noopener noreferrer">[Steam group]</a> +<a class="nav_link" href="/about">[About]</a> +</div> +</center> +<br/> +<div class="content_inner"> +<center> +<span class="content_title wtext">Welcome to VoidNet's main site</span> +</center> +<br/> +<br/> +<span class="content_text"> +This is the home page of VoidNet server network, above you can find links to different things of VoidNet. +</span> +<br/> +<br/> +</div> +</div> +<br/> +<br/> +</body> +</html> 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 @@ +<!DOCTYPE html> +<html> +<head> +<meta name="viewport" content="width=device-width,initial-scale=0.7"/> +<meta name="description" content="VoidNet Server Network"/> +<meta property="og:title" content="VoidNet"/> +<meta property="og:description" content="VoidNet Server Network"/> +<title>Servers - VoidNet</title> +<link rel="stylesheet" href="../css/voidnet.css" type="text/css"/> +</head> +<body> +<div class="content"> +<center> +<div class="page_header_background"> +<img src="../images/logo.svg"></img> +</div> +<br/> +<div class="page_nav"> +<a class="nav_link" href="/">[Home]</a> +<a class="nav_link" href="/servers">[Servers]</a> +<a class="nav_link" href="https://steamcommunity.com/groups/VoidNet_" target="_blank" rel="noopener noreferrer">[Steam group]</a> +<a class="nav_link" href="/about">[About]</a> +</div> +</center> +<br/> +<div class="content_inner"> +<center> +<span class="content_title wtext">VoidNet Servers</span> +</center> +<br/> +<br/> +<span class="content_text"> +Git: <a href="https://git.voidnet.dy.fi" class="content_link" target="_blank" rel="noopener">https://git.voidnet.dy.fi</a> +<br/><br/> +SVN: <a href="https://svn.voidnet.dy.fi" class="content_link" target="_blank" rel="noopener">https://svn.voidnet.dy.fi</a> +<br/><br/> +IRC (unencrypted): voidnet.dy.fi (port 6667) +<br/><br/> +IRC (TLS encryption, recommended for actual use): voidnet.dy.fi (port 6697) +</span> +<br/> +<br/> +</div> +</div> +<br/> +<br/> +</body> +</html> |