Add Nie character section with detailed narrative and audio theme
This commit is contained in:
parent
09d88ec527
commit
ceab39ad20
2 changed files with 39 additions and 0 deletions
BIN
images/nie.jpg
Normal file
BIN
images/nie.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
39
index.html
39
index.html
|
@ -82,6 +82,43 @@
|
|||
Now, scroll down to meet them.
|
||||
</p>
|
||||
</section>
|
||||
<!-- Nie -->
|
||||
<section id="nie" class="character alt">
|
||||
<div class="char-text">
|
||||
<h2>Nie — The Fragile Seer</h2>
|
||||
<p>
|
||||
Nie is a delicate High Elf Divination Wizard with a quiet, melancholic air.
|
||||
She carries herself with a fragile grace, her pale skin and dark hair accented
|
||||
by faint glimmers of blue. Introverted and contemplative, she often seems lost
|
||||
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.
|
||||
</p>
|
||||
<ul>
|
||||
<li><strong>Race:</strong> High Elf (Variant)</li>
|
||||
<li><strong>Class:</strong> Wizard (School of Divination)</li>
|
||||
<li><strong>Alignment:</strong> Neutral Good</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>
|
||||
|
||||
<div class="music-player">
|
||||
<h3>Nie's Theme</h3>
|
||||
<audio controls>
|
||||
<source src="audio/Forgotten_Echoes.mp3" type="audio/mpeg">
|
||||
Your browser does not support the audio element.
|
||||
</audio>
|
||||
</div>
|
||||
</div>
|
||||
<div class="char-img">
|
||||
<img src="images/nie.jpg" alt="Nie portrait">
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Ulud -->
|
||||
<section id="ulud" class="character">
|
||||
|
@ -100,6 +137,7 @@
|
|||
<li><strong>Alignment:</strong> Neutral Good</li>
|
||||
<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>
|
||||
|
||||
</ul>
|
||||
|
@ -136,6 +174,7 @@
|
|||
<li><strong>Alignment:</strong> Chaotic neutral.</li>
|
||||
<li><strong>Background:</strong> Urchin</li>
|
||||
<li><strong>Height:</strong> 1.5m</li>
|
||||
<li><strong>Age:</strong> 120</li>
|
||||
<li><strong>Purpose:</strong> To find a place where she can live quietly reading books.</li>
|
||||
</ul>
|
||||
<a href="memories/arcaena.html"><h3>Take a look at her memories</h2></a>
|
||||
|
|
Loading…
Add table
Reference in a new issue