About Social Code
summaryrefslogtreecommitdiff
path: root/html/now.html
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@gmail.com>2022-11-02 18:35:40 -0400
committerLucas Fryzek <lucas.fryzek@gmail.com>2022-11-02 18:35:40 -0400
commit1920b397fad8b1d6cd0233a5aa9a12365b16a287 (patch)
tree2b10edd83a77f59dcfdce2f3a38bea4126e06fd1 /html/now.html
Initial commit
Diffstat (limited to 'html/now.html')
-rw-r--r--html/now.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/html/now.html b/html/now.html
new file mode 100644
index 0000000..c79a750
--- /dev/null
+++ b/html/now.html
@@ -0,0 +1,37 @@
+<!doctype html>
+
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+
+ <title>Now</title>
+
+ <link rel="stylesheet" href="/assets/style.css">
+ <link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
+</head>
+
+<body>
+ <div class="header-bar">
+ <a href="/index.html">
+ <img src="/assets/favicon.svg" alt="frycon logo">
+ </a>
+ <div class="header-links">
+ <a href="/now.html" class="header-link">Now</a>
+ <a href="/about.html" class="header-link">About</a>
+ </div>
+ </div>
+ <main>
+<div class="page-title-header-container">
+ <h1 class="page-title-header">Now</h1>
+ </div>
+<div class="note-divider"></div>
+<div class="note-body">
+<p>A monthly update about my life</p>
+<blockquote>
+<h2 id="october-2022">October 2022</h2>
+<p>After reading about digital gardens, I’ve decided to convert my whole website into its very own digital garden. I wasn’t too happy with existing themes and tools I could find online so I decided to try and build a digital garden engine myself using pandoc and custom filters.</p>
+</blockquote>
+</div> </main>
+</body>
+</html>