Skip to content

Commit

Permalink
add: The Hopper
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbruce committed Feb 23, 2024
1 parent 62df06a commit cd81b43
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions site-root/public/books/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// purchase
?>
<article is="book-details">
<section>
<section id="time-mastering-the-mundane">
<h2>Time<br><small>Mastering the Mundane</small></h2>
<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">
Expand All @@ -36,7 +36,7 @@
<section>
<h2>How it works</h2>
<ul>
<li>A book idea is added to thehopper and a crowdfunding project is created on <a href="https://opencollective.com/mastering-the-mundane/projects" rel="noopener noreferrer" target="_blank">Open Collective</a>.<br><small>This helps prioritize the books.</small></li>
<li>A book idea is added to <a href="#the-hopper">the hopper</a> and a crowdfunding project is created on <a href="https://opencollective.com/mastering-the-mundane/projects" rel="noopener noreferrer" target="_blank">Open Collective</a>.<br><small>This helps prioritize the books.</small></li>
<li>A certain amount of time each day is dedicated to working on the primary book.<br><small>Less time will often be spent on a secondary and tertiary book as well.</small></li>
<li>Once enough of the primary book is considered stable, it will be made available as a free sample and Community Edition on <a href="https://leanpub.com/u/itsjoshbruce" rel="noopener noreferrer" target="_blank">Leanpub</a>.</li>
<li>Once the first few Parts of the book are considered stable, new Parts will be adding every one or two weeks for purchase on Leanpub.</li>
Expand All @@ -48,5 +48,24 @@
<h2>Wishful thinking</h2>
<p>Our hope is to earn enough in book sales to keep pricing of our <a href="/coaching-and-mentoring/">coaching and mentoring</a> practice and <a href="/services/">other services</a> affordable. While also helping to offset (subsidize) providing those services to those who could not otherwise afford them.</p>
</section>
<section id="the-hopper">
<h2>The hopper</h2>
<p>We usually spend 2 hours per day on things related to the primary book, 1 hour per day on the secondary book, and 30 minutes on one of the others.</p>
<p>You can help guide our writing schedule and focus by contributing to the crowdfunding campaigns.</p>
<ol>
<li><a href="#time-mastering-the-mundane">Time: Mastering the Mundane</a></li>
<li>Money: Mastering the Mundane (<a href="https://opencollective.com/mastering-the-mundane/projects/book-mastering-the-mundane-mon" rel="noopener noreferrer" target="_blank">Open Collective)</a></li>
<li>Others:
<ul>
<li>Space: Mastering the Mundane (<a href="https://opencollective.com/mastering-the-mundane/projects/book-mastering-the-mundane-spa" rel="noopener noreferrer" target="_blank">Open Collective</a>)</li>
<li>Homeless not Hopeless (<a href="https://opencollective.com/mastering-the-mundane/projects/book-homeless-not-hopeless" rel="noopener noreferrer" target="_blank">Open Collective</a>)</li>
<li>Throwing Copper (<a href="https://opencollective.com/mastering-the-mundane/projects/book-throwing-copper" rel="noopener noreferrer" target="_blank">Open Collective</a>)</li>
<li>Triumph over Time: Second Edition (<a href="https://opencollective.com/mastering-the-mundane/projects/book-triumph-over-time-2nd-edi" rel="noopener noreferrer" target="_blank">Open Collective</a>)</li>
<li>Character Sheet (<a href="https://opencollective.com/mastering-the-mundane/projects/book-character-sheet" rel="noopener noreferrer" target="_blank">Open Collective</a>)</li>
<li>Software: Mastering the Mundane (<a href="https://opencollective.com/mastering-the-mundane/projects/book-mastering-the-mundane-sof" rel="noopener noreferrer" target="_blank">Open Collective</a>)</li>
</ul>
</li>
</ol>
</section>
</article>
<?php require_once($relativeToRoot . 'foot.php'); ?>

0 comments on commit cd81b43

Please sign in to comment.