Skip to content

Commit

Permalink
add: Time page
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbruce committed Feb 20, 2024
1 parent a284ca0 commit 9381a39
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions site-root/public/time/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?php
$relativeToRoot = '../';

require_once($relativeToRoot . 'constants.php');

$pageTitle = "Time | Mastering the Mundane";

$description = 'Josh Bruce is a self-proclaimed productivity super-freak and understands what itʼs like to feel like time is actively working against you. Over the years he has worked with individuals and organizations in making work suck less and increase joy in how folks spend their time.';

$poster = $url . '/media/poster.png';

require_once($relativeToRoot . 'head.php');
require_once($relativeToRoot . 'header.php');
?>
<article is="booking">
<section>
<h2>Time</h2>
<p>Letʼs keep it simple and see how we can get the most of our time together.</p>
<h3>Step one</h3>
<p>I highly recommend reading the <i>Time: Mastering the Mundane</i> book before moving to <a href="#step-two">step two</a>.</p>
<!-- Mini-marketing page for the book -->
<h3 id="step-two">Step two</h3>
<p>Youʼve read the book and taken your system as far as you can on your own, and want to direct feedback and attention.</p>
<?php require_once($relativeToRoot . 'calendly-widget.php'); ?>
</section>
</article>
<?php require_once($relativeToRoot . 'foot.php'); ?>

0 comments on commit 9381a39

Please sign in to comment.