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:
@ -4,23 +4,17 @@
|
||||
include "helpers/body_open.php";
|
||||
?>
|
||||
|
||||
<h1>Welcome!</h1>
|
||||
<p>
|
||||
Website is still in testing. Don't judge too harshly. :)
|
||||
</p>
|
||||
<div class="row col-12 title">
|
||||
<h1>Welcome!</h1>
|
||||
<p>
|
||||
Website is still in testing. Don't judge too harshly. :)
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
include "helpers/section_open.php";
|
||||
include "subpages/home/apps.php";
|
||||
include "helpers/section_close.php";
|
||||
|
||||
include "helpers/section_open.php";
|
||||
include "subpages/home/health.php";
|
||||
include "helpers/section_close.php";
|
||||
|
||||
include "helpers/section_open.php";
|
||||
include "subpages/home/contact.php";
|
||||
include "helpers/section_close.php";
|
||||
|
||||
include "helpers/body_close.php";
|
||||
?>
|
||||
|
Reference in New Issue
Block a user