diff --git a/public/assets/projects/censura.webp b/public/assets/projects/censura.webp new file mode 100644 index 0000000..dacc1f2 Binary files /dev/null and b/public/assets/projects/censura.webp differ diff --git a/public/assets/projects/cw.png b/public/assets/projects/cw.png new file mode 100644 index 0000000..1217a79 Binary files /dev/null and b/public/assets/projects/cw.png differ diff --git a/public/assets/projects/dumbforkgenerator.png b/public/assets/projects/dumbforkgenerator.png new file mode 100644 index 0000000..479b7b9 Binary files /dev/null and b/public/assets/projects/dumbforkgenerator.png differ diff --git a/public/assets/projects/guesstheanime.png b/public/assets/projects/guesstheanime.png new file mode 100644 index 0000000..a074892 Binary files /dev/null and b/public/assets/projects/guesstheanime.png differ diff --git a/public/assets/projects/guildmaster.png b/public/assets/projects/guildmaster.png new file mode 100755 index 0000000..8bc0fef Binary files /dev/null and b/public/assets/projects/guildmaster.png differ diff --git a/public/assets/projects/iwotd.png b/public/assets/projects/iwotd.png new file mode 100644 index 0000000..0c30037 Binary files /dev/null and b/public/assets/projects/iwotd.png differ diff --git a/public/assets/projects/meapi.png b/public/assets/projects/meapi.png new file mode 100644 index 0000000..81ca2b3 Binary files /dev/null and b/public/assets/projects/meapi.png differ diff --git a/public/assets/projects/njn.png b/public/assets/projects/njn.png new file mode 100644 index 0000000..238219c Binary files /dev/null and b/public/assets/projects/njn.png differ diff --git a/public/assets/projects/ps.webp b/public/assets/projects/ps.webp new file mode 100644 index 0000000..e045ee6 Binary files /dev/null and b/public/assets/projects/ps.webp differ diff --git a/public/assets/projects/purpur.svg b/public/assets/projects/purpur.svg new file mode 100644 index 0000000..27e3576 --- /dev/null +++ b/public/assets/projects/purpur.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/assets/projects/yardwatch.png b/public/assets/projects/yardwatch.png new file mode 100644 index 0000000..74f204d Binary files /dev/null and b/public/assets/projects/yardwatch.png differ diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 33798b0..43ae892 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -78,6 +78,7 @@ const { current = '' } = Astro.props;
diff --git a/src/pages/projects.astro b/src/pages/projects.astro new file mode 100644 index 0000000..e9def25 --- /dev/null +++ b/src/pages/projects.astro @@ -0,0 +1,221 @@ +--- +import BaseLayout from '../layouts/BaseLayout.astro'; + +const title = 'Projects'; +const description = 'Stuff I\'m working on.'; +const permalink = `${Astro.site.href}projects`; +--- + + +
+

Projects

+

+ Here are some of the projects I'm working on. Most of them are open source, so feel free to check them out! +
+ Projects presented here are what I consider in presentable and/or finished state. They might or might not get updates. +
+ Most logos generated using DALL-E mini. +

+

Minecraft

+
+
+
+ Purpur logo +
+
+

Purpur

+

+ Purpur is a drop-in replacement for Paper servers designed for configurability and new, fun, exciting gameplay features. +

+

+ Website | Source +

+
+
+
+ PurpurExtras logo +
+
+

PurpurExtras

+

+ A companion plugin for Purpur server software that adds additional features and improvements. +

+

+ Website | Source +

+
+
+
+ CommandWhitelist logo +
+
+

CommandWhitelist

+

+ Minecraft bukkit plugin that allows to control precisely what commands players can see and use. +

+

+ Website | Source +

+
+
+
+ PreventStabby logo +
+
+

PreventStabby

+

+ Minecraft bukkit plugin that gives more control over PvP capabilities. +

+

+ Website | Source +

+
+
+
+ Censura logo +
+
+

Censura

+

+ Advanced censorship plugin for bukkit minecraft servers. +

+

+ Website | Source +

+
+
+
+ NotJustNameplates logo +
+
+

NotJustNamePlates

+

+ Minecraft purpur plugin replacing player nametags with display entities for ultimate control over them. +

+

+ Website | Source +

+
+ +

Websites

+
+
+
+ MeAPI logo +
+
+

MeAPI

+

+ API about me. See if I'm online, and if so, what game I'm playing. +

+

+ Website | Source +

+
+
+
+ Interesting website of the Day logo +
+
+

Interesting Website of the Day

+

+ Daily showcase of interesting websites from my personal database. +

+

+ Website +

+
+
+
+ Guild Master logo +
+
+

Guild Master

+

+ Adventurer's guild management browser game. +

+

+ Website | Source +

+
+
+
+ Dumb Forks Generator logo +
+
+

Dumb Forks Generator

+

+ PHP name generator for dumb minecraft server software fork names. +

+

+ Website +

+
+
+
+ Guess the Anime logo +
+
+

Guess the Anime

+

+ A game where you guess an anime title based off blurred art and a synopsis. +

+

+ Website | Source +

+
+
+
+ +