aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/View/Components/Navbar.php2
-rw-r--r--composer.lock389
-rw-r--r--public/css/colorschemes/catppuccin-frappe.css96
-rw-r--r--public/css/colorschemes/catppuccin-latte.css96
-rw-r--r--public/css/colorschemes/catppuccin-macchiato.css96
-rw-r--r--public/css/colorschemes/catppuccin-mocha.css96
-rw-r--r--public/css/master.css504
-rw-r--r--public/fonts/BigBlue_TerminalPlus.woffbin0 -> 21912 bytes
-rw-r--r--public/fonts/BigBlue_TerminalPlus.woff2bin0 -> 14420 bytes
-rw-r--r--public/fonts/Pixel_NES.eotbin0 -> 19594 bytes
-rw-r--r--public/fonts/Pixel_NES.ttfbin0 -> 19352 bytes
-rw-r--r--public/fonts/Pixel_NES.woffbin0 -> 6676 bytes
-rw-r--r--public/fonts/Web437_NEC_APC3_8x16.woffbin0 -> 10988 bytes
-rw-r--r--public/fonts/Web437_Nix8810_M16.woffbin0 -> 10148 bytes
-rw-r--r--public/js/liveClock.js10
-rw-r--r--public/js/randomQuote.js69
-rw-r--r--resources/views/bookmarks.blade.php2
-rw-r--r--resources/views/components/layout.blade.php138
-rw-r--r--resources/views/components/navbar.blade.php16
-rw-r--r--resources/views/components/navigation.blade.php30
-rw-r--r--resources/views/components/online-status.blade.php3
-rw-r--r--resources/views/components/settings.blade.php37
-rw-r--r--resources/views/components/weather.blade.php7
-rw-r--r--resources/views/guestbook.blade.php32
-rw-r--r--resources/views/home.blade.php26
25 files changed, 938 insertions, 711 deletions
diff --git a/app/View/Components/Navbar.php b/app/View/Components/Navbar.php
index a19db3b..7f119fe 100644
--- a/app/View/Components/Navbar.php
+++ b/app/View/Components/Navbar.php
@@ -22,6 +22,6 @@ class Navbar extends Component
*/
public function render(): View|Closure|string
{
- return view('components.navbar');
+ return view('components.navigation');
}
}
diff --git a/composer.lock b/composer.lock
index 6025200..5e98536 100644
--- a/composer.lock
+++ b/composer.lock
@@ -720,24 +720,24 @@
},
{
"name": "graham-campbell/result-type",
- "version": "v1.1.2",
+ "version": "v1.1.3",
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Result-Type.git",
- "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862"
+ "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862",
- "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862",
+ "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
+ "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
- "phpoption/phpoption": "^1.9.2"
+ "phpoption/phpoption": "^1.9.3"
},
"require-dev": {
- "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
+ "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
},
"type": "library",
"autoload": {
@@ -766,7 +766,7 @@
],
"support": {
"issues": "https://github.com/GrahamCampbell/Result-Type/issues",
- "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2"
+ "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
},
"funding": [
{
@@ -778,26 +778,26 @@
"type": "tidelift"
}
],
- "time": "2023-11-12T22:16:48+00:00"
+ "time": "2024-07-20T21:45:45+00:00"
},
{
"name": "guzzlehttp/guzzle",
- "version": "7.8.1",
+ "version": "7.9.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
- "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
+ "reference": "d281ed313b989f213357e3be1a179f02196ac99b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
- "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b",
+ "reference": "d281ed313b989f213357e3be1a179f02196ac99b",
"shasum": ""
},
"require": {
"ext-json": "*",
- "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
- "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
+ "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
+ "guzzlehttp/psr7": "^2.7.0",
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
@@ -808,9 +808,9 @@
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"ext-curl": "*",
- "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
+ "guzzle/client-integration-tests": "3.0.2",
"php-http/message-factory": "^1.1",
- "phpunit/phpunit": "^8.5.36 || ^9.6.15",
+ "phpunit/phpunit": "^8.5.39 || ^9.6.20",
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
"suggest": {
@@ -888,7 +888,7 @@
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
- "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
+ "source": "https://github.com/guzzle/guzzle/tree/7.9.2"
},
"funding": [
{
@@ -904,20 +904,20 @@
"type": "tidelift"
}
],
- "time": "2023-12-03T20:35:24+00:00"
+ "time": "2024-07-24T11:22:20+00:00"
},
{
"name": "guzzlehttp/promises",
- "version": "2.0.2",
+ "version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
- "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
+ "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
- "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
+ "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
"shasum": ""
},
"require": {
@@ -925,7 +925,7 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
- "phpunit/phpunit": "^8.5.36 || ^9.6.15"
+ "phpunit/phpunit": "^8.5.39 || ^9.6.20"
},
"type": "library",
"extra": {
@@ -971,7 +971,7 @@
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
- "source": "https://github.com/guzzle/promises/tree/2.0.2"
+ "source": "https://github.com/guzzle/promises/tree/2.0.3"
},
"funding": [
{
@@ -987,20 +987,20 @@
"type": "tidelift"
}
],
- "time": "2023-12-03T20:19:20+00:00"
+ "time": "2024-07-18T10:29:17+00:00"
},
{
"name": "guzzlehttp/psr7",
- "version": "2.6.2",
+ "version": "2.7.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
- "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
+ "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
- "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
+ "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
"shasum": ""
},
"require": {
@@ -1015,8 +1015,8 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
- "http-interop/http-factory-tests": "^0.9",
- "phpunit/phpunit": "^8.5.36 || ^9.6.15"
+ "http-interop/http-factory-tests": "0.9.0",
+ "phpunit/phpunit": "^8.5.39 || ^9.6.20"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
@@ -1087,7 +1087,7 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
- "source": "https://github.com/guzzle/psr7/tree/2.6.2"
+ "source": "https://github.com/guzzle/psr7/tree/2.7.0"
},
"funding": [
{
@@ -1103,7 +1103,7 @@
"type": "tidelift"
}
],
- "time": "2023-12-03T20:05:35+00:00"
+ "time": "2024-07-18T11:15:46+00:00"
},
{
"name": "guzzlehttp/uri-template",
@@ -1252,16 +1252,16 @@
},
{
"name": "laravel/framework",
- "version": "v10.48.16",
+ "version": "v10.48.19",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
- "reference": "f9a3a50fae399d75e125b0eea637dda90c99eae7"
+ "reference": "d816681a99a8fe2ea42fdf793b401dd3b34775a7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel/framework/zipball/f9a3a50fae399d75e125b0eea637dda90c99eae7",
- "reference": "f9a3a50fae399d75e125b0eea637dda90c99eae7",
+ "url": "https://api.github.com/repos/laravel/framework/zipball/d816681a99a8fe2ea42fdf793b401dd3b34775a7",
+ "reference": "d816681a99a8fe2ea42fdf793b401dd3b34775a7",
"shasum": ""
},
"require": {
@@ -1455,7 +1455,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2024-07-09T15:25:22+00:00"
+ "time": "2024-08-06T14:06:43+00:00"
},
{
"name": "laravel/prompts",
@@ -1517,26 +1517,27 @@
},
{
"name": "laravel/serializable-closure",
- "version": "v1.3.3",
+ "version": "v1.3.4",
"source": {
"type": "git",
"url": "https://github.com/laravel/serializable-closure.git",
- "reference": "3dbf8a8e914634c48d389c1234552666b3d43754"
+ "reference": "61b87392d986dc49ad5ef64e75b1ff5fee24ef81"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/3dbf8a8e914634c48d389c1234552666b3d43754",
- "reference": "3dbf8a8e914634c48d389c1234552666b3d43754",
+ "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/61b87392d986dc49ad5ef64e75b1ff5fee24ef81",
+ "reference": "61b87392d986dc49ad5ef64e75b1ff5fee24ef81",
"shasum": ""
},
"require": {
"php": "^7.3|^8.0"
},
"require-dev": {
- "nesbot/carbon": "^2.61",
+ "illuminate/support": "^8.0|^9.0|^10.0|^11.0",
+ "nesbot/carbon": "^2.61|^3.0",
"pestphp/pest": "^1.21.3",
"phpstan/phpstan": "^1.8.2",
- "symfony/var-dumper": "^5.4.11"
+ "symfony/var-dumper": "^5.4.11|^6.2.0|^7.0.0"
},
"type": "library",
"extra": {
@@ -1573,7 +1574,7 @@
"issues": "https://github.com/laravel/serializable-closure/issues",
"source": "https://github.com/laravel/serializable-closure"
},
- "time": "2023-11-08T14:08:06+00:00"
+ "time": "2024-08-02T07:48:17+00:00"
},
{
"name": "laravel/tinker",
@@ -1643,16 +1644,16 @@
},
{
"name": "league/commonmark",
- "version": "2.4.2",
+ "version": "2.5.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
- "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf"
+ "reference": "ac815920de0eff6de947eac0a6a94e5ed0fb147c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/91c24291965bd6d7c46c46a12ba7492f83b1cadf",
- "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf",
+ "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/ac815920de0eff6de947eac0a6a94e5ed0fb147c",
+ "reference": "ac815920de0eff6de947eac0a6a94e5ed0fb147c",
"shasum": ""
},
"require": {
@@ -1665,8 +1666,8 @@
},
"require-dev": {
"cebe/markdown": "^1.0",
- "commonmark/cmark": "0.30.3",
- "commonmark/commonmark.js": "0.30.0",
+ "commonmark/cmark": "0.31.0",
+ "commonmark/commonmark.js": "0.31.0",
"composer/package-versions-deprecated": "^1.8",
"embed/embed": "^4.4",
"erusev/parsedown": "^1.0",
@@ -1688,7 +1689,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "2.5-dev"
+ "dev-main": "2.6-dev"
}
},
"autoload": {
@@ -1745,7 +1746,7 @@
"type": "tidelift"
}
],
- "time": "2024-02-02T11:59:32+00:00"
+ "time": "2024-07-24T12:52:09+00:00"
},
{
"name": "league/config",
@@ -2289,20 +2290,20 @@
},
{
"name": "nette/utils",
- "version": "v4.0.4",
+ "version": "v4.0.5",
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
- "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218"
+ "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
- "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
+ "url": "https://api.github.com/repos/nette/utils/zipball/736c567e257dbe0fcf6ce81b4d6dbe05c6899f96",
+ "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96",
"shasum": ""
},
"require": {
- "php": ">=8.0 <8.4"
+ "php": "8.0 - 8.4"
},
"conflict": {
"nette/finder": "<3",
@@ -2369,9 +2370,9 @@
],
"support": {
"issues": "https://github.com/nette/utils/issues",
- "source": "https://github.com/nette/utils/tree/v4.0.4"
+ "source": "https://github.com/nette/utils/tree/v4.0.5"
},
- "time": "2024-01-17T16:50:36+00:00"
+ "time": "2024-08-07T15:39:19+00:00"
},
{
"name": "nikic/php-parser",
@@ -2597,16 +2598,16 @@
},
{
"name": "phpoption/phpoption",
- "version": "1.9.2",
+ "version": "1.9.3",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
- "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820"
+ "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820",
- "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820",
+ "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
+ "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
"shasum": ""
},
"require": {
@@ -2614,13 +2615,13 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
- "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
+ "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
- "forward-command": true
+ "forward-command": false
},
"branch-alias": {
"dev-master": "1.9-dev"
@@ -2656,7 +2657,7 @@
],
"support": {
"issues": "https://github.com/schmittjoh/php-option/issues",
- "source": "https://github.com/schmittjoh/php-option/tree/1.9.2"
+ "source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
},
"funding": [
{
@@ -2668,7 +2669,7 @@
"type": "tidelift"
}
],
- "time": "2023-11-12T21:59:55+00:00"
+ "time": "2024-07-20T21:41:07+00:00"
},
{
"name": "psr/clock",
@@ -3466,16 +3467,16 @@
},
{
"name": "sentry/sentry",
- "version": "4.8.0",
+ "version": "4.8.1",
"source": {
"type": "git",
"url": "https://github.com/getsentry/sentry-php.git",
- "reference": "3cf5778ff425a23f2d22ed41b423691d36f47163"
+ "reference": "61770efd8b7888e0bdd7d234f0ba67b066e47d04"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/3cf5778ff425a23f2d22ed41b423691d36f47163",
- "reference": "3cf5778ff425a23f2d22ed41b423691d36f47163",
+ "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/61770efd8b7888e0bdd7d234f0ba67b066e47d04",
+ "reference": "61770efd8b7888e0bdd7d234f0ba67b066e47d04",
"shasum": ""
},
"require": {
@@ -3539,7 +3540,7 @@
],
"support": {
"issues": "https://github.com/getsentry/sentry-php/issues",
- "source": "https://github.com/getsentry/sentry-php/tree/4.8.0"
+ "source": "https://github.com/getsentry/sentry-php/tree/4.8.1"
},
"funding": [
{
@@ -3551,20 +3552,20 @@
"type": "custom"
}
],
- "time": "2024-06-05T13:18:43+00:00"
+ "time": "2024-07-16T13:45:27+00:00"
},
{
"name": "sentry/sentry-laravel",
- "version": "4.6.1",
+ "version": "4.7.1",
"source": {
"type": "git",
"url": "https://github.com/getsentry/sentry-laravel.git",
- "reference": "7f5fd9f362e440c4c0c492f386b93095321f9101"
+ "reference": "d70415f19f35806acee5bcbc7403e9cb8fb5252c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/7f5fd9f362e440c4c0c492f386b93095321f9101",
- "reference": "7f5fd9f362e440c4c0c492f386b93095321f9101",
+ "url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/d70415f19f35806acee5bcbc7403e9cb8fb5252c",
+ "reference": "d70415f19f35806acee5bcbc7403e9cb8fb5252c",
"shasum": ""
},
"require": {
@@ -3628,7 +3629,7 @@
],
"support": {
"issues": "https://github.com/getsentry/sentry-laravel/issues",
- "source": "https://github.com/getsentry/sentry-laravel/tree/4.6.1"
+ "source": "https://github.com/getsentry/sentry-laravel/tree/4.7.1"
},
"funding": [
{
@@ -3640,7 +3641,7 @@
"type": "custom"
}
],
- "time": "2024-06-18T15:06:09+00:00"
+ "time": "2024-07-17T13:27:43+00:00"
},
{
"name": "spatie/laravel-honeypot",
@@ -3720,16 +3721,16 @@
},
{
"name": "spatie/laravel-html",
- "version": "3.10.0",
+ "version": "3.11.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-html.git",
- "reference": "865680c6164f2e76f5d0b1ff9c2f8603778bdfc0"
+ "reference": "94f5900cedc75454800877ace9780e27d6149287"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/spatie/laravel-html/zipball/865680c6164f2e76f5d0b1ff9c2f8603778bdfc0",
- "reference": "865680c6164f2e76f5d0b1ff9c2f8603778bdfc0",
+ "url": "https://api.github.com/repos/spatie/laravel-html/zipball/94f5900cedc75454800877ace9780e27d6149287",
+ "reference": "94f5900cedc75454800877ace9780e27d6149287",
"shasum": ""
},
"require": {
@@ -3786,7 +3787,7 @@
"spatie"
],
"support": {
- "source": "https://github.com/spatie/laravel-html/tree/3.10.0"
+ "source": "https://github.com/spatie/laravel-html/tree/3.11.0"
},
"funding": [
{
@@ -3794,7 +3795,7 @@
"type": "custom"
}
],
- "time": "2024-07-03T08:46:46+00:00"
+ "time": "2024-07-16T07:58:45+00:00"
},
{
"name": "spatie/laravel-package-tools",
@@ -3858,16 +3859,16 @@
},
{
"name": "symfony/console",
- "version": "v6.4.9",
+ "version": "v6.4.10",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "6edb5363ec0c78ad4d48c5128ebf4d083d89d3a9"
+ "reference": "504974cbe43d05f83b201d6498c206f16fc0cdbc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/6edb5363ec0c78ad4d48c5128ebf4d083d89d3a9",
- "reference": "6edb5363ec0c78ad4d48c5128ebf4d083d89d3a9",
+ "url": "https://api.github.com/repos/symfony/console/zipball/504974cbe43d05f83b201d6498c206f16fc0cdbc",
+ "reference": "504974cbe43d05f83b201d6498c206f16fc0cdbc",
"shasum": ""
},
"require": {
@@ -3932,7 +3933,7 @@
"terminal"
],
"support": {
- "source": "https://github.com/symfony/console/tree/v6.4.9"
+ "source": "https://github.com/symfony/console/tree/v6.4.10"
},
"funding": [
{
@@ -3948,7 +3949,7 @@
"type": "tidelift"
}
],
- "time": "2024-06-28T09:49:33+00:00"
+ "time": "2024-07-26T12:30:32+00:00"
},
{
"name": "symfony/css-selector",
@@ -4084,16 +4085,16 @@
},
{
"name": "symfony/error-handler",
- "version": "v6.4.9",
+ "version": "v6.4.10",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
- "reference": "c9b7cc075b3ab484239855622ca05cb0b99c13ec"
+ "reference": "231f1b2ee80f72daa1972f7340297d67439224f0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/error-handler/zipball/c9b7cc075b3ab484239855622ca05cb0b99c13ec",
- "reference": "c9b7cc075b3ab484239855622ca05cb0b99c13ec",
+ "url": "https://api.github.com/repos/symfony/error-handler/zipball/231f1b2ee80f72daa1972f7340297d67439224f0",
+ "reference": "231f1b2ee80f72daa1972f7340297d67439224f0",
"shasum": ""
},
"require": {
@@ -4139,7 +4140,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/error-handler/tree/v6.4.9"
+ "source": "https://github.com/symfony/error-handler/tree/v6.4.10"
},
"funding": [
{
@@ -4155,7 +4156,7 @@
"type": "tidelift"
}
],
- "time": "2024-06-21T16:04:15+00:00"
+ "time": "2024-07-26T12:30:32+00:00"
},
{
"name": "symfony/event-dispatcher",
@@ -4315,16 +4316,16 @@
},
{
"name": "symfony/finder",
- "version": "v6.4.8",
+ "version": "v6.4.10",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
- "reference": "3ef977a43883215d560a2cecb82ec8e62131471c"
+ "reference": "af29198d87112bebdd397bd7735fbd115997824c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/3ef977a43883215d560a2cecb82ec8e62131471c",
- "reference": "3ef977a43883215d560a2cecb82ec8e62131471c",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/af29198d87112bebdd397bd7735fbd115997824c",
+ "reference": "af29198d87112bebdd397bd7735fbd115997824c",
"shasum": ""
},
"require": {
@@ -4359,7 +4360,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/finder/tree/v6.4.8"
+ "source": "https://github.com/symfony/finder/tree/v6.4.10"
},
"funding": [
{
@@ -4375,20 +4376,20 @@
"type": "tidelift"
}
],
- "time": "2024-05-31T14:49:08+00:00"
+ "time": "2024-07-24T07:06:38+00:00"
},
{
"name": "symfony/http-foundation",
- "version": "v6.4.8",
+ "version": "v6.4.10",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
- "reference": "27de8cc95e11db7a50b027e71caaab9024545947"
+ "reference": "117f1f20a7ade7bcea28b861fb79160a21a1e37b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/27de8cc95e11db7a50b027e71caaab9024545947",
- "reference": "27de8cc95e11db7a50b027e71caaab9024545947",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/117f1f20a7ade7bcea28b861fb79160a21a1e37b",
+ "reference": "117f1f20a7ade7bcea28b861fb79160a21a1e37b",
"shasum": ""
},
"require": {
@@ -4436,7 +4437,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-foundation/tree/v6.4.8"
+ "source": "https://github.com/symfony/http-foundation/tree/v6.4.10"
},
"funding": [
{
@@ -4452,20 +4453,20 @@
"type": "tidelift"
}
],
- "time": "2024-05-31T14:49:08+00:00"
+ "time": "2024-07-26T12:36:27+00:00"
},
{
"name": "symfony/http-kernel",
- "version": "v6.4.9",
+ "version": "v6.4.10",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
- "reference": "cc4a9bec6e1bdd2405f40277a68a6ed1bb393005"
+ "reference": "147e0daf618d7575b5007055340d09aece5cf068"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/cc4a9bec6e1bdd2405f40277a68a6ed1bb393005",
- "reference": "cc4a9bec6e1bdd2405f40277a68a6ed1bb393005",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/147e0daf618d7575b5007055340d09aece5cf068",
+ "reference": "147e0daf618d7575b5007055340d09aece5cf068",
"shasum": ""
},
"require": {
@@ -4550,7 +4551,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-kernel/tree/v6.4.9"
+ "source": "https://github.com/symfony/http-kernel/tree/v6.4.10"
},
"funding": [
{
@@ -4566,7 +4567,7 @@
"type": "tidelift"
}
],
- "time": "2024-06-28T11:48:06+00:00"
+ "time": "2024-07-26T14:52:04+00:00"
},
{
"name": "symfony/mailer",
@@ -5573,16 +5574,16 @@
},
{
"name": "symfony/psr-http-message-bridge",
- "version": "v7.1.1",
+ "version": "v7.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/psr-http-message-bridge.git",
- "reference": "9a5dbb606da711f5d40a7596ad577856f9402140"
+ "reference": "1365d10f5476f74a27cf9c2d1eee70c069019db0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/9a5dbb606da711f5d40a7596ad577856f9402140",
- "reference": "9a5dbb606da711f5d40a7596ad577856f9402140",
+ "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/1365d10f5476f74a27cf9c2d1eee70c069019db0",
+ "reference": "1365d10f5476f74a27cf9c2d1eee70c069019db0",
"shasum": ""
},
"require": {
@@ -5636,7 +5637,7 @@
"psr-7"
],
"support": {
- "source": "https://github.com/symfony/psr-http-message-bridge/tree/v7.1.1"
+ "source": "https://github.com/symfony/psr-http-message-bridge/tree/v7.1.3"
},
"funding": [
{
@@ -5652,20 +5653,20 @@
"type": "tidelift"
}
],
- "time": "2024-05-31T14:57:53+00:00"
+ "time": "2024-07-17T06:10:24+00:00"
},
{
"name": "symfony/routing",
- "version": "v6.4.8",
+ "version": "v6.4.10",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
- "reference": "8a40d0f9b01f0fbb80885d3ce0ad6714fb603a58"
+ "reference": "aad19fe10753ba842f0d653a8db819c4b3affa87"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/routing/zipball/8a40d0f9b01f0fbb80885d3ce0ad6714fb603a58",
- "reference": "8a40d0f9b01f0fbb80885d3ce0ad6714fb603a58",
+ "url": "https://api.github.com/repos/symfony/routing/zipball/aad19fe10753ba842f0d653a8db819c4b3affa87",
+ "reference": "aad19fe10753ba842f0d653a8db819c4b3affa87",
"shasum": ""
},
"require": {
@@ -5719,7 +5720,7 @@
"url"
],
"support": {
- "source": "https://github.com/symfony/routing/tree/v6.4.8"
+ "source": "https://github.com/symfony/routing/tree/v6.4.10"
},
"funding": [
{
@@ -5735,7 +5736,7 @@
"type": "tidelift"
}
],
- "time": "2024-05-31T14:49:08+00:00"
+ "time": "2024-07-15T09:26:24+00:00"
},
{
"name": "symfony/service-contracts",
@@ -5822,16 +5823,16 @@
},
{
"name": "symfony/string",
- "version": "v7.1.2",
+ "version": "v7.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
- "reference": "14221089ac66cf82e3cf3d1c1da65de305587ff8"
+ "reference": "ea272a882be7f20cad58d5d78c215001617b7f07"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/string/zipball/14221089ac66cf82e3cf3d1c1da65de305587ff8",
- "reference": "14221089ac66cf82e3cf3d1c1da65de305587ff8",
+ "url": "https://api.github.com/repos/symfony/string/zipball/ea272a882be7f20cad58d5d78c215001617b7f07",
+ "reference": "ea272a882be7f20cad58d5d78c215001617b7f07",
"shasum": ""
},
"require": {
@@ -5889,7 +5890,7 @@
"utf8"
],
"support": {
- "source": "https://github.com/symfony/string/tree/v7.1.2"
+ "source": "https://github.com/symfony/string/tree/v7.1.3"
},
"funding": [
{
@@ -5905,20 +5906,20 @@
"type": "tidelift"
}
],
- "time": "2024-06-28T09:27:18+00:00"
+ "time": "2024-07-22T10:25:37+00:00"
},
{
"name": "symfony/translation",
- "version": "v6.4.8",
+ "version": "v6.4.10",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
- "reference": "a002933b13989fc4bd0b58e04bf7eec5210e438a"
+ "reference": "94041203f8ac200ae9e7c6a18fa6137814ccecc9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/translation/zipball/a002933b13989fc4bd0b58e04bf7eec5210e438a",
- "reference": "a002933b13989fc4bd0b58e04bf7eec5210e438a",
+ "url": "https://api.github.com/repos/symfony/translation/zipball/94041203f8ac200ae9e7c6a18fa6137814ccecc9",
+ "reference": "94041203f8ac200ae9e7c6a18fa6137814ccecc9",
"shasum": ""
},
"require": {
@@ -5984,7 +5985,7 @@
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/translation/tree/v6.4.8"
+ "source": "https://github.com/symfony/translation/tree/v6.4.10"
},
"funding": [
{
@@ -6000,7 +6001,7 @@
"type": "tidelift"
}
],
- "time": "2024-05-31T14:49:08+00:00"
+ "time": "2024-07-26T12:30:32+00:00"
},
{
"name": "symfony/translation-contracts",
@@ -6156,16 +6157,16 @@
},
{
"name": "symfony/var-dumper",
- "version": "v6.4.9",
+ "version": "v6.4.10",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
- "reference": "c31566e4ca944271cc8d8ac6887cbf31b8c6a172"
+ "reference": "a71cc3374f5fb9759da1961d28c452373b343dd4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c31566e4ca944271cc8d8ac6887cbf31b8c6a172",
- "reference": "c31566e4ca944271cc8d8ac6887cbf31b8c6a172",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/a71cc3374f5fb9759da1961d28c452373b343dd4",
+ "reference": "a71cc3374f5fb9759da1961d28c452373b343dd4",
"shasum": ""
},
"require": {
@@ -6221,7 +6222,7 @@
"dump"
],
"support": {
- "source": "https://github.com/symfony/var-dumper/tree/v6.4.9"
+ "source": "https://github.com/symfony/var-dumper/tree/v6.4.10"
},
"funding": [
{
@@ -6237,7 +6238,7 @@
"type": "tidelift"
}
],
- "time": "2024-06-27T13:23:14+00:00"
+ "time": "2024-07-26T12:30:32+00:00"
},
{
"name": "tijsverkoyen/css-to-inline-styles",
@@ -6357,23 +6358,23 @@
},
{
"name": "vlucas/phpdotenv",
- "version": "v5.6.0",
+ "version": "v5.6.1",
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
- "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4"
+ "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
- "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
+ "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2",
+ "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2",
"shasum": ""
},
"require": {
"ext-pcre": "*",
- "graham-campbell/result-type": "^1.1.2",
+ "graham-campbell/result-type": "^1.1.3",
"php": "^7.2.5 || ^8.0",
- "phpoption/phpoption": "^1.9.2",
+ "phpoption/phpoption": "^1.9.3",
"symfony/polyfill-ctype": "^1.24",
"symfony/polyfill-mbstring": "^1.24",
"symfony/polyfill-php80": "^1.24"
@@ -6390,7 +6391,7 @@
"extra": {
"bamarni-bin": {
"bin-links": true,
- "forward-command": true
+ "forward-command": false
},
"branch-alias": {
"dev-master": "5.6-dev"
@@ -6425,7 +6426,7 @@
],
"support": {
"issues": "https://github.com/vlucas/phpdotenv/issues",
- "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0"
+ "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.1"
},
"funding": [
{
@@ -6437,7 +6438,7 @@
"type": "tidelift"
}
],
- "time": "2023-11-12T22:43:29+00:00"
+ "time": "2024-07-20T21:52:34+00:00"
},
{
"name": "voku/portable-ascii",
@@ -6760,16 +6761,16 @@
},
{
"name": "laravel/pint",
- "version": "v1.16.2",
+ "version": "v1.17.2",
"source": {
"type": "git",
"url": "https://github.com/laravel/pint.git",
- "reference": "51f1ba679a6afe0315621ad143d788bd7ded0eca"
+ "reference": "e8a88130a25e3f9d4d5785e6a1afca98268ab110"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel/pint/zipball/51f1ba679a6afe0315621ad143d788bd7ded0eca",
- "reference": "51f1ba679a6afe0315621ad143d788bd7ded0eca",
+ "url": "https://api.github.com/repos/laravel/pint/zipball/e8a88130a25e3f9d4d5785e6a1afca98268ab110",
+ "reference": "e8a88130a25e3f9d4d5785e6a1afca98268ab110",
"shasum": ""
},
"require": {
@@ -6780,13 +6781,13 @@
"php": "^8.1.0"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "^3.59.3",
- "illuminate/view": "^10.48.12",
- "larastan/larastan": "^2.9.7",
+ "friendsofphp/php-cs-fixer": "^3.61.1",
+ "illuminate/view": "^10.48.18",
+ "larastan/larastan": "^2.9.8",
"laravel-zero/framework": "^10.4.0",
"mockery/mockery": "^1.6.12",
"nunomaduro/termwind": "^1.15.1",
- "pestphp/pest": "^2.34.8"
+ "pestphp/pest": "^2.35.0"
},
"bin": [
"builds/pint"
@@ -6822,20 +6823,20 @@
"issues": "https://github.com/laravel/pint/issues",
"source": "https://github.com/laravel/pint"
},
- "time": "2024-07-09T15:58:08+00:00"
+ "time": "2024-08-06T15:11:54+00:00"
},
{
"name": "laravel/sail",
- "version": "v1.30.2",
+ "version": "v1.31.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/sail.git",
- "reference": "f5a9699a1001e15de1aa5e7cb5c9f50a3f63f887"
+ "reference": "3d06dd18cee8059baa7b388af00ba47f6d96bd85"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel/sail/zipball/f5a9699a1001e15de1aa5e7cb5c9f50a3f63f887",
- "reference": "f5a9699a1001e15de1aa5e7cb5c9f50a3f63f887",
+ "url": "https://api.github.com/repos/laravel/sail/zipball/3d06dd18cee8059baa7b388af00ba47f6d96bd85",
+ "reference": "3d06dd18cee8059baa7b388af00ba47f6d96bd85",
"shasum": ""
},
"require": {
@@ -6885,7 +6886,7 @@
"issues": "https://github.com/laravel/sail/issues",
"source": "https://github.com/laravel/sail"
},
- "time": "2024-07-05T16:01:51+00:00"
+ "time": "2024-08-02T07:45:47+00:00"
},
{
"name": "mockery/mockery",
@@ -7567,16 +7568,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "10.5.27",
+ "version": "10.5.29",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "2425f713b2a5350568ccb1a2d3984841a23e83c5"
+ "reference": "8e9e80872b4e8064401788ee8a32d40b4455318f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2425f713b2a5350568ccb1a2d3984841a23e83c5",
- "reference": "2425f713b2a5350568ccb1a2d3984841a23e83c5",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8e9e80872b4e8064401788ee8a32d40b4455318f",
+ "reference": "8e9e80872b4e8064401788ee8a32d40b4455318f",
"shasum": ""
},
"require": {
@@ -7648,7 +7649,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
- "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.27"
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.29"
},
"funding": [
{
@@ -7664,7 +7665,7 @@
"type": "tidelift"
}
],
- "time": "2024-07-10T11:48:06+00:00"
+ "time": "2024-07-30T11:08:00+00:00"
},
{
"name": "sebastian/cli-parser",
@@ -8584,16 +8585,16 @@
},
{
"name": "spatie/backtrace",
- "version": "1.6.1",
+ "version": "1.6.2",
"source": {
"type": "git",
"url": "https://github.com/spatie/backtrace.git",
- "reference": "8373b9d51638292e3bfd736a9c19a654111b4a23"
+ "reference": "1a9a145b044677ae3424693f7b06479fc8c137a9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/spatie/backtrace/zipball/8373b9d51638292e3bfd736a9c19a654111b4a23",
- "reference": "8373b9d51638292e3bfd736a9c19a654111b4a23",
+ "url": "https://api.github.com/repos/spatie/backtrace/zipball/1a9a145b044677ae3424693f7b06479fc8c137a9",
+ "reference": "1a9a145b044677ae3424693f7b06479fc8c137a9",
"shasum": ""
},
"require": {
@@ -8631,7 +8632,7 @@
"spatie"
],
"support": {
- "source": "https://github.com/spatie/backtrace/tree/1.6.1"
+ "source": "https://github.com/spatie/backtrace/tree/1.6.2"
},
"funding": [
{
@@ -8643,20 +8644,20 @@
"type": "other"
}
],
- "time": "2024-04-24T13:22:11+00:00"
+ "time": "2024-07-22T08:21:24+00:00"
},
{
"name": "spatie/error-solutions",
- "version": "1.0.5",
+ "version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/error-solutions.git",
- "reference": "4bb6c734dc992b2db3e26df1ef021c75d2218b13"
+ "reference": "ae7393122eda72eed7cc4f176d1e96ea444f2d67"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/spatie/error-solutions/zipball/4bb6c734dc992b2db3e26df1ef021c75d2218b13",
- "reference": "4bb6c734dc992b2db3e26df1ef021c75d2218b13",
+ "url": "https://api.github.com/repos/spatie/error-solutions/zipball/ae7393122eda72eed7cc4f176d1e96ea444f2d67",
+ "reference": "ae7393122eda72eed7cc4f176d1e96ea444f2d67",
"shasum": ""
},
"require": {
@@ -8709,7 +8710,7 @@
],
"support": {
"issues": "https://github.com/spatie/error-solutions/issues",
- "source": "https://github.com/spatie/error-solutions/tree/1.0.5"
+ "source": "https://github.com/spatie/error-solutions/tree/1.1.1"
},
"funding": [
{
@@ -8717,20 +8718,20 @@
"type": "github"
}
],
- "time": "2024-07-09T12:13:32+00:00"
+ "time": "2024-07-25T11:06:04+00:00"
},
{
"name": "spatie/flare-client-php",
- "version": "1.7.0",
+ "version": "1.8.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/flare-client-php.git",
- "reference": "097040ff51e660e0f6fc863684ac4b02c93fa234"
+ "reference": "180f8ca4c0d0d6fc51477bd8c53ce37ab5a96122"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/097040ff51e660e0f6fc863684ac4b02c93fa234",
- "reference": "097040ff51e660e0f6fc863684ac4b02c93fa234",
+ "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/180f8ca4c0d0d6fc51477bd8c53ce37ab5a96122",
+ "reference": "180f8ca4c0d0d6fc51477bd8c53ce37ab5a96122",
"shasum": ""
},
"require": {
@@ -8748,7 +8749,7 @@
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
- "spatie/phpunit-snapshot-assertions": "^4.0|^5.0"
+ "spatie/pest-plugin-snapshots": "^1.0|^2.0"
},
"type": "library",
"extra": {
@@ -8778,7 +8779,7 @@
],
"support": {
"issues": "https://github.com/spatie/flare-client-php/issues",
- "source": "https://github.com/spatie/flare-client-php/tree/1.7.0"
+ "source": "https://github.com/spatie/flare-client-php/tree/1.8.0"
},
"funding": [
{
@@ -8786,7 +8787,7 @@
"type": "github"
}
],
- "time": "2024-06-12T14:39:14+00:00"
+ "time": "2024-08-01T08:27:26+00:00"
},
{
"name": "spatie/ignition",
diff --git a/public/css/colorschemes/catppuccin-frappe.css b/public/css/colorschemes/catppuccin-frappe.css
index debb417..9be1833 100644
--- a/public/css/colorschemes/catppuccin-frappe.css
+++ b/public/css/colorschemes/catppuccin-frappe.css
@@ -1,11 +1,93 @@
:root {
- --background: #232634;
- --background-secondary: #414559;
- --foreground: #c6d0f5;
- --links: #8caaee;
- --warning: #ff7272;
- --warning-box-bg: #f64a3c;
- --warning-box-border: #c81a11;
+ --ctp-frappe-rosewater: #f2d5cf;
+ --ctp-frappe-rosewater-rgb: 242 213 207;
+ --ctp-frappe-rosewater-hsl: 10.286 57.377% 88.039%;
+ --ctp-frappe-flamingo: #eebebe;
+ --ctp-frappe-flamingo-rgb: 238 190 190;
+ --ctp-frappe-flamingo-hsl: 0.000 58.537% 83.922%;
+ --ctp-frappe-pink: #f4b8e4;
+ --ctp-frappe-pink-rgb: 244 184 228;
+ --ctp-frappe-pink-hsl: 316.000 73.171% 83.922%;
+ --ctp-frappe-mauve: #ca9ee6;
+ --ctp-frappe-mauve-rgb: 202 158 230;
+ --ctp-frappe-mauve-hsl: 276.667 59.016% 76.078%;
+ --ctp-frappe-red: #e78284;
+ --ctp-frappe-red-rgb: 231 130 132;
+ --ctp-frappe-red-hsl: 358.812 67.785% 70.784%;
+ --ctp-frappe-maroon: #ea999c;
+ --ctp-frappe-maroon-rgb: 234 153 156;
+ --ctp-frappe-maroon-hsl: 357.778 65.854% 75.882%;
+ --ctp-frappe-peach: #ef9f76;
+ --ctp-frappe-peach-rgb: 239 159 118;
+ --ctp-frappe-peach-hsl: 20.331 79.085% 70.000%;
+ --ctp-frappe-yellow: #e5c890;
+ --ctp-frappe-yellow-rgb: 229 200 144;
+ --ctp-frappe-yellow-hsl: 39.529 62.044% 73.137%;
+ --ctp-frappe-green: #a6d189;
+ --ctp-frappe-green-rgb: 166 209 137;
+ --ctp-frappe-green-hsl: 95.833 43.902% 67.843%;
+ --ctp-frappe-teal: #81c8be;
+ --ctp-frappe-teal-rgb: 129 200 190;
+ --ctp-frappe-teal-hsl: 171.549 39.227% 64.510%;
+ --ctp-frappe-sky: #99d1db;
+ --ctp-frappe-sky-rgb: 153 209 219;
+ --ctp-frappe-sky-hsl: 189.091 47.826% 72.941%;
+ --ctp-frappe-sapphire: #85c1dc;
+ --ctp-frappe-sapphire-rgb: 133 193 220;
+ --ctp-frappe-sapphire-hsl: 198.621 55.414% 69.216%;
+ --ctp-frappe-blue: #8caaee;
+ --ctp-frappe-blue-rgb: 140 170 238;
+ --ctp-frappe-blue-hsl: 221.633 74.242% 74.118%;
+ --ctp-frappe-lavender: #babbf1;
+ --ctp-frappe-lavender-rgb: 186 187 241;
+ --ctp-frappe-lavender-hsl: 238.909 66.265% 83.725%;
+ --ctp-frappe-text: #c6d0f5;
+ --ctp-frappe-text-rgb: 198 208 245;
+ --ctp-frappe-text-hsl: 227.234 70.149% 86.863%;
+ --ctp-frappe-subtext1: #b5bfe2;
+ --ctp-frappe-subtext1-rgb: 181 191 226;
+ --ctp-frappe-subtext1-hsl: 226.667 43.689% 79.804%;
+ --ctp-frappe-subtext0: #a5adce;
+ --ctp-frappe-subtext0-rgb: 165 173 206;
+ --ctp-frappe-subtext0-hsl: 228.293 29.496% 72.745%;
+ --ctp-frappe-overlay2: #949cbb;
+ --ctp-frappe-overlay2-rgb: 148 156 187;
+ --ctp-frappe-overlay2-hsl: 227.692 22.286% 65.686%;
+ --ctp-frappe-overlay1: #838ba7;
+ --ctp-frappe-overlay1-rgb: 131 139 167;
+ --ctp-frappe-overlay1-hsl: 226.667 16.981% 58.431%;
+ --ctp-frappe-overlay0: #737994;
+ --ctp-frappe-overlay0-rgb: 115 121 148;
+ --ctp-frappe-overlay0-hsl: 229.091 13.360% 51.569%;
+ --ctp-frappe-surface2: #626880;
+ --ctp-frappe-surface2-rgb: 98 104 128;
+ --ctp-frappe-surface2-hsl: 228.000 13.274% 44.314%;
+ --ctp-frappe-surface1: #51576d;
+ --ctp-frappe-surface1-rgb: 81 87 109;
+ --ctp-frappe-surface1-hsl: 227.143 14.737% 37.255%;
+ --ctp-frappe-surface0: #414559;
+ --ctp-frappe-surface0-rgb: 65 69 89;
+ --ctp-frappe-surface0-hsl: 230.000 15.584% 30.196%;
+ --ctp-frappe-base: #303446;
+ --ctp-frappe-base-rgb: 48 52 70;
+ --ctp-frappe-base-hsl: 229.091 18.644% 23.137%;
+ --ctp-frappe-mantle: #292c3c;
+ --ctp-frappe-mantle-rgb: 41 44 60;
+ --ctp-frappe-mantle-hsl: 230.526 18.812% 19.804%;
+ --ctp-frappe-crust: #232634;
+ --ctp-frappe-crust-rgb: 35 38 52;
+ --ctp-frappe-crust-hsl: 229.412 19.540% 17.059%;
+}
+
+:root {
+ --page-width: 900px;
+ --sidebar-width: 15rem;
+ --firefox-shadow: 0 0 20px;
+ --foreground: var(--ctp-frappe-text);
+ --background: var(--ctp-frappe-crust);
+ --background-secondary: var(--ctp-frappe-surface0);
+ --links: var(--ctp-frappe-sapphire);
+ --shadow: #cdd6f44f;
}
html {
diff --git a/public/css/colorschemes/catppuccin-latte.css b/public/css/colorschemes/catppuccin-latte.css
index 5990649..0809f30 100644
--- a/public/css/colorschemes/catppuccin-latte.css
+++ b/public/css/colorschemes/catppuccin-latte.css
@@ -1,11 +1,93 @@
:root {
- --background: #dce0e8;
- --background-secondary: #ccd0da;
- --foreground: #4c4f69;
- --links: #1e66f5;
- --warning: #ff7272;
- --warning-box-bg: #f64a3c;
- --warning-box-border: #c81a11;
+ --ctp-latte-rosewater: #dc8a78;
+ --ctp-latte-rosewater-rgb: 220 138 120;
+ --ctp-latte-rosewater-hsl: 10.800 58.824% 66.667%;
+ --ctp-latte-flamingo: #dd7878;
+ --ctp-latte-flamingo-rgb: 221 120 120;
+ --ctp-latte-flamingo-hsl: 0.000 59.763% 66.863%;
+ --ctp-latte-pink: #ea76cb;
+ --ctp-latte-pink-rgb: 234 118 203;
+ --ctp-latte-pink-hsl: 316.034 73.418% 69.020%;
+ --ctp-latte-mauve: #8839ef;
+ --ctp-latte-mauve-rgb: 136 57 239;
+ --ctp-latte-mauve-hsl: 266.044 85.047% 58.039%;
+ --ctp-latte-red: #d20f39;
+ --ctp-latte-red-rgb: 210 15 57;
+ --ctp-latte-red-hsl: 347.077 86.667% 44.118%;
+ --ctp-latte-maroon: #e64553;
+ --ctp-latte-maroon-rgb: 230 69 83;
+ --ctp-latte-maroon-hsl: 354.783 76.303% 58.627%;
+ --ctp-latte-peach: #fe640b;
+ --ctp-latte-peach-rgb: 254 100 11;
+ --ctp-latte-peach-hsl: 21.975 99.184% 51.961%;
+ --ctp-latte-yellow: #df8e1d;
+ --ctp-latte-yellow-rgb: 223 142 29;
+ --ctp-latte-yellow-hsl: 34.948 76.984% 49.412%;
+ --ctp-latte-green: #40a02b;
+ --ctp-latte-green-rgb: 64 160 43;
+ --ctp-latte-green-hsl: 109.231 57.635% 39.804%;
+ --ctp-latte-teal: #179299;
+ --ctp-latte-teal-rgb: 23 146 153;
+ --ctp-latte-teal-hsl: 183.231 73.864% 34.510%;
+ --ctp-latte-sky: #04a5e5;
+ --ctp-latte-sky-rgb: 4 165 229;
+ --ctp-latte-sky-hsl: 197.067 96.567% 45.686%;
+ --ctp-latte-sapphire: #209fb5;
+ --ctp-latte-sapphire-rgb: 32 159 181;
+ --ctp-latte-sapphire-hsl: 188.859 69.953% 41.765%;
+ --ctp-latte-blue: #1e66f5;
+ --ctp-latte-blue-rgb: 30 102 245;
+ --ctp-latte-blue-hsl: 219.907 91.489% 53.922%;
+ --ctp-latte-lavender: #7287fd;
+ --ctp-latte-lavender-rgb: 114 135 253;
+ --ctp-latte-lavender-hsl: 230.935 97.203% 71.961%;
+ --ctp-latte-text: #4c4f69;
+ --ctp-latte-text-rgb: 76 79 105;
+ --ctp-latte-text-hsl: 233.793 16.022% 35.490%;
+ --ctp-latte-subtext1: #5c5f77;
+ --ctp-latte-subtext1-rgb: 92 95 119;
+ --ctp-latte-subtext1-hsl: 233.333 12.796% 41.373%;
+ --ctp-latte-subtext0: #6c6f85;
+ --ctp-latte-subtext0-rgb: 108 111 133;
+ --ctp-latte-subtext0-hsl: 232.800 10.373% 47.255%;
+ --ctp-latte-overlay2: #7c7f93;
+ --ctp-latte-overlay2-rgb: 124 127 147;
+ --ctp-latte-overlay2-hsl: 232.174 9.623% 53.137%;
+ --ctp-latte-overlay1: #8c8fa1;
+ --ctp-latte-overlay1-rgb: 140 143 161;
+ --ctp-latte-overlay1-hsl: 231.429 10.048% 59.020%;
+ --ctp-latte-overlay0: #9ca0b0;
+ --ctp-latte-overlay0-rgb: 156 160 176;
+ --ctp-latte-overlay0-hsl: 228.000 11.236% 65.098%;
+ --ctp-latte-surface2: #acb0be;
+ --ctp-latte-surface2-rgb: 172 176 190;
+ --ctp-latte-surface2-hsl: 226.667 12.162% 70.980%;
+ --ctp-latte-surface1: #bcc0cc;
+ --ctp-latte-surface1-rgb: 188 192 204;
+ --ctp-latte-surface1-hsl: 225.000 13.559% 76.863%;
+ --ctp-latte-surface0: #ccd0da;
+ --ctp-latte-surface0-rgb: 204 208 218;
+ --ctp-latte-surface0-hsl: 222.857 15.909% 82.745%;
+ --ctp-latte-base: #eff1f5;
+ --ctp-latte-base-rgb: 239 241 245;
+ --ctp-latte-base-hsl: 220.000 23.077% 94.902%;
+ --ctp-latte-mantle: #e6e9ef;
+ --ctp-latte-mantle-rgb: 230 233 239;
+ --ctp-latte-mantle-hsl: 220.000 21.951% 91.961%;
+ --ctp-latte-crust: #dce0e8;
+ --ctp-latte-crust-rgb: 220 224 232;
+ --ctp-latte-crust-hsl: 220.000 20.690% 88.627%;
+}
+
+:root {
+ --page-width: 900px;
+ --sidebar-width: 15rem;
+ --firefox-shadow: 0 0 20px;
+ --foreground: var(--ctp-latte-text);
+ --background: var(--ctp-latte-crust);
+ --background-secondary: var(--ctp-latte-surface0);
+ --links: var(--ctp-latte-sapphire);
+ --shadow: #cdd6f44f;
}
html {
diff --git a/public/css/colorschemes/catppuccin-macchiato.css b/public/css/colorschemes/catppuccin-macchiato.css
index 5d69ee6..2477eda 100644
--- a/public/css/colorschemes/catppuccin-macchiato.css
+++ b/public/css/colorschemes/catppuccin-macchiato.css
@@ -1,11 +1,93 @@
:root {
- --background: #181926;
- --background-secondary: #363a4f;
- --foreground: #cad3f5;
- --links: #8aadf4;
- --warning: #ff7272;
- --warning-box-bg: #f64a3c;
- --warning-box-border: #c81a11;
+ --ctp-macchiato-rosewater: #f4dbd6;
+ --ctp-macchiato-rosewater-rgb: 244 219 214;
+ --ctp-macchiato-rosewater-hsl: 10.000 57.692% 89.804%;
+ --ctp-macchiato-flamingo: #f0c6c6;
+ --ctp-macchiato-flamingo-rgb: 240 198 198;
+ --ctp-macchiato-flamingo-hsl: 0.000 58.333% 85.882%;
+ --ctp-macchiato-pink: #f5bde6;
+ --ctp-macchiato-pink-rgb: 245 189 230;
+ --ctp-macchiato-pink-hsl: 316.071 73.684% 85.098%;
+ --ctp-macchiato-mauve: #c6a0f6;
+ --ctp-macchiato-mauve-rgb: 198 160 246;
+ --ctp-macchiato-mauve-hsl: 266.512 82.692% 79.608%;
+ --ctp-macchiato-red: #ed8796;
+ --ctp-macchiato-red-rgb: 237 135 150;
+ --ctp-macchiato-red-hsl: 351.176 73.913% 72.941%;
+ --ctp-macchiato-maroon: #ee99a0;
+ --ctp-macchiato-maroon-rgb: 238 153 160;
+ --ctp-macchiato-maroon-hsl: 355.059 71.429% 76.667%;
+ --ctp-macchiato-peach: #f5a97f;
+ --ctp-macchiato-peach-rgb: 245 169 127;
+ --ctp-macchiato-peach-hsl: 21.356 85.507% 72.941%;
+ --ctp-macchiato-yellow: #eed49f;
+ --ctp-macchiato-yellow-rgb: 238 212 159;
+ --ctp-macchiato-yellow-hsl: 40.253 69.912% 77.843%;
+ --ctp-macchiato-green: #a6da95;
+ --ctp-macchiato-green-rgb: 166 218 149;
+ --ctp-macchiato-green-hsl: 105.217 48.252% 71.961%;
+ --ctp-macchiato-teal: #8bd5ca;
+ --ctp-macchiato-teal-rgb: 139 213 202;
+ --ctp-macchiato-teal-hsl: 171.081 46.835% 69.020%;
+ --ctp-macchiato-sky: #91d7e3;
+ --ctp-macchiato-sky-rgb: 145 215 227;
+ --ctp-macchiato-sky-hsl: 188.780 59.420% 72.941%;
+ --ctp-macchiato-sapphire: #7dc4e4;
+ --ctp-macchiato-sapphire-rgb: 125 196 228;
+ --ctp-macchiato-sapphire-hsl: 198.641 65.605% 69.216%;
+ --ctp-macchiato-blue: #8aadf4;
+ --ctp-macchiato-blue-rgb: 138 173 244;
+ --ctp-macchiato-blue-hsl: 220.189 82.813% 74.902%;
+ --ctp-macchiato-lavender: #b7bdf8;
+ --ctp-macchiato-lavender-rgb: 183 189 248;
+ --ctp-macchiato-lavender-hsl: 234.462 82.278% 84.510%;
+ --ctp-macchiato-text: #cad3f5;
+ --ctp-macchiato-text-rgb: 202 211 245;
+ --ctp-macchiato-text-hsl: 227.442 68.254% 87.647%;
+ --ctp-macchiato-subtext1: #b8c0e0;
+ --ctp-macchiato-subtext1-rgb: 184 192 224;
+ --ctp-macchiato-subtext1-hsl: 228.000 39.216% 80.000%;
+ --ctp-macchiato-subtext0: #a5adcb;
+ --ctp-macchiato-subtext0-rgb: 165 173 203;
+ --ctp-macchiato-subtext0-hsl: 227.368 26.761% 72.157%;
+ --ctp-macchiato-overlay2: #939ab7;
+ --ctp-macchiato-overlay2-rgb: 147 154 183;
+ --ctp-macchiato-overlay2-hsl: 228.333 20.000% 64.706%;
+ --ctp-macchiato-overlay1: #8087a2;
+ --ctp-macchiato-overlay1-rgb: 128 135 162;
+ --ctp-macchiato-overlay1-hsl: 227.647 15.455% 56.863%;
+ --ctp-macchiato-overlay0: #6e738d;
+ --ctp-macchiato-overlay0-rgb: 110 115 141;
+ --ctp-macchiato-overlay0-hsl: 230.323 12.351% 49.216%;
+ --ctp-macchiato-surface2: #5b6078;
+ --ctp-macchiato-surface2-rgb: 91 96 120;
+ --ctp-macchiato-surface2-hsl: 229.655 13.744% 41.373%;
+ --ctp-macchiato-surface1: #494d64;
+ --ctp-macchiato-surface1-rgb: 73 77 100;
+ --ctp-macchiato-surface1-hsl: 231.111 15.607% 33.922%;
+ --ctp-macchiato-surface0: #363a4f;
+ --ctp-macchiato-surface0-rgb: 54 58 79;
+ --ctp-macchiato-surface0-hsl: 230.400 18.797% 26.078%;
+ --ctp-macchiato-base: #24273a;
+ --ctp-macchiato-base-rgb: 36 39 58;
+ --ctp-macchiato-base-hsl: 231.818 23.404% 18.431%;
+ --ctp-macchiato-mantle: #1e2030;
+ --ctp-macchiato-mantle-rgb: 30 32 48;
+ --ctp-macchiato-mantle-hsl: 233.333 23.077% 15.294%;
+ --ctp-macchiato-crust: #181926;
+ --ctp-macchiato-crust-rgb: 24 25 38;
+ --ctp-macchiato-crust-hsl: 235.714 22.581% 12.157%;
+}
+
+:root {
+ --page-width: 900px;
+ --sidebar-width: 15rem;
+ --firefox-shadow: 0 0 20px;
+ --foreground: var(--ctp-macchiato-text);
+ --background: var(--ctp-macchiato-crust);
+ --background-secondary: var(--ctp-macchiato-surface0);
+ --links: var(--ctp-macchiato-sapphire);
+ --shadow: #cdd6f44f;
}
html {
diff --git a/public/css/colorschemes/catppuccin-mocha.css b/public/css/colorschemes/catppuccin-mocha.css
index 7d91e5e..40f2044 100644
--- a/public/css/colorschemes/catppuccin-mocha.css
+++ b/public/css/colorschemes/catppuccin-mocha.css
@@ -1,11 +1,93 @@
:root {
- --background: #11111b;
- --background-secondary: #313244;
- --foreground: #cdd6f4;
- --links: #89b4fa;
- --warning: #ff7272;
- --warning-box-bg: #f64a3c;
- --warning-box-border: #c81a11;
+ --ctp-mocha-rosewater: #f5e0dc;
+ --ctp-mocha-rosewater-rgb: 245 224 220;
+ --ctp-mocha-rosewater-hsl: 9.600 55.556% 91.176%;
+ --ctp-mocha-flamingo: #f2cdcd;
+ --ctp-mocha-flamingo-rgb: 242 205 205;
+ --ctp-mocha-flamingo-hsl: 0.000 58.730% 87.647%;
+ --ctp-mocha-pink: #f5c2e7;
+ --ctp-mocha-pink-rgb: 245 194 231;
+ --ctp-mocha-pink-hsl: 316.471 71.831% 86.078%;
+ --ctp-mocha-mauve: #cba6f7;
+ --ctp-mocha-mauve-rgb: 203 166 247;
+ --ctp-mocha-mauve-hsl: 267.407 83.505% 80.980%;
+ --ctp-mocha-red: #f38ba8;
+ --ctp-mocha-red-rgb: 243 139 168;
+ --ctp-mocha-red-hsl: 343.269 81.250% 74.902%;
+ --ctp-mocha-maroon: #eba0ac;
+ --ctp-mocha-maroon-rgb: 235 160 172;
+ --ctp-mocha-maroon-hsl: 350.400 65.217% 77.451%;
+ --ctp-mocha-peach: #fab387;
+ --ctp-mocha-peach-rgb: 250 179 135;
+ --ctp-mocha-peach-hsl: 22.957 92.000% 75.490%;
+ --ctp-mocha-yellow: #f9e2af;
+ --ctp-mocha-yellow-rgb: 249 226 175;
+ --ctp-mocha-yellow-hsl: 41.351 86.047% 83.137%;
+ --ctp-mocha-green: #a6e3a1;
+ --ctp-mocha-green-rgb: 166 227 161;
+ --ctp-mocha-green-hsl: 115.455 54.098% 76.078%;
+ --ctp-mocha-teal: #94e2d5;
+ --ctp-mocha-teal-rgb: 148 226 213;
+ --ctp-mocha-teal-hsl: 170.000 57.353% 73.333%;
+ --ctp-mocha-sky: #89dceb;
+ --ctp-mocha-sky-rgb: 137 220 235;
+ --ctp-mocha-sky-hsl: 189.184 71.014% 72.941%;
+ --ctp-mocha-sapphire: #74c7ec;
+ --ctp-mocha-sapphire-rgb: 116 199 236;
+ --ctp-mocha-sapphire-hsl: 198.500 75.949% 69.020%;
+ --ctp-mocha-blue: #89b4fa;
+ --ctp-mocha-blue-rgb: 137 180 250;
+ --ctp-mocha-blue-hsl: 217.168 91.870% 75.882%;
+ --ctp-mocha-lavender: #b4befe;
+ --ctp-mocha-lavender-rgb: 180 190 254;
+ --ctp-mocha-lavender-hsl: 231.892 97.368% 85.098%;
+ --ctp-mocha-text: #cdd6f4;
+ --ctp-mocha-text-rgb: 205 214 244;
+ --ctp-mocha-text-hsl: 226.154 63.934% 88.039%;
+ --ctp-mocha-subtext1: #bac2de;
+ --ctp-mocha-subtext1-rgb: 186 194 222;
+ --ctp-mocha-subtext1-hsl: 226.667 35.294% 80.000%;
+ --ctp-mocha-subtext0: #a6adc8;
+ --ctp-mocha-subtext0-rgb: 166 173 200;
+ --ctp-mocha-subtext0-hsl: 227.647 23.611% 71.765%;
+ --ctp-mocha-overlay2: #9399b2;
+ --ctp-mocha-overlay2-rgb: 147 153 178;
+ --ctp-mocha-overlay2-hsl: 228.387 16.757% 63.725%;
+ --ctp-mocha-overlay1: #7f849c;
+ --ctp-mocha-overlay1-rgb: 127 132 156;
+ --ctp-mocha-overlay1-hsl: 229.655 12.775% 55.490%;
+ --ctp-mocha-overlay0: #6c7086;
+ --ctp-mocha-overlay0-rgb: 108 112 134;
+ --ctp-mocha-overlay0-hsl: 230.769 10.744% 47.451%;
+ --ctp-mocha-surface2: #585b70;
+ --ctp-mocha-surface2-rgb: 88 91 112;
+ --ctp-mocha-surface2-hsl: 232.500 12.000% 39.216%;
+ --ctp-mocha-surface1: #45475a;
+ --ctp-mocha-surface1-rgb: 69 71 90;
+ --ctp-mocha-surface1-hsl: 234.286 13.208% 31.176%;
+ --ctp-mocha-surface0: #313244;
+ --ctp-mocha-surface0-rgb: 49 50 68;
+ --ctp-mocha-surface0-hsl: 236.842 16.239% 22.941%;
+ --ctp-mocha-base: #1e1e2e;
+ --ctp-mocha-base-rgb: 30 30 46;
+ --ctp-mocha-base-hsl: 240.000 21.053% 14.902%;
+ --ctp-mocha-mantle: #181825;
+ --ctp-mocha-mantle-rgb: 24 24 37;
+ --ctp-mocha-mantle-hsl: 240.000 21.311% 11.961%;
+ --ctp-mocha-crust: #11111b;
+ --ctp-mocha-crust-rgb: 17 17 27;
+ --ctp-mocha-crust-hsl: 240.000 22.727% 8.627%;
+}
+
+:root {
+ --page-width: 900px;
+ --sidebar-width: 15rem;
+ --firefox-shadow: 0 0 20px;
+ --foreground: var(--ctp-mocha-text);
+ --background: var(--ctp-mocha-crust);
+ --background-secondary: var(--ctp-mocha-surface0);
+ --links: var(--ctp-mocha-sapphire);
+ --shadow: #cdd6f44f;
}
html {
diff --git a/public/css/master.css b/public/css/master.css
index 3fbd078..4da69c1 100644
--- a/public/css/master.css
+++ b/public/css/master.css
@@ -1,80 +1,74 @@
-/* ── Global Elements ─────────────────────────────────────────────────────────────── */
-
-body {
- font-family: sans-serif;
- margin: 0;
- color: var(--foreground);
- background-color: var(--background);
- text-align: left;
-}
-
-ul {
- list-style-type: square;
-}
-
-hr {
- border: 1px solid var(--foreground);
- border-bottom: none;
-}
-
-h1, h2, h3 {
- margin-top: 0;
- clear: left;
+@font-face {
+ font-family: 'BigBlue TerminalPlus';
+ src: url('/fonts/BigBlue_TerminalPlus.woff2') format('woff2'),
+ url('/fonts/BigBlue_TerminalPlus.woff') format('woff');
+ font-weight: normal;
+ font-style: normal;
+ font-display: swap;
}
-img {
- border: none;
- max-width: 100%;
+@font-face {
+ font-family: pixel nes;
+ src: url("/fonts/Pixel_NES.eot?") format("eot"),
+ url("/fonts/Pixel_NES.woff") format("woff"),
+ url("/fonts/Pixel_NES.ttf") format("truetype");
+ font-style: normal;
+ font-weight: 400;
}
-pre {
- display: inline;
- max-width: 95%;
- overflow: auto;
+@font-face {
+ font-family: nec_apc3;
+ src: url("/fonts/Web437_NEC_APC3_8x16.woff") format("woff");
+ font-style: normal;
+ font-weight: 400;
}
-nav {
- margin-bottom: 0.3em;
- text-align: left;
+@font-face {
+ font-family: nec_apc3;
+ src: url("/fonts/Web437_Nix8810_M16.woff") format("woff");
+ font-style: normal;
+ font-weight: 700;
}
-nav img {
- width: 32px;
+@supports (-moz-appearance:none) {
+ h2 {
+ text-shadow: var(--firefox-shadow) var(--shadow) !important;
+ }
}
-nav h1 {
- font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
- Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
- sans-serif;
- font-weight: normal;
- font-size: 30px;
- margin: 10px 10px 10px 0;
+html,
+body,
+.container {
+ height: 100%;
}
-video {
- max-width: 100%;
+body {
+ background-color: var(--background);
+ color: var(--foreground);
}
-table {
- border-collapse: collapse;
- border-color: var(--foreground);
+body,
+button,
+select {
+ font-family: russiangothic, ms ui gothic, "nec_apc3", Tahoma, sans-serif;
}
-table td {
- border: 1px solid var(--foreground);
+h1,
+h2,
+h3,
+h4 {
+ font-family: "pixel nes", sans-serif;
}
-td {
- padding: 0;
- vertical-align: top;
+h1,
+h2,
+h3,
+h4,
+ul,
+p {
+ margin: 0;
}
-h1 { font-size: 150%; }
-
-h2 { font-size: 130%; }
-
-h3 { font-size: 115%; }
-
a {
color: var(--links);
text-decoration: underline dotted;
@@ -84,143 +78,94 @@ a:hover {
text-decoration: underline;
}
-caption h1,
-caption h2 {
- margin: 0;
-}
-
-caption {
- text-align: left;
-}
-
-button {
- color: var(--foreground);
- background-color: var(--background);
- border: var(--foreground) solid 1px;
-}
-
-button:hover {
- color: var(--background);
- background-color: var(--foreground);
-}
-
-/* ── Common Styles ───────────────────────────────────────────────────────────────── */
-
-div.page {
- /*min-width: 1000px;*/
- /*max-width: 1100px;*/
- width: 975px;
- padding-left: 0.5em;
- padding-right: 0.5em;
- margin: auto;
-}
-
-h1.inline {
- margin-top: 0;
- clear: none;
- display: inline;
-}
-
-img.right {
- float: right;
- margin-left: 0.5em;
-}
-
-table.form td {
- border: none;
+ul {
+ list-style: square;
+ padding-left: 0;
+ list-style-position: inside;
}
-img.pixel {
- image-rendering: pixelated;
+.container {
+ display: flex;
+ /*align-items: center;*/
+ justify-content: center;
}
-td.diagonal-line {
- background: linear-gradient(to right bottom, var(--background) 0%,var(--background) 49.9%,var(--foreground) 50%,var(--foreground) 51%,var(--background) 51.1%,var(--background) 100%);
+.page {
+ min-width: var(--page-width);
+ max-width: var(--page-width);
}
-.info-section {
- margin-top: 20px;
+.navbar {
+ border: var(--foreground) solid 1px;
}
-.info-section ul,
-ul.quick-specs {
- list-style-position: inside;
+.navbar ul {
list-style-type: none;
- padding-left: 0;
- margin: 0;
-}
-
-.info-section ul li:before {
- content: "◆ ";
-}
-
-.info-section h2 {
margin: 0;
+ padding: 0;
+ overflow: hidden;
}
-.info-section p {
- margin: 0;
-}
-
-table.info-table tr td {
- border: none;
- padding-right: 5px;
-}
-
-table.info-table {
- width: 100%;
+.navbar li {
+ float: left;
+ border-right: solid var(--foreground) 1px;
}
-table.info-table tr td h1,
-table.info-table tr td h2,
-table.info-table tr td small {
- margin: 0;
+.navbar li a {
+ display: block;
+ text-align: center;
+ color: var(--foreground);
+ text-decoration: none;
+ padding: 5px 7px 5px 5px;
}
-table.info-table tr td small {
- margin-bottom: 5px;
+.navbar li a:hover {
+ background-color: var(--foreground);
+ color: var(--background);
}
-/* ── Footer ──────────────────────────────────────────────────────────────────────── */
-
-.footer p {
- vertical-align: middle;
- margin: 0;
- line-height: 1.2;
+.pathbar {
+ border: 1px solid var(--foreground);
+ padding: 5px;
}
-.footer button,
-.footer select{
- padding: 5px 10px;
+.content {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 10px;
+ padding: 0;
}
-label[for="scheme-selector"] {
- font-weight: bold;
+.section {
+ border: var(--foreground) 1px solid;
+ padding: 10px;
}
-#scheme-selector {
- border: var(--foreground) solid 1px;
- background-color: var(--background-secondary);
- color: var(--foreground)
+.sidebar {
+ flex-basis: var(--sidebar-width);
+ flex-grow: 1;
}
-div.footer {
- text-align: center;
- margin-bottom: 5px;
+.main {
+ flex-basis: 0;
+ flex-grow: 999;
+ min-inline-size: 50%;
}
-div.footer a.button {
- text-decoration: none;
+.navbar,
+.content,
+.header,
+.footer {
+ margin: 10px 10px 0 0;
}
-
-/* ── Navbar ──────────────────────────────────────────────────────────────────────── */
-
-a:hover img.navbar-icon {
- opacity: 80%;
+.header,
+.footer,
+.navbar {
+ padding: 5px;
}
-.nav-wrapper {
+.footer {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
@@ -228,236 +173,69 @@ a:hover img.navbar-icon {
grid-row-gap: 0;
}
-.nav-wrapper div:nth-child(2) {
+.footer div:last-child {
text-align: right;
}
-/* ── Header ──────────────────────────────────────────────────────────────────────── */
-
-.header a {
- text-decoration: none;
-}
-
-.header .title {
- color: var(--foreground);
-}
-
-.header {
- font-size: 100%;
- font-weight: normal;
- padding-bottom: 0;
- text-align: center;
-}
-
-/* ── Computers ───────────────────────────────────────────────────────────────────── */
-
-table.computers {
- table-layout: auto;
- width: 100%;
-}
-
-table.computers td ul {
- margin: 0;
- padding-left: 20px;
-}
-
-table.computers .section-title {
- text-decoration: underline;
- font-style: italic;
- font-weight: bold;
-}
-
-table.computers p.description {
- font-style: italic;
- margin: 5px 0 2px 0;
-}
-
-table.computers th {
+select {
background-color: var(--background-secondary);
+ border: 1px solid var(--foreground);
+ color: var(--foreground);
+ padding: 0.25em;
}
-table.computers td:first-child {
- white-space: nowrap;
-}
-
-table.computers td,
-table.computers th {
- border: var(--foreground) solid 1px;
- padding: 5px;
-}
-
-/* ── Forms ───────────────────────────────────────────────────────────────────────── */
-
-table.form tr td {
- border: none;
-}
-
-table.form tr td label {
- padding-right: 5px;
-}
-
-table.form tr td span.text-danger {
- padding-left: 5px;
- color: var(--warning);
-}
-
-table.form tr td textarea,
-table.form tr td input,
-table.form tr td button {
+button {
background-color: var(--background);
- border: var(--foreground) solid 1px;
-}
-
-table.form label {
- margin: 5px 0;
-}
-
-table.form tr td button {
color: var(--foreground);
- background-color: var(--background-secondary);
+ border: 1px solid var(--foreground);
+ padding: 0.25em 0.5em;
}
-table.form tr td button:hover {
- color: var(--background);
+button:hover {
background-color: var(--foreground);
+ color: var(--background);
}
-table.form tbody tr td textarea {
- width: 210px;
-}
-
-/* ── Guestbook ───────────────────────────────────────────────────────────────────── */
-
-table.gb-entry-form-container {
- width: 100%;
-}
-
-table.gb-entry-form-container tr td {
- border: none;
- vertical-align: top;
-}
-
-table.gb-entry-form-container tr td p,
-table.gb-entry-form-container tr td ul {
- margin: 0;
-}
-
-table.gb-entry tr td {
- border: solid var(--foreground) 1px;
- width: 500px;
- vertical-align: top;
- padding: 5px;
-}
-
-table.gb-entry {
- margin-bottom: 5px;
-}
-
-table.gb-entry hr {
- border: 1px dotted var(--foreground);
- border-bottom: none;
-}
-
-table.gb-entry address {
- font-size: 0.8pc;
-}
-
-.guestbook-message {
- text-wrap: normal;
- width: 100%;
-}
-
-
-/* ── Calculators ─────────────────────────────────────────────────────────────────── */
-
-.calculator-spec-table td {
- padding: 5px 10px 5px 5px;
-}
-
-.calculator-spec-table tr td:first-child {
- background-color: var(--background-secondary);
-}
-
-/* ── Music ───────────────────────────────────────────────────────────────────────── */
-
-.music-top10 td,
-.music-top10 th {
- border: none;
- border-left: 1px dotted var(--foreground);
- padding: 2px 5px
-}
-
-.music-top10 tr:nth-child(1) th {
- border-bottom: 1px dotted var(--foreground);
-}
-
-.music-top10 tr:nth-child(2) td {
- padding-top: 5px;
-}
-
-.music-top10 td:first-child,
-.music-top10 th:first-child {
- border: none;
-}
-
-.music-top10 tr th:first-child {
- text-align: right;
-}
-
-.music-top10 td {
- white-space: nowrap; text-overflow:ellipsis; overflow: hidden;
+img.pixel {
+ image-rendering: pixelated;
}
-.music-top10 tr td:first-child {
- text-align: right;
+a.button,
+a.button:hover {
+ text-decoration: none;
}
-.music-top10 tr td:nth-child(2),
-.music-top10 tr td:nth-child(3) {
- width: 50%;
+a.button:hover img {
+ opacity: 80%;
}
-.current-track {
- width: 100%;
+.main > .section,
+.sidebar > .section {
+ margin-bottom: 10px;
}
-.current-track h2 {
- margin: 0;
+.main > .section:last-child,
+.sidebar > .section:last-child {
+ margin-bottom: 0;
}
-/* ── Misc ────────────────────────────────────────────────────────────────────────── */
-
-.red-banner {
- border: 3px solid var(--foreground);
- background-color: var(--background-secondary);
+.navbar-icon {
+ margin-right: 0.25em;
}
-.banner {
- padding: 5px;
- margin-top: 10px;
- display: grid;
- grid-template-columns: repeat(2, 1fr);
- grid-template-rows: 1fr;
- grid-column-gap: 0;
- grid-row-gap: 0;
+.navlinks {
+ padding-left: 10px;
}
-.banner div:nth-child(1) {
- text-align: left;
+.online-status {
+ display: inline;
}
-.banner div:nth-child(2) {
- text-align: right;
+.centerbox {
+ text-align: center;
}
-.error-box {
- width: 500px;
- border: 5px solid var(--warning-box-border);
- background-color: var(--warning-box-bg);
- padding: 5px;
-}
-.error-box a,
-.error-box p {
- margin: 0;
- color: var(--foreground)
+.quote {
+ padding-left: 10px;
+ border-left: solid 2px var(--foreground);
}
diff --git a/public/fonts/BigBlue_TerminalPlus.woff b/public/fonts/BigBlue_TerminalPlus.woff
new file mode 100644
index 0000000..d153aa8
--- /dev/null
+++ b/public/fonts/BigBlue_TerminalPlus.woff
Binary files differ
diff --git a/public/fonts/BigBlue_TerminalPlus.woff2 b/public/fonts/BigBlue_TerminalPlus.woff2
new file mode 100644
index 0000000..3ae3f4c
--- /dev/null
+++ b/public/fonts/BigBlue_TerminalPlus.woff2
Binary files differ
diff --git a/public/fonts/Pixel_NES.eot b/public/fonts/Pixel_NES.eot
new file mode 100644
index 0000000..6105e67
--- /dev/null
+++ b/public/fonts/Pixel_NES.eot
Binary files differ
diff --git a/public/fonts/Pixel_NES.ttf b/public/fonts/Pixel_NES.ttf
new file mode 100644
index 0000000..b200219
--- /dev/null
+++ b/public/fonts/Pixel_NES.ttf
Binary files differ
diff --git a/public/fonts/Pixel_NES.woff b/public/fonts/Pixel_NES.woff
new file mode 100644
index 0000000..4d3cc5d
--- /dev/null
+++ b/public/fonts/Pixel_NES.woff
Binary files differ
diff --git a/public/fonts/Web437_NEC_APC3_8x16.woff b/public/fonts/Web437_NEC_APC3_8x16.woff
new file mode 100644
index 0000000..cb06dd7
--- /dev/null
+++ b/public/fonts/Web437_NEC_APC3_8x16.woff
Binary files differ
diff --git a/public/fonts/Web437_Nix8810_M16.woff b/public/fonts/Web437_Nix8810_M16.woff
new file mode 100644
index 0000000..45f2b56
--- /dev/null
+++ b/public/fonts/Web437_Nix8810_M16.woff
Binary files differ
diff --git a/public/js/liveClock.js b/public/js/liveClock.js
new file mode 100644
index 0000000..07c9eae
--- /dev/null
+++ b/public/js/liveClock.js
@@ -0,0 +1,10 @@
+function time() {
+ var span = document.getElementById("clock");
+ var d = new Date();
+ var s = d.getSeconds();
+ var m = d.getMinutes();
+ var h = d.getHours();
+ span.textContent =
+ ("0" + h).substr(-2) + ":" + ("0" + m).substr(-2) + ":" + ("0" + s).substr(-2);
+}
+setInterval(time, 1000);
diff --git a/public/js/randomQuote.js b/public/js/randomQuote.js
new file mode 100644
index 0000000..7fbbc8a
--- /dev/null
+++ b/public/js/randomQuote.js
@@ -0,0 +1,69 @@
+const quotes = [
+ {
+ "quote": "KING: \"Mmm? Oh, yeah. No.\"",
+ "attribution": "The Owl House, S1E05"
+ },
+ {
+ "quote": "KING: \"I'm stealing everything that's not nailed down!\"",
+ "attribution": "The Owl House, S1E06"
+ },
+ {
+ "quote": "EDA: \"Ahh sure. Spare us.\"<br>" +
+ "LILITH: \"Woe to us whose fates are sealed.\"",
+ "attribution": "The Owl House, S1E11"
+ },
+ {
+ "quote": "EDA: \"Hey freeloaders! Guess what today is!\"",
+ "attribution": "The Owl House, S1E12"
+ },
+ {
+ "quote": "EDA: \"Quitting! It's like trying, but easier!\"",
+ "attribution": "The Owl House, S1E13"
+ },
+ {
+ "quote": "KING: \"Can it, fangs! You don't know diddly-dang about squiddly-squat!\"",
+ "attribution": "The Owl House, S1E13"
+ },
+ {
+ "quote": "KING: \"Holy bones, you poofed it! Call the cops, this guy's crazy!\"",
+ "attribution": "The Owl House, S1E14"
+ },
+ {
+ "quote": "EDA: \"There is one way, but it's terribly dangerous and partially illegal.\"",
+ "attribution": "The Owl House, S1E15"
+ },
+ {
+ "quote": "GUS CLONE: \"I'd rather die than expose my secrets!\"<br>" +
+ "GUS: \"Then die, you shall!\"",
+ "attribution": "The Owl House, S1E15"
+ },
+ {
+ "quote": "LUZ: \"Vee, you're giving up too quick!\"<br>" +
+ "VEE: \"I'm being realistic.\"",
+ "attribution": "The Owl House, S2E10"
+ },
+ {
+ "quote": "LUZ: \"I have questions about that name...\"<br>" +
+ "LILITH: \"And I have questions about my life!\"",
+ "attribution": "The Owl House, S2E12"
+ },
+ {
+ "quote": "EMIRA: \"We can shout as loud as we want, but money always shouts louder.\"",
+ "attribution": "The Owl House, S2E20"
+ },
+ {
+ "quote": "VEE: \"Uhh, no, I'm new in town, I just have one of those faces! But, ju-just one, the normal amount of face.\"",
+ "attribution": "The Owl House, S3E01"
+ },
+ {
+ "quote": "RAINE: \"You Know I Hate These Things. Talking To People. Waving To People. People.\"",
+ "attribution": "The Owl House, S2E11"
+ }
+];
+
+const randomIndex = Math.floor(Math.random() * quotes.length);
+const quote = quotes[randomIndex];
+
+// Use document.write to output the random string
+document.write(`${quote.quote}<br><small>(${quote.attribution})</small>`);
+
diff --git a/resources/views/bookmarks.blade.php b/resources/views/bookmarks.blade.php
index 739c4c2..c8d0e11 100644
--- a/resources/views/bookmarks.blade.php
+++ b/resources/views/bookmarks.blade.php
@@ -1,7 +1,7 @@
<x-layout>
<x-slot:title>Bookmarks</x-slot:title>
@foreach($categories as $category)
- <div class="info-section">
+ <div class="section">
<h2>{{ $category->name }}</h2>
<hr>
<ul>
diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php
index 93fccef..294c153 100644
--- a/resources/views/components/layout.blade.php
+++ b/resources/views/components/layout.blade.php
@@ -14,6 +14,7 @@
<link rel="icon" type="image/png" href="{{ asset('/favicon-32x32.png') }}" sizes="32x32"/>
<link rel="icon" type="image/png" href="{{ asset('/favicon-16x16.png') }}" sizes="16x16"/>
<script src="{{ asset('/js/schemeSwap.js') }}"></script>
+ <script src="{{ asset('/js/liveClock.js') }}"></script>
{!! (intval(date('n')) == 12) ? '<script src="/js/christmas/snow.js"></script>' : '' !!}
<!-- Page-specific -->
@@ -22,83 +23,66 @@
<meta property="og:image" content="/favicon-128x128.png">
</head>
<body onload="setSchemeSelector()">
-<div class="page">
- <div id="header" class="header">
- <x-navbar title="{{ $title }}"/>
- <hr>
- </div> <!-- header -->
- <div id="content" class="content" role="main">
- {{ $slot }}
- </div> <!-- content -->
- <div id="footer" class="footer">
- <hr>
- <div class="footer" role="contentinfo">
- <a href="https://dimden.dev/" class="button">
- <img src="https://dimden.dev/services/images/88x31.gif" width="88" height="31"
- class="pixel" alt="dimden.dev">
- </a>&nbsp;
- <a href="https://www.linux.org/" class="button">
- <img src="{{ URL::asset('images/buttons/linuxnow.gif') }}" width="88"
- class="pixel" height="31" alt="Linux NOW!">
- </a>&nbsp;
- <a href="https://www.vim.org/" class="button">
- <img src="{{ URL::asset('images/buttons/vim.gif') }}" width="88" height="31"
- class="pixel" alt="vim">
- </a>&nbsp;
- <a href="https://wave.webaim.org/" class="button">
- <img src="{{ URL::asset('images/buttons/evaluatedWAVE.png') }}" width="88" height="31"
- class="pixel" alt="Evaluated to be accessible!">
- </a>&nbsp;
- <a href="https://jigsaw.w3.org/css-validator/check/referer" class="button">
- <img src="{{ URL::asset('images/buttons/vcss-blue.gif') }}" width="88" height="31"
- class="pixel" alt="Valid CSS!">
- </a>&nbsp;
- <a href="https://wiby.me/" class="button">
- <img src="{{ URL::asset('images/buttons/wiby.gif') }}" width="88" height="31"
- class="pixel" alt="Wiby - Search Engine for the Classic Web">
- </a><br>
- <p>This site is best viewed at 1024x768 with 16-bit color or better<br>
- &copy; floppydisk 2021-{{ date('Y') }}, v{{ config('app.version') }}, <a
- href="https://github.com/floppydisk05/diskfloppy.me">Source</a>,
- Served by {{ gethostname() }}<br>
- <label for="scheme-selector">Color Scheme:</label>
- <select id="scheme-selector">
- <optgroup label="Misc">
- <option value="c64">C64</option>
- </optgroup>
- <optgroup label="Light">
- <option value="catppuccin-latte">Catppuccin Latte</option>
- <option value="gruvbox">Gruvbox</option>
- <option value="man-page">Man Page</option>
- <option value="papercolor-light">Papercolor Light</option>
- <option value="rose-pine-dawn">Rosé Pine Dawn</option>
- <option value="solarized-light">Solarized Light</option>
- <option value="terminal-basic">Terminal Basic</option>
- </optgroup>
- <optgroup label="Dark">
- <option value="catppuccin-frappe">Catppuccin Frappé</option>
- <option value="catppuccin-macchiato" selected="selected">Catppuccin Macchiato</option>
- <option value="catppuccin-mocha">Catppuccin Mocha</option>
- <option value="gruvbox-dark">Gruvbox Dark</option>
- <option value="gruvbox-material">Gruvbox Material</option>
- <option value="maia">Maia</option>
- <option value="mono-amber">Mono Amber</option>
- <option value="mono-cyan">Mono Cyan</option>
- <option value="mono-green">Mono Green</option>
- <option value="mono-red">Mono Red</option>
- <option value="mono-white">Mono White</option>
- <option value="mono-yellow">Mono Yellow</option>
- <option value="papercolor-dark">Papercolor Dark</option>
- <option value="rose-pine">Rosé Pine</option>
- <option value="rose-pine-moon">Rose Pine Moon</option>
- <option value="shel">Shel</option>
- <option value="slate">Slate</option>
- <option value="solarized-dark">Solarized Dark</option>
- </optgroup>
- </select>
- <button onclick="swapScheme()">Apply</button></p>
+<div class="container">
+ <div class="page">
+ <div class="header">
+ <h1>{{ str_replace("www.", "", Request::getHost()) }}</h1>
</div>
- </div> <!-- footer -->
-</div> <!-- page -->
+ <div class="navbar">
+ <p>
+ <strong>Current Path:</strong>
+ @if(Request::getRequestUri() == "/")
+ /
+ @else
+ {{ str_replace("/", " / ", rtrim(Request::getRequestUri(), "/")) }}
+ @endif
+ </p>
+ </div>
+ <div class="content">
+ <div class="main">
+ {{ $slot }}
+ </div>
+ <div class="sidebar">
+ <div class="section"><x-navigation/></div>
+ <div class="section"><x-settings/></div>
+ <div class="section centerbox"><x-online-status/></div>
+ <div class="section"><x-weather/></div>
+ </div>
+ </div>
+ <div class="footer">
+ <div>
+ (c) floppydisk 2021-{{ date('Y') }}<br>
+ v{{ config('app.version') }}, <a href="https://git.frzn.dev/fwoppydwisk/diskfloppy.me/releases/latest">Source</a><br>
+ Served by {{ gethostname() }}
+ </div>
+ <div>
+ <a href="https://dimden.dev/" class="button">
+ <img src="https://dimden.dev/services/images/88x31.gif" width="88" height="31"
+ class="pixel" alt="dimden.dev">
+ </a>
+ <a href="https://www.linux.org/" class="button">
+ <img src="{{ URL::asset('images/buttons/linuxnow.gif') }}" width="88"
+ class="pixel" height="31" alt="Linux NOW!">
+ </a>
+ <a href="https://www.vim.org/" class="button">
+ <img src="{{ URL::asset('images/buttons/vim.gif') }}" width="88" height="31"
+ class="pixel" alt="vim">
+ </a><br>
+ <a href="https://wave.webaim.org/" class="button">
+ <img src="{{ URL::asset('images/buttons/evaluatedWAVE.png') }}" width="88" height="31"
+ class="pixel" alt="Evaluated to be accessible!">
+ </a>
+ <a href="https://jigsaw.w3.org/css-validator/check/referer" class="button">
+ <img src="{{ URL::asset('images/buttons/vcss-blue.gif') }}" width="88" height="31"
+ class="pixel" alt="Valid CSS!">
+ </a>
+ <a href="https://wiby.me/" class="button">
+ <img src="{{ URL::asset('images/buttons/wiby.gif') }}" width="88" height="31"
+ class="pixel" alt="Wiby - Search Engine for the Classic Web">
+ </a>
+ </div>
+ </div>
+ </div>
+</div>
</body>
</html>
diff --git a/resources/views/components/navbar.blade.php b/resources/views/components/navbar.blade.php
deleted file mode 100644
index 1853a51..0000000
--- a/resources/views/components/navbar.blade.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<nav>
- <h1>{{ str_replace("www.", "", Request::getHost()) }} | <strong>{{ $title }}</strong></h1>
- <div class="nav-wrapper">
- <div>
- <a href="/" title="Home"><img class="pixel navbar-icon" src="{{ asset('images/icons/nav/home2.png') }}" alt="Home" width="32" height="32"></a>
- <a href="//git.diskfloppy.me/" title="cgit"><img class="pixel navbar-icon" src="{{ asset('images/icons/nav/repo.png') }}" alt="cgit" width="32" height="32"></a>
- <a href="/pub/" title="Public Files"><img class="pixel navbar-icon" src="{{ asset('images/icons/nav/pubfiles.png') }}" alt="Public Files" width="32" height="32"></a>
- <a href="/computers/" title="Computers"><img class="pixel navbar-icon" src="{{ asset('images/icons/nav/computers.png') }}" alt="Computers" width="32" height="32"></a>
- <a href="/calculators/" title="Calculators"><img class="pixel navbar-icon" src="{{ asset('images/icons/nav/calculators.png') }}" alt="Calculators" width="32" height="32"></a>
- <a href="/bookmarks/" title="Bookmarks"><img class="pixel navbar-icon" src="{{ asset('images/icons/nav/bookmarks.png') }}" alt="Bookmarks" width="32" height="32"></a>
- <a href="/guestbook/" title="Guestbook"><img class="pixel navbar-icon" src="{{ asset('images/icons/nav/guestbook.png') }}" alt="Guestbook" width="32" height="32"></a>
- <a href="//weather.diskfloppy.me/" title="Weather"><img class="pixel navbar-icon" src="{{ asset('images/icons/nav/weather.png') }}" alt="Weather" width="32" height="32"></a>
- <a href="/music/" title="Music"><img class="pixel navbar-icon" src="{{ asset('images/icons/nav/music.png') }}" alt="Music" width="32" height="32"></a>&nbsp;&nbsp;
- </div>
- </div>
-</nav>
diff --git a/resources/views/components/navigation.blade.php b/resources/views/components/navigation.blade.php
new file mode 100644
index 0000000..a3d4270
--- /dev/null
+++ b/resources/views/components/navigation.blade.php
@@ -0,0 +1,30 @@
+<p><strong>Navigation:</strong></p>
+<div class="navlinks">
+<a href="/" title="Home">
+ <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/home2.png') }}" alt="Home" width="16" height="16">Home
+</a><br>
+<a href="//git.diskfloppy.me/" title="cgit">
+ <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/repo.png') }}" alt="cgit" width="16" height="16">Git
+</a><br>
+<a href="/pub/" title="Public Files">
+ <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/pubfiles.png') }}" alt="Public Files" width="16" height="16">Public Files
+</a><br>
+<a href="/computers/" title="Computers">
+ <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/computers.png') }}" alt="Computers" width="16" height="16">Computers
+</a><br>
+<a href="/calculators/" title="Calculators">
+ <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/calculators.png') }}" alt="Calculators" width="16" height="16">Calculators
+</a><br>
+<a href="/bookmarks/" title="Bookmarks">
+ <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/bookmarks.png') }}" alt="Bookmarks" width="16" height="16">Bookmarks
+</a><br>
+<a href="/guestbook/" title="Guestbook">
+ <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/guestbook.png') }}" alt="Guestbook" width="16" height="16">Guestbook
+</a><br>
+<a href="//weather.diskfloppy.me/" title="Weather">
+ <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/weather.png') }}" alt="Weather" width="16" height="16">Weather
+</a><br>
+<a href="/music/" title="Music">
+ <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/music.png') }}" alt="Music" width="16" height="16">Music
+</a><br>
+</div>
diff --git a/resources/views/components/online-status.blade.php b/resources/views/components/online-status.blade.php
new file mode 100644
index 0000000..5c63deb
--- /dev/null
+++ b/resources/views/components/online-status.blade.php
@@ -0,0 +1,3 @@
+<span>I'm</span>
+<h2 class="online-status">Online!</h2>
+<p><strong>Time in Britain:</strong> <span id="clock"></span></p>
diff --git a/resources/views/components/settings.blade.php b/resources/views/components/settings.blade.php
new file mode 100644
index 0000000..8851f6c
--- /dev/null
+++ b/resources/views/components/settings.blade.php
@@ -0,0 +1,37 @@
+<p><strong>Site Settings:</strong></p>
+<label for="scheme-selector">Colors:</label>
+<select id="scheme-selector">
+{{-- <optgroup label="Misc">--}}
+{{-- <option value="c64">C64</option>--}}
+{{-- </optgroup>--}}
+ <optgroup label="Light">
+ <option value="catppuccin-latte">Catppuccin Latte</option>
+{{-- <option value="gruvbox">Gruvbox</option>--}}
+{{-- <option value="man-page">Man Page</option>--}}
+{{-- <option value="papercolor-light">Papercolor Light</option>--}}
+{{-- <option value="rose-pine-dawn">Rosé Pine Dawn</option>--}}
+{{-- <option value="solarized-light">Solarized Light</option>--}}
+{{-- <option value="terminal-basic">Terminal Basic</option>--}}
+ </optgroup>
+ <optgroup label="Dark">
+ <option value="catppuccin-frappe">Catppuccin Frappé</option>
+ <option value="catppuccin-macchiato" selected="selected">Catppuccin Macchiato</option>
+ <option value="catppuccin-mocha">Catppuccin Mocha</option>
+{{-- <option value="gruvbox-dark">Gruvbox Dark</option>--}}
+{{-- <option value="gruvbox-material">Gruvbox Material</option>--}}
+{{-- <option value="maia">Maia</option>--}}
+{{-- <option value="mono-amber">Mono Amber</option>--}}
+{{-- <option value="mono-cyan">Mono Cyan</option>--}}
+{{-- <option value="mono-green">Mono Green</option>--}}
+{{-- <option value="mono-red">Mono Red</option>--}}
+{{-- <option value="mono-white">Mono White</option>--}}
+{{-- <option value="mono-yellow">Mono Yellow</option>--}}
+{{-- <option value="papercolor-dark">Papercolor Dark</option>--}}
+{{-- <option value="rose-pine">Rosé Pine</option>--}}
+{{-- <option value="rose-pine-moon">Rose Pine Moon</option>--}}
+{{-- <option value="shel">Shel</option>--}}
+{{-- <option value="slate">Slate</option>--}}
+{{-- <option value="solarized-dark">Solarized Dark</option>--}}
+ </optgroup>
+</select><br>
+<button onclick="swapScheme()">Apply</button>
diff --git a/resources/views/components/weather.blade.php b/resources/views/components/weather.blade.php
new file mode 100644
index 0000000..09d9a37
--- /dev/null
+++ b/resources/views/components/weather.blade.php
@@ -0,0 +1,7 @@
+<p><strong>Weather:</strong></p>
+<p>
+ 69C<br>
+ 0mm/hr<br>
+ 69%<br>
+ 420inHg
+</p>
diff --git a/resources/views/guestbook.blade.php b/resources/views/guestbook.blade.php
index bed4211..f9f04ca 100644
--- a/resources/views/guestbook.blade.php
+++ b/resources/views/guestbook.blade.php
@@ -56,24 +56,20 @@
@php
$user_agent = $parser->parse($entry->agent);
@endphp
- <table class="gb-entry" role="presentation">
- <tr>
- <td>
- Submitted by <strong>{{ $entry->name }}</strong>
- on <strong>{{ $entry->created_at->format('Y-m-d') }}</strong>
- at <strong>{{ $entry->created_at->format('h:i:s A (e)') }}</strong>
- <hr>
- <span class="guestbook-message">{{ $entry->message }}</span>
- <hr>
- @if($entry->agent === "Agent Unavailable")
- <address>Agent unavailable</address>
- @else
- <address>Posted using <strong>{{ $user_agent->ua->toString() }}</strong>
- on <strong>{{ $user_agent->os->toString() }}</strong></address>
- @endif
- </td>
- </tr>
- </table>
+ <div class="section">
+ Submitted by <strong>{{ $entry->name }}</strong>
+ on <strong>{{ $entry->created_at->format('Y-m-d') }}</strong>
+ at <strong>{{ $entry->created_at->format('h:i:s A (e)') }}</strong>
+ <hr>
+ <span class="guestbook-message">{{ $entry->message }}</span>
+ <hr>
+ @if($entry->agent === "Agent Unavailable")
+ <address>Agent unavailable</address>
+ @else
+ <address>Posted using <strong>{{ $user_agent->ua->toString() }}</strong>
+ on <strong>{{ $user_agent->os->toString() }}</strong></address>
+ @endif
+ </div>
<br>
@endforeach
</x-layout>
diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php
index 86c7063..a251881 100644
--- a/resources/views/home.blade.php
+++ b/resources/views/home.blade.php
@@ -1,10 +1,12 @@
<x-layout>
<x-slot:title>Home</x-slot:title>
- <p>Hi! This is my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.</p>
- <div class="info-section">
- <h2>QuickFacts&trade;</h2>
+ <div class="section">
+ <h2>About Me</h2>
<hr>
+ <p>Hi! This is my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.</p>
+ <br>
+ <p>QuickFacts&trade;:</p>
<ul>
<li>{{ $age }} y/o, he/him, British</li>
<li>Theatre Technician, &quot;Web Developer&quot; and NixOS User</li>
@@ -14,10 +16,8 @@
<li>Favorite games: <a href="https://steamcommunity.com/id/floppydisk05/recommended/420530/">OneShot</a>, Minecraft, Stardew Valley, N++ and Starbound</li>
<li><a href="http://wxqa.com/">CWOP</a> member</li>
</ul>
- </div>
- <div class="info-section">
- <h2>Interests</h2>
- <hr>
+ <br>
+ <p>Interests:</p>
<ul>
<li><strong>Tech Theatre</strong> - Lighting, Stage Management, etc. (<a href="https://www.controlbooth.com/members/floppydisk.28673/">ControlBooth</a>)</li>
<li><strong>Programming</strong> - HTML, CSS, JavaScript, C#, Java, PHP, Ruby, Python (<a href="https://github.com/floppydisk05">GitHub</a>)</li>
@@ -25,16 +25,16 @@
<li><strong>Gaming</strong> - <a href="https://steamcommunity.com/id/floppydisk05/">Steam Profile</a></li>
</ul>
</div>
- <div class="info-section">
- <h2>Things they never said</h2>
+ <div class="section">
+ <h2>Random Quote</h2>
<hr>
- <p>
- <script type="text/javascript" src="{{ asset("/js/neverSaid.js") }}"></script>
+ <p class="quote">
+ <script type="text/javascript" src="{{ asset("/js/randomQuote.js") }}"></script>
<noscript>Oops! You need JavaScript enabled to view this content.</noscript>
</p>
</div>
- <div class="info-section">
- <h2>Contact &amp; social</h2>
+ <div class="section">
+ <h2>Contact</h2>
<hr>
<p>
<strong>E-mail:</strong> <a href="mailto:contact@diskfloppy.me">contact@diskfloppy.me</a><br>