diff options
-rw-r--r-- | config/app.php | 2 | ||||
-rw-r--r-- | resources/views/home.blade.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/app.php b/config/app.php index bd3b276..72e11a5 100644 --- a/config/app.php +++ b/config/app.php @@ -5,7 +5,7 @@ use Illuminate\Support\ServiceProvider; return [ 'name' => env('APP_NAME', 'diskfloppy.me'), - 'version' => '2024.08.22', + 'version' => '2024.08.30', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 75af3de..1b17b0f 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -13,7 +13,7 @@ <li>Loves ETC desks, prefers Generics to LEDs for some reason</li> <li>Has a crippling Soundcraft addiction</li> <li>Spends way too much time on his computer</li> - <li>Favorite games: <a href="https://steamcommunity.com/id/floppydisk05/recommended/420530/">OneShot</a>, Minecraft, Stardew Valley, N++ and Starbound</li> + <li>Favorite games: <a href="https://steamcommunity.com/id/fwoppydwisk/recommended/420530/">OneShot</a>, Minecraft, Stardew Valley, N++ and Starbound</li> <li><a href="http://wxqa.com/">CWOP</a> member</li> </ul> <br> @@ -22,7 +22,7 @@ <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> <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/floppydisk05/">Steam Profile</a></li> + <li><strong>Gaming</strong> - <a href="https://steamcommunity.com/id/fwoppydwisk/">Steam Profile</a></li> </ul> </div> <div class="section"> |