2023-06-13 22:07:20 +00:00
|
|
|
@extends('layouts.default')
|
2023-07-25 23:08:58 +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-08-15 17:33:18 +00:00
|
|
|
<p>Hi! This my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.
|
2023-08-14 22:45:31 +00:00
|
|
|
|
2023-08-16 13:10:19 +00:00
|
|
|
<table class="info-table">
|
2023-08-14 23:13:53 +00:00
|
|
|
<caption>
|
|
|
|
<h1>Fun Facts</h1>
|
|
|
|
<hr>
|
|
|
|
</caption>
|
2023-08-14 22:45:31 +00:00
|
|
|
<tr>
|
|
|
|
<td>◆ I am (unfortunately) British</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>◆ I watched the entirety of The Owl House (~18 hours) in under 48 hours.</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>◆ I spend way too much time on my computer.</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>◆ Some people say I suck at PHP, but that's clearly wrong :P</td>
|
|
|
|
</tr>
|
2023-08-16 13:10:19 +00:00
|
|
|
<tr>
|
|
|
|
<td>◆ Some of my favorite games are: OneShot, Minecraft, Stardew Valley, N++ and Starbound</td>
|
|
|
|
</tr>
|
2023-08-14 22:45:31 +00:00
|
|
|
</table>
|
|
|
|
<br>
|
2023-06-13 22:07:20 +00:00
|
|
|
|
2023-08-16 13:10:19 +00:00
|
|
|
<table class="info-table">
|
2023-08-14 23:13:53 +00:00
|
|
|
<caption>
|
|
|
|
<h1>Interests</h1>
|
|
|
|
<hr>
|
|
|
|
</caption>
|
2023-07-25 23:08:58 +00:00
|
|
|
<tr>
|
|
|
|
<td>◆ <b>Tech Theatre</b></td>
|
|
|
|
<td>- Lighting, Stage Management, etc.</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>◆ <b>Programming</b></td>
|
|
|
|
<td>- HTML, JavaScript, C#, Java, PHP, Ruby</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>◆ <b>Photography</b></td>
|
|
|
|
<td>- <a href="https://www.flickr.com/photos/floppydisk/">Flickr</a></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<br>
|
|
|
|
|
2023-08-16 13:10:19 +00:00
|
|
|
<table class="info-table">
|
2023-08-14 23:13:53 +00:00
|
|
|
<caption>
|
|
|
|
<h1>Contact & social</h1>
|
|
|
|
<hr>
|
|
|
|
</caption>
|
2023-07-25 23:08:58 +00:00
|
|
|
<tr>
|
2023-07-28 22:43:32 +00:00
|
|
|
<td><strong>E-mail:</strong></td>
|
|
|
|
<td><a href="mailto:contact@diskfloppy.me">contact@diskfloppy.me</a></td>
|
2023-07-25 23:08:58 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><strong>Mastodon:</strong></td>
|
|
|
|
<td><a rel="me" href="https://c.im/@floppydisk">@floppydisk@c.im</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><strong>Matrix:</strong></td>
|
|
|
|
<td><a href="https://matrix.to/#/@floppydisk:arcticfoxes.net">@floppydisk:arcticfoxes.net</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><strong>GitHub:</strong></td>
|
|
|
|
<td><a href="https://github.com/floppydisk05">floppydisk05</a></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2023-08-22 19:02:57 +00:00
|
|
|
<br>
|
|
|
|
|
|
|
|
<table class="info-table">
|
|
|
|
<caption>
|
|
|
|
<h1>niko</h1>
|
|
|
|
<hr>
|
|
|
|
</caption>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<video width="320" height="320" controls>
|
|
|
|
<source src="/videos/silly.mp4" type="video/mp4">
|
|
|
|
</video>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
2023-06-13 22:07:20 +00:00
|
|
|
@stop
|