diff --git a/pages/projects.mdx b/pages/projects.mdx index f4e44e9..6964eeb 100644 --- a/pages/projects.mdx +++ b/pages/projects.mdx @@ -6,6 +6,28 @@ date: 2023-11-14 # Projects -Here are some of my projects that I have worked on: +Here are some of my projects that I have worked on -## This is currently under construction +import Image from "next/image"; + +## ARA Bot + +ARA Logo + +A Discord Bot made with the [Sapphire Framework](https://www.sapphirejs.dev/), in TypeScript, which is open source under +the GPL v3 license. +I set up the [GitHub Repository](https://github.com/veganhacktivists/arabot), alongside maintaining the repository and +the server, which runs on Debian Server. + + +## Flight Sim on Linux + +A website with [Nextra](https://nextra.site/) in Next.js 14, which has guides for running flight simulators and +installing addons for them on Linux. + +Take a look at the website: [www.flightsimonlinux.com](https://www.flightsimonlinux.com/) diff --git a/public/images/aralogo.png b/public/images/aralogo.png new file mode 100644 index 0000000..145836e Binary files /dev/null and b/public/images/aralogo.png differ