-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpersonal.html
136 lines (118 loc) · 4.35 KB
/
personal.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!doctype html>
<html class="no-js"
lang="">
<head>
<meta charset="utf-8">
<title>Dr. Hunter Thompson Lockwood, Algonquian Linguistics and Language Documentation for
Language Revitalization</title>
<meta content=""
name="description">
<meta content="width=device-width, initial-scale=1"
name="viewport">
<!-- TODO:Fill out metadata -->
<meta content="Dr. Hunter Thompson Lockwood, Algonquian Linguistics and Language Documentation for
Language Revitalization"
property="og:title">
<meta content="website"
property="og:type">
<meta content=" "
property="og:url">
<meta content="img/splashes/oh-hey-its-fun-sm.jpeg"
property="og:image">
<link href="icon180.png"
rel="apple-touch-icon">
<link href="icon192.png"
rel="icon"
sizes="192x192">
<link href="css/normalize.css"
rel="stylesheet">
<!--from web.dev-->
<script>
// If `prefers-color-scheme` is not supported, fall back to light mode. // In this case, light.css will be downloaded with `highest` priority.
if (window.matchMedia('(prefers-color-scheme: dark)').media === 'not all') {
document.documentElement.style.display = 'none';
document.head.insertAdjacentHTML(
'beforeend',
'<link rel="stylesheet" href="css/light.css" onload="document.documentElement.style.display = \'\'">',
);
}
</script>
<!-- Conditionally either load the light or the dark stylesheet.
The matching file will be downloaded with `highest`, the non-matching file with `lowest` priority. If the browser doesn't support
`prefers-color-scheme`, the media query is unknown and the files
are downloaded with `lowest` priority (but above I already force `highest` priority for my default light experience).-->
<link href="css/dark.css"
media="(prefers-color-scheme: dark)"
rel="stylesheet"/>
<link href="css/light.css"
media="(prefers-color-scheme: light)"
rel="stylesheet"/>
<!-- The main stylesheet -->
<link href="css/main.css"
rel="stylesheet">
<meta content="#C0D8B6"
name="theme-color">
</head>
<body>
<header>
<nav>
<ul class="menu">
<li>
<a href="index.html">🏠 Home</a>
</li>
<li>
<a href="research.html">📚 Research</a>
</li>
<li>
<a href="curriculum-vitae.html">✍️ CV</a>
</li>
<li>
<a href="personal.html">🧙♂️Personal</a>
</li>
</ul>
</nav>
<h1>Dr. Hunter Thompson Lockwood</h1>
<section class="tagline">
<h2>Algonquian Linguistics for Language Reclamation</h2>
</section>
</header>
<main>
<figure class="selfie-image">
<img alt="A small statue of a gnome, lying supine, arms behind his head, which rests on a small pile of straw. Text under him reads 'WELCOME'."
decoding="async"
height="396"
loading="lazy"
src="img/splashes/welcome_gnome-sm.jpg"
width="528">
<figcaption><em>Pictured: Hunter in repose.</em></figcaption>
</figure>
<section class="content">
<h2>"New School" Tabletop Gaming: SWORDDREAM</h2>
<p>During the initial waves of covid-19, I discovered (alongside many others) a love of
tabletop roleplaying games. Initially drawn to relatively complex & complete
simulations like
<a href="https://2e.aonprd.com">Pathfinder 2e</a>
, my preferences have
shifted away from corporate-owned games, to
<a href="https://itch.io/">independent games</a>
with a more
<a href="http://monstersandmanuals.blogspot.com/2021/09/on-artpunk.html">artpunk
aesthetic</a> and
<a href="https://www.technicalgrimoire.com/david/2019/06/sworddream">do-it-yourself attitude</a>.
In this tradition of play, the focus of play tends to be more on on interaction, imagination, and creative problem
solving. Less emphasis tends to be places on memorizing arcane rules (after all, who has time for that??) and
<a href="https://tvtropes.org/pmwiki/pmwiki.php/Main/RPGsEqualCombat">meaningless violence</a>.
</p>
</section>
</main>
<footer>
<h3>Designed & contented by Hunter.</h3>
<h3>Updated
<time datetime="2023-02-06">2023-02-06</time>
</h3>
</footer>
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>