Added header and footer, placeholder content

This commit is contained in:
JayWll
2020-05-15 16:34:40 -06:00
parent 52a10871ff
commit 35e12edf02
7 changed files with 111 additions and 47 deletions

View File

@@ -5,23 +5,14 @@ is_hidden = 0
==
<div class="container-fluid">
<div class="row">
<div class="col-md-7">
<h1>Hello, world!</h1>
<p>Welcome to my site!</p>
<p>This column is seven units wide.</p>
<div class="col-lg-7">
<h1>Feed</h1>
</div>
<div class="col-md-5">
<div class="row">
<div class="col-lg-7">
<p>Column 2</p>
</div>
<div class="col-lg-5">
<p>Column 3</p>
</div>
</div>
<div class="col-lg-5">
<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 Swansea, UK but last spotted in Calgary, Canada. By day he's a mild-mannered bank employee and by night he's... uh... asleep, mostly.</p>
<p>He doesn't kepp very much stuff here, but to browse around please make a selection from the menu at the top right of the page.</p>
</div>
<!-- <div class="col-3">
Three Wide
</div>-->
</div>
</div>