summaryrefslogtreecommitdiff
path: root/monogram.html
diff options
context:
space:
mode:
authorJJ2024-07-25 19:30:39 +0000
committerJJ2024-07-25 19:30:39 +0000
commitab8ef130ba0d0b3920eaeadaa9e3a22ab81ea23f (patch)
tree21fa5c3ddb81c331bc90c6d6dcad27ff05b8370e /monogram.html
parentba4cf28d24a29b8eb191f6481e52a68d0a443d2a (diff)
update various assorted webpages for hakyll
Diffstat (limited to 'monogram.html')
-rw-r--r--monogram.html40
1 files changed, 25 insertions, 15 deletions
diff --git a/monogram.html b/monogram.html
index 5bfda39..8c6de79 100644
--- a/monogram.html
+++ b/monogram.html
@@ -1,21 +1,31 @@
---
-layout: default
+layout: main
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="/" 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>
- </main>
+<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/