mirror of
https://github.com/standardebooks/web.git
synced 2025-07-20 13:24:48 -04:00
Tweak how-tos and add link in contributor's index
This commit is contained in:
parent
a4ebb08574
commit
27d2175e42
3 changed files with 259 additions and 260 deletions
|
@ -3,18 +3,14 @@ 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>
|
||||
<section>
|
||||
<h1>How-to Guides For Difficult Productions</h1>
|
||||
<p>This section is for guides to help produce ebooks that contain complex formatting.</p>
|
||||
</section>
|
||||
<section>
|
||||
<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>
|
||||
</section>
|
||||
</article>
|
||||
</main>
|
||||
<?= Template::Footer() ?>
|
||||
|
|
|
@ -57,6 +57,9 @@ require_once('Core.php');
|
|||
<li>
|
||||
<p><b><a href="/manual">The Standard Ebooks Manual of Style.</a></b></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="/how-tos">How-to guides for various more complex ebook production tasks.</a></p>
|
||||
</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>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue