-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (50 loc) · 2.76 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/master.css">
<script src="scripts/nav.js" defer></script>
<title>Michael Wagoner</title>
</head>
<body>
<header>
<h1>Michael Wagoner</h1>
</header>
<div class="main-content">
<section class="musings">
<h2>Musings</h2>
<p>Sometimes I think about things and then those things end up here.</p>
<article>
<h3>Tricube Tales</h3>
<p>I just picked up a rules-lite roleplaying game called <a href="https://www.drivethrurpg.com/product/294202/Tricube-Tales">Tricube Tales</a>. It's great for a quick session, running an adventure for kids, or a solo adventure.</p>
<p>I'm currently running a <a href="tricube.html">solo game</a> in the "Rotten Odds" setting. </p>
</article>
<article>
<h3>Hobbies</h3>
<p>I bounce between interests often and this is a list of a few of my current hobbies.</p>
<ul>
<li>Dungeons and Dragons</li>
<li>Arkham Horror the Cardgame</li>
<li>Reading Sci/Fi and Fantasy</li>
</ul>
<p>At any given time that list is likely to be roughly the same size, maybe with one or two items the same, but invariably there will be something new there. Check back in January and I'm sure things will have changed.
<p>Even though the list changes every few months, if you wait long enough, you'll see the same list items come and go, over and over again. While my interests cycle they seem to revolve around the same topics. My interest in any given topic wanes and waxes over time.</p>
<p>I have ADHD and I'm sure that has a lot to do with the revolving door of interests.</p>
</p>
</article>
</section>
</div>
<footer>
<address>
<div class="footer-flexbox">
<a href="mailto:mwwagoner@gmail.com">Email: mwwagoner@gmail.com</a> <br>
<a href="https://www.linkedin.com/in/michael-wagoner-03a94b29">LinkedIn</a> <br>
<a href="https://github.com/mwwagoner">GitHub</a> <br>
<p>©2021 Michael Wagoner</p>
</div>
<a href="https://opensource.org/"><img src="images/osi_membership_badge.svg" alt="Open source initiative badge"></a>
</address>
</footer>
</body>
</html>