summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2022-12-28 18:31:39 +0800
committerFrederick Yin <fkfd@fkfd.me>2022-12-28 18:31:39 +0800
commite4581f12339d9fc141100da815408676d22162be (patch)
treec9635063d1463da3d5af45e2e02ed96914a24fd5 /docs
parentde43f5034b309e3216b62533540a7a622dd3598e (diff)
Style: category icons on homepage
Diffstat (limited to 'docs')
-rw-r--r--docs/img/icons/comics.pngbin0 -> 12887 bytes
-rw-r--r--docs/img/icons/ham.pngbin0 -> 12674 bytes
-rw-r--r--docs/img/icons/icons.krabin0 -> 409336 bytes
-rw-r--r--docs/img/icons/projects.pngbin0 -> 17891 bytes
-rw-r--r--docs/img/icons/random.pngbin0 -> 22337 bytes
-rw-r--r--docs/img/icons/shitpost.pngbin0 -> 13048 bytes
-rw-r--r--docs/img/icons/ta.pngbin0 -> 15985 bytes
-rw-r--r--docs/index.md51
8 files changed, 32 insertions, 19 deletions
diff --git a/docs/img/icons/comics.png b/docs/img/icons/comics.png
new file mode 100644
index 0000000..0073e6a
--- /dev/null
+++ b/docs/img/icons/comics.png
Binary files differ
diff --git a/docs/img/icons/ham.png b/docs/img/icons/ham.png
new file mode 100644
index 0000000..e82e2b5
--- /dev/null
+++ b/docs/img/icons/ham.png
Binary files differ
diff --git a/docs/img/icons/icons.kra b/docs/img/icons/icons.kra
new file mode 100644
index 0000000..fbc9db6
--- /dev/null
+++ b/docs/img/icons/icons.kra
Binary files differ
diff --git a/docs/img/icons/projects.png b/docs/img/icons/projects.png
new file mode 100644
index 0000000..6c8c9bd
--- /dev/null
+++ b/docs/img/icons/projects.png
Binary files differ
diff --git a/docs/img/icons/random.png b/docs/img/icons/random.png
new file mode 100644
index 0000000..e2355fd
--- /dev/null
+++ b/docs/img/icons/random.png
Binary files differ
diff --git a/docs/img/icons/shitpost.png b/docs/img/icons/shitpost.png
new file mode 100644
index 0000000..f404a07
--- /dev/null
+++ b/docs/img/icons/shitpost.png
Binary files differ
diff --git a/docs/img/icons/ta.png b/docs/img/icons/ta.png
new file mode 100644
index 0000000..08fd8c3
--- /dev/null
+++ b/docs/img/icons/ta.png
Binary files differ
diff --git a/docs/index.md b/docs/index.md
index bff8d73..53dda73 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,26 +1,39 @@
# fkfd
-This is technically a blog.
-
-- [About Me](/about)
-
-- [Atom feed](/feed/atom.xml)
-
## Categories
-- [Projects](/projects)
-
-- [Random](/random)
-
-- [Shitpost](/shitpost)
-
-- [TA Adventures](/ta)
-
-- [Ham Radio](/ham)
-
-## Non-blog Content
-
-- [Comics](/comics)
+<div class="home-block-container">
+ <a href="/projects">
+ <div class="home-block" id="category-projects">
+ <span>Projects</span>
+ </div>
+ </a>
+ <a href="/random">
+ <div class="home-block" id="category-random">
+ <span>Random</span>
+ </div>
+ </a>
+ <a href="/ta">
+ <div class="home-block" id="category-ta">
+ <span>TA</span>
+ </div>
+ </a>
+ <a href="/ham">
+ <div class="home-block" id="category-ham">
+ <span>Ham Radio</span>
+ </div>
+ </a>
+ <a href="/shitpost">
+ <div class="home-block" id="category-shitpost">
+ <span>Shitpost</span>
+ </div>
+ </a>
+ <a href="/comics">
+ <div class="home-block" id="category-comics">
+ <span>Comics</span>
+ </div>
+ </a>
+</div>
## Fun