diff options
Diffstat (limited to 'resources/views/pages/home.blade.php')
-rw-r--r-- | resources/views/pages/home.blade.php | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index ab33c93..d32f8ba 100644 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -4,7 +4,7 @@ @section('content') <p>Hi! This my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb. - <table class="infotable"> + <table class="info-table"> <caption> <h1>Fun Facts</h1> <hr> @@ -21,10 +21,13 @@ <tr> <td>◆ Some people say I suck at PHP, but that's clearly wrong :P</td> </tr> + <tr> + <td>◆ Some of my favorite games are: OneShot, Minecraft, Stardew Valley, N++ and Starbound</td> + </tr> </table> <br> - <table class="infotable"> + <table class="info-table"> <caption> <h1>Interests</h1> <hr> @@ -44,7 +47,7 @@ </table> <br> - <table class="infotable"> + <table class="info-table"> <caption> <h1>Contact & social</h1> <hr> |