- Add html/index.html: book viewer with auto-discovering sidebar, prev/next navigation, keyboard shortcuts, and URL hash persistence - Add html/book-page.css: shared stylesheet for all book pages derived from fabula-ultima-sheet.css (dark theme, CSS variables, Cinzel/ Crimson Text fonts, common class styles) - Add book.js entry point so webpack injects the shared CSS into the book viewer; update webpack.config.js for two entry points, split CSS chunk, CopyWebpackPlugin for book pages, and /book dev server rewrite rule - Add scripts/strip_watermark.py: removes "Guest Customer (Order #52072168)" watermark artifacts from all 210 book pages - Add scripts/restyle_book.py: strips per-page <style> blocks and injects <link rel="stylesheet" href="book-page.css"> into all pages - Update Justfile deploy to scp -r dist/* for the new /book subtree Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
54 lines
2.2 KiB
HTML
54 lines
2.2 KiB
HTML
<link rel="stylesheet" href="book-page.css">
|
||
|
||
|
||
<main>
|
||
<h1>Akelarre</h1>
|
||
|
||
<h2>Basic Information</h2>
|
||
<div class="profile-data">
|
||
<div class="profile-field">
|
||
<strong>Identity</strong>
|
||
<span>Clumsy</span>
|
||
</div>
|
||
<div class="profile-field">
|
||
<strong>Role/Title</strong>
|
||
<span>Janara Apprentice</span>
|
||
</div>
|
||
<div class="profile-field">
|
||
<strong>Theme</strong>
|
||
<span>Doubt</span>
|
||
</div>
|
||
<div class="profile-field">
|
||
<strong>Origin</strong>
|
||
<span>Creektown</span>
|
||
</div>
|
||
<div class="profile-field">
|
||
<strong>Quirk</strong>
|
||
<span>Flight</span>
|
||
</div>
|
||
<div class="profile-field">
|
||
<strong>Signature Weapons</strong>
|
||
<span>Magic Pumpkins</span>
|
||
</div>
|
||
</div>
|
||
|
||
<h2>Character Narrative & History</h2>
|
||
<p>Akelarre trained by Janara witches in the magical art since the age of seven. Akelarre abandoned his birth name and decided to dedicate his entire being to honoring the memory of his mentor, Hilda, who mysteriously disappeared during her pilgrimage to the remote Willow Island: a journey that, at the time, the young apprentice was considered too inexperienced to undertake.</p>
|
||
<p>Although Hilda was a very forgiving mentor and extraordinarily talented in magic (or rather, because of that!), Akelarre is plagued by Doubt and afraid that he will never measure up to her, so he still lives in her shadow.</p>
|
||
|
||
<h2>Skills & Purpose</h2>
|
||
<ul>
|
||
<li><strong>Classes:</strong> Floralist, Elementalist, and Wayfarer.</li>
|
||
<li>Together with the rest of the group, the Player repurposed the <strong>Flight Quirk</strong> to represent his flying broom, a gift from Hilda.</li>
|
||
<li>During the campaign, Akelarre’s Player should be the go-to person regarding witchcraft traditions and legends about Willow Island.</li>
|
||
</ul>
|
||
|
||
<h2>Character Arc</h2>
|
||
<p>Akelarre’s journey will deal with his insecurities and need for validation; his fellow travelers will play a pivotal role in helping him (or putting him to the test).</p>
|
||
|
||
|
||
<div class="section-break">
|
||
<h3>Metadata</h3>
|
||
</div>
|
||
|
||
</main> |