From a5e5fba0840a337f6915da10802c490476fad50f Mon Sep 17 00:00:00 2001 From: Nathan Steel Date: Fri, 16 May 2025 16:47:27 +0100 Subject: [PATCH] Pull over original HTML page and CSS (ex. aSkelly) --- .gitignore | 3 + app/views/index.blade.php | 495 ++++++++++++++++++------------- app/views/index.blade.php.old | 218 ++++++++++++++ app/views/layouts/auth.blade.php | 3 +- public/assets/css/main.css | 72 +++++ public/assets/img/.gitignore | 4 + 6 files changed, 590 insertions(+), 205 deletions(-) create mode 100644 app/views/index.blade.php.old create mode 100644 public/assets/css/main.css create mode 100644 public/assets/img/.gitignore diff --git a/.gitignore b/.gitignore index 1843396..d1b6b6c 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,6 @@ public/storage npm-debug.log yarn-error.log .phpunit.result.cache + +# aSkelly module +public/assets/aSkelly diff --git a/app/views/index.blade.php b/app/views/index.blade.php index ceddc84..6878626 100644 --- a/app/views/index.blade.php +++ b/app/views/index.blade.php @@ -1,217 +1,304 @@ - + - + + - {{ _env('APP_NAME', 'My Leaf MVC App') }} + {{ _env('APP_NAME', 'aNetwork Gaming Community') }} + - - {{-- @vite('css/app.css') --}} + + - + + + + + + + + + + - @alpine - -
- @includeIf('components.welcome.topnav') - -
- -
- -
- - -
+ + +
+ + + +
+ +
+ +
+
+ + +
+
+

aNetwork Gaming Community

+

A community that runs several gaming servers. If there's something we don't host; Let us know over in the aNetwork Discord. If there's enough want, we'll set it up.

+
+ View Servers + Join Discord → +
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+ +
+
+

A community of gamers

+

Looking for place to play, and connect with friends new and old?

+
+
+ +
+
+
+

Formed in 2021

+

Card content*

+

*with small content

+
+
+
+
+

Public Servers

+

Card content

+

Swag Awesome

+
+
+
+
+

Community Events

+

Card content

+
+
+
+ +
+
+ +
+
+ +
+
+

Our Servers

+
    +
  • Minecraft
  • +
  • Factorio
  • +
  • Misc.
  • +
+
+
+ +
+
+
+

survival.mc.aney.co.uk

+

An open to all survival minecraft server.

+
+
+
+
+

survival.mc.aney.co.uk

+

An open to all survival minecraft server.

+
+
+
+
+

Uh oh!

+

Currently there are no 'Minecraft' servers

+
+
+
+ +
+
+
+

Uh oh!

+

Currently there are no 'Factorio' servers

+
+
+
+ +
+
+
+

Uh oh!

+

Currently there are no 'Misc' servers

+
+
+
+ +
+
+ + + +
+ +
+
+ +
+
+

Frequently Asked Questions

+
+
+ +
+
+
+ Can I contribute? +

aNetwork hosts and maintains a number of servers, and to keep these servers operational we need to pay the big bucks.

+

If you'd like to contribute, follow one of the links below.

+ +
+
+
+ +
+ +
+ +
+
+ +
+ + + +
+ + + + + + diff --git a/app/views/index.blade.php.old b/app/views/index.blade.php.old new file mode 100644 index 0000000..3629365 --- /dev/null +++ b/app/views/index.blade.php.old @@ -0,0 +1,218 @@ + + + + + + + {{ _env('APP_NAME', 'My Leaf MVC App') }} + + + + + {{-- @vite(['app.css', 'app.js']) --}} + + + + @alpine + + + +
+ @includeIf('components.welcome.topnav') + +
+ +
+ +
+ + +
+ + + diff --git a/app/views/layouts/auth.blade.php b/app/views/layouts/auth.blade.php index 09a5a8c..649fdb5 100644 --- a/app/views/layouts/auth.blade.php +++ b/app/views/layouts/auth.blade.php @@ -10,7 +10,8 @@ - @vite('css/app.css') + + {{-- @vite(['app.css']) --}} diff --git a/public/assets/css/main.css b/public/assets/css/main.css new file mode 100644 index 0000000..a3770ba --- /dev/null +++ b/public/assets/css/main.css @@ -0,0 +1,72 @@ +.anetwork-head{ + background-color: #3f3f3f; + padding: .3rem 0; +} + +.anetwork-head .inline-list li ul{ + background-color: #3f3f3f; + border: 1px solid #636363; +} + +.anetwork-hero{ + background: #33312E; + color: #FFF; + padding: 3rem 0; /* 0 on sides as inner container does that */ + /* border-top: 1px solid #33312E; */ /* https://www.sitepoint.com/community/t/container-moving-with-main-div/22730/2 */ +} +.button--hero{ + background-color: #333749; +} + +.anetwork-title{ + color: #AAA; + background: -webkit-linear-gradient(45deg, #FFF, #AAA); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; +} + +.iconoir{ + vertical-align: middle; +} + + +.footer{ + background-color: #3f3f3f ; + color: #CCC; + border-top: 1px solid #636363; +} + +.sub-footer{ + background-color: #2c2c2c ; +} +.sub-footer .container{ + padding-top: .2rem; + padding-bottom: .2rem; +} + +.website-by{ + font-size: .7rem; + font-family: monospace; + border-radius: var(--border-radius); + display: inline-block; + margin: 0 0.1rem; + padding: 0 0.5rem; +} + +.servers-scroll{ + height: 178px; +} + +.servers-bg{ + background:#bac3cc; +} +.servers-bg .container{ + background-repeat: no-repeat; + background-position-x: right; + background-position-y: bottom; + background-size: contain; +} +.servers-bg--mc{ background:#96c564; } +.servers-bg--mc .container{ background-image: url(./images/mc.png); } +.servers-bg--factorio{ background:#d28c3c; } +.servers-bg--factorio .container{ background-image: url(./images/factorio.png); } diff --git a/public/assets/img/.gitignore b/public/assets/img/.gitignore new file mode 100644 index 0000000..41bfbcf --- /dev/null +++ b/public/assets/img/.gitignore @@ -0,0 +1,4 @@ +# Ignore all (namely images), 'cause they'll bloat the git repo +* +# Don't ignore the gitignore though, we want that pushed +!.gitignore