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