Compare commits

...

5 commits

7 changed files with 201 additions and 9 deletions

Binary file not shown.

128
details/nie.html Normal file
View file

@ -0,0 +1,128 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nie's Details</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header>
<h1>Nie — The Fragile Seer</h1>
<p class="subtitle">High Elf · Wizard (Divination) · Neutral Good</p>
<nav>
<a href="/index.html">Home</a>
</nav>
</header>
<main>
<section class="intro">
<h2>La frágil adivina.</h2>
<p>
Aquí se relatan algunos recuerdos de Nie, una adivina que, a pesar de su fragilidad, busca entender el mundo que la rodea y su lugar en él.
</p>
</section>
<section class="character">
<img src="/images/nie.jpg" alt="Portrait of Nie, the fragile elven wizard">
<blockquote>
<h1>“Nuestro porvenir, he podido entrever.”</h1>
</blockquote>
</section>
<section id="nie" class="character">
<h2>Resumen de Personaje</h2>
<ul>
<li><strong>Nombre:</strong> Nie</li>
<li><strong>Raza:</strong> Alto Elfo</li>
<li><strong>Clase y Subclase:</strong> Mago (Escuela de Adivinación)</li>
<li><strong>Antecedentes:</strong> Sabio</li>
<li><strong>Alineación:</strong> Verdadero Neutral</li>
<li><strong>Altura:</strong> 1.72 m</li>
<li><strong>Edad:</strong> 250 años (aparenta tener 30 en términos humanos)</li>
<li><strong>Propósito:</strong> Soportar el dolor y guiar a otros con las verdades que ella prevé.</li>
</ul>
</section>
<section id="nie" class="character">
<h2>Aspecto</h2>
<p>
Nie tiene el cabello corto y negro con sutiles reflejos azules que brillan en la luz tenue,
piel pálida como la luz de la luna, y delgadas gafas que descansan delicadamente sobre su nariz.
Su impecable túnica blanca fluye con sencillez, acentuada solo por un pequeño adorno plateado en el cabello.
A pesar de su gracia élfica, es torpe y se mueve como si su cuerpo la traicionara.
</p>
</section>
<section id="nie" class="character">
<h2>Personalidad</h2>
<ul>
<li><strong>Rasgos:</strong> Calmada, calculadora, distante, introvertida.</li>
<li><strong>Defectos:</strong> Torpe, físicamente débil, depende del alcohol para calmar su mente.</li>
<li><strong>Ideal:</strong> “”</li>
<li><strong>Vínculo:</strong> Se aferra a conexiones raras y frágiles, protegiéndolas con una devoción silenciosa.</li>
</ul>
</section>
<section id="nie" class="character">
<h2>Abilities</h2>
<p>Rolls: 17, 13, 12, 12, 9, 9<br>
Background Bonuses: +1 Constitution, +2 Wisdom<br>
Feat: Telekinetic (+1 Intelligence, Mage Hand cantrip)</p>
<ul>
<li><strong>Strength:</strong> 9</li>
<li><strong>Dexterity:</strong> 9</li>
<li><strong>Constitution:</strong> 12+1=13</li>
<li><strong>Intelligence:</strong> 17+1=18</li>
<li><strong>Wisdom:</strong> 13+2=15</li>
<li><strong>Charisma:</strong> 12</li>
</ul>
</section>
<section id="nie" class="character">
<h2>Magic & Subclass Features</h2>
<p>
Como una Maga de Adivinación, Nie dobla su melancólica previsión para guiar el destino.
Sus visiones de <strong>Portent</strong> llegan en destellos silenciosos y oníricos,
atormentándola tanto como ayudan a sus compañeros. Ella favorece hechizos de control sutil,
previsión y protección.
</p>
<ul>
<li><strong>Signature Spells:</strong> <em>Detect Thoughts, Shield, Mind Spike, Augury, Counterspell, Scrying</em></li>
<li><strong>Arcane Focus:</strong> A silver-rimmed crystal lens, worn like a pendant.</li>
</ul>
</section>
<section id="nie" class="character">
<h2>Historia</h2>
<p>
Nacida en las altas cortes de los Altos Elfos, Nie nunca brilló con su
esplendor. En cambio, se volvió pálida y callada, flotando a través de la vida como un fantasma.
Sus visiones llegaron temprano, llevando una clara tristeza de tragedias por venir.
Inadecuada para la batalla y demasiado frágil para la política, se retiró a bibliotecas y
soledad. Solo encontró consuelo en los libros, los estudios proféticos y el ardor de
un licor fuerte. Aunque distante, su compasión es profunda, expresada no a través de
la calidez, sino a través de su silenciosa resistencia y la forma en que comparte su
previsión para proteger a los demás de la desesperación.
</p>
</section>
<section id="nie" class="music-player">
<h2>Nie's Theme</h2>
<p>Черниковская Хата - Белая Ночь</p>
<audio controls>
<source src="/audio/Белая ночь.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</section>
</main>
<footer>
<p>© 2025 by <a href="https://waifuism.life">Waifu</a> is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a><img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/nc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"></p>
</footer>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 129 KiB

View file

@ -3,13 +3,13 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ulud & Arcaena</title>
<title>Adventures?</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Georgia&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1>Ulud & Arcaena</h1>
<h1>Adventures?</h1>
</header>
<main>
@ -17,8 +17,7 @@
<section class="intro">
<h2>Welcome, traveler...</h2>
<p>
Step into the world of Ulud and Arcaena, two adventurers whose stories
weave through danger, magic, and mystery.
Step into a world of mistique and adventures, stories that weave through danger, magic, and mystery.
</p>
<div class="music-player">
<h3>DungeonSynth Playlist</h3>
@ -93,23 +92,25 @@
in thought, her glasses reflecting the weight of futures only she can see.
Though clumsy and physically powerless, her insight into fate grants her a
bittersweet strength. She drinks hard liquor in solitude to still her restless mind,
yet her heart remains deeply compassionate beneath her calm detachment.
yet her heart remains deeply compassionate beneath her calm detachment. <br>
<i>"I simply cannot change what is destined to be."</i>
</p>
<ul>
<li><strong>Race:</strong> High Elf (Variant)</li>
<li><strong>Race:</strong> High Elf</li>
<li><strong>Class:</strong> Wizard (School of Divination)</li>
<li><strong>Alignment:</strong> Neutral Good</li>
<li><strong>Alignment:</strong> True Neutral</li>
<li><strong>Background:</strong> Sage</li>
<li><strong>Height:</strong> 1.7m</li>
<li><strong>Age:</strong> 250</li>
<li><strong>Purpose:</strong> To endure sorrow and guide others with the truths she foresees.</li>
</ul>
<a href="memories/nie.html"><h3>Take a look at her memories</h3></a>
<a href="details/nie.html"><h3>View her stats and detailed information</h3></a>
<div class="music-player">
<h3>Nie's Theme</h3>
<audio controls>
<source src="audio/Forgotten_Echoes.mp3" type="audio/mpeg">
<source src="audio/Белая ночь.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</div>
@ -138,7 +139,7 @@
<li><strong>Background:</strong> Hermit</li>
<li><strong>Height:</strong> 1.5m</li>
<li><strong>Age:</strong> 35</li>
<li><strong>Purpose:</strong><s>To eat the best chicken.</s> To follow the stars.</li>
<li><strong>Purpose: </strong><s>To eat the best chicken.</s> To follow the stars.</li>
</ul>
<a href="memories/ulud.html"><h3>Take a look at his memories</h3></a>

44
memories/nie.html Normal file
View file

@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nie's Memories</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header>
<h1>Nie's Memories</h1>
<nav>
<a href="/index.html">Home</a>
</nav>
</header>
<main>
<section class="intro">
<h2>El camino de una fragil adivina.</h2>
<p>
Aquí se relatan algunos recuerdos de Nie, una adivina que, a pesar de su fragilidad, busca entender el mundo que la rodea y su lugar en él.
</p>
</section>
<!-- Memory Entry -->
<section id="nie" class="character alt">
<div class="char-text">
<h2>Algún tiempo atrás</h2>
<p>
</p>
</section>
</div>
</section>
</main>
<footer>
<p>© 2025 by <a href="https://waifuism.life">Waifu</a> is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a><img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/nc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"></p>
</footer>
</body>
</html>

View file

@ -10,6 +10,9 @@
<body>
<header>
<h1>Ulud's Memories</h1>
<nav>
<a href="/index.html">Home</a>
</nav>
</header>
<main>

View file

@ -94,6 +94,22 @@ nav a:hover {
color: #3e72d9;
}
/* 🌌 Nie — Divination Wizard Elf */
#nie {
background: linear-gradient(135deg, #030303, #1a233f);
}
#nie h2 {
color: #cde0fd;
}
#nie a h3 {
color: #cde0fd;
}
#nie ul li strong {
color: #8faed9;
}
/* Gallery */
.gallery {
padding: 3em 1em;