web/www/contribute/how-tos/index.php
2024-02-15 09:25:39 -06:00

33 lines
1.6 KiB
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/common-issues-when-working-on-public-domain-ebooks">Common issues when working on public domain ebooks</a></p>
</li>
<li>
<p><a href="/contribute/how-tos/how-to-choose-and-create-a-cover-image">How to choose and create a cover image</a></p>
</li>
<li>
<p><a href="/contribute/how-tos/how-to-conquer-complex-drama-formatting">How to conquer complex drama formatting</a></p>
</li>
<li>
<p><a href="/contribute/how-tos/how-to-create-figures-for-music-scores">How to create figures for music scores</a></p>
</li>
<li>
<p><a href="/contribute/how-tos/how-to-create-svgs-from-maps-with-several-colors">How to create SVGs from maps with several colors</a></p>
</li>
<li>
<p><a href="/contribute/how-tos/how-to-review-an-ebook-production-for-publication">How to review an ebook production for publication</a></p>
</li>
<li>
<p><a href="/contribute/how-tos/how-to-structure-and-style-large-poetic-productions">How to structure and style large poetic productions</a></p>
</li>
<li>
<p><a href="https://docs.google.com/spreadsheets/d/1IldpmxjK06BxPL4CCOEJZpw_bxm4AhYnrTchS03QP3k/">A spreadsheet listing short fiction by various authors</a>, including upcoming stories that may soon enter the public domain.</p>
</li>
</ul>
</article>
</main>
<?= Template::Footer() ?>