Helps to add the files...

This commit is contained in:
Ubergeek 2018-12-23 18:51:48 +00:00
parent 3881329886
commit 52c2d71c89
2 changed files with 72 additions and 0 deletions

37
coc.html Normal file
View File

@ -0,0 +1,37 @@
<!doctype html>
<html>
<head>
<title>Thunix Phoenix Project - Coming Soon!</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://tildenic.org/css/hacker.css" rel="stylesheet">
</head>
<body>
<div style="width: 95%;text-align:center;">
<img src="thunix.jpg" alt="thunix logo"/><p/>
<h1>Thunix Phoenix Project</h1>
</div>
<div style="float:left; width:18%;">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="coc.html">Rules</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="signup.html">Sign Up for an Account</a></li>
</ul>
</div>
<div style="float: right; text-align: center; width:75%;">
<ul>
<li>tl;dr - Be excellent to one another.</li>
<li>Thunix is a free service, with no guarantees of uptime for the various service provided.</li>
<li>One of the goals for Thunix is to be a collaborative environment. Things that are detrimental to collaboration are not allowed.</li>
<li>Harassment of other users is not allowed. If a user tells you to break contact, that is what you MUST do.</li>
<li>Be wary of rousing a sysadmin's wrath, for they are subtle, and quick to anger. In other words, this is a fun place, and don't make it not so for the admin team.</li>
<li>If you have questions, ask! Nobody gets angry over a question asked, and if they do, tough.</li>
</ul>
</div>
</body>
</html>

35
faq.html Normal file
View File

@ -0,0 +1,35 @@
<!doctype html>
<html>
<head>
<title>Thunix Phoenix Project - Coming Soon!</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://tildenic.org/css/hacker.css" rel="stylesheet">
</head>
<body>
<div style="width: 95%;text-align:center;">
<img src="thunix.jpg" alt="thunix logo"/><p/>
<h1>Thunix Phoenix Project</h1>
</div>
<div style="float:left; width:18%;">
<ul>
<li><a href="faq.html">FAQ</a></li>
<li><a href="coc.html">Rules</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="signup.html">Sign Up for an Account</a></li>
</ul>
</div>
<div style="float: right; text-align: center; width:75%;">
<ul>
<li>How do I sign up for an account?</li>
You can ask in #thunix on tilde.chat for someone to make your account.
<li>Who is running Thunix?</li>
amcclure and ubergeek.
<li>What happened to the old thunix? Why the name change?</li>
The original machine dissappeared without warning, and most things were not backed up. hexhaxtron is not reachable, so we needed to obtain a new domain name, and a new set of machines.
</ul>
</div>
</body>
</html>