From 42de426467a31a618eb4890ebee8915cb9a6055f Mon Sep 17 00:00:00 2001 From: Roscoe Date: Thu, 12 Jun 2025 02:58:05 +0100 Subject: Pride! --- config/app.php | 2 +- public/css/master.css | 20 ++++++++++++++++++- public/images/progress.svg | 31 +++++++++++++++++++++++++++++ resources/views/components/layout.blade.php | 3 +++ 4 files changed, 54 insertions(+), 2 deletions(-) create mode 100644 public/images/progress.svg diff --git a/config/app.php b/config/app.php index 8029ed1..afd6823 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.05.02', + 'version' => '2025.06.12', '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 3a349cb..f17a982 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -68,7 +68,25 @@ font-style: italic; } - +/* ───────────────────────────────────── Pride ────────────────────────────────────── */ +#prideflag { + position: fixed; + top: 0; + right: 0; + width: 120px; + transform-origin: 100% 0%; + transition: transform .5s cubic-bezier(.32,1.63,.41,1.01); + z-index: 8008135; +} +#prideflag:hover { + transform: scale(110%); +} +#prideflag:active { + transform: scale(110%); +} +#prideflag * { + pointer-events: all; +} /* ───────────────────────────────────── Global ───────────────────────────────────── */ html { diff --git a/public/images/progress.svg b/public/images/progress.svg new file mode 100644 index 0000000..0e3bd33 --- /dev/null +++ b/public/images/progress.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php index c5d249d..43e4b6b 100644 --- a/resources/views/components/layout.blade.php +++ b/resources/views/components/layout.blade.php @@ -20,6 +20,9 @@ + + progressive pride flag +