Tweak how-tos and add link in contributor's index

This commit is contained in:
Alex Cabal 2020-11-03 16:25:02 -06:00
parent a4ebb08574
commit 27d2175e42
3 changed files with 259 additions and 260 deletions

View file

@ -2,19 +2,15 @@
require_once('Core.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.']) ?> ?><?= Template::Header(['title' => 'How-to Guides For Difficult Productions', 'manual' => true, 'highlight' => 'contribute', 'description' => 'Guides on how to produce more difficult productions.']) ?>
<main> <main>
<article> <article>
<section>
<h1>How-to Guides For Difficult Productions</h1> <h1>How-to Guides For Difficult Productions</h1>
<p>This section is for guides to help produce ebooks that contain complex formatting.</p> <p>This section is for guides to help produce ebooks that contain complex formatting.</p>
</section>
<section>
<h2>List of How-to Guides</h2> <h2>List of How-to Guides</h2>
<ul> <ul>
<li> <li>
<p><a href="/contribute/how-tos/shakespeare">How to Produce a Shakespeare Play</a></p> <p><a href="/contribute/how-tos/shakespeare">How to Produce a Shakespeare Play</a></p>
</li> </li>
</ul> </ul>
</section> </article>
</article>
</main> </main>
<?= Template::Footer() ?> <?= Template::Footer() ?>

View file

@ -57,6 +57,9 @@ require_once('Core.php');
<li> <li>
<p><b><a href="/manual">The Standard Ebooks Manual of Style.</a></b></p> <p><b><a href="/manual">The Standard Ebooks Manual of Style.</a></b></p>
</li> </li>
<li>
<p><a href="/how-tos">How-to guides for various more complex ebook production tasks.</a></p>
</li>
<li> <li>
<p><a href="/contribute/a-basic-standard-ebooks-source-folder">Descriptions of the files in a fresh Standard Ebooks source folder.</a></p> <p><a href="/contribute/a-basic-standard-ebooks-source-folder">Descriptions of the files in a fresh Standard Ebooks source folder.</a></p>
</li> </li>