summaryrefslogtreecommitdiff
path: root/docs/index.md
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/index.md
parentde43f5034b309e3216b62533540a7a622dd3598e (diff)
Style: category icons on homepage
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md51
1 files changed, 32 insertions, 19 deletions
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