Make titlecasing in <h1> and page titles consistent

This commit is contained in:
Alex Cabal 2024-12-13 14:16:39 -06:00
parent e8f958558a
commit 77ce4cc6b4
18 changed files with 44 additions and 36 deletions

View file

@ -1,4 +1,4 @@
<?= Template::Header(['title' => 'How to choose and create a cover image', 'manual' => true, 'highlight' => 'contribute', 'description' => 'A guide to choosing, clearing, and formatting your cover image.']) ?>
<?= Template::Header(['title' => 'How to Choose and Create a Cover Image', 'manual' => true, 'highlight' => 'contribute', 'description' => 'A guide to choosing, clearing, and formatting your cover image.']) ?>
<main class="manual">
<article class="step-by-step-guide">
<h1>How to Choose and Create a Cover Image</h1>

View file

@ -1,7 +1,7 @@
<?= Template::Header(['title' => 'How to conquer complex drama formatting', 'manual' => true, 'highlight' => 'contribute', 'description' => 'A guide to formatting any complex plays or dramatic dialog sections.']) ?>
<?= Template::Header(['title' => 'How to Conquer Complex Drama Formatting', 'manual' => true, 'highlight' => 'contribute', 'description' => 'A guide to formatting any complex plays or dramatic dialog sections.']) ?>
<main class="manual">
<article class="step-by-step-guide">
<h1>How to conquer complex drama formatting</h1>
<h1>How to Conquer Complex Drama Formatting</h1>
<p>Producing plays or structuring dramatic dialog sections can be daunting due to their intricate nature and unfamiliar formatting. Dont panic! This comprehensive guide is designed to offer clear and concise explanations, along with practical examples, to help individuals navigate a wide range of situations with ease.</p>
<aside class="alert">
<p class="warning">Before you read</p>

View file

@ -1,7 +1,7 @@
<?= Template::Header(['title' => 'How to create figures for music scores', 'manual' => true, 'highlight' => 'contribute', 'description' => 'A guide to producing SVG figures of music notation.']) ?>
<?= Template::Header(['title' => 'How to Create Figures for Music Scores', 'manual' => true, 'highlight' => 'contribute', 'description' => 'A guide to producing SVG figures of music notation.']) ?>
<main class="manual">
<article class="step-by-step-guide">
<h1>How to create figures for music scores</h1>
<h1>How to Create Figures for Music Scores</h1>
<p>Standard Ebooks handles instances of music notation in books by recreating them in a modern score editor and embedding them as SVG files much as any other illustration. To explain the process, let us consider the example of <a href="https://standardebooks.org/ebooks/george-bernard-shaw/man-and-superman"><i>Man and Superman</i></a>, which has three instances of music notation.</p>
<ol>
<li>

View file

@ -1,9 +1,9 @@
<?
require_once('Core.php');
?><?= Template::Header(['title' => 'How to create SVGs from maps with several colors', 'manual' => true, 'highlight' => 'contribute', 'description' => 'A guide to producing SVG from images such as maps with more than a single color.']) ?>
?><?= Template::Header(['title' => 'How to Create SVGs from Maps with Several Colors', 'manual' => true, 'highlight' => 'contribute', 'description' => 'A guide to producing SVG from images such as maps with more than a single color.']) ?>
<main class="manual">
<article class="step-by-step-guide">
<h1>How to create SVGs from maps with several colors</h1>
<h1>How to Create SVGs from Maps with Several Colors</h1>
<p>Its not unusual to find a map which has an additional line or lines in color showing the route of a journey. We want to preserve this color in the final SVG of the map we include with the book. We will use as an example a map reproduced in <i>Through the Brazilian Wilderness</i> by Theodore Roosevelt</p>
<ol>
<li>

View file

@ -1,7 +1,7 @@
<?= Template::Header(['title' => 'How to structure and style large poetic productions', 'manual' => true, 'highlight' => 'contribute', 'description' => 'A guide to formatting poetry collections, long narrative poems, and unusual poetic features.']) ?>
<?= Template::Header(['title' => 'How to Structure and Style Large Poetic Productions', 'manual' => true, 'highlight' => 'contribute', 'description' => 'A guide to formatting poetry collections, long narrative poems, and unusual poetic features.']) ?>
<main class="manual">
<article class="step-by-step-guide">
<h1>How to structure and style large poetic productions</h1>
<h1>How to Structure and Style Large Poetic Productions</h1>
<p>The presentation of poems can take various styles and forms. Unlike prose, the structure of a poem adds additional meaning through indentations, line breaks, caesuras, spacing, and even the <i>shape</i> of the text. Here is a guide to help with some of poetrys less intuitive formatting.</p>
<aside class="alert">
<p class="warning">Before you read</p>