feat(projects): add ara bot and flight sim on linux to projects

This commit is contained in:
Anthony Berg 2023-11-15 02:56:20 +00:00
parent 47fd22606e
commit 8bcfb303c9
2 changed files with 24 additions and 2 deletions

View File

@ -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
<Image
src="/images/aralogo.png"
alt="ARA Logo"
width={100}
height={100}
/>
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/)

BIN
public/images/aralogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB