2023-06-13 22:07:20 +00:00
@ extends ( 'layouts.default' )
2023-06-13 22:49:50 +00:00
@ section ( 'title' , 'home' )
2023-06-13 22:07:20 +00:00
@ section ( 'description' , 'This is the personal homepage of floppydisk.' )
@ section ( 'content' )
2023-07-03 18:07:31 +00:00
< p > Hi !</ p >
2023-06-13 22:07:20 +00:00
< p > This is the personal homepage of floppydisk .</ p >
<!-- Last . fm -->
@ include ( 'components.lastfm' )
<!-- WeatherData -->
2023-06-14 20:48:05 +00:00
@ include ( 'components.weather' )
2023-06-13 22:07:20 +00:00
< h1 > Contact </ h1 >
2023-06-21 00:54:14 +00:00
< p >< strong > Mail </ strong >:& nbsp ; < a href = " mailto:contact@diskfloppy.me " > contact @ diskfloppy . me </ a >< br />
< strong > IRC </ strong >:& nbsp ; & nbsp ; < a href = " https://r-type.ca/page.php?id=1034 " > floppydisk @ r - type </ a >< br />
2023-07-04 17:46:25 +00:00
</ p >
2023-06-13 22:07:20 +00:00
< h1 > Elsewhere </ h1 >
2023-07-02 21:56:15 +00:00
< p >< strong > Mastodon :</ strong >& nbsp ; < a rel = " me " href = " https://c.im/@floppydisk " >@ floppydisk @ c . im </ a >< br />
2023-07-04 21:54:45 +00:00
< strong > Matrix :</ strong >& nbsp ; & nbsp ; & nbsp ; < a href = " https://matrix.to/#/@floppydisk:arcticfoxes.net " >@ floppydisk : arcticfoxes . net </ a >< br />
2023-06-21 00:54:14 +00:00
< strong > Twitter :</ strong >& nbsp ; & nbsp ; < a href = " https://twitter.com/floppydisk__ " >@ floppydisk__ </ a >< br />
< strong > GitHub :</ strong >& nbsp ; & nbsp ; & nbsp ; < a href = " https://github.com/floppydisk05 " > floppydisk05 </ a >< br />
2023-07-04 17:39:06 +00:00
< strong > SDF :</ strong >& nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; < a href = " http://floppydisk.sdf.org/ " >~ floppydisk </ a >< br />
2023-07-04 17:46:25 +00:00
< 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 >
2023-07-04 17:39:06 +00:00
</ p >
2023-06-13 22:07:20 +00:00
@ stop