diff options
author | floppydiskette <git@diskfloppy.me> | 2024-08-08 15:35:48 +0100 |
---|---|---|
committer | floppydiskette <git@diskfloppy.me> | 2024-08-08 15:35:48 +0100 |
commit | 74bca7ac803aeea3d5091344b99520687e3a3bd1 (patch) | |
tree | 8a63a2341303daac4ac621f8f4962a81d684e88a /resources/views/home.blade.php | |
parent | 9900446d9590024c34f55a45055776a396fb694e (diff) | |
parent | 14d3ed966bbafbcb01182df26fbbe1d5a211f4c2 (diff) |
Merge branch 'redesign'
Diffstat (limited to 'resources/views/home.blade.php')
-rw-r--r-- | resources/views/home.blade.php | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 86c7063..75af3de 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -1,10 +1,12 @@ <x-layout> <x-slot:title>Home</x-slot:title> - <p>Hi! This is my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.</p> - <div class="info-section"> - <h2>QuickFacts™</h2> + <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> @@ -14,10 +16,8 @@ <li>Favorite games: <a href="https://steamcommunity.com/id/floppydisk05/recommended/420530/">OneShot</a>, Minecraft, Stardew Valley, N++ and Starbound</li> <li><a href="http://wxqa.com/">CWOP</a> member</li> </ul> - </div> - <div class="info-section"> - <h2>Interests</h2> - <hr> + <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> @@ -25,16 +25,13 @@ <li><strong>Gaming</strong> - <a href="https://steamcommunity.com/id/floppydisk05/">Steam Profile</a></li> </ul> </div> - <div class="info-section"> - <h2>Things they never said</h2> + <div class="section"> + <h2>Random Quote</h2> <hr> - <p> - <script type="text/javascript" src="{{ asset("/js/neverSaid.js") }}"></script> - <noscript>Oops! You need JavaScript enabled to view this content.</noscript> - </p> + <x-toh-quote/> </div> - <div class="info-section"> - <h2>Contact & social</h2> + <div class="section"> + <h2>Contact</h2> <hr> <p> <strong>E-mail:</strong> <a href="mailto:contact@diskfloppy.me">contact@diskfloppy.me</a><br> |