-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (71 loc) · 2.8 KB
/
index.html
File metadata and controls
73 lines (71 loc) · 2.8 KB
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KBYQXP9133"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KBYQXP9133');
</script>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="description" content="Blogposts by Levi Gilbert
about ttrpgs, design, art, and video games">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<meta name="keywords" content="levi, gilbert, blog, posts,
writing, design, ttrpg">
<title>levigilbert.dev</title>
<style type="text/css">code{white-space: pre;}</style>
<base href="https://levigilbert.dev/">
<link rel="stylesheet" href="style.css">
</head>
<body>
<article>
<header>
<h1 class="title">levigilbert.dev</h1>
</header>
<section id="latest-blog-posts" class="level2">
<h2>Latest Blog Posts</h2>
<ul>
<li><a
href="posts/situationalDesignForTTRPGAdventures">Situational
Design for TTRPG Adventures</a></li>
<li><a href="posts/keepYourEyesOnTheRoad">Keep your Eyes on
the Road</a></li>
<li><a href="posts/levelingUpWithoutLevelingUp">Leveling Up
without Leveling Up</a></li>
</ul>
</section>
<section id="recent-projects" class="level2">
<h2>Recent Projects</h2>
<ul>
<li><a href="projects/RitK">Red is the Knife</a></li>
<li><a href="projects/walkingAmongLeaves">Walking Among
Leaves</a></li>
</ul>
</section>
<section id="rss" class="level2">
<h2>RSS</h2>
<p><a href="feed.rss" style="background:none;"><img src="images/rss.png" alt="RSS" style="width:32px;height:32px;">
Subscribe to get new blog posts.</a></p>
</section>
</article>
<nav>
<hr>
<ul class="navlist">
<li class="navlink"><a href="posts">Posts</a></li>
<li class="navlink"><a href="projects">Projects</a></li>
<li class="navlink"><a href="about">About</a></li>
<li class="navlink"><a href="mailto:levigilbert00@gmail.com">Contact</a></li>
</ul>
</nav>
<footer>
<hr>
<p>
<span id="footer">Copyright © 2022 Levi Gilbert</span>
</p>
</footer>
</body>
</html>