19 lines
857 B
HTML
Raw Normal View History

2020-05-15 11:38:33 -06:00
title = "Welcome"
url = "/"
layout = "default"
is_hidden = 0
==
2020-05-16 09:53:45 -06:00
<div class="row">
<div class="col-lg-5 order-lg-2">
<h1>Welcome</h1>
<p>Welcome to Ja.son-Williams.ca, the little home on the web of surprise, surprise Jason Williams.</p>
<p>Jay is a caucasian male originally from <a href="https://en.wikipedia.org/wiki/Swansea">Swansea, UK</a> but last spotted in <a href="https://en.wikipedia.org/wiki/Calgary">Calgary, Canada</a>. By day he's a mild-mannered bank employee and by night he's... uh... asleep, mostly.</p>
<p>He doesn't keep very much stuff here, but to browse around please make a selection from the menu at the top right of the page.</p>
<h2>Available Everywhere</h2>
{% partial 'social' %}
2020-05-15 12:14:47 -06:00
</div>
2020-05-16 09:53:45 -06:00
<div class="col-lg-7 order-lg-1">
<h1>Feed</h1>
2020-05-15 12:14:47 -06:00
</div>
</div>