diff --git a/app/View/Components/CurrentTrack.php b/app/View/Components/LastFMCurrent.php similarity index 82% rename from app/View/Components/CurrentTrack.php rename to app/View/Components/LastFMCurrent.php index 337809a..712efbd 100644 --- a/app/View/Components/CurrentTrack.php +++ b/app/View/Components/LastFMCurrent.php @@ -6,7 +6,7 @@ use Illuminate\Contracts\View\View; use Illuminate\View\Component; -class CurrentTrack extends Component +class LastFMCurrent extends Component { public $track; /** @@ -22,6 +22,6 @@ public function __construct($track) */ public function render(): View|Closure|string { - return view('components.current-track'); + return view('components.lasfm-current'); } } diff --git a/app/View/Components/TopTracks.php b/app/View/Components/LastFMTop.php similarity index 84% rename from app/View/Components/TopTracks.php rename to app/View/Components/LastFMTop.php index 768ce33..b8de2eb 100644 --- a/app/View/Components/TopTracks.php +++ b/app/View/Components/LastFMTop.php @@ -6,7 +6,7 @@ use Illuminate\Contracts\View\View; use Illuminate\View\Component; -class TopTracks extends Component +class LastFMTop extends Component { public $tracks; /** @@ -22,6 +22,6 @@ public function __construct($tracks) */ public function render(): View|Closure|string { - return view('components.top-tracks'); + return view('components.lastfm-top'); } } diff --git a/app/View/Components/Track.php b/app/View/Components/LastFMTrack.php similarity index 85% rename from app/View/Components/Track.php rename to app/View/Components/LastFMTrack.php index b9f628f..737b5e3 100644 --- a/app/View/Components/Track.php +++ b/app/View/Components/LastFMTrack.php @@ -6,7 +6,7 @@ use Illuminate\Contracts\View\View; use Illuminate\View\Component; -class Track extends Component +class LastFMTrack extends Component { public $track; public $count; @@ -24,6 +24,6 @@ public function __construct($track, $count) */ public function render(): View|Closure|string { - return view('components.track'); + return view('components.lastfm-track'); } } diff --git a/composer.json b/composer.json index 59fa77e..19d521f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "RoscoeDaWah/wah.moe", + "name": "roscoedawah/wah.moe", "type": "project", "description": "My personal website, developed using the Laravel framework.", "keywords": ["laravel", "framework"], diff --git a/public/fonts/BigBlue_TerminalPlus.woff b/public/fonts/BigBlue_TerminalPlus.woff deleted file mode 100644 index d153aa8..0000000 Binary files a/public/fonts/BigBlue_TerminalPlus.woff and /dev/null differ diff --git a/public/fonts/BigBlue_TerminalPlus.woff2 b/public/fonts/BigBlue_TerminalPlus.woff2 deleted file mode 100644 index 3ae3f4c..0000000 Binary files a/public/fonts/BigBlue_TerminalPlus.woff2 and /dev/null differ diff --git a/public/fonts/Pixel_NES.eot b/public/fonts/Pixel_NES.eot deleted file mode 100644 index 6105e67..0000000 Binary files a/public/fonts/Pixel_NES.eot and /dev/null differ diff --git a/public/fonts/Pixel_NES.ttf b/public/fonts/Pixel_NES.ttf deleted file mode 100644 index b200219..0000000 Binary files a/public/fonts/Pixel_NES.ttf and /dev/null differ diff --git a/public/fonts/Pixel_NES.woff b/public/fonts/Pixel_NES.woff deleted file mode 100644 index 4d3cc5d..0000000 Binary files a/public/fonts/Pixel_NES.woff and /dev/null differ diff --git a/public/fonts/Web437_NEC_APC3_8x16.woff b/public/fonts/Web437_NEC_APC3_8x16.woff deleted file mode 100644 index cb06dd7..0000000 Binary files a/public/fonts/Web437_NEC_APC3_8x16.woff and /dev/null differ diff --git a/public/fonts/Web437_Nix8810_M16.woff b/public/fonts/Web437_Nix8810_M16.woff deleted file mode 100644 index 45f2b56..0000000 Binary files a/public/fonts/Web437_Nix8810_M16.woff and /dev/null differ diff --git a/public/images/background.svg b/public/images/background.svg deleted file mode 100644 index a3244dd..0000000 --- a/public/images/background.svg +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/public/images/buttons/brokenimage.gif b/public/images/buttons/brokenimage.gif deleted file mode 100644 index 32bf833..0000000 Binary files a/public/images/buttons/brokenimage.gif and /dev/null differ diff --git a/public/images/buttons/browser.gif b/public/images/buttons/browser.gif deleted file mode 100644 index 3f73e3f..0000000 Binary files a/public/images/buttons/browser.gif and /dev/null differ diff --git a/public/images/buttons/debian.gif b/public/images/buttons/debian.gif deleted file mode 100644 index 6a51e15..0000000 Binary files a/public/images/buttons/debian.gif and /dev/null differ diff --git a/public/images/buttons/evaluatedWAVE.png b/public/images/buttons/evaluatedWAVE.png deleted file mode 100644 index a9d3bb9..0000000 Binary files a/public/images/buttons/evaluatedWAVE.png and /dev/null differ diff --git a/public/images/buttons/html_learn_it_today.gif b/public/images/buttons/html_learn_it_today.gif deleted file mode 100644 index dd832a0..0000000 Binary files a/public/images/buttons/html_learn_it_today.gif and /dev/null differ diff --git a/public/images/buttons/nukeieani.gif b/public/images/buttons/nukeieani.gif deleted file mode 100644 index e110127..0000000 Binary files a/public/images/buttons/nukeieani.gif and /dev/null differ diff --git a/public/images/buttons/paws.gif b/public/images/buttons/paws.gif deleted file mode 100644 index b585800..0000000 Binary files a/public/images/buttons/paws.gif and /dev/null differ diff --git a/public/images/buttons/valid-html401-blue.png b/public/images/buttons/valid-html401-blue.png deleted file mode 100644 index dd20e49..0000000 Binary files a/public/images/buttons/valid-html401-blue.png and /dev/null differ diff --git a/public/images/buttons/vcss-blue.gif b/public/images/buttons/vcss-blue.gif deleted file mode 100644 index 3ab6b83..0000000 Binary files a/public/images/buttons/vcss-blue.gif and /dev/null differ diff --git a/public/images/buttons/wiby.gif b/public/images/buttons/wiby.gif deleted file mode 100644 index 87a6a75..0000000 Binary files a/public/images/buttons/wiby.gif and /dev/null differ diff --git a/public/images/buttons/yuri.gif b/public/images/buttons/yuri.gif deleted file mode 100644 index 3e3c5d6..0000000 Binary files a/public/images/buttons/yuri.gif and /dev/null differ diff --git a/public/images/calculators/casio-fx-120/1s.jpeg b/public/images/calculators/casio-fx-120/1s.jpeg deleted file mode 100644 index 6b84854..0000000 Binary files a/public/images/calculators/casio-fx-120/1s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-120/2s.jpeg b/public/images/calculators/casio-fx-120/2s.jpeg deleted file mode 100644 index 1a663bb..0000000 Binary files a/public/images/calculators/casio-fx-120/2s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-120/3s.jpeg b/public/images/calculators/casio-fx-120/3s.jpeg deleted file mode 100644 index 076d147..0000000 Binary files a/public/images/calculators/casio-fx-120/3s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-120/4s.jpeg b/public/images/calculators/casio-fx-120/4s.jpeg deleted file mode 100644 index 988ab31..0000000 Binary files a/public/images/calculators/casio-fx-120/4s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-82/1s.jpeg b/public/images/calculators/casio-fx-82/1s.jpeg deleted file mode 100644 index 69216ac..0000000 Binary files a/public/images/calculators/casio-fx-82/1s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-82/2s.jpeg b/public/images/calculators/casio-fx-82/2s.jpeg deleted file mode 100644 index adf3e2e..0000000 Binary files a/public/images/calculators/casio-fx-82/2s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-82/3s.jpeg b/public/images/calculators/casio-fx-82/3s.jpeg deleted file mode 100644 index 87c6f16..0000000 Binary files a/public/images/calculators/casio-fx-82/3s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-82/4s.jpeg b/public/images/calculators/casio-fx-82/4s.jpeg deleted file mode 100644 index 5a09e97..0000000 Binary files a/public/images/calculators/casio-fx-82/4s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-cg50/1s.jpeg b/public/images/calculators/casio-fx-cg50/1s.jpeg deleted file mode 100644 index 6850678..0000000 Binary files a/public/images/calculators/casio-fx-cg50/1s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-cg50/2s.jpeg b/public/images/calculators/casio-fx-cg50/2s.jpeg deleted file mode 100644 index 14dd3cf..0000000 Binary files a/public/images/calculators/casio-fx-cg50/2s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-cg50/3s.jpeg b/public/images/calculators/casio-fx-cg50/3s.jpeg deleted file mode 100644 index c0c87e1..0000000 Binary files a/public/images/calculators/casio-fx-cg50/3s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-cg50/4s.jpeg b/public/images/calculators/casio-fx-cg50/4s.jpeg deleted file mode 100644 index fcdac2a..0000000 Binary files a/public/images/calculators/casio-fx-cg50/4s.jpeg and /dev/null differ diff --git a/public/images/calculators/texet-880/1s.jpeg b/public/images/calculators/texet-880/1s.jpeg deleted file mode 100644 index 8454640..0000000 Binary files a/public/images/calculators/texet-880/1s.jpeg and /dev/null differ diff --git a/public/images/calculators/texet-880/2s.jpeg b/public/images/calculators/texet-880/2s.jpeg deleted file mode 100644 index 707b37c..0000000 Binary files a/public/images/calculators/texet-880/2s.jpeg and /dev/null differ diff --git a/public/images/calculators/texet-880/3s.jpeg b/public/images/calculators/texet-880/3s.jpeg deleted file mode 100644 index a5e5f1e..0000000 Binary files a/public/images/calculators/texet-880/3s.jpeg and /dev/null differ diff --git a/public/images/calculators/texet-880/4s.jpeg b/public/images/calculators/texet-880/4s.jpeg deleted file mode 100644 index eedc9be..0000000 Binary files a/public/images/calculators/texet-880/4s.jpeg and /dev/null differ diff --git a/public/images/calculators/ti-30/1s.jpeg b/public/images/calculators/ti-30/1s.jpeg deleted file mode 100644 index fd34a30..0000000 Binary files a/public/images/calculators/ti-30/1s.jpeg and /dev/null differ diff --git a/public/images/calculators/ti-30/2s.jpeg b/public/images/calculators/ti-30/2s.jpeg deleted file mode 100644 index 23804f5..0000000 Binary files a/public/images/calculators/ti-30/2s.jpeg and /dev/null differ diff --git a/public/images/calculators/ti-30/3s.jpeg b/public/images/calculators/ti-30/3s.jpeg deleted file mode 100644 index e0d1c27..0000000 Binary files a/public/images/calculators/ti-30/3s.jpeg and /dev/null differ diff --git a/public/images/calculators/ti-30/4s.jpeg b/public/images/calculators/ti-30/4s.jpeg deleted file mode 100644 index b0c3d44..0000000 Binary files a/public/images/calculators/ti-30/4s.jpeg and /dev/null differ diff --git a/public/images/computers/icons/display.png b/public/images/computers/icons/display.png deleted file mode 100644 index 7df70e9..0000000 Binary files a/public/images/computers/icons/display.png and /dev/null differ diff --git a/public/images/computers/icons/expansion1.png b/public/images/computers/icons/expansion1.png deleted file mode 100644 index cbde656..0000000 Binary files a/public/images/computers/icons/expansion1.png and /dev/null differ diff --git a/public/images/computers/icons/expansion2.png b/public/images/computers/icons/expansion2.png deleted file mode 100644 index 67452fa..0000000 Binary files a/public/images/computers/icons/expansion2.png and /dev/null differ diff --git a/public/images/computers/icons/floppy35.png b/public/images/computers/icons/floppy35.png deleted file mode 100644 index 9c2b5e6..0000000 Binary files a/public/images/computers/icons/floppy35.png and /dev/null differ diff --git a/public/images/computers/icons/floppy525.png b/public/images/computers/icons/floppy525.png deleted file mode 100644 index 511bcd9..0000000 Binary files a/public/images/computers/icons/floppy525.png and /dev/null differ diff --git a/public/images/computers/icons/hdd.png b/public/images/computers/icons/hdd.png deleted file mode 100644 index cf02818..0000000 Binary files a/public/images/computers/icons/hdd.png and /dev/null differ diff --git a/public/images/computers/icons/mem1.png b/public/images/computers/icons/mem1.png deleted file mode 100644 index 1f61096..0000000 Binary files a/public/images/computers/icons/mem1.png and /dev/null differ diff --git a/public/images/computers/icons/mem2.png b/public/images/computers/icons/mem2.png deleted file mode 100644 index 9f4eca6..0000000 Binary files a/public/images/computers/icons/mem2.png and /dev/null differ diff --git a/public/images/computers/icons/msdos.png b/public/images/computers/icons/msdos.png deleted file mode 100644 index 61251a7..0000000 Binary files a/public/images/computers/icons/msdos.png and /dev/null differ diff --git a/public/images/computers/icons/network.png b/public/images/computers/icons/network.png deleted file mode 100644 index 108fcc6..0000000 Binary files a/public/images/computers/icons/network.png and /dev/null differ diff --git a/public/images/computers/icons/printer.png b/public/images/computers/icons/printer.png deleted file mode 100644 index b60c2f1..0000000 Binary files a/public/images/computers/icons/printer.png and /dev/null differ diff --git a/public/images/computers/icons/proc.png b/public/images/computers/icons/proc.png deleted file mode 100644 index 2b38b71..0000000 Binary files a/public/images/computers/icons/proc.png and /dev/null differ diff --git a/public/images/computers/icons/scsi.png b/public/images/computers/icons/scsi.png deleted file mode 100644 index 0446891..0000000 Binary files a/public/images/computers/icons/scsi.png and /dev/null differ diff --git a/public/images/computers/icons/win311.png b/public/images/computers/icons/win311.png deleted file mode 100644 index 572511d..0000000 Binary files a/public/images/computers/icons/win311.png and /dev/null differ diff --git a/public/images/computers/icons/windows9x.png b/public/images/computers/icons/windows9x.png deleted file mode 100644 index 1fee0a5..0000000 Binary files a/public/images/computers/icons/windows9x.png and /dev/null differ diff --git a/public/images/icons/fav/ico/calc.ico b/public/images/icons/fav/ico/calc.ico deleted file mode 100755 index b304c47..0000000 Binary files a/public/images/icons/fav/ico/calc.ico and /dev/null differ diff --git a/public/images/icons/fav/ico/computer.ico b/public/images/icons/fav/ico/computer.ico deleted file mode 100644 index 01f4a74..0000000 Binary files a/public/images/icons/fav/ico/computer.ico and /dev/null differ diff --git a/public/images/icons/fav/ico/favicon.ico b/public/images/icons/fav/ico/favicon.ico deleted file mode 100755 index 848cc6f..0000000 Binary files a/public/images/icons/fav/ico/favicon.ico and /dev/null differ diff --git a/public/images/icons/fav/ico/globe.ico b/public/images/icons/fav/ico/globe.ico deleted file mode 100644 index 55ae5a3..0000000 Binary files a/public/images/icons/fav/ico/globe.ico and /dev/null differ diff --git a/public/images/icons/fav/ico/help-book.ico b/public/images/icons/fav/ico/help-book.ico deleted file mode 100644 index a156820..0000000 Binary files a/public/images/icons/fav/ico/help-book.ico and /dev/null differ diff --git a/public/images/icons/fav/png/calc.png b/public/images/icons/fav/png/calc.png deleted file mode 100644 index fcbf0ea..0000000 Binary files a/public/images/icons/fav/png/calc.png and /dev/null differ diff --git a/public/images/icons/fav/png/computer.png b/public/images/icons/fav/png/computer.png deleted file mode 100644 index d53eb99..0000000 Binary files a/public/images/icons/fav/png/computer.png and /dev/null differ diff --git a/public/images/icons/fav/png/globe.png b/public/images/icons/fav/png/globe.png deleted file mode 100644 index 21b4b17..0000000 Binary files a/public/images/icons/fav/png/globe.png and /dev/null differ diff --git a/public/images/icons/fav/png/help-book.png b/public/images/icons/fav/png/help-book.png deleted file mode 100644 index 845863a..0000000 Binary files a/public/images/icons/fav/png/help-book.png and /dev/null differ diff --git a/public/images/icons/nav/admin.png b/public/images/icons/nav/admin.png deleted file mode 100644 index 153a405..0000000 Binary files a/public/images/icons/nav/admin.png and /dev/null differ diff --git a/public/images/icons/nav/bookmarks.png b/public/images/icons/nav/bookmarks.png deleted file mode 100644 index 1409930..0000000 Binary files a/public/images/icons/nav/bookmarks.png and /dev/null differ diff --git a/public/images/icons/nav/calculators.png b/public/images/icons/nav/calculators.png deleted file mode 100644 index a87a591..0000000 Binary files a/public/images/icons/nav/calculators.png and /dev/null differ diff --git a/public/images/icons/nav/computers.png b/public/images/icons/nav/computers.png deleted file mode 100644 index e6dda18..0000000 Binary files a/public/images/icons/nav/computers.png and /dev/null differ diff --git a/public/images/icons/nav/guestbook.png b/public/images/icons/nav/guestbook.png deleted file mode 100644 index a1f7fc4..0000000 Binary files a/public/images/icons/nav/guestbook.png and /dev/null differ diff --git a/public/images/icons/nav/home.png b/public/images/icons/nav/home.png deleted file mode 100644 index 304ab01..0000000 Binary files a/public/images/icons/nav/home.png and /dev/null differ diff --git a/public/images/icons/nav/home2.png b/public/images/icons/nav/home2.png deleted file mode 100644 index 76f6da7..0000000 Binary files a/public/images/icons/nav/home2.png and /dev/null differ diff --git a/public/images/icons/nav/login.png b/public/images/icons/nav/login.png deleted file mode 100644 index 77f7e71..0000000 Binary files a/public/images/icons/nav/login.png and /dev/null differ diff --git a/public/images/icons/nav/mail.png b/public/images/icons/nav/mail.png deleted file mode 100644 index 5249691..0000000 Binary files a/public/images/icons/nav/mail.png and /dev/null differ diff --git a/public/images/icons/nav/music.png b/public/images/icons/nav/music.png deleted file mode 100644 index 748094a..0000000 Binary files a/public/images/icons/nav/music.png and /dev/null differ diff --git a/public/images/icons/nav/pubfiles.png b/public/images/icons/nav/pubfiles.png deleted file mode 100644 index 06ba84a..0000000 Binary files a/public/images/icons/nav/pubfiles.png and /dev/null differ diff --git a/public/images/icons/nav/repo.png b/public/images/icons/nav/repo.png deleted file mode 100644 index 27ade1c..0000000 Binary files a/public/images/icons/nav/repo.png and /dev/null differ diff --git a/public/images/icons/nav/user-desktop.png b/public/images/icons/nav/user-desktop.png deleted file mode 100644 index af9715f..0000000 Binary files a/public/images/icons/nav/user-desktop.png and /dev/null differ diff --git a/public/images/icons/nav/weather.png b/public/images/icons/nav/weather.png deleted file mode 100644 index f087e56..0000000 Binary files a/public/images/icons/nav/weather.png and /dev/null differ diff --git a/public/images/login-background.png b/public/images/login-background.png deleted file mode 100644 index 0dc7bfc..0000000 Binary files a/public/images/login-background.png and /dev/null differ diff --git a/public/images/logo-old.png b/public/images/logo-old.png deleted file mode 100644 index a20bab1..0000000 Binary files a/public/images/logo-old.png and /dev/null differ diff --git a/public/images/noik.png b/public/images/noik.png deleted file mode 100644 index 42b94a4..0000000 Binary files a/public/images/noik.png and /dev/null differ diff --git a/public/js/liveClock.js b/public/js/liveClock.js deleted file mode 100644 index 0e7b5db..0000000 --- a/public/js/liveClock.js +++ /dev/null @@ -1,6 +0,0 @@ -function time() { - var span = document.getElementById("clock"); - var d = new Date(); - span.textContent = d.toLocaleString('en-US', {hour: '2-digit', minute: '2-digit', second: '2-digit', hour12: false, timeZone: 'Europe/London' }) -} -setInterval(time, 1000); diff --git a/public/js/neverSaid.js b/public/js/neverSaid.js deleted file mode 100644 index ac0e6ae..0000000 --- a/public/js/neverSaid.js +++ /dev/null @@ -1,35 +0,0 @@ -// Define an array of strings -const neverSaid = [ - "ASM: The Director liked all the props we got today.", - "PM: Ah ha, a revolve. Terrific.", - "Chippie: I don't know, let's look at the ground plan.", - "Set Designer: Well, let's just have whatever is cheaper.", - "Sound: Better turn that down a bit. We don't want to deafen them.", - "Director: Sorry, my mistake.", - "Electrics: This equipment is more complicated than we need.", - "Performer: I really think my big scene should be cut.", - "SM: Can we do that scene change again please?", - "LX designer: Bit more light from those big chaps at the side. Yes that's right, the ones on stalks whatever they are called.", - "Electrics: All the equipment works perfectly.", - "Musicians: So what if that's the end of a call. Let's just finish this bit off.", - "Wardrobe: Now, when exactly is the first dress rehearsal?", - "Workshop: I don't want anyone to know, but if you insist then yes, I admit it, I have just done an all-nighter.", - "Performer: This costume is so comfortable.", - "Admin: The level of overtime payments here are simply unacceptable. Our backstage staff deserve better.", - "Box Office: Comps? No problem.", - "Set Designer: You're right, it looks dreadful.", - "Flyman: No, my lips are sealed. What I may or may not have seen remains a secret.", - "Electrics: That had nothing to do with the computer, it was my fault.", - "Crew: No, no, I'm sure that's our job.", - "SMgt: Thanks, but I don't drink", - "Performer: Let me stand down here with my back to the audience.", - "Chippie: I can't really manage those big fast power tools myself.", - "Chippie: I prefer to use these little hand drills.", - "All: Let's go and ask the Production Manager. He'll know." -] - -// Generate a random index into the array -const randomIndex = Math.floor(Math.random() * neverSaid.length); - -// Use document.write to output the random string -document.write(neverSaid[randomIndex]); diff --git a/resources/js/app.js b/resources/js/app.js deleted file mode 100644 index e59d6a0..0000000 --- a/resources/js/app.js +++ /dev/null @@ -1 +0,0 @@ -import './bootstrap'; diff --git a/resources/js/bootstrap.js b/resources/js/bootstrap.js deleted file mode 100644 index 846d350..0000000 --- a/resources/js/bootstrap.js +++ /dev/null @@ -1,32 +0,0 @@ -/** - * We'll load the axios HTTP library which allows us to easily issue requests - * to our Laravel back-end. This library automatically handles sending the - * CSRF token as a header based on the value of the "XSRF" token cookie. - */ - -import axios from 'axios'; -window.axios = axios; - -window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'; - -/** - * Echo exposes an expressive API for subscribing to channels and listening - * for events that are broadcast by Laravel. Echo and event broadcasting - * allows your team to easily build robust real-time web applications. - */ - -// import Echo from 'laravel-echo'; - -// import Pusher from 'pusher-js'; -// window.Pusher = Pusher; - -// window.Echo = new Echo({ -// broadcaster: 'pusher', -// key: import.meta.env.VITE_PUSHER_APP_KEY, -// cluster: import.meta.env.VITE_PUSHER_APP_CLUSTER ?? 'mt1', -// wsHost: import.meta.env.VITE_PUSHER_HOST ? import.meta.env.VITE_PUSHER_HOST : `ws-${import.meta.env.VITE_PUSHER_APP_CLUSTER}.pusher.com`, -// wsPort: import.meta.env.VITE_PUSHER_PORT ?? 80, -// wssPort: import.meta.env.VITE_PUSHER_PORT ?? 443, -// forceTLS: (import.meta.env.VITE_PUSHER_SCHEME ?? 'https') === 'https', -// enabledTransports: ['ws', 'wss'], -// }); diff --git a/resources/js/neverSaid.js b/resources/js/neverSaid.js deleted file mode 100644 index 5b58d60..0000000 --- a/resources/js/neverSaid.js +++ /dev/null @@ -1,35 +0,0 @@ -// Define an array of strings -const neverSaid = [ - "
TBD
-Pictures
- - - - -TBD
-Specifications
-Size | -8.4cm x 16.2cm x 2.4cm | -
Weight (w/ battery) | -209g | -
Type | -Scientific | -
CPU | -Hitachi HD38111A | -
Registers | -2 standard 1 constant 4 bracket 1 memory |
-
Features | -%, +/-, RV, F, Sci, ab⁄c, Sqr, x2, pi, 1⁄x, trig, hyp, DMS-DD, log, yx, SD, nCr, P-R, n! |
-
Display | -12-digit VFD (NEC LD8197A) | -
Pictures
- - - - -TBD
-Pictures
- - - - -TBD
-Pictures
- - - - -The calculator measures 74.2mm x 135mm x 22.2mm. It weighs 86g without the battery installed, which is a 9v PP3-type battery. Rather than the usual press-stud type holder, the housing has two metal slide clips. There is also what I assume to be a sponge at one end which is supposed to aid in holding the battery in, however it appears to have gone completely hard and I will most likely replace it in the future. There's small adaptor hole at the top, of which the input isn't specified (though it's generally agreed that it's 4.5v centre-positive).
-The case is black & silvery colored with a thin brushed metallic front panel. The eight-digit bubble display has an absolutely terrible viewing angle, which means you either have to be holding it under your coat or against your face to read it!
- The keypad is particularly strange in the way that it has 3 cancel buttons, [CE], [C] and [CA], while the [CS] button is a Clear Sign button, not another cancel! The keys themselves are particularly stiff, and you really have to push them to get them to register. Many 880s suffered something referred to as the "pseudo fixed decimal bug" where, if you typed in 1 + 1.00 = , it would display 2.00 instead of the expected 2 -Specifications
-Size | -7.4cm x 13.5cm x 2.2cm | -
Weight (w/o battery) | -86 | -
Type | -Arithmetic | -
Logic | -Algebraic | -
Power Source | -PP3 9v | -
Display | -8-digit LED | -
Pictures
- - - - -Status Unavailable
-@else - I'm -Time in Britain:
diff --git a/resources/views/components/git.blade.php b/resources/views/components/git.blade.php deleted file mode 100644 index e66a6eb..0000000 --- a/resources/views/components/git.blade.php +++ /dev/null @@ -1,48 +0,0 @@ -@php -$api_root = app('config')->get('app')['api_root']; - -$commits = json_decode(file_get_contents($api_root.'/gitdata')); -$count = 0; - -function formatRelativeTime(DateTime $dateTime) { - $currentTimestamp = time(); - $dateTimeTimestamp = $dateTime->getTimestamp(); - $difference = $currentTimestamp - $dateTimeTimestamp; - - if ($difference < 60) { - return "just now"; - } elseif ($difference < 3600) { - $minutes = floor($difference / 60); - $suffix = ($minutes > 1) ? "s" : ""; - return $minutes . " minute" . $suffix . " ago"; - } elseif ($difference < 86400) { - $hours = floor($difference / 3600); - $suffix = ($hours > 1) ? "s" : ""; - return $hours . " hour" . $suffix . " ago"; - } elseif ($difference < 604800) { - $days = floor($difference / 86400); - $suffix = ($days > 1) ? "s" : ""; - return $days . " day" . $suffix . " ago"; - } else { - return $dateTime->format('Y-m-d H:i:s'); // Fallback to a specific format if desired - } -} -@endphp -
- {{ $quote["name"] }}: "{{ $quote["quote"] }}"
-
Site Settings:
- -
- @foreach($quote["lines"] as $line)
- {{ $line["character"] }}:
- {{-- Literally only one thing will trigger this lmao --}}
- @if($line["line"] == "*Rage squeals*")
- {{ $line["line"] }}
- @else
- "{{ $line["line"] }}"
- @endif
- @endforeach
- ({{ $quote["attribution"] }})
-
Weather Conditions:
-Data Unavailable
-@else -Temperature: {{ round(($conditions[0]["temp"] - 32) * (5/9), 1) }} degC
-Rain: {{ ($conditions[0]["rain_rate_last"] * 0.2) }}mm/hr ({{ $conditions[0]["rainfall_daily"] }}mm today)
- @if ($conditions[0]["wind_speed_last"] != 0) -Wind: {{ round($conditions[0]["wind_speed_last"], 1) }}mph ({{ $conditions[0]["wind_dir_last"] }} deg)
- @else -Wind: 0mph
- @endif -Humidity: {{ round($conditions[0]["hum"], 1) }}%
-Pressure: {{ round($conditions[2]["bar_sea_level"], 1) }} inHg
-@endif diff --git a/resources/views/errors/401.blade.php b/resources/views/errors/401.blade.php index 7c0d081..f3dce11 100644 --- a/resources/views/errors/401.blade.php +++ b/resources/views/errors/401.blade.php @@ -1,4 +1,4 @@ -{{ $description }}
@endif -Woah there! Only authorized users can access this page. Please log in to proceed.
-Ended up here on accident? Click here to return to the homepage!
-@stop