- 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>
45 lines
2.2 KiB
HTML
45 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Ruairi Character Profile</title>
|
||
<link rel="stylesheet" href="book-page.css">
|
||
</head>
|
||
<body>
|
||
|
||
<h1>Ruairi Character Profile</h1>
|
||
|
||
<div class="info-block">
|
||
<h2 class="section-title">Basic Information</h2>
|
||
<p><strong>Identity:</strong> Moth Court Outcast</p>
|
||
<p><strong>Theme:</strong> Solitude</p>
|
||
<p><strong>Origin:</strong> Hawthorn Forest</p>
|
||
<p><strong>Quirk:</strong> Outcast Fairy</p>
|
||
<p><strong>Signature Weapons:</strong> Floral greatswords</p>
|
||
</div>
|
||
|
||
<h2>Background & History</h2>
|
||
|
||
<div class="narrative">
|
||
<ul>
|
||
<li>Once upon a time, Ruairi was a noble warrior of the Moth Court, but he was exiled because of his love for the Raven Witch, Baobhan Sith. He wandered alone for centuries, only to eventually stumble upon the tomb of his soulmate. There, he fell into a deep slumber, until the arrival of a group of heroes with more enthusiasm than common sense roused him from sleep.</li>
|
||
<li>Despite how much time has passed, Ruairi is still an exceptional fighter and many fairies remember his name; however, the relationship between humanity and the fairy realm has soured significantly, and both sides now look at him with suspicion.</li>
|
||
<li>Ruairi wields a floral greatsword and combines the abilities of Floralist and Darkblade, in a contrasting image of fragile beauty and visceral sorrow. True to faefolk tradition, iron is his weakness.</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="info-block">
|
||
<h2>Story Details / GM Notes</h2>
|
||
<ul>
|
||
<li>The Game Master should often consult Ruairi’s Player about all things related to the fairies’ society, tradition, and powers.</li>
|
||
<li>Ruairi doesn’t like to talk about it, but fairies cannot die unless killed, and such must have been Baobhan Sith’s fate. One day, he’s going to discover who was responsible and, on that day, he might swear Vengeance or perhaps even turn into a Villain.</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="metadata">
|
||
<p><em>Metadata Source: ()</em></p>
|
||
</div>
|
||
|
||
</body>
|
||
</html> |