From 3b273d0ee9ef4da49916f836488b24762662c59b Mon Sep 17 00:00:00 2001 From: Roscoe Date: Tue, 1 Apr 2025 23:29:30 +0100 Subject: de-fops --- app/View/Components/Wah.php | 3 +-- config/app.php | 2 +- public/css/fonts.css | 0 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 ++-- resources/views/home.blade.php | 3 +-- 8 files changed, 14 insertions(+), 34 deletions(-) delete mode 100644 public/css/fonts.css diff --git a/app/View/Components/Wah.php b/app/View/Components/Wah.php index 9acbccd..fc5f599 100644 --- a/app/View/Components/Wah.php +++ b/app/View/Components/Wah.php @@ -18,8 +18,7 @@ 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=fox'); + $response = Http::get('https://api.tinyfox.dev/img.json?animal=wah'); $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 e79ea42..3e5d8c8 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.04.01', + 'version' => '2025.04.02', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), diff --git a/public/css/fonts.css b/public/css/fonts.css deleted file mode 100644 index e69de29..0000000 diff --git a/public/css/master.css b/public/css/master.css index 4951d4b..71e4b02 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -1,22 +1,9 @@ -/*: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: #f2c7bd; - --foreground: #2a1c1c; - --border-color: #f24c05; + --background: #f2efbd; + --foreground: #2a271c; + --border-color: #f27405; --border: var(--border-color) 2px solid; - --shadow-color: hsla(0, 96%, 43%, 0.4); + --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%); @@ -24,11 +11,6 @@ --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 2edcfd4..d20e675 100644 --- a/resources/views/components/layout.blade.php +++ b/resources/views/components/layout.blade.php @@ -6,7 +6,7 @@ - fops! (dot moe) + wah! (dot moe) @@ -14,7 +14,7 @@ - + @@ -24,7 +24,7 @@
-

fops!

+

wah!

(dot moe)

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