From 93a2b9c0b5991b9418c24a41ca8fd6e481a36597 Mon Sep 17 00:00:00 2001 From: RoscoeDaWah Date: Sat, 8 Feb 2025 00:36:23 +0000 Subject: THREE OF THEM! --- app/Http/Controllers/RoscoLekoController.php | 4 ++-- config/app.php | 4 ++-- public/images/pandamonium/filters.jpg | Bin 0 -> 551395 bytes public/images/pandamonium/gel-drawer.jpg | Bin 0 -> 600658 bytes public/images/pandamonium/lxdesk.jpg | Bin 0 -> 764019 bytes public/images/pandamonium/pa_meister.jpg | Bin 0 -> 6907549 bytes public/images/pandamonium/projectionist.jpg | Bin 0 -> 431758 bytes public/images/pandamonium/technician.jpg | Bin 0 -> 2066996 bytes public/images/pandamonium/three-of-them.jpg | Bin 0 -> 584291 bytes public/images/pandamonium/two-of-them.jpg | Bin 0 -> 2525676 bytes public/images/rosco-leko/filters.jpg | Bin 551395 -> 0 bytes public/images/rosco-leko/gel-drawer.jpg | Bin 600658 -> 0 bytes public/images/rosco-leko/lxdesk.jpg | Bin 764019 -> 0 bytes public/images/rosco-leko/pa_meister.jpg | Bin 6907549 -> 0 bytes public/images/rosco-leko/projectionist.jpg | Bin 431758 -> 0 bytes public/images/rosco-leko/technician.jpg | Bin 2066996 -> 0 bytes public/images/rosco-leko/two-of-them.jpg | Bin 2525676 -> 0 bytes resources/views/components/navigation.blade.php | 2 +- resources/views/pandamonium.blade.php | 13 +++++++++++++ resources/views/rosco-leko.blade.php | 13 ------------- routes/web.php | 2 +- 21 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 public/images/pandamonium/filters.jpg create mode 100644 public/images/pandamonium/gel-drawer.jpg create mode 100644 public/images/pandamonium/lxdesk.jpg create mode 100644 public/images/pandamonium/pa_meister.jpg create mode 100644 public/images/pandamonium/projectionist.jpg create mode 100644 public/images/pandamonium/technician.jpg create mode 100644 public/images/pandamonium/three-of-them.jpg create mode 100644 public/images/pandamonium/two-of-them.jpg delete mode 100644 public/images/rosco-leko/filters.jpg delete mode 100644 public/images/rosco-leko/gel-drawer.jpg delete mode 100644 public/images/rosco-leko/lxdesk.jpg delete mode 100644 public/images/rosco-leko/pa_meister.jpg delete mode 100644 public/images/rosco-leko/projectionist.jpg delete mode 100644 public/images/rosco-leko/technician.jpg delete mode 100644 public/images/rosco-leko/two-of-them.jpg create mode 100644 resources/views/pandamonium.blade.php delete mode 100644 resources/views/rosco-leko.blade.php diff --git a/app/Http/Controllers/RoscoLekoController.php b/app/Http/Controllers/RoscoLekoController.php index 7058a26..7244ffc 100644 --- a/app/Http/Controllers/RoscoLekoController.php +++ b/app/Http/Controllers/RoscoLekoController.php @@ -8,7 +8,7 @@ use Illuminate\View\View; class RoscoLekoController extends Controller { public function getImages(): array { $images = []; - foreach (File::glob(public_path('images/rosco-leko').'/*') as $path) { + foreach (File::glob(public_path('images/pandamonium').'/*') as $path) { $image_data = []; try { $exif = exif_read_data($path); @@ -41,7 +41,7 @@ class RoscoLekoController extends Controller { * @return View */ public function show(): View { - return view('rosco-leko', [ + return view('pandamonium', [ 'images' => $this->getImages(), ]); } diff --git a/config/app.php b/config/app.php index 92bec1a..06d71bb 100644 --- a/config/app.php +++ b/config/app.php @@ -4,8 +4,8 @@ use Illuminate\Support\Facades\Facade; use Illuminate\Support\ServiceProvider; return [ - 'name' => env('APP_NAME', 'diskfloppy.me'), - 'version' => '2025.01.22', + 'name' => env('APP_NAME', 'wah.moe'), + 'version' => '2025.02.08', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), diff --git a/public/images/pandamonium/filters.jpg b/public/images/pandamonium/filters.jpg new file mode 100644 index 0000000..a19d958 Binary files /dev/null and b/public/images/pandamonium/filters.jpg differ diff --git a/public/images/pandamonium/gel-drawer.jpg b/public/images/pandamonium/gel-drawer.jpg new file mode 100644 index 0000000..abdcc51 Binary files /dev/null and b/public/images/pandamonium/gel-drawer.jpg differ diff --git a/public/images/pandamonium/lxdesk.jpg b/public/images/pandamonium/lxdesk.jpg new file mode 100644 index 0000000..c85da3d Binary files /dev/null and b/public/images/pandamonium/lxdesk.jpg differ diff --git a/public/images/pandamonium/pa_meister.jpg b/public/images/pandamonium/pa_meister.jpg new file mode 100644 index 0000000..4a50065 Binary files /dev/null and b/public/images/pandamonium/pa_meister.jpg differ diff --git a/public/images/pandamonium/projectionist.jpg b/public/images/pandamonium/projectionist.jpg new file mode 100644 index 0000000..dcb1186 Binary files /dev/null and b/public/images/pandamonium/projectionist.jpg differ diff --git a/public/images/pandamonium/technician.jpg b/public/images/pandamonium/technician.jpg new file mode 100644 index 0000000..29b9e92 Binary files /dev/null and b/public/images/pandamonium/technician.jpg differ diff --git a/public/images/pandamonium/three-of-them.jpg b/public/images/pandamonium/three-of-them.jpg new file mode 100644 index 0000000..1f7eee0 Binary files /dev/null and b/public/images/pandamonium/three-of-them.jpg differ diff --git a/public/images/pandamonium/two-of-them.jpg b/public/images/pandamonium/two-of-them.jpg new file mode 100644 index 0000000..f149d73 Binary files /dev/null and b/public/images/pandamonium/two-of-them.jpg differ diff --git a/public/images/rosco-leko/filters.jpg b/public/images/rosco-leko/filters.jpg deleted file mode 100644 index a19d958..0000000 Binary files a/public/images/rosco-leko/filters.jpg and /dev/null differ diff --git a/public/images/rosco-leko/gel-drawer.jpg b/public/images/rosco-leko/gel-drawer.jpg deleted file mode 100644 index abdcc51..0000000 Binary files a/public/images/rosco-leko/gel-drawer.jpg and /dev/null differ diff --git a/public/images/rosco-leko/lxdesk.jpg b/public/images/rosco-leko/lxdesk.jpg deleted file mode 100644 index c85da3d..0000000 Binary files a/public/images/rosco-leko/lxdesk.jpg and /dev/null differ diff --git a/public/images/rosco-leko/pa_meister.jpg b/public/images/rosco-leko/pa_meister.jpg deleted file mode 100644 index 4a50065..0000000 Binary files a/public/images/rosco-leko/pa_meister.jpg and /dev/null differ diff --git a/public/images/rosco-leko/projectionist.jpg b/public/images/rosco-leko/projectionist.jpg deleted file mode 100644 index dcb1186..0000000 Binary files a/public/images/rosco-leko/projectionist.jpg and /dev/null differ diff --git a/public/images/rosco-leko/technician.jpg b/public/images/rosco-leko/technician.jpg deleted file mode 100644 index 29b9e92..0000000 Binary files a/public/images/rosco-leko/technician.jpg and /dev/null differ diff --git a/public/images/rosco-leko/two-of-them.jpg b/public/images/rosco-leko/two-of-them.jpg deleted file mode 100644 index f149d73..0000000 Binary files a/public/images/rosco-leko/two-of-them.jpg and /dev/null differ diff --git a/resources/views/components/navigation.blade.php b/resources/views/components/navigation.blade.php index 5fa3f28..d7bf7e0 100644 --- a/resources/views/components/navigation.blade.php +++ b/resources/views/components/navigation.blade.php @@ -7,5 +7,5 @@ bookmarks | guestbook | music | - rosco & leko + pandamonium diff --git a/resources/views/pandamonium.blade.php b/resources/views/pandamonium.blade.php new file mode 100644 index 0000000..fc21aab --- /dev/null +++ b/resources/views/pandamonium.blade.php @@ -0,0 +1,13 @@ + + Rosco and Leko + + diff --git a/resources/views/rosco-leko.blade.php b/resources/views/rosco-leko.blade.php deleted file mode 100644 index fc21aab..0000000 --- a/resources/views/rosco-leko.blade.php +++ /dev/null @@ -1,13 +0,0 @@ - - Rosco and Leko - - diff --git a/routes/web.php b/routes/web.php index 7f32c3d..18c0440 100644 --- a/routes/web.php +++ b/routes/web.php @@ -22,7 +22,7 @@ Route::get('/', [HomeController::class, 'show']); Route::get('/bookmarks', [BookmarksController::class, 'show']); Route::get('/guestbook', [GuestbookController::class, 'show']); Route::get('/music', [MusicController::class, 'show']); -Route::get('/rosco-leko', [RoscoLekoController::class, 'show']); +Route::get('/pandamonium', [RoscoLekoController::class, 'show']); Route::post('/guestbook', [GuestbookController::class, 'addEntry']) ->middleware('validator') ->middleware('rate_limit'); -- cgit v1.2.3-54-g00ecf