diff options
author | RoscoeDeWah <roscoe@wah.moe> | 2025-01-05 01:23:53 +0000 |
---|---|---|
committer | RoscoeDeWah <roscoe@wah.moe> | 2025-01-05 01:23:53 +0000 |
commit | 73d3d0aa85f4b601dcc6dbb1413f27e92f331c0a (patch) | |
tree | 1672a0e7e5dd2261fc5c9ed67fa4fad7f1834701 | |
parent | 42cb4f5561894ba841bf407c73fe45404fcfbcce (diff) |
woops
-rw-r--r-- | .github/CODEOWNERS | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | composer.json | 2 | ||||
-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 |
6 files changed, 9 insertions, 9 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ee04f97..7f676f1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @RoscoeDeWah +* @RoscoeDaWah @@ -1,3 +1,3 @@ -<img src="https://git.frzn.dev/RoscoeDeWah/wah.moe/raw/branch/master/assets/logo.svg" alt="" height="100" align="center"/> +<img src="https://git.frzn.dev/RoscoeDaWah/wah.moe/raw/branch/master/assets/logo.svg" alt="" height="100" align="center"/> <hr> My personal website, developed using the Laravel framework diff --git a/composer.json b/composer.json index cccc65d..59fa77e 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "RoscoeDeWah/wah.moe", + "name": "RoscoeDaWah/wah.moe", "type": "project", "description": "My personal website, developed using the Laravel framework.", "keywords": ["laravel", "framework"], diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php index 15f5c14..d20e675 100644 --- a/resources/views/components/layout.blade.php +++ b/resources/views/components/layout.blade.php @@ -37,8 +37,8 @@ <div id="footer"> <div> <span> - © RoscoeDeWah 2021-{{ date('Y') }}<br> - v{{ config('app.version') }}, <a href="https://git.frzn.dev/RoscoeDeWah/wah.moe/releases/latest">Source</a><br> + © RoscoeDaWah 2021-{{ date('Y') }}<br> + v{{ config('app.version') }}, <a href="https://git.frzn.dev/RoscoeDaWah/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 4ee8b5f..bffdf98 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>© RoscoeDeWah 2021-2024</p> + <p>© RoscoeDaWah 2021-2024</p> </body> </html> diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 69c81ff..99cf205 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/RoscoeDeWah/recommended/420530/">OneShot</a>, + <li>Favorite games: <a href="https://steamcommunity.com/id/RoscoeDaWah/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/RoscoeDeWah">GitHub</a>)</li> + href="https://github.com/RoscoeDaWah">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/RoscoeDeWah/">Steam Profile</a> + <li><strong>Gaming</strong> - <a href="https://steamcommunity.com/id/RoscoeDaWah/">Steam Profile</a> </li> </ul> </x-layout> |