Change to just use one page after all.
This commit is contained in:
@@ -4,26 +4,23 @@
|
||||
-->
|
||||
<?php
|
||||
if (!isset($GLOBALS["HEADER_TITLE"])) {
|
||||
$GLOBALS["HEADER_TITLE"] = "Lists";
|
||||
$GLOBALS["HEADER_TITLE"] = "Resources";
|
||||
}
|
||||
include "helpers/body_open.php";
|
||||
?>
|
||||
|
||||
<div class="row">
|
||||
<h1 class="col-12 title">Lists</h1>
|
||||
<h1 class="col-12 title">Lists of Resources</h1>
|
||||
</div>
|
||||
|
||||
<!-- Books -->
|
||||
<div class="row text" id="books">
|
||||
<h3 class="col-3">
|
||||
<a target='_blank' rel='noopener noreferrer'
|
||||
href="/recommendations-books">
|
||||
Books
|
||||
</a>
|
||||
</h3>
|
||||
<div class="col-9">
|
||||
<p>
|
||||
TBD/TODO: Berk page description goes here!
|
||||
TBD/TODO: Berk list description goes here!
|
||||
</p>
|
||||
<p>
|
||||
Another line fortesting.
|
||||
@@ -31,6 +28,17 @@
|
||||
<p>
|
||||
Yet another line fortesting.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
The Peaceful Warrior
|
||||
</li>
|
||||
<li>
|
||||
TBD: Name of book on healing through breathing and posture.
|
||||
</li>
|
||||
<li>
|
||||
The Untethered Soul / Living Untethered
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -52,10 +60,7 @@
|
||||
<!-- Gear -->
|
||||
<div class="row text" id="gear">
|
||||
<h3 class="col-3">
|
||||
<a target='_blank' rel='noopener noreferrer'
|
||||
href="/recommendations-gear">
|
||||
Gear
|
||||
</a>
|
||||
</h3>
|
||||
<div class="col-9">
|
||||
<p>
|
Reference in New Issue
Block a user