Skip to content

Commit

Permalink
add: Time book cover to Time page
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbruce committed Feb 20, 2024
1 parent 29aecc0 commit 0dd4edc
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions site-root/public/time/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,23 @@
require_once($relativeToRoot . 'header.php');
?>
<article is="booking">
<h2>Time</h2>
<p>Letʼs keep it simple and see how we can get the most of our time together.</p>
<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>
<p>I highly recommend reading the <a href="/books/time-mastering-the-mundane/"><i>Time: Mastering the Mundane</i> book</a> before moving to <a href="#step-two">step two</a>.</p>
<!-- Mini-marketing page for the book -->
<figure>
<img src="../../media/time-cover.png" alt="Book cover: black on white background. Time centered at top. Mastering the Mundane small in bottom right corner. Josh Bruce small in bottom left. Banner across top right corner reads: Explicit language. Styles watch face set to 3 oʼclock." width="200" height="auto">
<figcaption>Cover designed by Josh Bruce</figcaption>
</figure>
</section>
<section>
<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>
<section>
<h3>Step three</h3>
<p>If we decide to work together, weʼll determine what that looks like from a time, frequency, and cost perspective.
</section>
Expand Down

0 comments on commit 0dd4edc

Please sign in to comment.