diff options
author | JJ | 2023-05-03 08:50:52 +0000 |
---|---|---|
committer | JJ | 2023-05-03 09:16:27 +0000 |
commit | 52e99050572d0b922f76266134383bfc66be8eca (patch) | |
tree | 6fd78db133f8692edc85540f3da0a81932f2f772 /monogram.html | |
parent | 7570754bf85b6c018ca9a7fc90a1e677600c899f (diff) |
Switch to new domain and switch back to Jekyll
Diffstat (limited to 'monogram.html')
-rw-r--r-- | monogram.html | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/monogram.html b/monogram.html index b9add26..a350ce7 100644 --- a/monogram.html +++ b/monogram.html @@ -1,27 +1,21 @@ -<!DOCTYPE html> -<head> - <title>j-james</title> - <meta charset="utf-8"/> - <meta name="viewport" content="width=device-width"/> - <link rel="icon" type="image/jpg" href="https://j-james.me/assets/compass.jpg"/> - <link rel="stylesheet" href="https://j-james.me/css/normalize.css"/> -</head> -<body> +--- +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://j-james.me" style="color: black;">home</a> + <a href="https://apropos.codes" style="color: black;">home</a> · - <a href="https://j-james.me/about" style="color: black;">about</a> + <a href="https://apropos.codes/about" style="color: black;">about</a> · - <a href="https://j-james.me/resume" style="color: black;">resume</a> + <a href="https://apropos.codes/resume" style="color: black;">resume</a> · - <a href="https://j-james.me/posts" style="color: black;">posts</a> + <a href="https://apropos.codes/posts" style="color: black;">posts</a> · - <a href="https://j-james.me/bookshelf" style="color: black;">bookshelf</a> + <a href="https://apropos.codes/bookshelf" style="color: black;">bookshelf</a> </nav> </main> -</body> <!-- inspiration: https://isaacfreund.com/ |