mirror of
https://github.com/smyalygames/anthonyberg-website.git
synced 2025-05-18 06:04:12 +02:00
feat(projects): add ara bot and flight sim on linux to projects
This commit is contained in:
parent
47fd22606e
commit
8bcfb303c9
@ -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
BIN
public/images/aralogo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 97 KiB |
Loading…
x
Reference in New Issue
Block a user