diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-06 00:09:50 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-07-06 00:09:50 +0100 |
commit | 60245e6976b2ec804fa097cbe296bda55f0d1071 (patch) | |
tree | f09bd810815d214068c5669c77222bce287bbd05 /resources | |
parent | fd68a870f57d2ac2d4a6c34ce0f649e2e0bdfd27 (diff) |
Update about on homepage
Diffstat (limited to 'resources')
-rw-r--r-- | resources/views/pages/home.blade.php | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index 3306e57..f89b17a 100644 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -2,8 +2,16 @@ @section('title', 'home') @section('description', 'This is the personal homepage of floppydisk.') @section('content') - <p>Hi!</p> - <p>This is the personal homepage of floppydisk.</p> + <h1>About me</h1> + <p>Hi!<br/> + This is the personal homepage of floppydisk. + </p> + <h2>Interests</h2> + <p> + ◆ <b>Tech Theatre</b> - Lighting, Stage Management, etc.<br/> + ◆ <b>Programming</b> - HTML, JavaScript, C#, Java, PHP, Ruby<br/> + ◆ <b>Photography</b> - <a href="https://www.flickr.com/photos/floppydisk/">Flickr</a> + </p> <!-- Last.fm --> @include('components.lastfm') @@ -14,14 +22,14 @@ <h1>Contact</h1> <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/> - </p> + </p> <h1>Elsewhere</h1> <p><strong>Mastodon:</strong> <a rel="me" href="https://c.im/@floppydisk">@floppydisk@c.im</a><br/> <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><br/> + <strong>SDF:</strong> <a href="http://floppydisk.sdf.org/">~floppydisk</a><br/> <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&A for professional and enthusiast programmers" title="profile for floppydisk at Stack Overflow, Q&A for professional and enthusiast programmers"></a> - </p> + </p> @stop |