diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-28 23:43:32 +0100 |
---|---|---|
committer | Frankie B <frankieraybrown@gmail.com> | 2023-07-29 18:10:50 +0100 |
commit | f547f58d0d9de033450b2a0bbc2ef5f028f76ec8 (patch) | |
tree | ba58084bf0f32c60b1a4d9902ec37c8b08594a43 | |
parent | 9eafaa2c2f7cf4794160b5ed891d315822026591 (diff) |
Update email, remove weather & music from homepage
-rw-r--r-- | resources/views/pages/home.blade.php | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index 9471a9e..9a2a85b 100644 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -31,17 +31,6 @@ </table> <br> - {{-- - <!-- Last.fm --> - @include('components.lastfm') - - <!-- WeatherData --> - @include('components.weather') - - <!-- Site Updates --> - @include('components.git') - --}} - <table class="infotable"> <tr> <td colspan="2"> @@ -54,8 +43,8 @@ </td> </tr> <tr> - <td><strong>E-mail</strong></td> - <td><a href="mailto:contact@diskfloppy.me">contact (at) diskfloppy (dot) me</a></td> + <td><strong>E-mail:</strong></td> + <td><a href="mailto:contact@diskfloppy.me">contact@diskfloppy.me</a></td> </tr> <tr> <td><strong>Mastodon:</strong></td> @@ -69,13 +58,5 @@ <td><strong>GitHub:</strong></td> <td><a href="https://github.com/floppydisk05">floppydisk05</a></td> </tr> - <!--<tr> - <td colspan="2"> - <a href="https://stackoverflow.com/users/15933092/floppydisk"><img - src="https://stackoverflow.com/users/flair/15933092.png?theme=dark" width="208" height="58" - alt="profile for floppydisk at Stack Overflow, Q&A for professional and enthusiast programmers" - title="profile for floppydisk at Stack Overflow, Q&A for professional and enthusiast programmers"></a> - </td> - </tr>--> </table> @stop |