oceanwinder/pages/characters.html

81 lines
3.3 KiB
HTML
Raw Normal View History

2019-10-24 21:27:44 +00:00
<--
.. title: Characters
.. slug: characters
.. date: 2019-10-24
.. type: text
-->
<html>
<body>
<div class="card-deck">
<div class="card">
2019-10-27 19:03:18 +00:00
<img src="/images/jobin.jpeg" class="card-img-top" alt="...">
2019-10-24 21:27:44 +00:00
<div class="card-body">
2019-10-25 21:48:09 +00:00
<h5 class="card-title">Jobin Bottleglass Doubtfire</h5>
2019-10-27 16:14:02 +00:00
<p class="card-text">Jobin Bottleglass Doubtfire is a mystery man, famous for one monologue.</p>
2019-10-24 21:27:44 +00:00
</div>
<div class="card-footer">
<small class="text-muted">See <a href="/jobin.pdf">Jobin's character sheet</a></small>
</div>
</div>
<div class="card">
2019-10-27 16:14:02 +00:00
<img src="/images/tiffany.jpg" class="card-img-top" alt="...">
2019-10-24 21:27:44 +00:00
<div class="card-body">
<h5 class="card-title">Tiffany Loveless</h5>
2019-10-27 16:14:02 +00:00
<p class="card-text">Tiffany is a Human Bard, Chaotic Neutral. She plays a ukelele and constantly wears the wedding dress that she had on when she was left at the altar.</p>
2019-10-24 21:27:44 +00:00
</div>
<div class="card-footer">
<small class="text-muted">See <a href="/tiffany.pdf">Tiffany's character sheet</a></small>
</div>
</div>
<div class="card">
2019-10-25 21:48:09 +00:00
<img src="/images/bobby.jpg" class="card-img-top" alt="...">
2019-10-24 21:27:44 +00:00
<div class="card-body">
<h5 class="card-title">Bobby Dogood</h5>
2019-10-27 16:14:02 +00:00
<p class="card-text">Bobby is a Half-Orc Ranger, Lawful Good. He is an Orc Scout from Troop 67, but got lost from his troop one day and was too ashamed to return just yet. He'll prove himself so his parent's aren't mad.</p>
2019-10-24 21:27:44 +00:00
</div>
<div class="card-footer">
<small class="text-muted">See <a href="/bobby.pdf">Bobby's character sheet</a></small>
</div>
</div>
</div>
<br/>
<div class="card-deck">
<div class="card">
<img src="/images/teddy.png" class="card-img-top" alt="Teddy Sparks">
<div class="card-body">
<h5 class="card-title">Teddy Sparks</h5>
<p class="card-text">Teddy is an Eladrin Elf Bladesinger/Wizard, Neutral Good. He is highly intelligent and very affable, if somewhat awkward, but is working toward becoming as charismatic as his childhood swashbuckling heroes. Teddy seeks his fortune with bright, if naive, eyes.</p>
</div>
<div class="card-footer">
<small class="text-muted">See <a href="/teddy.pdf">Teddy's character sheet</a></small>
</div>
</div>
<div class="card">
<img src="/images/dola.jpg" class="card-img-top" alt="Captain Dola">
<div class="card-body">
<h5 class="card-title">Captain Dola</h5>
2019-10-27 16:14:02 +00:00
<p class="card-text">Dola is a Chaotic Good Variant Human Fighter. She is the captain of a gang of air pirates made up of her seven sons and husband Motro. Her airship is called the Tiger Moth.</p>
2019-10-24 21:27:44 +00:00
</div>
<div class="card-footer">
<small class="text-muted">See <a href="/dola.pdf">Dola's character sheet</a></small>
</div>
</div>
<div class="card">
2019-10-25 21:48:09 +00:00
<img src="/images/dola-sons.png" class="card-img-top" alt="Dola's Boys">
2019-10-24 21:27:44 +00:00
<div class="card-body">
<h5 class="card-title">Dola's Boys</h5>
2019-10-25 21:48:09 +00:00
<p class="card-text">The gang is a band of air pirates consisting of Dola's husband Motro (ship mechanic) and their seven sons (the gang), at least some of whom may be adopted due to how different they look from one another. They are the crew for the Tiger Moth.</p>
2019-10-24 21:27:44 +00:00
</div>
<div class="card-footer">
<small class="text-muted">See <a href="/dola-sons.pdf">Dola's son's character sheet</a></small>
</div>
</div>
</div>
</body>
</html>