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

63 lines
1.8 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')
2023-07-25 23:08:58 +00:00
<p>Hi! This my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.
</p>
2023-06-13 22:07:20 +00:00
2023-07-25 23:08:58 +00:00
<table class="infotable">
<tr>
<td colspan="2">
<h1>Interests</h1>
</td>
</tr>
<tr>
<td colspan="2">
<hr>
</td>
</tr>
<tr>
<td>&#9670; <b>Tech Theatre</b></td>
<td>- Lighting, Stage Management, etc.</td>
</tr>
<tr>
<td>&#9670; <b>Programming</b></td>
<td>- HTML, JavaScript, C#, Java, PHP, Ruby</td>
</tr>
<tr>
<td>&#9670; <b>Photography</b></td>
<td>- <a href="https://www.flickr.com/photos/floppydisk/">Flickr</a></td>
</tr>
</table>
<br>
<table class="infotable">
<tr>
<td colspan="2">
<h1>Contact &amp; social</h1>
</td>
</tr>
<tr>
<td colspan="2">
<hr>
</td>
</tr>
<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>
<tr>
<td><strong>GitHub:</strong></td>
<td><a href="https://github.com/floppydisk05">floppydisk05</a></td>
</tr>
</table>
2023-06-13 22:07:20 +00:00
@stop