we ball
This commit is contained in:
parent
cc7fbbcdca
commit
fd12540d0a
5 changed files with 52 additions and 14 deletions
|
@ -2,8 +2,36 @@
|
|||
@section('title', 'Home')
|
||||
@section('description', 'This is the personal homepage of floppydisk.')
|
||||
@section('content')
|
||||
<p>Hi! This my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.
|
||||
</p>
|
||||
<div class="me">
|
||||
<img src="{{ URL::asset('images/me_200x200.jpg') }}" alt="Me">
|
||||
<p>Hi! This my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.
|
||||
</div>
|
||||
|
||||
<table class="infotable">
|
||||
<tr>
|
||||
<td>
|
||||
<h1>Fun Facts</h1>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<hr>
|
||||
</td>
|
||||
</tr>
|
||||
<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>
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<table class="infotable">
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue