mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
23 lines
786 B
PHP
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() ?>
|