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