diff options
author | Frankie B <git@diskfloppy.me> | 2023-10-25 23:30:02 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-10-25 23:30:02 +0100 |
commit | 0349cef89450a2a6ce5f6b750394acf47376efef (patch) | |
tree | d6bebe57cb905683e13defcb7e7f1be720f12d0c /resources/views/pages | |
parent | 2ef7d4169bf28d5b5c39ff29993542200138ed58 (diff) |
Update homepage info
Diffstat (limited to 'resources/views/pages')
-rw-r--r-- | resources/views/pages/home.blade.php | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index 1c0043c..e5dd9fa 100644 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -6,23 +6,23 @@ <table class="info-table" role="presentation"> <caption> - <h2>Fun Facts</h2> + <h2>QuickFacts™</h2> <hr> </caption> <tr> - <td>◆ I am (unfortunately) British</td> + <td>◆ 18 y/o, he/him, British</td> </tr> <tr> - <td>◆ I watched the entirety of The Owl House (~18 hours) in under 48 hours.</td> + <td>◆ Theatre Technician, "Web Developer" and NixOS User</td> </tr> <tr> - <td>◆ I spend way too much time on my computer.</td> + <td>◆ Loves ETC desks but often prefers Generics to LEDs</td> </tr> <tr> - <td>◆ Some people say I suck at PHP, but that's clearly wrong :P</td> + <td>◆ Spends way too much time on his computer</td> </tr> <tr> - <td>◆ Some of my favorite games are: OneShot, Minecraft, Stardew Valley, N++ and Starbound</td> + <td>◆ Favorite games: <a href="https://steamcommunity.com/id/floppydisk05/recommended/420530/">OneShot</a>, Minecraft, Stardew Valley, N++ and Starbound</td> </tr> </table> <br> @@ -34,16 +34,20 @@ </caption> <tr> <td>◆ <b>Tech Theatre</b></td> - <td>- Lighting, Stage Management, etc.</td> + <td>- Lighting, Stage Management, etc. (<a href="https://www.controlbooth.com/members/floppydisk.28673/">ControlBooth</a>)</td> </tr> <tr> <td>◆ <b>Programming</b></td> - <td>- HTML, CSS, JavaScript, C#, Java, PHP, Ruby, Python</td> + <td>- HTML, CSS, JavaScript, C#, Java, PHP, Ruby, Python (<a href="https://github.com/floppydisk05">GitHub</a>)</td> </tr> <tr> <td>◆ <b>Photography</b></td> <td>- <a href="https://www.flickr.com/photos/floppydisk/">Flickr</a></td> </tr> + <tr> + <td>◆ <b>Gaming</b></td> + <td>- <a href="https://steamcommunity.com/id/floppydisk05/">Steam Profile</a></td> + </tr> </table> <br> @@ -76,9 +80,5 @@ <td><strong>Matrix:</strong></td> <td><a href="https://matrix.to/#/@floppydisk:arcticfoxes.net">@floppydisk:arcticfoxes.net</a></td> </tr> - <tr> - <td><strong>GitHub:</strong></td> - <td><a href="https://github.com/floppydisk05">floppydisk05</a></td> - </tr> </table> @stop |