summaryrefslogtreecommitdiff
path: root/docs
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
parente7f1836918da835a10f154f7098723dec711a5f2 (diff)
Icons for header
Diffstat (limited to 'docs')
-rw-r--r--docs/img/icons/about.pngbin0 -> 7898 bytes
-rw-r--r--docs/img/icons/icons.krabin334509 -> 458222 bytes
-rw-r--r--docs/img/icons/links.pngbin0 -> 10202 bytes
-rw-r--r--docs/img/icons/x.pngbin0 -> 7438 bytes
-rw-r--r--docs/index.md24
5 files changed, 23 insertions, 1 deletions
diff --git a/docs/img/icons/about.png b/docs/img/icons/about.png
new file mode 100644
index 0000000..4043190
--- /dev/null
+++ b/docs/img/icons/about.png
Binary files differ
diff --git a/docs/img/icons/icons.kra b/docs/img/icons/icons.kra
index 7b679f4..d086c14 100644
--- a/docs/img/icons/icons.kra
+++ b/docs/img/icons/icons.kra
Binary files differ
diff --git a/docs/img/icons/links.png b/docs/img/icons/links.png
new file mode 100644
index 0000000..5d78c41
--- /dev/null
+++ b/docs/img/icons/links.png
Binary files differ
diff --git a/docs/img/icons/x.png b/docs/img/icons/x.png
new file mode 100644
index 0000000..0018a03
--- /dev/null
+++ b/docs/img/icons/x.png
Binary files differ
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