From e8ad39203f944a33231f8babcbd7011b1f464610 Mon Sep 17 00:00:00 2001 From: Roscoe Date: Mon, 31 Mar 2025 23:21:44 +0100 Subject: april fops --- app/View/Components/Wah.php | 3 ++- config/app.php | 2 +- public/css/master.css | 26 +++++++++++++++++++++---- resources/views/components/layout.blade.php | 8 ++++---- resources/views/components/navigation.blade.php | 2 +- resources/views/components/wah.blade.php | 4 ++-- 6 files changed, 32 insertions(+), 13 deletions(-) diff --git a/app/View/Components/Wah.php b/app/View/Components/Wah.php index fc5f599..9acbccd 100644 --- a/app/View/Components/Wah.php +++ b/app/View/Components/Wah.php @@ -18,7 +18,8 @@ class Wah extends Component { public function getWah(): string { try { - $response = Http::get('https://api.tinyfox.dev/img.json?animal=wah'); +// $response = Http::get('https://api.tinyfox.dev/img.json?animal=wah'); + $response = Http::get('https://api.tinyfox.dev/img.json?animal=fox'); $data = $response->json(); if ($data == null) return ""; return "https://api.tinyfox.dev" . $data["loc"]; diff --git a/config/app.php b/config/app.php index 06d71bb..e79ea42 100644 --- a/config/app.php +++ b/config/app.php @@ -5,7 +5,7 @@ use Illuminate\Support\ServiceProvider; return [ 'name' => env('APP_NAME', 'wah.moe'), - 'version' => '2025.02.08', + 'version' => '2025.04.01', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), diff --git a/public/css/master.css b/public/css/master.css index 71e4b02..4951d4b 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -1,9 +1,22 @@ +/*:root {*/ +/* --background: #f2efbd;*/ +/* --foreground: #2a271c;*/ +/* --border-color: #f27405;*/ +/* --border: var(--border-color) 2px solid;*/ +/* --shadow-color: hsla(11, 96%, 43%, 0.4);*/ +/* --shadow: drop-shadow(8px 8px var(--shadow-color));*/ +/* --shadow-small: drop-shadow(3px 3px var(--shadow-color));*/ +/* --links: hsl(183, 93%, 27%);*/ +/* --links-hover: hsl(183, 93%, 15%);*/ +/* --table-header: hsla(11, 96%, 43%, 0.2);*/ +/*}*/ + :root { - --background: #f2efbd; - --foreground: #2a271c; - --border-color: #f27405; + --background: #f2c7bd; + --foreground: #2a1c1c; + --border-color: #f24c05; --border: var(--border-color) 2px solid; - --shadow-color: hsla(11, 96%, 43%, 0.4); + --shadow-color: hsla(0, 96%, 43%, 0.4); --shadow: drop-shadow(8px 8px var(--shadow-color)); --shadow-small: drop-shadow(3px 3px var(--shadow-color)); --links: hsl(183, 93%, 27%); @@ -11,6 +24,11 @@ --table-header: hsla(11, 96%, 43%, 0.2); } +table, div, p, h1, h2, h3 { + transform: rotate(1deg); +} + + /* ───────────────────────────────────── Fonts ────────────────────────────────────── */ @font-face { font-family: "PT Sans"; diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php index d20e675..2edcfd4 100644 --- a/resources/views/components/layout.blade.php +++ b/resources/views/components/layout.blade.php @@ -6,7 +6,7 @@ - wah! (dot moe) + fops! (dot moe) @@ -14,7 +14,7 @@ - + @@ -24,7 +24,7 @@
-

wah!

+

fops!

(dot moe)

@@ -37,7 +37,7 @@