- 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>
47 lines
1.9 KiB
HTML
47 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Eisenstadt - City Guide</title>
|
||
<link rel="stylesheet" href="book-page.css">
|
||
</head>
|
||
<body>
|
||
|
||
<h1>Eisenstadt</h1>
|
||
|
||
<div class="section-group">
|
||
<h2>Overview</h2>
|
||
<p>The great city of Eisenstadt rises magnificently among the hills, in stark contrast with the surrounding countryside, which has been progressively abandoned over the last few years and is riddled with windworn megaliths, crumbled mounds and abandoned iron mines.</p>
|
||
<p>As the seat of both the Alchemists’ College and the Government Bureau, it’s for all intents and purposes the industrial, political and economic capital of the region, not to mention the destination of all who seek a Special Alchemist License.</p>
|
||
</div>
|
||
|
||
<div class="section-group">
|
||
<h2>Eisenstadt at a Glance</h2>
|
||
<p><strong>Keywords:</strong> elitism, progress, urbanism.</p>
|
||
|
||
<h3>Key Elements</h3>
|
||
<ul>
|
||
<li><strong>Terrain:</strong> hills, bridges, streets.</li>
|
||
<li><strong>Common elements:</strong> B, F, E</li>
|
||
<li><strong>Travel roll:</strong> d6.</li>
|
||
<li><strong>Rare elements:</strong> A, I</li>
|
||
</ul>
|
||
|
||
<h3>Challenges & Opportunities</h3>
|
||
<ul>
|
||
<li><strong>Dangers:</strong> night haunts emerging from the mounds, a pair of big time swindlers, the eternal rival of one of the PCs.</li>
|
||
<li><strong>Discoveries:</strong> a young traveling merchant, 20% discounts all over the city, exclusive tickets to a private soiree.</li>
|
||
</ul>
|
||
|
||
<h3>Themes</h3>
|
||
<p>Explore themes relating to frantic and ambitious life, cold logic, and the forgotten truths and customs of the past.</p>
|
||
</div>
|
||
|
||
<div class="section-group">
|
||
<h4> Information</h4>
|
||
</div>
|
||
|
||
</body>
|
||
</html>
|