diff --git a/src/app/page.jsx b/src/app/page.jsx index 825c68b..783fe14 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -43,6 +43,10 @@ const _88x31s = { "tom1212": tom1212 }; +function CustomIcon({src, name}) { + return {name} +} + export default function Index() { const basePath = process.env.NEXT_PUBLIC_BASE_PATH || ""; @@ -58,69 +62,69 @@ export default function Index() {

Languages

-
- Python - JavaScript - Bash +
+ + +

Operating Systems

-
- Fedora - Ubuntu - Windows - iOS +
+ + + +

Communication Platforms

-
+

Learning

-
- C# - Go +
+ +

Tools

-
- Docker - Git - GitHub - Linode - Postgres - Ollama - OpenAI/ChatGPT +
+ + + + + + +

Frameworks & Libraries

-
- Next.js - FastAPI - Discord.py - py-cord +
+ + + +
@@ -141,12 +145,12 @@ export default function Index() { A bot framework for the matrix ecosystem - GitHub + - Matrix + @@ -155,7 +159,7 @@ export default function Index() { A command line interface for interacting with the Dendrite homeserver. - GitHub + @@ -165,7 +169,7 @@ export default function Index() { A CLI mod manager for minecraft servers. - GitHub + @@ -175,10 +179,10 @@ export default function Index() { Specialised chat bot in discord for my college server. - Forgejo + [ - GitHub + ] @@ -188,12 +192,12 @@ export default function Index() { A drop-in proxy URL preview server for Matrix - Forgejo + - Matrix + @@ -213,7 +217,7 @@ export default function Index() { - Discord + @@ -223,7 +227,7 @@ export default function Index() { proprietary - top.gg + @@ -236,7 +240,7 @@ export default function Index() { - GitHub + @@ -262,7 +266,7 @@ export default function Index() { "Pycord, a maintained fork of discord.py, is a python wrapper for the Discord API" - GitHub + @@ -271,7 +275,7 @@ export default function Index() { "A Python Matrix client library, designed according to sans I/O principles" - GitHub + @@ -280,7 +284,7 @@ export default function Index() { "An API wrapper for Discord written in Python" - GitHub + diff --git a/src/app/page.module.css b/src/app/page.module.css index 6b7deb9..39adf33 100644 --- a/src/app/page.module.css +++ b/src/app/page.module.css @@ -12,3 +12,7 @@ color: var(--text-normal); font-weight: bold; } + +.imageSpaced * { + padding: 4px; +}