diskfloppy.me/resources/views/pages/home.blade.php

85 lines
2.9 KiB
PHP
Raw Normal View History

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')
2024-01-03 13:07:59 +00:00
<p>Hi! This is my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.</p>
2023-10-15 19:52:32 +00:00
<table class="info-table" role="presentation">
2023-08-14 23:13:53 +00:00
<caption>
2023-10-25 22:30:02 +00:00
<h2>QuickFacts&trade;</h2>
2023-08-14 23:13:53 +00:00
<hr>
</caption>
2023-08-14 22:45:31 +00:00
<tr>
2023-10-25 22:30:02 +00:00
<td>&#9670; 18 y/o, he/him, British</td>
2023-08-14 22:45:31 +00:00
</tr>
<tr>
2023-10-25 22:30:02 +00:00
<td>&#9670; Theatre Technician, &quot;Web Developer&quot; and NixOS User</td>
2023-08-14 22:45:31 +00:00
</tr>
<tr>
2024-01-03 13:07:59 +00:00
<td>&#9670; Loves ETC desks, prefers Generics to LEDs for some reason</td>
2023-08-14 22:45:31 +00:00
</tr>
<tr>
2023-10-25 22:30:02 +00:00
<td>&#9670; Spends way too much time on his computer</td>
2023-08-14 22:45:31 +00:00
</tr>
2023-08-16 13:10:19 +00:00
<tr>
2023-10-25 22:30:02 +00:00
<td>&#9670; Favorite games: <a href="https://steamcommunity.com/id/floppydisk05/recommended/420530/">OneShot</a>, Minecraft, Stardew Valley, N++ and Starbound</td>
2023-08-16 13:10:19 +00:00
</tr>
2023-08-14 22:45:31 +00:00
</table>
<br>
2023-06-13 22:07:20 +00:00
2023-10-15 19:52:32 +00:00
<table class="info-table" role="presentation">
2023-08-14 23:13:53 +00:00
<caption>
<h2>Interests</h2>
2023-08-14 23:13:53 +00:00
<hr>
</caption>
2023-07-25 23:08:58 +00:00
<tr>
<td>&#9670; <b>Tech Theatre</b></td>
2023-10-25 22:30:02 +00:00
<td>- Lighting, Stage Management, etc. (<a href="https://www.controlbooth.com/members/floppydisk.28673/">ControlBooth</a>)</td>
2023-07-25 23:08:58 +00:00
</tr>
<tr>
<td>&#9670; <b>Programming</b></td>
2023-10-25 22:30:02 +00:00
<td>- HTML, CSS, JavaScript, C#, Java, PHP, Ruby, Python (<a href="https://github.com/floppydisk05">GitHub</a>)</td>
2023-07-25 23:08:58 +00:00
</tr>
<tr>
<td>&#9670; <b>Photography</b></td>
<td>- <a href="https://www.flickr.com/photos/floppydisk/">Flickr</a></td>
</tr>
2023-10-25 22:30:02 +00:00
<tr>
<td>&#9670; <b>Gaming</b></td>
<td>- <a href="https://steamcommunity.com/id/floppydisk05/">Steam Profile</a></td>
</tr>
2023-07-25 23:08:58 +00:00
</table>
<br>
<table class="info-table never-said" role="presentation">
<caption>
<h2>Things they never said</h2>
<hr>
</caption>
<tr>
2023-10-25 21:57:12 +00:00
<script type="text/javascript" src="/js/neverSaid.js"></script>
<noscript><td>Oops! You need JavaScript enabled to view this content.</td></noscript>
</tr>
</table>
<br>
2023-10-15 19:52:32 +00:00
<table class="info-table" role="presentation">
2023-08-14 23:13:53 +00:00
<caption>
<h2>Contact &amp; social</h2>
2023-08-14 23:13:53 +00:00
<hr>
</caption>
2023-07-25 23:08:58 +00:00
<tr>
<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>
</table>
2023-06-13 22:07:20 +00:00
@stop