web/www/contribute/how-tos/index.php

16 lines
584 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 For Difficult Productions</h1>
<p>This section is for guides to help produce ebooks that contain complex formatting.</p>
<h2>List of How-to Guides</h2>
<ul>
<li>
<p><a href="/contribute/how-tos/shakespeare">How to Produce a Shakespeare Play</a></p>
</li>
</ul>
</article>
</main>
<?= Template::Footer() ?>