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

39 lines
2.1 KiB
PHP
Raw Normal View History

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-05 23:09:50 +00:00
<h1>About me</h1>
<p>Hi!<br/>
This is the personal homepage of floppydisk.
</p>
<h2>Interests</h2>
<p>
&#9670; <b>Tech Theatre</b> - Lighting, Stage Management, etc.<br/>
&#9670; <b>Programming</b>&nbsp; - HTML, JavaScript, C#, Java, PHP, Ruby<br/>
&#9670; <b>Photography</b>&nbsp; - <a href="https://www.flickr.com/photos/floppydisk/">Flickr</a>
</p>
2023-06-13 22:07:20 +00:00
<!-- Last.fm -->
@include('components.lastfm')
<!-- WeatherData -->
@include('components.weather')
2023-06-13 22:07:20 +00:00
2023-07-12 00:16:52 +00:00
<!-- Site Updates -->
@include('components.git')
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-05 23:09:50 +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-05 23:09:50 +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&amp;A for professional and enthusiast programmers" title="profile for floppydisk at Stack Overflow, Q&amp;A for professional and enthusiast programmers"></a>
2023-07-05 23:09:50 +00:00
</p>
2023-06-13 22:07:20 +00:00
@stop