diff options
author | floppydiskette <floppydisk@hyprcat.net> | 2024-12-30 22:56:39 +0000 |
---|---|---|
committer | floppydiskette <floppydisk@hyprcat.net> | 2024-12-30 22:56:39 +0000 |
commit | ad60b3882603d853088f4b5cde6dc502daddcf4a (patch) | |
tree | 3c0bcaa1fcb8391c9b59fbee2fc3c4d0a62a95d7 /resources | |
parent | 4b8c38216f66f0eb97e97e23a467432b5a0f5ef5 (diff) |
Username update
Diffstat (limited to 'resources')
-rw-r--r-- | resources/views/components/layout.blade.php | 4 | ||||
-rw-r--r-- | resources/views/components/minimal-error.blade.php | 2 | ||||
-rw-r--r-- | resources/views/home.blade.php | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php index 9600c44..15f5c14 100644 --- a/resources/views/components/layout.blade.php +++ b/resources/views/components/layout.blade.php @@ -37,8 +37,8 @@ <div id="footer"> <div> <span> - © floppydisk 2021-{{ date('Y') }}<br> - v{{ config('app.version') }}, <a href="https://git.frzn.dev/fwoppydwisk/diskfloppy.me/releases/latest">Source</a><br> + © RoscoeDeWah 2021-{{ date('Y') }}<br> + v{{ config('app.version') }}, <a href="https://git.frzn.dev/RoscoeDeWah/wah.moe/releases/latest">Source</a><br> Served by {{ gethostname() }} </span> </div> diff --git a/resources/views/components/minimal-error.blade.php b/resources/views/components/minimal-error.blade.php index 3be5511..4ee8b5f 100644 --- a/resources/views/components/minimal-error.blade.php +++ b/resources/views/components/minimal-error.blade.php @@ -23,6 +23,6 @@ Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0 </code> </td></tr></table> <hr align="left"> - <p>© floppydisk 2021-2024</p> + <p>© RoscoeDeWah 2021-2024</p> </body> </html> diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 2b411a4..69c81ff 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -12,7 +12,7 @@ <li>Theatre Technician and "Web Developer"</li> <li>Loves ETC desks, prefers Generics to LEDs for some reason</li> <li>Spends way too much time on his computer</li> - <li>Favorite games: <a href="https://steamcommunity.com/id/fwoppydwisk/recommended/420530/">OneShot</a>, + <li>Favorite games: <a href="https://steamcommunity.com/id/RoscoeDeWah/recommended/420530/">OneShot</a>, Minecraft, Stardew Valley, N++ and Starbound</li> <li><a href="http://wxqa.com/">CWOP</a> member</li> </ul> @@ -22,9 +22,9 @@ <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> + href="https://github.com/RoscoeDeWah">GitHub</a>)</li> <li><strong>Photography</strong> - <a href="https://www.flickr.com/photos/floppydisk/">Flickr</a></li> - <li><strong>Gaming</strong> - <a href="https://steamcommunity.com/id/fwoppydwisk/">Steam Profile</a> + <li><strong>Gaming</strong> - <a href="https://steamcommunity.com/id/RoscoeDeWah/">Steam Profile</a> </li> </ul> </x-layout> |