Update page title and header; enhance Nie's character details and audio source
This commit is contained in:
parent
ceab39ad20
commit
dc3896eab3
2 changed files with 8 additions and 7 deletions
BIN
audio/Белая ночь.mp3
Normal file
BIN
audio/Белая ночь.mp3
Normal file
Binary file not shown.
15
index.html
15
index.html
|
@ -3,13 +3,13 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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 rel="stylesheet" href="style.css">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Georgia&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Georgia&display=swap" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>Ulud & Arcaena</h1>
|
<h1>Adventures?</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
@ -93,12 +93,13 @@
|
||||||
in thought, her glasses reflecting the weight of futures only she can see.
|
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
|
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,
|
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>
|
</p>
|
||||||
<ul>
|
<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>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>Background:</strong> Sage</li>
|
||||||
<li><strong>Height:</strong> 1.7m</li>
|
<li><strong>Height:</strong> 1.7m</li>
|
||||||
<li><strong>Age:</strong> 250</li>
|
<li><strong>Age:</strong> 250</li>
|
||||||
|
@ -109,7 +110,7 @@
|
||||||
<div class="music-player">
|
<div class="music-player">
|
||||||
<h3>Nie's Theme</h3>
|
<h3>Nie's Theme</h3>
|
||||||
<audio controls>
|
<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.
|
Your browser does not support the audio element.
|
||||||
</audio>
|
</audio>
|
||||||
</div>
|
</div>
|
||||||
|
@ -138,7 +139,7 @@
|
||||||
<li><strong>Background:</strong> Hermit</li>
|
<li><strong>Background:</strong> Hermit</li>
|
||||||
<li><strong>Height:</strong> 1.5m</li>
|
<li><strong>Height:</strong> 1.5m</li>
|
||||||
<li><strong>Age:</strong> 35</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>
|
</ul>
|
||||||
<a href="memories/ulud.html"><h3>Take a look at his memories</h3></a>
|
<a href="memories/ulud.html"><h3>Take a look at his memories</h3></a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue