From 4ab287ea61396dc90bc6ecab64673be3315beb55 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 26 Feb 2019 19:51:10 +0000 Subject: [PATCH] initial commit --- index.php | 89 +++++++++++++++++++++++++++++ join.php | 47 ++++++++++++++++ outback.css | 153 ++++++++++++++++++++++++++++++++++++++++++++++++++ template.html | 40 +++++++++++++ 4 files changed, 329 insertions(+) create mode 100644 index.php create mode 100644 join.php create mode 100644 outback.css create mode 100644 template.html diff --git a/index.php b/index.php new file mode 100644 index 0000000..02fdeca --- /dev/null +++ b/index.php @@ -0,0 +1,89 @@ + + + + + + + aussietilde + + +

aussies.space


+

the space for aussies!

+ +
+

about aussies.space

+

+ aussies.space, otherwise known as aussietilde, + is a shared, publicly accessible + linux system, known as a tilde or pubnix. + aussietilde is inspired by other tildes such as tilde.team, + the major difference being that aussietilde is physically + located in australia, meaning way faster loading times and + way better ping. +

+
+
+

our web pages!

+
+ +
+
+
+

News

+ +
+
+

we have a website!

+

+ +

+

aussietilde now has a website! sign ups should be open within the next 2-3 days.

+
+
+
+
+ + + diff --git a/join.php b/join.php new file mode 100644 index 0000000..3801c32 --- /dev/null +++ b/join.php @@ -0,0 +1,47 @@ + + + + + + + aussietilde + + +

aussies.space


+

the space for aussies!

+ +
+

sign ups are not yet open

+ + + + diff --git a/outback.css b/outback.css new file mode 100644 index 0000000..1f76379 --- /dev/null +++ b/outback.css @@ -0,0 +1,153 @@ +@charset "UTF-8"; + +/* Colours + Orange : #e33c2c + lighter: #e66d3d + #ec887d + #e67026 + Green : #677c3b + Blue : #87a6d4 +*/ + +a { + text-decoration-skip-ink: auto; +} + +body { + background-color: #e33c2c; + font-family: "Monospace"; + margin: 0; + padding: 0; +} + +div.long { + max-height: 22em; + overflow-y: auto; + padding-right: 1em; +} + +h1 { + font-size: 2em; +} + +h2 { + font-size: 1.6em; +} + +h3 { + font-size: 1.3em; +} + +li, +a, +p { + font-size: 1em; +} + +h1, +h2, +h3 { + font-weight: normal; + text-transform: lowercase; +} + +h1, +h2 { + margin-top: 0; +} + +h1, +h2, +h3 { + background-color: #677c3b; + color: #ffff55; + display: inline-block +} + +header, +footer, +section { + box-shadow: 0.5em 0.5em 0px #711e16; + box-sizing: border-box; + -webkit-box-sizing: border-box; + margin: 0.5em; + padding: 1em; +} + +header, +footer { + background-color: #87a6d4; +} + +hr { + border: none; + border-bottom: dashed 1px black; +} + +section { + background-color: #e66d3d; +} + + +/* Bullets */ +ul, +ol { + list-style-type: none; + padding-left: 0; + margin-left: 0; +} + +li::before { + content: "~> "; +} + +footer ul li, +nav ul li { + display: inline-block; +} + +footer ul li: not(:first-child)::before, +nav ul li: not(:first-child)::before { + content: ":: "; +} + + +/* Grid stuffs */ +main { + display: grid; + grid-template-areas: + "header header header" + "about news members" + "footer footer footer"; + grid-template-columns: 2fr 2fr 1fr; +} + +footer { + grid-area: footer; +} + +header { + grid-area: header; +} + +section#about { + grid-area: about; +} + +section#members { + grid-area: members; +} + +section#news { + grid-area: news; +} + + +::selection { + background-color: #711e16; + color: white; +} + ::-moz-selection { + background-color: #711e16; + color: white; + } diff --git a/template.html b/template.html new file mode 100644 index 0000000..f75f925 --- /dev/null +++ b/template.html @@ -0,0 +1,40 @@ + + + + + + + aussietilde + + +

aussies.space


+

the space for aussies!

+ +
+

about aussies.space

+

+ aussies.space, otherwise known as aussietilde, + is a shared, publicly accessible + linux system, known as a tilde or pubnix. + aussietilde is inspired by other tildes such as tilde.team, + the major difference being that aussietilde is physically + located in australia, meaning way faster loading times and + way better ping. +

+
+ + +