mirror of
https://github.com/ThunixdotNet/www.git
synced 2026-01-24 07:10:18 +00:00
Beginning of site ver 3.0
This commit is contained in:
9
includes/footer.md
Normal file
9
includes/footer.md
Normal 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
1
includes/header.md
Normal file
@@ -0,0 +1 @@
|
||||
☣ thunix ☣
|
||||
31
includes/sidebar.md
Normal file
31
includes/sidebar.md
Normal 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
40
includes/site.css
Normal 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
80
includes/thunix.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user