some d&d stuff
This commit is contained in:
parent
898c7753a4
commit
cad73b232d
65 changed files with 473 additions and 168 deletions
83
dnd/index.html
Normal file
83
dnd/index.html
Normal file
|
@ -0,0 +1,83 @@
|
|||
<!doctype html>
|
||||
<html lang=en>
|
||||
<meta charset=utf-8>
|
||||
<title>d&d chars</title>
|
||||
|
||||
<link rel=stylesheet href=index.css>
|
||||
|
||||
<meta name=viewport content='width=device-width; initial-scale=0.75'>
|
||||
|
||||
<header>
|
||||
<h1>d<span class=amp>&</span>d chars</h1>
|
||||
<p> blorbos from my tabletop
|
||||
</header>
|
||||
|
||||
|
||||
<section class=char id=velzek>
|
||||
<figure class=portrait>
|
||||
<a href=velzek>
|
||||
<img src=velzek.webp srcset='velzek2x.webp 2x'>
|
||||
</a>
|
||||
</figure>
|
||||
|
||||
<h2>
|
||||
<a href=velzek>velzek hawthorne</a>
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
anthropologist observing the humanoid society in marikest, when a suspicious
|
||||
sequence of events plunge the city into chaos.
|
||||
(2024–)
|
||||
</section>
|
||||
|
||||
<section class=char id=marigold>
|
||||
<figure class=portrait>
|
||||
<a href=marigold>
|
||||
<img src=marigold.webp srcset='marigold2x.webp 2x'>
|
||||
</a>
|
||||
</figure>
|
||||
|
||||
<h2>
|
||||
<a href=marigold><small>(call me)</small> marigold</a>
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
disgraced acolyte of bahamut sent out into the world to atone for her
|
||||
mistakes.
|
||||
(2024–)
|
||||
</section>
|
||||
|
||||
<section class=char id=nex>
|
||||
<figure class=portrait>
|
||||
<a href=nex> <img src=nex.webp srcset='nex2x.webp 2x'> </a>
|
||||
</figure>
|
||||
|
||||
<h2>
|
||||
<a href=nex>nex</a>
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
went to hell and back to stop the world from disintegrating. you know,
|
||||
normal stuff.
|
||||
(2020–24)
|
||||
</section>
|
||||
|
||||
<section class=char id=kezda>
|
||||
<figure class=portrait>
|
||||
<a href=kezda> <img src=kezda.webp srcset='kezda2x.webp 2x'> </a>
|
||||
</figure>
|
||||
|
||||
<h2>
|
||||
<a href=kezda>kezda</a>
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
little lizard who saw magic one time and never stopped thinking about it
|
||||
<br>
|
||||
(2019; <small>game abandoned but i still like this lil gremlin</small>)
|
||||
</section>
|
||||
|
||||
|
||||
<footer>
|
||||
<a href=.. aria-label=back>•</a>
|
||||
</footer>
|
Loading…
Add table
Add a link
Reference in a new issue