diff --git a/app/Http/Controllers/RoscoController.php b/app/Http/Controllers/RoscoController.php deleted file mode 100644 index 9986831..0000000 --- a/app/Http/Controllers/RoscoController.php +++ /dev/null @@ -1,48 +0,0 @@ - $dateA; - }); - - return $images; - } - - /** - * Shows the page - * @return View - */ - public function show(): View { - return view('rosco', [ - 'images' => $this->getImages(), - ]); - } -} diff --git a/composer.json b/composer.json index 70d6a36..7c71732 100644 --- a/composer.json +++ b/composer.json @@ -8,15 +8,13 @@ "php": "^8.1", "gecche/laravel-multidomain": "^10.2", "guzzlehttp/guzzle": "^7.2", - "intervention/image": "^3.9", "laravel/framework": "^10.10", "laravel/tinker": "^2.8", "scrivo/highlight.php": "v9.18.1.10", "sentry/sentry-laravel": "^4.1", "spatie/laravel-honeypot": "^4.3", "spatie/laravel-html": "^3.4", - "ua-parser/uap-php": "^3.9.14", - "ext-exif": "*" + "ua-parser/uap-php": "^3.9.14" }, "require-dev": { "fakerphp/faker": "^1.9.1", diff --git a/composer.lock b/composer.lock index ec949cf..5e98536 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9bdf6eb9bee36a39d65606daa89e30ee", + "content-hash": "9ebfe85d188a66c9ab775b795cc6c06c", "packages": [ { "name": "brick/math", @@ -1191,150 +1191,6 @@ ], "time": "2023-12-03T19:50:20+00:00" }, - { - "name": "intervention/gif", - "version": "4.2.0", - "source": { - "type": "git", - "url": "https://github.com/Intervention/gif.git", - "reference": "42c131a31b93c440ad49061b599fa218f06f93be" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Intervention/gif/zipball/42c131a31b93c440ad49061b599fa218f06f93be", - "reference": "42c131a31b93c440ad49061b599fa218f06f93be", - "shasum": "" - }, - "require": { - "php": "^8.1" - }, - "require-dev": { - "phpstan/phpstan": "^1", - "phpunit/phpunit": "^10.0", - "slevomat/coding-standard": "~8.0", - "squizlabs/php_codesniffer": "^3.8" - }, - "type": "library", - "autoload": { - "psr-4": { - "Intervention\\Gif\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Oliver Vogel", - "email": "oliver@intervention.io", - "homepage": "https://intervention.io/" - } - ], - "description": "Native PHP GIF Encoder/Decoder", - "homepage": "https://github.com/intervention/gif", - "keywords": [ - "animation", - "gd", - "gif", - "image" - ], - "support": { - "issues": "https://github.com/Intervention/gif/issues", - "source": "https://github.com/Intervention/gif/tree/4.2.0" - }, - "funding": [ - { - "url": "https://paypal.me/interventionio", - "type": "custom" - }, - { - "url": "https://github.com/Intervention", - "type": "github" - }, - { - "url": "https://ko-fi.com/interventionphp", - "type": "ko_fi" - } - ], - "time": "2024-09-20T13:35:02+00:00" - }, - { - "name": "intervention/image", - "version": "3.9.1", - "source": { - "type": "git", - "url": "https://github.com/Intervention/image.git", - "reference": "b496d1f6b9f812f96166623358dfcafb8c3b1683" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Intervention/image/zipball/b496d1f6b9f812f96166623358dfcafb8c3b1683", - "reference": "b496d1f6b9f812f96166623358dfcafb8c3b1683", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "intervention/gif": "^4.2", - "php": "^8.1" - }, - "require-dev": { - "mockery/mockery": "^1.6", - "phpstan/phpstan": "^1", - "phpunit/phpunit": "^10.0", - "slevomat/coding-standard": "~8.0", - "squizlabs/php_codesniffer": "^3.8" - }, - "suggest": { - "ext-exif": "Recommended to be able to read EXIF data properly." - }, - "type": "library", - "autoload": { - "psr-4": { - "Intervention\\Image\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Oliver Vogel", - "email": "oliver@intervention.io", - "homepage": "https://intervention.io/" - } - ], - "description": "PHP image manipulation", - "homepage": "https://image.intervention.io/", - "keywords": [ - "gd", - "image", - "imagick", - "resize", - "thumbnail", - "watermark" - ], - "support": { - "issues": "https://github.com/Intervention/image/issues", - "source": "https://github.com/Intervention/image/tree/3.9.1" - }, - "funding": [ - { - "url": "https://paypal.me/interventionio", - "type": "custom" - }, - { - "url": "https://github.com/Intervention", - "type": "github" - }, - { - "url": "https://ko-fi.com/interventionphp", - "type": "ko_fi" - } - ], - "time": "2024-10-27T10:15:54+00:00" - }, { "name": "jean85/pretty-package-versions", "version": "2.0.6", @@ -9231,12 +9087,12 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": { "php": "^8.1" }, - "platform-dev": {}, + "platform-dev": [], "plugin-api-version": "2.6.0" } diff --git a/config/app.php b/config/app.php index 2e67289..72e11a5 100644 --- a/config/app.php +++ b/config/app.php @@ -5,7 +5,7 @@ return [ 'name' => env('APP_NAME', 'diskfloppy.me'), - 'version' => '2024.12.07', + 'version' => '2024.08.30', '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 9bd583b..51b6bbd 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -21,7 +21,6 @@ body { min-height: 100%; background-color: hsla(0, 0%, 0%, 0); padding: 10px; - font-family: serif; } /*noinspection CssUnknownTarget*/ @@ -112,28 +111,6 @@ div#content::after { clear: both; } -div#footer { - display: grid; - grid-template-columns: auto 1fr; - grid-template-rows: 1fr; - grid-column-gap: 0px; - grid-row-gap: 0px; - align-items: center; -} - -div#footer div:last-child { - text-align: right; -} - -div#footer div:last-child img { - image-rendering: pixelated; - margin: 0; - padding: 0; - width: 88px; - height: 31px; -} - -/** Wah! **/ div.wah { float: right; border: var(--border); @@ -161,6 +138,27 @@ div.wah img { width: 250px; } +div#footer { + display: grid; + grid-template-columns: auto 1fr; + grid-template-rows: 1fr; + grid-column-gap: 0px; + grid-row-gap: 0px; + align-items: center; +} + +div#footer div:last-child { + text-align: right; +} + +div#footer div:last-child img { + image-rendering: pixelated; + margin: 0; + padding: 0; + width: 88px; + height: 31px; +} + /** Guestbook **/ table.form input, table.form textarea, @@ -237,25 +235,3 @@ table.music-top10 tr td:first-child { div.bookmark-category:first-child h2 { margin: 0; } - - -/** Rosco **/ -div.rosco-gallery { - display: flex; - flex-wrap: wrap; - align-items: flex-start; -} - -div.rosco { - border: var(--border); - padding: 5px; - filter: var(--shadow-small); - background-color: var(--background); - margin: 10px; - height: auto; -} - -div.rosco, -div.rosco img { - max-width: 220px; -} diff --git a/public/images/rosco/filters.jpg b/public/images/rosco/filters.jpg deleted file mode 100644 index a19d958..0000000 Binary files a/public/images/rosco/filters.jpg and /dev/null differ diff --git a/public/images/rosco/gel-drawer.jpg b/public/images/rosco/gel-drawer.jpg deleted file mode 100644 index abdcc51..0000000 Binary files a/public/images/rosco/gel-drawer.jpg and /dev/null differ diff --git a/public/images/rosco/lxdesk.jpg b/public/images/rosco/lxdesk.jpg deleted file mode 100644 index c85da3d..0000000 Binary files a/public/images/rosco/lxdesk.jpg and /dev/null differ diff --git a/public/images/rosco/projectionist.jpg b/public/images/rosco/projectionist.jpg deleted file mode 100644 index dcb1186..0000000 Binary files a/public/images/rosco/projectionist.jpg and /dev/null differ diff --git a/public/images/rosco/technician.jpeg b/public/images/rosco/technician.jpeg deleted file mode 100644 index 29b9e92..0000000 Binary files a/public/images/rosco/technician.jpeg and /dev/null differ diff --git a/resources/views/components/navigation.blade.php b/resources/views/components/navigation.blade.php index 52d97b4..502dd35 100644 --- a/resources/views/components/navigation.blade.php +++ b/resources/views/components/navigation.blade.php @@ -5,6 +5,5 @@ files | bookmarks | guestbook | - music | - rosco + music diff --git a/resources/views/computers.blade.php b/resources/views/computers.blade.php new file mode 100644 index 0000000..4d3457e --- /dev/null +++ b/resources/views/computers.blade.php @@ -0,0 +1,253 @@ + + Computers +

TBD

+{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{--
MODELCPUGPUSTORAGERAMOS
Random Whitebox
(???)
486DX2280MB HDD16MBMS-DOS 6.22 & Windows for Workgroups 3.11
MacBook Pro 14"
(2023)
M3 Pro500GB SSD18GBmacOS Sonoma
MacBook Pro 13"
(2018)
Intel i5-8592U (2.3GHz)Intel Iris Plus 655250GB SSD8GBmacOS Mojave
Lenovo ThinkPad T430
(2012)
Intel Core i7 (idk what it is)16GBWindows 7 Pro / NixOS
IBM ThinkPad X41T
(2005)
Intel Pentium M (1.6GHz)Mobile Intel Express Chipset (128MB)40GB HDD1.5GBWindows XP Tablet PC Edition
Dell OptiPlex GX1
(1999)
Intel Pentium II (Deschutes, 400MHz)ATI 3D Rage Pro (4MB)40GB HDD639MBWindows 2000
IBM ThinkPad T40
(2003)
Intel Pentium M (1.3GHz)ATI Mobility Radeon 7500 (32MB)N/AN/AN/A
HP Compaq Elite 8100
(2010)
Intel Core i7 (something or other)16GBWindows Vista Ultimate (64-bit)
Mac mini
(2014)
Intel Core i5-4278U (2.6GHz)Intel Iris Graphics1TB HDD8GBProxmox VE 8.2
Fujitsu Milan
(1996)
Intel Pentium1215MB HDD32MBWindows 98 SE
Compaq Armada M300
(1999)
Intel Pentium III
SuperMicro X9SCMIntel Pentium G850 (2.9GHz)Matrox MGA G6200eW2TB HDD / 80GB HDD16GBProxmox VE 8.2
Main PCIntel Core i7-6700K (4GHz)NVidia GTX 1060 (3GB)(multiple)64GBWindows 10 Pro / NixOS
Toshiba Qosmio F20
(2005)
N/AN/A
MacBook Pro 13"
(2009)
N/AN/A
Packard-Bell EasyNote MIT-LYN01
(???)
Windows XP Home
Sony VAIO PCG-3B1M
(???)
Windows Vista
Dell OptiPlex 745 USFF
(2006)
Intel Pentium Dual CoreIntel Integrated(multiple)4GB(multiple)
Dell Inspiron 1525
(2008)
N/AN/A
Random Whitebox 2AMD Phenom II X6-1055T8GBN/A
Dell Latitude D531
(2007)
Windows XP Professional
IBM ThinkPad R40
(2003)
Windows 2000
Dell Latitude CPi
(2001)
Windows 2000
Dell Latitude CPx
(1999)
Windows 98 SE
Dell Latitude 4898T
(???)
N/AN/A
Time 8375
(???)
N/AN/A
Toshiba Satellite 200CDS
(1996)
HP Compaq NC6000
(2004)
N/AN/A
IBM Personal Computer 330
(1997)
Intel PentiumN/AN/A
Shuttle XPC SN21G5
(2006)
AMD Athlon 64 X2N/AN/A
--}} +
diff --git a/resources/views/privacy.blade.php b/resources/views/privacy.blade.php new file mode 100644 index 0000000..0d0ebfa --- /dev/null +++ b/resources/views/privacy.blade.php @@ -0,0 +1,26 @@ + + Privacy +
+

What am I doing with your data?

+
+

1. What's collected?

+

This site uses the Apache2 webserver and thus, for every request received, the following is logged:

+ +

My website doesn't collect any more than stated above (except MediaWiki maybe)


+

2. Why are logs kept?

+

So I can examine and prevent attacks such as spam or DDoS-ing attempts


+

3. When are the logs analyzed?

+

Usually, unless I suspect an attack of some kind, I won't actively spend hours perusing the logs.


+

4. Can I opt-out?

+

Maybe? If you want to, you can email wehmaster@weh.moe and I'll try and sort it out as fast as possible (assuming I can figure out how)


+
Any outlinks and hotlinked/embedded resources are subject to their own privacy policies and have nothing to do with me.
+
Last updated: September 9th, 2024
+
+
diff --git a/resources/views/rosco.blade.php b/resources/views/rosco.blade.php deleted file mode 100644 index c834b67..0000000 --- a/resources/views/rosco.blade.php +++ /dev/null @@ -1,13 +0,0 @@ - - Rosco - - diff --git a/routes/web.php b/routes/web.php index 8af223c..af97484 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1,11 +1,12 @@ middleware('rate_limit');