web/www/contribute/how-tos/index.php
Matt Chan b77a7b32ee
Add review guide (#144)
Add how-to guide for ebook reviewers
2021-07-27 17:48:43 -05:00

23 lines
786 B
PHP

<?
require_once('Core.php');
?><?= Template::Header(['title' => 'How-to Guides For Difficult Productions', 'manual' => true, 'highlight' => 'contribute', 'description' => 'Guides on how to produce more difficult productions.']) ?>
<main>
<article>
<h1>How-to Guides</h1>
<ul>
<li>
<p><a href="/contribute/how-tos/shakespeare">How to produce a Shakespeare play</a></p>
</li>
<li>
<p><a href="/contribute/how-tos/goodreads">How to add a Standard Ebooks ebook to Goodreads</a></p>
</li>
<li>
<p><a href="/contribute/how-tos/illustrations-music">How to create figures for music scores</a></p>
</li>
<li>
<p><a href="/contribute/how-tos/review">How to review a production before it is published</a></p>
</li>
</ul>
</article>
</main>
<?= Template::Footer() ?>