From a4acd3c5ab1cfd5909119c14c399f91cf312cb93 Mon Sep 17 00:00:00 2001 From: apex Date: Sat, 12 Apr 2025 16:12:42 -0400 Subject: [PATCH] added index, and temporary pages --- home/home.css | 46 ++++++++++++++++++++++++++++++++++++++++++++++ home/home.html | 21 +++++++++++++++++++++ index/index.css | 3 +++ index/index.html | 4 ++-- janky/janky.css | 46 ++++++++++++++++++++++++++++++++++++++++++++++ janky/janky.html | 21 +++++++++++++++++++++ snail/snail.css | 46 ++++++++++++++++++++++++++++++++++++++++++++++ snail/snail.html | 21 +++++++++++++++++++++ 8 files changed, 206 insertions(+), 2 deletions(-) diff --git a/home/home.css b/home/home.css index e69de29..42c5e27 100644 --- a/home/home.css +++ b/home/home.css @@ -0,0 +1,46 @@ +.center { + text-align: center; +} +.smallertext { + font-size: large; +} +.nohead { + font-size: 26pt; +} +.main { + font-family: monospace; + font-weight: 500; + font-size: x-large; + color: rgba(230, 186, 142, 0.747); +} +.link:link { + color: bisque; + text-decoration: none; +} + +.link:visited { + color: bisque; + text-decoration: none; +} +.link:hover { + color: rgba(255, 228, 196, 0.564); + +} +.link:active { + color: bisque; +} +body { + background-color: rgb(22, 9, 38); +} +.footer{ + font-size: small; + padding-top: 10%; + +} +.spacer{ + padding: 2.5%; +} +.smallImage{ + width: 20px; + height: auto; +} \ No newline at end of file diff --git a/home/home.html b/home/home.html index e69de29..e856f83 100644 --- a/home/home.html +++ b/home/home.html @@ -0,0 +1,21 @@ + + + + + + ApexFight.net + +
+
+
ApexFight.net
+

+
+ Index: index.apexfight.net +
+ + +
+ © ApexFight 2025, All rights reserved. I'll Stay Up With You +
+
+ \ No newline at end of file diff --git a/index/index.css b/index/index.css index 60d678d..96d23da 100644 --- a/index/index.css +++ b/index/index.css @@ -1,6 +1,9 @@ .center { text-align: center; } +.nohead { + font-size: 26pt; +} .main { font-family: monospace; font-weight: 500; diff --git a/index/index.html b/index/index.html index 5254bf5..20e0f1d 100644 --- a/index/index.html +++ b/index/index.html @@ -7,8 +7,8 @@
- -

Index of ApexFight.net

+
+
Index of ApexFight.net
diff --git a/janky/janky.css b/janky/janky.css index e69de29..42c5e27 100644 --- a/janky/janky.css +++ b/janky/janky.css @@ -0,0 +1,46 @@ +.center { + text-align: center; +} +.smallertext { + font-size: large; +} +.nohead { + font-size: 26pt; +} +.main { + font-family: monospace; + font-weight: 500; + font-size: x-large; + color: rgba(230, 186, 142, 0.747); +} +.link:link { + color: bisque; + text-decoration: none; +} + +.link:visited { + color: bisque; + text-decoration: none; +} +.link:hover { + color: rgba(255, 228, 196, 0.564); + +} +.link:active { + color: bisque; +} +body { + background-color: rgb(22, 9, 38); +} +.footer{ + font-size: small; + padding-top: 10%; + +} +.spacer{ + padding: 2.5%; +} +.smallImage{ + width: 20px; + height: auto; +} \ No newline at end of file diff --git a/janky/janky.html b/janky/janky.html index e69de29..d42f8f2 100644 --- a/janky/janky.html +++ b/janky/janky.html @@ -0,0 +1,21 @@ + + + + + + ApexFight.net Janky + +
+
+
Under Construction...
+

+
+ Index: index.apexfight.net +
+ + +
+ © ApexFight 2025, All rights reserved. I'll Stay Up With You +
+
+ \ No newline at end of file diff --git a/snail/snail.css b/snail/snail.css index e69de29..42c5e27 100644 --- a/snail/snail.css +++ b/snail/snail.css @@ -0,0 +1,46 @@ +.center { + text-align: center; +} +.smallertext { + font-size: large; +} +.nohead { + font-size: 26pt; +} +.main { + font-family: monospace; + font-weight: 500; + font-size: x-large; + color: rgba(230, 186, 142, 0.747); +} +.link:link { + color: bisque; + text-decoration: none; +} + +.link:visited { + color: bisque; + text-decoration: none; +} +.link:hover { + color: rgba(255, 228, 196, 0.564); + +} +.link:active { + color: bisque; +} +body { + background-color: rgb(22, 9, 38); +} +.footer{ + font-size: small; + padding-top: 10%; + +} +.spacer{ + padding: 2.5%; +} +.smallImage{ + width: 20px; + height: auto; +} \ No newline at end of file diff --git a/snail/snail.html b/snail/snail.html index e69de29..2467dce 100644 --- a/snail/snail.html +++ b/snail/snail.html @@ -0,0 +1,21 @@ + + + + + + ApexFight.net Janky + +
+
+
Under Construction...
+

+
+ Index: index.apexfight.net +
+ + + +
+ \ No newline at end of file