aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoscoeDaWah <roscoe@wah.moe>2025-02-08 00:36:23 +0000
committerRoscoeDaWah <roscoe@wah.moe>2025-02-08 00:36:23 +0000
commit93a2b9c0b5991b9418c24a41ca8fd6e481a36597 (patch)
treec2d4b4d5f8465068cf9646ba3afd534604e6ce2b
parentcaba5377e3e22acb66dcb7a88487b5754e36d648 (diff)
THREE OF THEM!
-rw-r--r--app/Http/Controllers/RoscoLekoController.php4
-rw-r--r--config/app.php4
-rw-r--r--public/images/pandamonium/filters.jpg (renamed from public/images/rosco-leko/filters.jpg)bin551395 -> 551395 bytes
-rw-r--r--public/images/pandamonium/gel-drawer.jpg (renamed from public/images/rosco-leko/gel-drawer.jpg)bin600658 -> 600658 bytes
-rw-r--r--public/images/pandamonium/lxdesk.jpg (renamed from public/images/rosco-leko/lxdesk.jpg)bin764019 -> 764019 bytes
-rw-r--r--public/images/pandamonium/pa_meister.jpg (renamed from public/images/rosco-leko/pa_meister.jpg)bin6907549 -> 6907549 bytes
-rw-r--r--public/images/pandamonium/projectionist.jpg (renamed from public/images/rosco-leko/projectionist.jpg)bin431758 -> 431758 bytes
-rw-r--r--public/images/pandamonium/technician.jpg (renamed from public/images/rosco-leko/technician.jpg)bin2066996 -> 2066996 bytes
-rw-r--r--public/images/pandamonium/three-of-them.jpgbin0 -> 584291 bytes
-rw-r--r--public/images/pandamonium/two-of-them.jpg (renamed from public/images/rosco-leko/two-of-them.jpg)bin2525676 -> 2525676 bytes
-rw-r--r--resources/views/components/navigation.blade.php2
-rw-r--r--resources/views/pandamonium.blade.php (renamed from resources/views/rosco-leko.blade.php)0
-rw-r--r--routes/web.php2
13 files changed, 6 insertions, 6 deletions
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/rosco-leko/filters.jpg b/public/images/pandamonium/filters.jpg
index a19d958..a19d958 100644
--- a/public/images/rosco-leko/filters.jpg
+++ b/public/images/pandamonium/filters.jpg
Binary files differ
diff --git a/public/images/rosco-leko/gel-drawer.jpg b/public/images/pandamonium/gel-drawer.jpg
index abdcc51..abdcc51 100644
--- a/public/images/rosco-leko/gel-drawer.jpg
+++ b/public/images/pandamonium/gel-drawer.jpg
Binary files differ
diff --git a/public/images/rosco-leko/lxdesk.jpg b/public/images/pandamonium/lxdesk.jpg
index c85da3d..c85da3d 100644
--- a/public/images/rosco-leko/lxdesk.jpg
+++ b/public/images/pandamonium/lxdesk.jpg
Binary files differ
diff --git a/public/images/rosco-leko/pa_meister.jpg b/public/images/pandamonium/pa_meister.jpg
index 4a50065..4a50065 100644
--- a/public/images/rosco-leko/pa_meister.jpg
+++ b/public/images/pandamonium/pa_meister.jpg
Binary files differ
diff --git a/public/images/rosco-leko/projectionist.jpg b/public/images/pandamonium/projectionist.jpg
index dcb1186..dcb1186 100644
--- a/public/images/rosco-leko/projectionist.jpg
+++ b/public/images/pandamonium/projectionist.jpg
Binary files differ
diff --git a/public/images/rosco-leko/technician.jpg b/public/images/pandamonium/technician.jpg
index 29b9e92..29b9e92 100644
--- a/public/images/rosco-leko/technician.jpg
+++ b/public/images/pandamonium/technician.jpg
Binary files 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
--- /dev/null
+++ b/public/images/pandamonium/three-of-them.jpg
Binary files differ
diff --git a/public/images/rosco-leko/two-of-them.jpg b/public/images/pandamonium/two-of-them.jpg
index f149d73..f149d73 100644
--- a/public/images/rosco-leko/two-of-them.jpg
+++ b/public/images/pandamonium/two-of-them.jpg
Binary files 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 @@
<a href="/bookmarks">bookmarks</a> |
<a href="/guestbook">guestbook</a> |
<a href="/music">music</a> |
- <a href="/rosco-leko">rosco &amp; leko</a>
+ <a href="/pandamonium">pandamonium</a>
</nav>
diff --git a/resources/views/rosco-leko.blade.php b/resources/views/pandamonium.blade.php
index fc21aab..fc21aab 100644
--- a/resources/views/rosco-leko.blade.php
+++ b/resources/views/pandamonium.blade.php
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');