diff options
author | Frankie B <git@diskfloppy.me> | 2023-10-19 00:32:31 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-10-19 00:32:31 +0100 |
commit | 843f011926823acc63ce74650da883b9980eae08 (patch) | |
tree | 12748077d5d1248b696b0ee46352401c657a688e | |
parent | 5a0c81f50da3fc0bf76dc7dca791c93c99000dcc (diff) |
Move "Things they never said", add CSS & Python to interests
-rw-r--r-- | resources/views/pages/home.blade.php | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index 3aa69c5..cc38f61 100644 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -4,19 +4,6 @@ @section('content') <p>Hi! This my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.</p> - <table class="info-table never-said" role="presentation"> - <caption> - <h2>Things they never said</h2> - <hr> - </caption> - <tr> - <script type="text/javascript" language="javascript" src="/js/neverSaid.js"></script> - <noscript><td>Oops! You need JavaScript enabled to view this content.</td></noscript> - </tr> - </table> - <br> - - <table class="info-table" role="presentation"> <caption> <h2>Fun Facts</h2> @@ -51,7 +38,7 @@ </tr> <tr> <td>◆ <b>Programming</b></td> - <td>- HTML, JavaScript, C#, Java, PHP, Ruby</td> + <td>- HTML, CSS, JavaScript, C#, Java, PHP, Ruby, Python</td> </tr> <tr> <td>◆ <b>Photography</b></td> @@ -60,6 +47,18 @@ </table> <br> + <table class="info-table never-said" role="presentation"> + <caption> + <h2>Things they never said</h2> + <hr> + </caption> + <tr> + <script type="text/javascript" language="javascript" src="/js/neverSaid.js"></script> + <noscript><td>Oops! You need JavaScript enabled to view this content.</td></noscript> + </tr> + </table> + <br> + <table class="info-table" role="presentation"> <caption> <h2>Contact & social</h2> |