chore: More formatting

This commit is contained in:
2026-06-07 00:30:21 +00:00
parent b4ee0eb212
commit 54d560980b
328 changed files with 39026 additions and 9988 deletions

View File

@@ -1,40 +1,64 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Donna Maxwell Profile</title>
<link rel="stylesheet" href="book-page.css">
</head>
<body>
<div class="container">
<h1>DONNA MAXWELL</h1>
<link rel="stylesheet" href="book-page.css" />
</head>
<div class="container">
<h1>DONNA MAXWELL</h1>
<!-- Basic Information Section -->
<h2>BASIC INFORMATION</h2>
<div class="info-grid">
<div><span class="info-label">Identity:</span> Spark-spirit Huntress</div>
<div><span class="info-label">Theme:</span> Guilt</div>
<div><span class="info-label">Origin:</span> Illwind</div>
<div><span class="info-label">Quirk:</span> Ancient Weapon</div>
<div><span class="info-label">Signature weapons:</span> Seismic revolver</div>
</div>
<!-- Detailed Profile Section -->
<h2>DONNA IN DETAIL</h2>
<h3>Backstory & Abilities</h3>
<ul class="narrative-list">
<li>Three years ago, a research team led by Donna Maxwell left the fortified citadel of Illwind for the ruins of the Celestial Labyrinth. Driven by arrogant curiosity, these scholars activated the ancestral mechanism which the Scripture calls the <strong>Matrix of Days</strong>, thereby freeing the Spark-spirit trapped in its engine and causing the destruction of Illwind.</li>
<li>Armed with a seismic revolver found in the Labyrinth, Donna swore to find and kill the Spark-spirit before it could unleash its fury once more. She considers herself <strong>Guilty</strong> of making a disastrous mistake, and she isnt wrong.</li>
<li>Donnas Classes are Loremaster, Sharpshooter, and Tinkerer. She uses a variety of infusions and capitalizes on her Insight thanks to Knowledge is Power.</li>
<li>Donnas Player should be the go-to person for everything related to Illwind and its researchers, not to mention the Celestial Labyrinth and the dreadful wonders it hides.</li>
<li>Donnas revolver is a powerful weapon that targets Magic Defense and deals 5 extra damage to elementals (a Quality valued at around 900 zenit), but it reacts unpredictably when near ancient machines and the ruins scattered across the entire region.</li>
</ul>
<!-- Footer/Metadata -->
<div class="guest-info">
</div>
<!-- Basic Information Section -->
<h2>BASIC INFORMATION</h2>
<div class="info-grid">
<div><span class="info-label">Identity:</span> Spark-spirit Huntress</div>
<div><span class="info-label">Theme:</span> Guilt</div>
<div><span class="info-label">Origin:</span> Illwind</div>
<div><span class="info-label">Quirk:</span> Ancient Weapon</div>
<div>
<span class="info-label">Signature weapons:</span> Seismic revolver
</div>
</div>
</body>
</html>
<!-- Detailed Profile Section -->
<h2>DONNA IN DETAIL</h2>
<h3>Backstory & Abilities</h3>
<ul class="narrative-list">
<li>
Three years ago, a research team led by Donna Maxwell left the fortified
citadel of Illwind for the ruins of the Celestial Labyrinth. Driven by
arrogant curiosity, these scholars activated the ancestral mechanism
which the Scripture calls the
<strong>Matrix of Days</strong>, thereby freeing the Spark-spirit
trapped in its engine and causing the destruction of Illwind.
</li>
<li>
Armed with a seismic revolver found in the Labyrinth, Donna swore to
find and kill the Spark-spirit before it could unleash its fury once
more. She considers herself <strong>Guilty</strong> of making a
disastrous mistake, and she isnt wrong.
</li>
<li>
Donnas Classes are Loremaster, Sharpshooter, and Tinkerer. She uses a
variety of infusions and capitalizes on her Insight thanks to Knowledge
is Power.
</li>
<li>
Donnas Player should be the go-to person for everything related to
Illwind and its researchers, not to mention the Celestial Labyrinth and
the dreadful wonders it hides.
</li>
<li>
Donnas revolver is a powerful weapon that targets Magic Defense and
deals 5 extra damage to elementals (a Quality valued at around 900
zenit), but it reacts unpredictably when near ancient machines and the
ruins scattered across the entire region.
</li>
</ul>
<!-- Footer/Metadata -->
<div class="guest-info"></div>
</div>
</html>