1
0
forked from Thunix/www

Beginning of site ver 3.0

This commit is contained in:
Ubergeek
2019-07-06 23:20:09 +00:00
parent 65b959f4db
commit a777ea330a
77 changed files with 3717 additions and 30066 deletions

9
includes/footer.md Normal file
View File

@@ -0,0 +1,9 @@
Unless otherwise noted, all thunix.net materials (besides all user-generated content) is licensed as [CC BY-SA 4.0license](https://creativecommons.org/licenses/by-sa/4.0/). Permissions beyond the scope of this license may be available at [https://www.thunix.net/copyright.php](/copyright.php).
Users define their own licensing and own all of their content.
Page last updated on 2019-06-23T19:32:58+0000. You may have to refresh the page to see any changes or updates.
All questions, comments, and concerns about this site should be sent to [the administration team](/contact.php).
Created with valid [HTML](https://validator.w3.org/check?uri=referer) and [CSS](https://jigsaw.w3.org/css-validator/check/referer) code.

1
includes/header.md Normal file
View File

@@ -0,0 +1 @@
☣ thunix ☣

31
includes/sidebar.md Normal file
View File

@@ -0,0 +1,31 @@
- Main Menu
---------
- [Home](main)
- [FAQ](faq)
- [Terms of Service](tos)
- [GDPR Statement and Privacy Policy](gdpr)
- [Contact Us](contact.php)
- [Sign Up](signup.php)
- [Report Abuse](abuse.php)
- [thunix Mirror Services](https://ftp.thunix.net/)
- [Web Server Stats](https://stats.thunix.net/)
- [Donations](donate)
- Main Resources On This Site
---------------------------
- [Wiki](https://wiki.thunix.net/)
- [Status of thunix Servers and Services](server.php)
- [Service News](news)
- [User Web Directories](users.php)
- [User Gopher
Directories](https://gopher.tildeverse.org/thunix.net)
- [Web Mail](/webmail/)
- [ZNC Service](https://thunix.net:1326/)
- Server Staff
------------
- [Anton McClure](/~amcclure/)
- [Ubergeek](/~ubergeek/)
- [Naglfar](/~naglfar/)
- [fosslinux](/~fosslinux/)

40
includes/site.css Normal file
View File

@@ -0,0 +1,40 @@
/*
This file is licensed under the GPL 3.0 or later.
*/
body {
font-family: "Courier New", Courier, monospace;
}
#body {
width: 95%;
}
#header {
width: 90%;
text-align: center;
font-size: xx-large;
}
#content {
width: 78%;
float: left;
font-size: medium;
}
#content img {
max-height: 400px;
max-width: 98%;
}
#sidebar {
width: 18%;
float: right;
font-size: small;
}
#footer {
width: 90%;
text-align: center;
clear: both;
font-size: smaller;
}

80
includes/thunix.css Normal file
View File

@@ -0,0 +1,80 @@
/*
This file is licensed under the GPL 3.0 or later.
*/
body {
font-family: "Courier New", Courier, monospace;
background: black;
color: lime;
}
#body {
width: 95%;
}
#body h1 {
background: white;
color: green;
}
#body h2 {
background: white;
color: green;
}
#body h3 {
background: white;
color: green;
}
#body a {
background: black;
color: lime;
}
#body a:visited {
color: green;
}
#header {
width: 90%;
text-align: center;
font-size: xx-large;
}
#content {
width: 78%;
float: left;
font-size: medium;
}
#content img {
max-height: 400px;
max-width: 98%;
}
.lineitem {
border: 1px;
border-color:white;
}
#sidebar {
width: 18%;
float: right;
font-size: small;
}
#sidebar h1 {
color: lime;
background: black;
}
#sidebar h2 {
color: lime;
background: black;
}
#footer {
width: 95%;
text-align: center;
clear: both;
font-size: smaller;
}