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')
|
|
|
|
<p>Hi!</p>
|
|
|
|
<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>: <a href="mailto:contact@diskfloppy.me">contact@diskfloppy.me</a><br/>
|
|
|
|
<strong>IRC</strong>: <a href="https://r-type.ca/page.php?id=1034">floppydisk @ r-type</a><br/>
|
2023-06-13 22:07:20 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<h1>Elsewhere</h1>
|
2023-07-02 21:56:15 +00:00
|
|
|
<p><strong>Mastodon:</strong> <a rel="me" href="https://c.im/@floppydisk">@floppydisk@c.im</a><br/>
|
2023-06-21 00:54:14 +00:00
|
|
|
<strong>Matrix:</strong> <a href="https://matrix.to/#/@floppydisk:arcticfoxes.net">@floppydisk:arcticfoxes.net</a><br/>
|
|
|
|
<strong>Twitter:</strong> <a href="https://twitter.com/floppydisk__">@floppydisk__</a><br/>
|
|
|
|
<strong>GitHub:</strong> <a href="https://github.com/floppydisk05">floppydisk05</a><br/>
|
|
|
|
<strong>SDF:</strong> <a href="http://floppydisk.sdf.org/">~floppydisk</a>
|
2023-06-13 22:07:20 +00:00
|
|
|
</p>
|
|
|
|
@stop
|