Update email, remove weather & music from homepage
This commit is contained in:
parent
9eafaa2c2f
commit
f547f58d0d
1 changed files with 2 additions and 21 deletions
|
@ -31,17 +31,6 @@
|
||||||
</table>
|
</table>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
{{--
|
|
||||||
<!-- Last.fm -->
|
|
||||||
@include('components.lastfm')
|
|
||||||
|
|
||||||
<!-- WeatherData -->
|
|
||||||
@include('components.weather')
|
|
||||||
|
|
||||||
<!-- Site Updates -->
|
|
||||||
@include('components.git')
|
|
||||||
--}}
|
|
||||||
|
|
||||||
<table class="infotable">
|
<table class="infotable">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
|
@ -54,8 +43,8 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong>E-mail</strong></td>
|
<td><strong>E-mail:</strong></td>
|
||||||
<td><a href="mailto:contact@diskfloppy.me">contact (at) diskfloppy (dot) me</a></td>
|
<td><a href="mailto:contact@diskfloppy.me">contact@diskfloppy.me</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong>Mastodon:</strong></td>
|
<td><strong>Mastodon:</strong></td>
|
||||||
|
@ -69,13 +58,5 @@
|
||||||
<td><strong>GitHub:</strong></td>
|
<td><strong>GitHub:</strong></td>
|
||||||
<td><a href="https://github.com/floppydisk05">floppydisk05</a></td>
|
<td><a href="https://github.com/floppydisk05">floppydisk05</a></td>
|
||||||
</tr>
|
</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>
|
</table>
|
||||||
@stop
|
@stop
|
||||||
|
|
Loading…
Reference in a new issue