From dfbe860b27b1248c1852fbb0bf1736139827ade5 Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Fri, 4 Aug 2023 22:29:53 -0400 Subject: [PATCH] Add About page This page outlines who created the website and the tools used to create it. --- about.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 about.md diff --git a/about.md b/about.md new file mode 100644 index 0000000..a2615f7 --- /dev/null +++ b/about.md @@ -0,0 +1,15 @@ +--- +title: About +description: About this website and credits where credit is due. +nav_icon: https://static.fosterhangdaan.com/icons/tabler-icons/latest/svg/world-www.svg +--- + +## About this site + +This website was created by Foster Hangdaan using [Lume](https://lume.land/){target="_blank"} and [TypeScript](https://www.typescriptlang.org/){target="_blank"}. The source code for this site is currently private (though I might make it public if there is enough interest). + +## Credits + +- The icons are from [Tabler Icons](https://tabler-icons.io/){target="_blank"} and [Simple Icons](https://simpleicons.org/){target="_blank"}. +- Both the light and dark themes are from [Tokyo Night](https://github.com/enkia/tokyo-night-vscode-theme){target="_blank"}. +- The sans-serif font is [Ubuntu](https://design.ubuntu.com/font){target="_blank"}. The monospace font is [JetBrains Mono](https://jetbrains.com/mono){target="_blank"}.