diff options
author | floppydiskette <floppydisk@hyprcat.net> | 2024-11-28 00:07:08 +0000 |
---|---|---|
committer | floppydiskette <floppydisk@hyprcat.net> | 2024-11-28 00:07:08 +0000 |
commit | 588966a94fe385a7c9f4ea8f2a6ff3af3c92feb2 (patch) | |
tree | 65c65580491848b64fd461541f79889ce51b4b74 /resources/views/home.blade.php | |
parent | b257c17f5701e24c8a9c2490ad6f6403f6068c90 (diff) |
Sure is a new site design
Diffstat (limited to 'resources/views/home.blade.php')
-rw-r--r-- | resources/views/home.blade.php | 79 |
1 files changed, 41 insertions, 38 deletions
diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 1b17b0f..002f8b2 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -1,42 +1,45 @@ <x-layout> <x-slot:title>Home</x-slot:title> - <div class="section"> - <h2>About Me</h2> - <hr> - <p>Hi! This is my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.</p> - <br> - <p>QuickFacts™:</p> - <ul> - <li>{{ $age }} y/o, he/him, British</li> - <li>Theatre Technician, "Web Developer" and NixOS User</li> - <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/fwoppydwisk/recommended/420530/">OneShot</a>, Minecraft, Stardew Valley, N++ and Starbound</li> - <li><a href="http://wxqa.com/">CWOP</a> member</li> - </ul> - <br> - <p>Interests:</p> - <ul> - <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/fwoppydwisk/">Steam Profile</a></li> - </ul> - </div> - <div class="section"> - <h2>Random Quote</h2> - <hr> - <x-toh-quote/> - </div> - <div class="section"> - <h2>Contact</h2> - <hr> - <p> - <strong>E-mail:</strong> <a href="mailto:contact@diskfloppy.me">contact@diskfloppy.me</a><br> - <strong>Mastodon:</strong> <a rel="me" href="https://c.im/@floppydisk">@floppydisk@c.im</a><br> - <strong>Matrix:</strong> <a href="https://matrix.to/#/@floppydisk:arcticfoxes.net">@floppydisk:arcticfoxes.net</a> - </p> - </div> + <x-wah></x-wah> + <p>Hi! This is my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide + <strong>W</strong>eb. + </p> + <br> + <p>Some quick facts about me:</p> + <ul> + <li>19 y/o, he/him, British</li> + <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>, + Minecraft, Stardew Valley, N++ and Starbound</li> + <li><a href="http://wxqa.com/">CWOP</a> member</li> + </ul> + <br> + <p>Interests:</p> + <ul> + <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/fwoppydwisk/">Steam Profile</a> + </li> + </ul> + +{{-- <div class="section">--}} +{{-- <h2>Random Quote</h2>--}} +{{-- <hr>--}} +{{-- <x-toh-quote/>--}} +{{-- </div>--}} +{{-- <div class="section">--}} +{{-- <h2>Contact</h2>--}} +{{-- <hr>--}} +{{-- <p>--}} +{{-- <strong>E-mail:</strong> <a href="mailto:contact@diskfloppy.me">contact@diskfloppy.me</a><br>--}} +{{-- <strong>Mastodon:</strong> <a rel="me" href="https://c.im/@floppydisk">@floppydisk@c.im</a><br>--}} +{{-- <strong>Matrix:</strong> <a href="https://matrix.to/#/@floppydisk:arcticfoxes.net">@floppydisk:arcticfoxes.net</a>--}} +{{-- </p>--}} +{{-- </div>--}} </x-layout> |