summaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2023-11-05 23:11:00 -0500
committerFrederick Yin <fkfd@fkfd.me>2023-11-05 23:11:00 -0500
commit8832a71bfd27fb683c7f09f6e27e8fff61263ab8 (patch)
tree0f449e69382ef77517189fc14bd6ddafc05f8ad6 /docs/index.md
parente7f1836918da835a10f154f7098723dec711a5f2 (diff)
Icons for header
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md24
1 files changed, 23 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index 01a22e7..38933a7 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,7 +1,29 @@
---
title: Home
---
-# [about](/about) | [x](/x) | [links](/links)
+
+# fkfd.me
+
+<header class="header-block-container">
+ <a href="/about">
+ <div class="header-block">
+ <span class="header-icon" id="icon-about"></span>
+ <span class="header-text">About</span>
+ </div>
+ </a>
+ <a href="/x">
+ <div class="header-block">
+ <span class="header-icon" id="icon-x"></span>
+ <span class="header-text">x</span>
+ </div>
+ </a>
+ <a href="/links">
+ <div class="header-block">
+ <span class="header-icon" id="icon-links"></span>
+ <span class="header-text">Links</span>
+ </div>
+ </a>
+</header>
## Categories