summaryrefslogtreecommitdiff
path: root/monogram.html
blob: 8c6de7908a04b69eab5c5918c768b43dc08d81d1 (plain) (blame)
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
---
layout: main
title: monogram
---
<style>
main {
	font-family: 'Fira Code', monospace;
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
</style>
<img src="/assets/compass.jpg" style="width: 250px; height: auto; margin-bottom: 2.5em;"/>
<nav style="margin-bottom: 10em;">
	<a href="/" style="color: black;">home</a>
	·
	<a href="/about" style="color: black;">about</a>
	·
	<a href="/resume" style="color: black;">resume</a>
	·
	<a href="/posts" style="color: black;">posts</a>
	·
	<a href="/bookshelf" style="color: black;">bookshelf</a>
</nav>
<!--
	inspiration:
	https://isaacfreund.com/
	https://emersion.fr/
-->