diff options
author | Frankie B <git@diskfloppy.me> | 2023-08-14 23:45:31 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-08-14 23:45:31 +0100 |
commit | b8b36c50d09b1b1ea59b02601a9f7c5f4bca894b (patch) | |
tree | c41a3f421a2c364c40e24177928718d91f94d626 /resources/views/pages/home.blade.php | |
parent | e7d58f3185b798df4e020f0c2b7ab36d1d1656dc (diff) |
we ball
Diffstat (limited to 'resources/views/pages/home.blade.php')
-rw-r--r-- | resources/views/pages/home.blade.php | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index 9a2a85b..f390b0f 100644 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -2,8 +2,36 @@ @section('title', 'Home') @section('description', 'This is the personal homepage of floppydisk.') @section('content') - <p>Hi! This my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb. - </p> + <div class="me"> + <img src="{{ URL::asset('images/me_200x200.jpg') }}" alt="Me"> + <p>Hi! This my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb. + </div> + + <table class="infotable"> + <tr> + <td> + <h1>Fun Facts</h1> + </td> + </tr> + <tr> + <td> + <hr> + </td> + </tr> + <tr> + <td>◆ I am (unfortunately) British</td> + </tr> + <tr> + <td>◆ I watched the entirety of The Owl House (~18 hours) in under 48 hours.</td> + </tr> + <tr> + <td>◆ I spend way too much time on my computer.</td> + </tr> + <tr> + <td>◆ Some people say I suck at PHP, but that's clearly wrong :P</td> + </tr> + </table> + <br> <table class="infotable"> <tr> |