Implemented the grid formatting. Dark theme came along nicely. Got the home page laid out and still trying to determine which subcontent to put on which page.
This commit is contained in:
@ -3,17 +3,26 @@
|
||||
<?php
|
||||
include "helpers/body_open.php";
|
||||
?>
|
||||
|
||||
<h1>Curious About Me?</h1>
|
||||
<p>
|
||||
TBD
|
||||
</p>
|
||||
<div class="row col-12 title">
|
||||
<h1>Curious About Me?</h1>
|
||||
<p>
|
||||
TBD
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
include "helpers/section_open.php";
|
||||
include "subpages/about/whoami.php";
|
||||
include "helpers/section_close.php";
|
||||
|
||||
include "helpers/section_open.php";
|
||||
include "subpages/about/health.php";
|
||||
include "helpers/section_close.php";
|
||||
|
||||
include "helpers/section_open.php";
|
||||
include "subpages/home/contact.php";
|
||||
include "helpers/section_close.php";
|
||||
|
||||
include "helpers/section_open.php";
|
||||
include "subpages/about/stance.php";
|
||||
include "helpers/section_close.php";
|
||||
|
Reference in New Issue
Block a user