-
Alpha Site
-
Click here to get to the alpha website and check out the latest progress towards the upcoming release
+
+
-
-
-
-
-
-
Idk how this dott got here but im leaving it.
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte
new file mode 100644
index 0000000..75b0ebb
--- /dev/null
+++ b/src/routes/about/+page.svelte
@@ -0,0 +1,38 @@
+
+
+ About
+
+
+
+
About
+
Once upon a time, in the realm of technology, there emerged a tech prodigy named Jonas Jones. Jonas possessed an unparalleled passion for open-source software and a relentless pursuit of innovation. His vision extended beyond mere conquest; he sought to revolutionize the world with the power of Linux, challenging the dominance of the reigning Windows empire.
+ Armed with his trusty 16-framework laptop, Jonas embarked on a quest to dismantle the barriers erected by Windows and liberate the digital landscape. With each line of code he crafted, the Linux revolution grew stronger, captivating hearts and minds worldwide.
+ Jonas's expertise in the realm of Linux was awe-inspiring. He possessed an encyclopedic knowledge of the command line, deftly navigating the intricate intricacies of the operating system. His coding skills were matched only by his indomitable spirit and unwavering dedication to the cause.
+ Word of Jonas's audacious mission spread like wildfire. From dimly lit hacker forums to bustling tech conferences, his name became synonymous with the Linux uprising. Tech enthusiasts rallied behind him, inspired by his passion and unwavering belief in the power of open-source software.
+ As Jonas continued to advance his noble cause, the world felt the tremors of change. Corporations, governments, and individuals began embracing the freedom and security offered by Linux. Its versatility and customizable nature proved to be a formidable weapon in the battle against proprietary software.
+ Windows, once considered an unassailable fortress, faced the relentless onslaught of Jonas's Linux revolution. In a symphony of code and determination, Jonas dismantled the walls that had long confined users, empowering them to forge their own digital destinies.
+ The transformation was nothing short of extraordinary. Jonas's Linux-powered empire began to flourish, fostering a vibrant community of like-minded individuals. They shared knowledge, collaborated on groundbreaking projects, and created a harmonious ecosystem where innovation thrived.
+ Yet, Jonas never lost sight of his humble beginnings. Amidst the rapid rise of his empire, he remained grounded, connecting with Linux enthusiasts across the globe. His charisma and down-to-earth nature endeared him to the masses, inspiring a new generation of tech leaders driven by the principles of openness and collaboration.
+ And so, the world witnessed the ascent of Jonas Jones, the Linux luminary, who, armed with his 16-framework laptop, embarked on a quest to topple the Windows kingdom and ignite a technological revolution. His journey taught us that with passion, knowledge, and the power of community, even the mightiest empires can be transformed.
+
+ TL;DR: I asked ChatGPT.
+ Also, I like K-Pop.
+
+
Greatest Acomplishment
+
A severity 7.5/10 rated CVE I received for a humble project of mine as the second ever CVE in Minecraft Modding history!
+
CVE-2022-39221
+
+
+
+
+
+
diff --git a/src/routes/based/+page.css b/src/routes/based/+page.css
new file mode 100644
index 0000000..2f538ba
--- /dev/null
+++ b/src/routes/based/+page.css
@@ -0,0 +1,29 @@
+html {
+ background-color: #141414;
+ color: #fff;
+ font-family: 'Fira Code', monospace;
+}
+
+.terminal_user__name__text {
+ color: #FF9D00;
+}
+
+.terminal_user__host__text {
+ color: #05CE91;
+}
+
+.terminal_user {
+ display: flex;
+}
+
+#terminal-input {
+ color: #fff;
+ background-color: #1D2A35;
+ border: none;
+ outline: none;
+ font-size: 1rem;
+ font-family: 'Fira Code', monospace;
+ width: 100%;
+ /* debug */
+ border: 1px solid red;
+}
diff --git a/src/routes/based/+page.svelte b/src/routes/based/+page.svelte
index fcaee83..d8282a5 100644
--- a/src/routes/based/+page.svelte
+++ b/src/routes/based/+page.svelte
@@ -1 +1,32 @@
-
Coming Soon™
\ No newline at end of file
+
+
+
+
+ For the Based
+
+
+
Coming Soonish
+
+ based
+ @
+ jonasjones.dev
+ :
+ /home/jonasjones
+ $
+
+
+
+
+
+
+
diff --git a/src/routes/projects/+page.svelte b/src/routes/projects/+page.svelte
new file mode 100644
index 0000000..230736b
--- /dev/null
+++ b/src/routes/projects/+page.svelte
@@ -0,0 +1,336 @@
+
+
+
+
+
+
+ Projects
+
+
+
+
Projects
+
+
+
+
+ All
+
+ Minecraft
+ Modding
+ FabricMC
+ QuiltMC
+ Forge
+
+
+ WebDev
+ Website
+
+
+ Tool
+ Library
+
+
+
+
+ All
+ C
+ C++
+ Python
+ Java
+ Rust
+ HTML
+ CSS
+ Javascript
+ Svelte
+ Shell
+ Lua
+ PowerShell 2
+ Godot Lang
+
+
+
+ All
+ Planned
+ In Development
+ Alpha
+ Beta
+ Release
+ Discontinued
+
+
+
{searchResults.length} results
+
+
+ {#each searchResults as project}
+
+
+
+
{project.description}
+
+
+
+
+
+
+
+
+ {/each}
+
+
+
+
+
diff --git a/src/routes/projects/api/projects/projects.json b/src/routes/projects/api/projects/projects.json
new file mode 100644
index 0000000..35bc653
--- /dev/null
+++ b/src/routes/projects/api/projects/projects.json
@@ -0,0 +1,836 @@
+[
+ {
+ "title": "",
+ "description": "",
+ "status": "",
+ "statuscolor": "",
+ "categories": [
+ ""
+ ],
+ "languages": [
+ ""
+ ],
+ "gh_api": "",
+ "version": "",
+ "backgroud": "",
+ "links": {
+ "GH": "",
+ "WB": "",
+ "MR": ""
+ },
+ "visible": "",
+ "last_update": ""
+ },
+ {
+ "title": "Website",
+ "description": "My website at https://jonasjones.dev",
+ "status": "release",
+ "statuscolor": "green",
+ "categories": [
+ "webdev",
+ "website"
+ ],
+ "languages": [
+ "css",
+ "svelte",
+ "js",
+ "html"
+ ],
+ "gh_api": "J-onasJones/jonasjones.dev",
+ "version": "---",
+ "backgroud": "/homepage.png",
+ "links": {
+ "GH": "J-onasJones/jonasjones.dev",
+ "WB": "/",
+ "MR": ""
+ },
+ "visible": true,
+ "last_update": 1690149600
+ },
+ {
+ "title": "Minecraft Server Status",
+ "description": "A Python based program that displays Your Minecraft Server's Status Infos",
+ "status": "release",
+ "statuscolor": "green",
+ "categories": [
+ "minecraft",
+ "tools"
+ ],
+ "languages": [
+ "py"
+ ],
+ "gh_api": "J-onasJones/Minecraft-server-Status",
+ "version": "1.0",
+ "backgroud": "/mcserverstatus.png",
+ "links": {
+ "GH": "J-onasJones/Minecraft-server-Status",
+ "WB": "/projects/Minecraft-server-Status"
+ },
+ "visible": true,
+ "last_update": 1688940000
+ },
+ {
+ "title": "Alpha Website",
+ "description": "Alpha Website at https://alpha.jonasjones.dev",
+ "status": "discontinued",
+ "statuscolor": "gray",
+ "categories": [
+ "webdev",
+ "website"
+ ],
+ "languages": [
+ "svelte",
+ "css",
+ "js",
+ "html"
+ ],
+ "gh_api": "J-onasJones/alpha.jonasjones.dev",
+ "version": "---",
+ "backgroud": "/alpha-homrpage.png",
+ "links": {
+ "GH": "J-onasJones/alpha.jonasjones.dev",
+ "WB": "/projects/alpha.jonasjones.dev"
+ },
+ "visible": true,
+ "last_update": 1688853600
+ },
+ {
+ "title": "Microcraft",
+ "description": "A Minecraft mod that allows for Microcontroller and Singleboard computer control",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/Microcraft",
+ "version": "0.1+alpha1",
+ "backgroud": "/microcraft.png",
+ "links": {
+ "GH": "J-onasJones/Microcraft",
+ "WB": "/projects/Microcraft"
+ },
+ "visible": true,
+ "last_update": 1687644000
+ },
+ {
+ "title": "Not Enough Cursedness",
+ "description": "A Minecraft mod introducing every little bit of cursed items/behavior into the game",
+ "status": "release",
+ "statuscolor": "green",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/NotEnoughCursedness",
+ "version": "0,2",
+ "backgroud": "/notenoughcursedness.png",
+ "links": {
+ "GH": "J-onasJones/NotEnoughCursedness",
+ "WB": "/projects/NotEnoughCursedness",
+ "MR": "https://modrinth.com/mod/not-enough-cursedness"
+ },
+ "visible": true,
+ "last_update": 1684101600
+ },
+ {
+ "title": "DayZ Linux GUI Launcher",
+ "description": "DayZ Linux GUI Launcher",
+ "status": "release",
+ "statuscolor": "green",
+ "categories": [
+ "tools",
+ "game"
+ ],
+ "languages": [
+ "rslang",
+ "sh"
+ ],
+ "gh_api": "J-onasJones/dayz-linux-gui-launcher",
+ "version": "0.1.0",
+ "backgroud": "/dayzlauncher.png",
+ "links": {
+ "GH": "J-onasJones/dayz-linux-gui-launcher",
+ "WB": "/projects/dayz-linux-gui-launcher"
+ },
+ "visible": true,
+ "last_update": 1682373600
+ },
+ {
+ "title": "ConsoleMC",
+ "description": "A mod that allows console commands to be executed over the ingame Minecraft chat",
+ "status": "release",
+ "statuscolor": "green",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/ConsoleMC",
+ "version": "0.1.0.1",
+ "backgroud": "/consolemc.png",
+ "links": {
+ "GH": "J-onasJones/ConsoleMC",
+ "WB": "/projects/ConsoleMC",
+ "MR": "https://modrinth.com/mod/consolemc"
+ },
+ "visible": true,
+ "last_update": 1682028000
+ },
+ {
+ "title": "Better ConsoleMC",
+ "description": "A more controlable and safer successor to the ConsoleMC mod",
+ "status": "release",
+ "statuscolor": "green",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/BetterConsoleMC",
+ "version": "0.0.1+alpha1",
+ "backgroud": "/betterconsolemc.png",
+ "links": {
+ "GH": "J-onasJones/BetterConsoleMC",
+ "WB": "/projects/BetterConsoleMC",
+ "MR": "https://modrinth.com/mod/betterconsolemc"
+ },
+ "visible": true,
+ "last_update": 1682028000
+ },
+ {
+ "title": "MC Webserver",
+ "description": "A simple webserver that runs alongside the Minecraft Server",
+ "status": "release",
+ "statuscolor": "green",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/McWebserver",
+ "version": "0.2",
+ "backgroud": "/mcwebserver.png",
+ "links": {
+ "GH": "J-onasJones/McWebserver",
+ "WB": "/projects/McWebserver"
+ },
+ "visible": true,
+ "last_update": 1682028000
+ },
+ {
+ "title": "MysteryMod",
+ "description": "The base mod of the Mystery Mod mod-family. It includes the Mystery-API that is required for all other Mystery Mods to work",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/MysteryMod",
+ "version": "0.1+alpha1",
+ "backgroud": "/mysterymod.png",
+ "links": {
+ "GH": "J-onasJones/MysteryMod",
+ "WB": "/projects/MysteryMod"
+ },
+ "visible": true,
+ "last_update": 1682028000
+ },
+ {
+ "title": "Jonas_Jones API",
+ "description": "api used for my website",
+ "status": "planned",
+ "statuscolor": "yellow",
+ "categories": [
+ "api",
+ "tools"
+ ],
+ "languages": [
+ "js"
+ ],
+ "gh_api": "J-onasJones/jonas_jones-api",
+ "version": "---",
+ "backgroud": "/jjapi.png",
+ "links": {
+ "GH": "J-onasJones/jonas_jones-api",
+ "WB": "/projects/jonas_jones-api"
+ },
+ "visible": false,
+ "last_update": 1677884400
+ },
+ {
+ "title": "Website V1",
+ "description": "The repository for my old homepage at https://old.jonasjones.me",
+ "status": "discontinued",
+ "statuscolor": "gray",
+ "categories": [
+ "webdev",
+ "website"
+ ],
+ "languages": [
+ "html",
+ "css",
+ "js"
+ ],
+ "gh_api": "J-onasJones/Website-v1",
+ "version": "1,0",
+ "backgroud": "/oldwebsite.png",
+ "links": {
+ "GH": "J-onasJones/Website-v1",
+ "WB": "https://old.jonasjones.dev"
+ },
+ "visible": true,
+ "last_update": 1675206000
+ },
+ {
+ "title": "MC Webserver Forge",
+ "description": "A simple webserver that runs alongside the Minecraft Server (Forge version).",
+ "status": "discontinued",
+ "statuscolor": "gray",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "forge"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/McWebserver-forge",
+ "version": "0,2",
+ "backgroud": "/mcwebserver.png",
+ "links": {
+ "GH": "J-onasJones/McWebserver-forge",
+ "WB": "/projects/McWebserver-forge",
+ "MR": "https://modrinth.com/mod/mcwebserver",
+ "CF": "https://www.curseforge.com/minecraft/mc-mods/mcwebserver"
+ },
+ "visible": true,
+ "last_update": 1674946800
+ },
+ {
+ "title": "Windows Bloatware Remover",
+ "description": "A tool that allows for removal of all Preinstalled Apps on Windows that can't be removed by Windows, such as Microsoft Edge",
+ "status": "beta",
+ "statuscolor": "orange",
+ "categories": [
+ "tools"
+ ],
+ "languages": [
+ "py",
+ "rslang"
+ ],
+ "gh_api": "J-onasJones/WindowsBloatwareRemover",
+ "version": "0.1.2",
+ "backgroud": "/bloatremover.png",
+ "links": {
+ "GH": "J-onasJones/WindowsBloatwareRemover",
+ "WB": "/projects/WindowsBloatwareRemover"
+ },
+ "visible": true,
+ "last_update": 1661724000
+ },
+ {
+ "title": "Windows Info Overlay",
+ "description": "A highly configurable overlay that displays system infos",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "tools"
+ ],
+ "languages": [
+ "rslang"
+ ],
+ "gh_api": "J-onasJones/windows-info-overlay",
+ "version": "---",
+ "backgroud": "/winoverlay.png",
+ "links": {
+ "GH": "J-onasJones/windows-info-overlay",
+ "WB": "/projects/windows-info-overlay"
+ },
+ "visible": false,
+ "last_update": 1673737200
+ },
+ {
+ "title": "Better Simple Config",
+ "description": "An upgrade of magistermaks's fabric-simplelibs simple-config system with MC Mod integration",
+ "status": "release",
+ "statuscolor": "green",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "forge",
+ "quilt",
+ "lib"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/BetterSimpleConfig",
+ "version": "1.0",
+ "backgroud": "/bettersimpleconfig.png",
+ "links": {
+ "GH": "J-onasJones/BetterSimpleConfig",
+ "WB": "/projects/BetterSimpleConfig"
+ },
+ "visible": true,
+ "last_update": 1670886000
+ },
+ {
+ "title": "QR Generator",
+ "description": "A QR code generator written in rust",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "lib",
+ "tools"
+ ],
+ "languages": [
+ "rslang"
+ ],
+ "gh_api": "J-onasJones/Qr-generator",
+ "version": "---",
+ "backgroud": "/qrgen.png",
+ "links": {
+ "GH": "J-onasJones/Qr-generator",
+ "WB": "/projects/Qr-generator"
+ },
+ "visible": false,
+ "last_update": 1669935600
+ },
+ {
+ "title": "PyTerm2D",
+ "description": "A 2d Python module for easier terminal object rendering",
+ "status": "planned",
+ "statuscolor": "yellow",
+ "categories": [
+ "lib"
+ ],
+ "languages": [
+ "py"
+ ],
+ "gh_api": "J-onasJones/pyterm2d",
+ "version": "---",
+ "backgroud": "/pyterm2d.png",
+ "links": {
+ "GH": "J-onasJones/pyterm2d",
+ "WB": "/projects/pyterm2d"
+ },
+ "visible": false,
+ "last_update": 1668034800
+ },
+ {
+ "title": "The Bobby Car Game",
+ "description": "A multiplayer racing game around bobby cars",
+ "status": "planned",
+ "statuscolor": "yellow",
+ "categories": [
+ "game"
+ ],
+ "languages": [
+ "godot"
+ ],
+ "gh_api": "J-onasJones/TheBobbycarGame",
+ "version": "---",
+ "backgroud": "/bobbycargame.png",
+ "links": {
+ "GH": "J-onasJones/TheBobbycarGame",
+ "WB": "/projects/TheBobbyCarGame"
+ },
+ "visible": false,
+ "last_update": 1666562400
+ },
+ {
+ "title": "Moddah",
+ "description": "A cli tool that allows for easy client and server installation of the FabricMC modloader for Minecraft",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "minecraft",
+ "tools"
+ ],
+ "languages": [
+ "rslang"
+ ],
+ "gh_api": "J-onasJones/moddah",
+ "version": "0.1+alpha1",
+ "backgroud": "/moddah.png",
+ "links": {
+ "GH": "J-onasJones/moddah",
+ "WB": "/projects/moddah"
+ },
+ "visible": true,
+ "last_update": 1666044000
+ },
+ {
+ "title": "Bash Command Alias Editor",
+ "description": "This program helps you to create and edit command aliases on the Bash shell",
+ "status": "discontinued",
+ "statuscolor": "purple",
+ "categories": [
+ "tools"
+ ],
+ "languages": [
+ "py"
+ ],
+ "gh_api": "J-onasJones/BashCommandAliasEditor",
+ "version": "2.0.1",
+ "backgroud": "/bashcmdaliaseditor.png",
+ "links": {
+ "GH": "J-onasJones/BashCommandAliasEditor",
+ "WB": "/projects/BashCommandAliasEditor"
+ },
+ "visible": true,
+ "last_update": 1663624800
+ },
+ {
+ "title": "PI Server Rack",
+ "description": "A system that allows Monitoring of Raspberry PI('s) and it's running Minecraft Server(s)",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "tools"
+ ],
+ "languages": [
+ "c++",
+ "rslang",
+ "c"
+ ],
+ "gh_api": "J-onasJones/PI-server-rack",
+ "version": "0.1+alpha1",
+ "backgroud": "/pi-server-rack.png",
+ "links": {
+ "GH": "J-onasJones/PI-server-rack",
+ "WB": "/projects/PI-server-rack"
+ },
+ "visible": true,
+ "last_update": 1662242400
+ },
+ {
+ "title": "PinBoardBot",
+ "description": "A discord bot that sends messages that you want to pin in a dedicated channel to avoid the pinned-messages limit per text-channel",
+ "status": "release",
+ "statuscolor": "green",
+ "categories": [
+ "bot",
+ "dcbot"
+ ],
+ "languages": [
+ "js"
+ ],
+ "gh_api": "J-onasJones/PinBoardBot",
+ "version": "0.1",
+ "backgroud": "/pinboardbot.png",
+ "links": {
+ "GH": "J-onasJones/PinBoardBot",
+ "WB": "/projects/PinBoardBot"
+ },
+ "visible": true,
+ "last_update": 1662156000
+ },
+ {
+ "title": "Winception",
+ "description": "A 2D explorer game that let's you expierience past Operating System of the Windows and Linux family",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "game"
+ ],
+ "languages": [
+ "js",
+ "css",
+ "html"
+ ],
+ "gh_api": "J-onasJones/Winception",
+ "version": "0.1+alpha1",
+ "backgroud": "/winception.png",
+ "links": {
+ "GH": "J-onasJones/Winception",
+ "WB": "/projects/Winception"
+ },
+ "visible": false,
+ "last_update": 1661464800
+ },
+ {
+ "title": "Mystery Dungeons",
+ "description": "A mod that is part of the MysteryMod mod-family and focuses on Dungeons",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/MysteryDungeons",
+ "version": "0.1+alpha1",
+ "backgroud": "/mysterymod.png",
+ "links": {
+ "GH": "J-onasJones/MysteryDungeons",
+ "WB": "/projects/MysteryDungeons"
+ },
+ "visible": false,
+ "last_update": 1661464800
+ },
+ {
+ "title": "Mystery Dimensions",
+ "description": "A mod that is port of the MysteryMod mod-family with the focus of enhancing and adding Dimensions",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/MysteryDimensions",
+ "version": "0.1+alpha1",
+ "backgroud": "/mysterymod.png",
+ "links": {
+ "GH": "J-onasJones/MysteryDimensions",
+ "WB": "/projects/MysteryDimensions"
+ },
+ "visible": false,
+ "last_update": 1661464800
+ },
+ {
+ "title": "MysteryRPG",
+ "description": "An RPG related mod for the Mystery Mod mod-family. Adds content containing what the name implies.",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/MysteryRPG",
+ "version": "0.1+alpha1",
+ "backgroud": "/mysterymod.png",
+ "links": {
+ "GH": "J-onasJones/MysteryRPG",
+ "WB": "/projects/MysteryRPG.png"
+ },
+ "visible": false,
+ "last_update": 1658872800
+ },
+ {
+ "title": "SyncMod",
+ "description": "A mod that sync's your mods with the ones from the server of your choice.",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/SyncMod",
+ "version": "0.1+alpha1",
+ "backgroud": "/syncmod.png",
+ "links": {
+ "GH": "J-onasJones/SyncMod",
+ "WB": "/projects/SyncMod"
+ },
+ "visible": true,
+ "last_update": 1656194400
+ },
+ {
+ "title": "SpotifyMC",
+ "description": "Spotify Integration for Minecraft. Allows ingame control over music",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/SpotifyMC",
+ "version": "0.1+alpha1",
+ "backgroud": "/spotifymc.png",
+ "links": {
+ "GH": "J-onasJones/SpotifyMC",
+ "WB": "/projects/SpotifyMC"
+ },
+ "visible": true,
+ "last_update": 1651356000
+ },
+ {
+ "title": "SiMP Resourcepack",
+ "description": "The serverside resourcepack for SiMP",
+ "status": "release",
+ "statuscolor": "green",
+ "categories": [
+ "minecraft"
+ ],
+ "languages": [
+ ""
+ ],
+ "gh_api": "J-onasJones/simp-resourcepack",
+ "version": "1.0",
+ "backgroud": "/simp-rp.png",
+ "links": {
+ "GH": "J-onasJones/simp-resourcepack",
+ "WB": "/projects/simp-resourcepack"
+ },
+ "visible": true,
+ "last_update": 1643410800
+ },
+ {
+ "title": "Image Converter",
+ "description": "A Python based Image converter supporting a bunch of image formats.",
+ "status": "discontinued",
+ "statuscolor": "gray",
+ "categories": [
+ "tools",
+ "bazinga"
+ ],
+ "languages": [
+ "py"
+ ],
+ "gh_api": "J-onasJones/ImageConverter",
+ "version": "1.2",
+ "backgroud": "/imageconverter.png",
+ "links": {
+ "GH": "J-onasJones/ImageConverter",
+ "WB": "/projects/ImageConverter"
+ },
+ "visible": true,
+ "last_update": 1642719600
+ },
+ {
+ "title": "J2 Technologies",
+ "description": "A lua based Whiteboard program inspired by i3-technologies",
+ "status": "discontinued",
+ "statuscolor": "gray",
+ "categories": [
+ "tools",
+ "bazinga"
+ ],
+ "languages": [
+ "lua"
+ ],
+ "gh_api": "J-onasJones/j2-technologies",
+ "version": "0.2.1+alpha1",
+ "backgroud": "/j2tech.png",
+ "links": {
+ "GH": "J-onasJones/j2-technologies",
+ "WB": "/projects/j2-technologies"
+ },
+ "visible": true,
+ "last_update": 1642201200
+ },
+ {
+ "title": "Make ZIP less compact",
+ "description": "With this program You will be able to make any zip archive less compact AND make it safe without the need of any encryption what soever",
+ "status": "discontinued",
+ "statuscolor": "gray",
+ "categories": [
+ "tools",
+ "bazinga"
+ ],
+ "languages": [
+ "py"
+ ],
+ "gh_api": "J-onasJones/Make-ZIP-less-compact",
+ "version": "1.1",
+ "backgroud": "/mkzplsscmpct.png",
+ "links": {
+ "GH": "J-onasJones/Make-ZIP-less-compact",
+ "WB": "/projects/Make-ZIP-less-compect"
+ },
+ "visible": true,
+ "last_update": 1641250800
+ },
+ {
+ "title": "Resourcepack Editor",
+ "description": "A python based Editor for Minecraft Resourcepacks. It was designed to help with the structure of Resourcepacks when creating them",
+ "status": "discontinued",
+ "statuscolor": "gray",
+ "categories": [
+ "minecraft",
+ "tools",
+ "bazinga"
+ ],
+ "languages": [
+ "py"
+ ],
+ "gh_api": "J-onasJones/Resourcepack-Editor",
+ "version": "0.1+alpha1",
+ "backgroud": "/rp-editor.png",
+ "links": {
+ "GH": "J-onasJones/Resourcepack-Editor",
+ "WB": "/projects/Resourcepack-Editor"
+ },
+ "visible": true,
+ "last_update": 1642114800
+ },
+ {
+ "title": "Mystery Core Mod",
+ "description": "The core mod of all Mystery Mods",
+ "status": "planned",
+ "statuscolor": "yellow",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/Mystery-core-mod",
+ "version": "---",
+ "backgroud": "/mysterymod.png",
+ "links": {
+ "GH": "J-onasJones/Mystery-core-mod",
+ "WB": "/projects/Mystery-core-mod"
+ },
+ "visible": false,
+ "updated": 1641337200
+ }
+]
\ No newline at end of file
diff --git a/src/routes/projects/projects.json b/src/routes/projects/projects.json
new file mode 100644
index 0000000..0a97293
--- /dev/null
+++ b/src/routes/projects/projects.json
@@ -0,0 +1,836 @@
+[
+ {
+ "title": "",
+ "description": "",
+ "status": "",
+ "statuscolor": "",
+ "categories": [
+ ""
+ ],
+ "languages": [
+ ""
+ ],
+ "gh_api": "",
+ "version": "",
+ "backgroud": "",
+ "links": {
+ "GH": "",
+ "WB": "",
+ "MR": ""
+ },
+ "visible": "",
+ "last_update": ""
+ },
+ {
+ "title": "Website",
+ "description": "My website at https://jonasjones.dev",
+ "status": "release",
+ "statuscolor": "green",
+ "categories": [
+ "webdev",
+ "website"
+ ],
+ "languages": [
+ "css",
+ "svelte",
+ "js",
+ "html"
+ ],
+ "gh_api": "J-onasJones/jonasjones.dev",
+ "version": "---",
+ "backgroud": "/homepage.png",
+ "links": {
+ "GH": "J-onasJones/jonasjones.dev",
+ "WB": "/",
+ "MR": ""
+ },
+ "visible": true,
+ "last_update": 1690149600
+ },
+ {
+ "title": "Minecraft Server Status",
+ "description": "A Python based program that displays Your Minecraft Server's Status Infos",
+ "status": "release",
+ "statuscolor": "green",
+ "categories": [
+ "minecraft",
+ "tools"
+ ],
+ "languages": [
+ "py"
+ ],
+ "gh_api": "J-onasJones/Minecraft-server-Status",
+ "version": "1.0",
+ "backgroud": "/mcserverstatus.png",
+ "links": {
+ "GH": "J-onasJones/Minecraft-server-Status",
+ "WB": "/projects/Minecraft-server-Status"
+ },
+ "visible": true,
+ "last_update": 1688940000
+ },
+ {
+ "title": "Alpha Website",
+ "description": "Alpha Website at https://alpha.jonasjones.dev",
+ "status": "discontinued",
+ "statuscolor": "gray",
+ "categories": [
+ "webdev",
+ "website"
+ ],
+ "languages": [
+ "svelte",
+ "css",
+ "js",
+ "html"
+ ],
+ "gh_api": "J-onasJones/alpha.jonasjones.dev",
+ "version": "---",
+ "backgroud": "/alpha-homepage.png",
+ "links": {
+ "GH": "J-onasJones/alpha.jonasjones.dev",
+ "WB": "/projects/alpha.jonasjones.dev"
+ },
+ "visible": true,
+ "last_update": 1688853600
+ },
+ {
+ "title": "Microcraft",
+ "description": "A Minecraft mod that allows for Microcontroller and Singleboard computer control",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/Microcraft",
+ "version": "0.1+alpha1",
+ "backgroud": "/microcraft.png",
+ "links": {
+ "GH": "J-onasJones/Microcraft",
+ "WB": "/projects/Microcraft"
+ },
+ "visible": true,
+ "last_update": 1687644000
+ },
+ {
+ "title": "Not Enough Cursedness",
+ "description": "A Minecraft mod introducing every little bit of cursed items/behavior into the game",
+ "status": "release",
+ "statuscolor": "green",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/NotEnoughCursedness",
+ "version": "0,2",
+ "backgroud": "/notenoughcursedness.png",
+ "links": {
+ "GH": "J-onasJones/NotEnoughCursedness",
+ "WB": "/projects/NotEnoughCursedness",
+ "MR": "https://modrinth.com/mod/not-enough-cursedness"
+ },
+ "visible": true,
+ "last_update": 1684101600
+ },
+ {
+ "title": "DayZ Linux GUI Launcher",
+ "description": "DayZ Linux GUI Launcher",
+ "status": "release",
+ "statuscolor": "green",
+ "categories": [
+ "tools",
+ "game"
+ ],
+ "languages": [
+ "rslang",
+ "sh"
+ ],
+ "gh_api": "J-onasJones/dayz-linux-gui-launcher",
+ "version": "0.1.0",
+ "backgroud": "/dayzlauncher.png",
+ "links": {
+ "GH": "J-onasJones/dayz-linux-gui-launcher",
+ "WB": "/projects/dayz-linux-gui-launcher"
+ },
+ "visible": true,
+ "last_update": 1682373600
+ },
+ {
+ "title": "ConsoleMC",
+ "description": "A mod that allows console commands to be executed over the ingame Minecraft chat",
+ "status": "release",
+ "statuscolor": "green",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/ConsoleMC",
+ "version": "0.1.0.1",
+ "backgroud": "/consolemc.png",
+ "links": {
+ "GH": "J-onasJones/ConsoleMC",
+ "WB": "/projects/ConsoleMC",
+ "MR": "https://modrinth.com/mod/consolemc"
+ },
+ "visible": true,
+ "last_update": 1682028000
+ },
+ {
+ "title": "Better ConsoleMC",
+ "description": "A more controlable and safer successor to the ConsoleMC mod",
+ "status": "release",
+ "statuscolor": "green",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/BetterConsoleMC",
+ "version": "0.0.1+alpha1",
+ "backgroud": "/betterconsolemc.png",
+ "links": {
+ "GH": "J-onasJones/BetterConsoleMC",
+ "WB": "/projects/BetterConsoleMC",
+ "MR": "https://modrinth.com/mod/betterconsolemc"
+ },
+ "visible": true,
+ "last_update": 1682028000
+ },
+ {
+ "title": "MC Webserver",
+ "description": "A simple webserver that runs alongside the Minecraft Server",
+ "status": "release",
+ "statuscolor": "green",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/McWebserver",
+ "version": "0.2",
+ "backgroud": "/mcwebserver.png",
+ "links": {
+ "GH": "J-onasJones/McWebserver",
+ "WB": "/projects/McWebserver"
+ },
+ "visible": true,
+ "last_update": 1682028000
+ },
+ {
+ "title": "MysteryMod",
+ "description": "The base mod of the Mystery Mod mod-family. It includes the Mystery-API that is required for all other Mystery Mods to work",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/MysteryMod",
+ "version": "0.1+alpha1",
+ "backgroud": "/mysterymod.png",
+ "links": {
+ "GH": "J-onasJones/MysteryMod",
+ "WB": "/projects/MysteryMod"
+ },
+ "visible": true,
+ "last_update": 1682028000
+ },
+ {
+ "title": "Jonas_Jones API",
+ "description": "api used for my website",
+ "status": "planned",
+ "statuscolor": "yellow",
+ "categories": [
+ "api",
+ "tools"
+ ],
+ "languages": [
+ "js"
+ ],
+ "gh_api": "J-onasJones/jonas_jones-api",
+ "version": "---",
+ "backgroud": "/jjapi.png",
+ "links": {
+ "GH": "J-onasJones/jonas_jones-api",
+ "WB": "/projects/jonas_jones-api"
+ },
+ "visible": false,
+ "last_update": 1677884400
+ },
+ {
+ "title": "Website V1",
+ "description": "The repository for my old homepage at https://old.jonasjones.me",
+ "status": "discontinued",
+ "statuscolor": "gray",
+ "categories": [
+ "webdev",
+ "website"
+ ],
+ "languages": [
+ "html",
+ "css",
+ "js"
+ ],
+ "gh_api": "J-onasJones/Website-v1",
+ "version": "1,0",
+ "backgroud": "/oldwebsite.png",
+ "links": {
+ "GH": "J-onasJones/Website-v1",
+ "WB": "https://old.jonasjones.dev"
+ },
+ "visible": true,
+ "last_update": 1675206000
+ },
+ {
+ "title": "MC Webserver Forge",
+ "description": "A simple webserver that runs alongside the Minecraft Server (Forge version).",
+ "status": "discontinued",
+ "statuscolor": "gray",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "forge"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/McWebserver-forge",
+ "version": "0,2",
+ "backgroud": "/mcwebserver.png",
+ "links": {
+ "GH": "J-onasJones/McWebserver-forge",
+ "WB": "/projects/McWebserver-forge",
+ "MR": "https://modrinth.com/mod/mcwebserver",
+ "CF": "https://www.curseforge.com/minecraft/mc-mods/mcwebserver"
+ },
+ "visible": true,
+ "last_update": 1674946800
+ },
+ {
+ "title": "Windows Bloatware Remover",
+ "description": "A tool that allows for removal of all Preinstalled Apps on Windows that can't be removed by Windows, such as Microsoft Edge",
+ "status": "beta",
+ "statuscolor": "orange",
+ "categories": [
+ "tools"
+ ],
+ "languages": [
+ "py",
+ "rslang"
+ ],
+ "gh_api": "J-onasJones/WindowsBloatwareRemover",
+ "version": "0.1.2",
+ "backgroud": "/bloatremover.png",
+ "links": {
+ "GH": "J-onasJones/WindowsBloatwareRemover",
+ "WB": "/projects/WindowsBloatwareRemover"
+ },
+ "visible": true,
+ "last_update": 1661724000
+ },
+ {
+ "title": "Windows Info Overlay",
+ "description": "A highly configurable overlay that displays system infos",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "tools"
+ ],
+ "languages": [
+ "rslang"
+ ],
+ "gh_api": "J-onasJones/windows-info-overlay",
+ "version": "---",
+ "backgroud": "/winoverlay.png",
+ "links": {
+ "GH": "J-onasJones/windows-info-overlay",
+ "WB": "/projects/windows-info-overlay"
+ },
+ "visible": false,
+ "last_update": 1673737200
+ },
+ {
+ "title": "Better Simple Config",
+ "description": "An upgrade of magistermaks's fabric-simplelibs simple-config system with MC Mod integration",
+ "status": "release",
+ "statuscolor": "green",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "forge",
+ "quilt",
+ "lib"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/BetterSimpleConfig",
+ "version": "1.0",
+ "backgroud": "/bettersimpleconfig.png",
+ "links": {
+ "GH": "J-onasJones/BetterSimpleConfig",
+ "WB": "/projects/BetterSimpleConfig"
+ },
+ "visible": true,
+ "last_update": 1670886000
+ },
+ {
+ "title": "QR Generator",
+ "description": "A QR code generator written in rust",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "lib",
+ "tools"
+ ],
+ "languages": [
+ "rslang"
+ ],
+ "gh_api": "J-onasJones/Qr-generator",
+ "version": "---",
+ "backgroud": "/qrgen.png",
+ "links": {
+ "GH": "J-onasJones/Qr-generator",
+ "WB": "/projects/Qr-generator"
+ },
+ "visible": false,
+ "last_update": 1669935600
+ },
+ {
+ "title": "PyTerm2D",
+ "description": "A 2d Python module for easier terminal object rendering",
+ "status": "planned",
+ "statuscolor": "yellow",
+ "categories": [
+ "lib"
+ ],
+ "languages": [
+ "py"
+ ],
+ "gh_api": "J-onasJones/pyterm2d",
+ "version": "---",
+ "backgroud": "/pyterm2d.png",
+ "links": {
+ "GH": "J-onasJones/pyterm2d",
+ "WB": "/projects/pyterm2d"
+ },
+ "visible": false,
+ "last_update": 1668034800
+ },
+ {
+ "title": "The Bobby Car Game",
+ "description": "A multiplayer racing game around bobby cars",
+ "status": "planned",
+ "statuscolor": "yellow",
+ "categories": [
+ "game"
+ ],
+ "languages": [
+ "godot"
+ ],
+ "gh_api": "J-onasJones/TheBobbycarGame",
+ "version": "---",
+ "backgroud": "/bobbycargame.png",
+ "links": {
+ "GH": "J-onasJones/TheBobbycarGame",
+ "WB": "/projects/TheBobbyCarGame"
+ },
+ "visible": false,
+ "last_update": 1666562400
+ },
+ {
+ "title": "Moddah",
+ "description": "A cli tool that allows for easy client and server installation of the FabricMC modloader for Minecraft",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "minecraft",
+ "tools"
+ ],
+ "languages": [
+ "rslang"
+ ],
+ "gh_api": "J-onasJones/moddah",
+ "version": "0.1+alpha1",
+ "backgroud": "/moddah.png",
+ "links": {
+ "GH": "J-onasJones/moddah",
+ "WB": "/projects/moddah"
+ },
+ "visible": true,
+ "last_update": 1666044000
+ },
+ {
+ "title": "Bash Command Alias Editor",
+ "description": "This program helps you to create and edit command aliases on the Bash shell",
+ "status": "discontinued",
+ "statuscolor": "gray",
+ "categories": [
+ "tools"
+ ],
+ "languages": [
+ "py"
+ ],
+ "gh_api": "J-onasJones/BashCommandAliasEditor",
+ "version": "2.0.1",
+ "backgroud": "/bashcmdaliaseditor.png",
+ "links": {
+ "GH": "J-onasJones/BashCommandAliasEditor",
+ "WB": "/projects/BashCommandAliasEditor"
+ },
+ "visible": true,
+ "last_update": 1663624800
+ },
+ {
+ "title": "PI Server Rack",
+ "description": "A system that allows Monitoring of Raspberry PI('s) and it's running Minecraft Server(s)",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "tools"
+ ],
+ "languages": [
+ "c++",
+ "rslang",
+ "c"
+ ],
+ "gh_api": "J-onasJones/PI-server-rack",
+ "version": "0.1+alpha1",
+ "backgroud": "/pi-server-rack.png",
+ "links": {
+ "GH": "J-onasJones/PI-server-rack",
+ "WB": "/projects/PI-server-rack"
+ },
+ "visible": true,
+ "last_update": 1662242400
+ },
+ {
+ "title": "PinBoardBot",
+ "description": "A discord bot that sends messages that you want to pin in a dedicated channel to avoid the pinned-messages limit per text-channel",
+ "status": "release",
+ "statuscolor": "green",
+ "categories": [
+ "bot",
+ "dcbot"
+ ],
+ "languages": [
+ "js"
+ ],
+ "gh_api": "J-onasJones/PinBoardBot",
+ "version": "0.1",
+ "backgroud": "/pinboardbot.png",
+ "links": {
+ "GH": "J-onasJones/PinBoardBot",
+ "WB": "/projects/PinBoardBot"
+ },
+ "visible": true,
+ "last_update": 1662156000
+ },
+ {
+ "title": "Winception",
+ "description": "A 2D explorer game that let's you expierience past Operating System of the Windows and Linux family",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "game"
+ ],
+ "languages": [
+ "js",
+ "css",
+ "html"
+ ],
+ "gh_api": "J-onasJones/Winception",
+ "version": "0.1+alpha1",
+ "backgroud": "/winception.png",
+ "links": {
+ "GH": "J-onasJones/Winception",
+ "WB": "/projects/Winception"
+ },
+ "visible": false,
+ "last_update": 1661464800
+ },
+ {
+ "title": "Mystery Dungeons",
+ "description": "A mod that is part of the MysteryMod mod-family and focuses on Dungeons",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/MysteryDungeons",
+ "version": "0.1+alpha1",
+ "backgroud": "/mysterymod.png",
+ "links": {
+ "GH": "J-onasJones/MysteryDungeons",
+ "WB": "/projects/MysteryDungeons"
+ },
+ "visible": false,
+ "last_update": 1661464800
+ },
+ {
+ "title": "Mystery Dimensions",
+ "description": "A mod that is port of the MysteryMod mod-family with the focus of enhancing and adding Dimensions",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/MysteryDimensions",
+ "version": "0.1+alpha1",
+ "backgroud": "/mysterymod.png",
+ "links": {
+ "GH": "J-onasJones/MysteryDimensions",
+ "WB": "/projects/MysteryDimensions"
+ },
+ "visible": false,
+ "last_update": 1661464800
+ },
+ {
+ "title": "MysteryRPG",
+ "description": "An RPG related mod for the Mystery Mod mod-family. Adds content containing what the name implies.",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/MysteryRPG",
+ "version": "0.1+alpha1",
+ "backgroud": "/mysterymod.png",
+ "links": {
+ "GH": "J-onasJones/MysteryRPG",
+ "WB": "/projects/MysteryRPG.png"
+ },
+ "visible": false,
+ "last_update": 1658872800
+ },
+ {
+ "title": "SyncMod",
+ "description": "A mod that sync's your mods with the ones from the server of your choice.",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/SyncMod",
+ "version": "0.1+alpha1",
+ "backgroud": "/syncmod.png",
+ "links": {
+ "GH": "J-onasJones/SyncMod",
+ "WB": "/projects/SyncMod"
+ },
+ "visible": true,
+ "last_update": 1656194400
+ },
+ {
+ "title": "SpotifyMC",
+ "description": "Spotify Integration for Minecraft. Allows ingame control over music",
+ "status": "dev",
+ "statuscolor": "purple",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/SpotifyMC",
+ "version": "0.1+alpha1",
+ "backgroud": "/spotifymc.png",
+ "links": {
+ "GH": "J-onasJones/SpotifyMC",
+ "WB": "/projects/SpotifyMC"
+ },
+ "visible": true,
+ "last_update": 1651356000
+ },
+ {
+ "title": "SiMP Resourcepack",
+ "description": "The serverside resourcepack for SiMP",
+ "status": "release",
+ "statuscolor": "green",
+ "categories": [
+ "minecraft"
+ ],
+ "languages": [
+ ""
+ ],
+ "gh_api": "J-onasJones/simp-resourcepack",
+ "version": "1.0",
+ "backgroud": "/simp-rp.png",
+ "links": {
+ "GH": "J-onasJones/simp-resourcepack",
+ "WB": "/projects/simp-resourcepack"
+ },
+ "visible": true,
+ "last_update": 1643410800
+ },
+ {
+ "title": "Image Converter",
+ "description": "A Python based Image converter supporting a bunch of image formats.",
+ "status": "discontinued",
+ "statuscolor": "gray",
+ "categories": [
+ "tools",
+ "bazinga"
+ ],
+ "languages": [
+ "py"
+ ],
+ "gh_api": "J-onasJones/ImageConverter",
+ "version": "1.2",
+ "backgroud": "/imageconverter.png",
+ "links": {
+ "GH": "J-onasJones/ImageConverter",
+ "WB": "/projects/ImageConverter"
+ },
+ "visible": true,
+ "last_update": 1642719600
+ },
+ {
+ "title": "J2 Technologies",
+ "description": "A lua based Whiteboard program inspired by i3-technologies",
+ "status": "discontinued",
+ "statuscolor": "gray",
+ "categories": [
+ "tools",
+ "bazinga"
+ ],
+ "languages": [
+ "lua"
+ ],
+ "gh_api": "J-onasJones/j2-technologies",
+ "version": "0.2.1+alpha1",
+ "backgroud": "/j2tech.png",
+ "links": {
+ "GH": "J-onasJones/j2-technologies",
+ "WB": "/projects/j2-technologies"
+ },
+ "visible": true,
+ "last_update": 1642201200
+ },
+ {
+ "title": "Make ZIP less compact",
+ "description": "With this program You will be able to make any zip archive less compact AND make it safe without the need of any encryption what soever",
+ "status": "discontinued",
+ "statuscolor": "gray",
+ "categories": [
+ "tools",
+ "bazinga"
+ ],
+ "languages": [
+ "py"
+ ],
+ "gh_api": "J-onasJones/Make-ZIP-less-compact",
+ "version": "1.1",
+ "backgroud": "/mkzplsscmpct.png",
+ "links": {
+ "GH": "J-onasJones/Make-ZIP-less-compact",
+ "WB": "/projects/Make-ZIP-less-compect"
+ },
+ "visible": true,
+ "last_update": 1641250800
+ },
+ {
+ "title": "Resourcepack Editor",
+ "description": "A python based Editor for Minecraft Resourcepacks. It was designed to help with the structure of Resourcepacks when creating them",
+ "status": "discontinued",
+ "statuscolor": "gray",
+ "categories": [
+ "minecraft",
+ "tools",
+ "bazinga"
+ ],
+ "languages": [
+ "py"
+ ],
+ "gh_api": "J-onasJones/Resourcepack-Editor",
+ "version": "0.1+alpha1",
+ "backgroud": "/rp-editor.png",
+ "links": {
+ "GH": "J-onasJones/Resourcepack-Editor",
+ "WB": "/projects/Resourcepack-Editor"
+ },
+ "visible": true,
+ "last_update": 1642114800
+ },
+ {
+ "title": "Mystery Core Mod",
+ "description": "The core mod of all Mystery Mods",
+ "status": "planned",
+ "statuscolor": "yellow",
+ "categories": [
+ "minecraft",
+ "mcmodding",
+ "fabric",
+ "quilt"
+ ],
+ "languages": [
+ "java"
+ ],
+ "gh_api": "J-onasJones/Mystery-core-mod",
+ "version": "---",
+ "backgroud": "/mysterymod.png",
+ "links": {
+ "GH": "J-onasJones/Mystery-core-mod",
+ "WB": "/projects/Mystery-core-mod"
+ },
+ "visible": false,
+ "updated": 1641337200
+ }
+]
\ No newline at end of file
diff --git a/src/routes/status/+page.svelte b/src/routes/status/+page.svelte
new file mode 100644
index 0000000..8bbf991
--- /dev/null
+++ b/src/routes/status/+page.svelte
@@ -0,0 +1,16 @@
+
+
+
+ Status
+
+
+
diff --git a/static/equalizer.gif b/static/equalizer.gif
new file mode 100644
index 0000000..dcd180f
Binary files /dev/null and b/static/equalizer.gif differ
diff --git a/static/favicon.png b/static/favicon.png
index 17c8e18..c730aad 100644
Binary files a/static/favicon.png and b/static/favicon.png differ
diff --git a/static/favicon.webp b/static/favicon.webp
new file mode 100644
index 0000000..9f06ed1
Binary files /dev/null and b/static/favicon.webp differ
diff --git a/static/font/sary-soft.soft-regular-webfont.css b/static/font/sary-soft.soft-regular-webfont.css
new file mode 100755
index 0000000..4e0e0a5
--- /dev/null
+++ b/static/font/sary-soft.soft-regular-webfont.css
@@ -0,0 +1,12 @@
+/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 9, 2022 */
+
+
+
+@font-face {
+ font-family: 'sary_softregular';
+ src: url('sary-soft.soft-regular-webfont.woff2') format('woff2'),
+ url('sary-soft.soft-regular-webfont.woff') format('woff');
+ font-weight: normal;
+ font-style: normal;
+
+}
\ No newline at end of file
diff --git a/static/font/sary-soft.soft-regular-webfont.woff b/static/font/sary-soft.soft-regular-webfont.woff
new file mode 100755
index 0000000..49d7e6e
Binary files /dev/null and b/static/font/sary-soft.soft-regular-webfont.woff differ
diff --git a/static/font/sary-soft.soft-regular-webfont.woff2 b/static/font/sary-soft.soft-regular-webfont.woff2
new file mode 100755
index 0000000..a0704e6
Binary files /dev/null and b/static/font/sary-soft.soft-regular-webfont.woff2 differ
diff --git a/static/font/sary-soft.soft-semibold-webfont.css b/static/font/sary-soft.soft-semibold-webfont.css
new file mode 100755
index 0000000..1555ee2
--- /dev/null
+++ b/static/font/sary-soft.soft-semibold-webfont.css
@@ -0,0 +1,12 @@
+/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 9, 2022 */
+
+
+
+@font-face {
+ font-family: 'sary_soft_semiboldregular';
+ src: url('sary-soft.soft-semibold-webfont.woff2') format('woff2'),
+ url('sary-soft.soft-semibold-webfont.woff') format('woff');
+ font-weight: normal;
+ font-style: normal;
+
+}
\ No newline at end of file
diff --git a/static/font/sary-soft.soft-semibold-webfont.woff b/static/font/sary-soft.soft-semibold-webfont.woff
new file mode 100755
index 0000000..1fd0247
Binary files /dev/null and b/static/font/sary-soft.soft-semibold-webfont.woff differ
diff --git a/static/font/sary-soft.soft-semibold-webfont.woff2 b/static/font/sary-soft.soft-semibold-webfont.woff2
new file mode 100755
index 0000000..0bf548e
Binary files /dev/null and b/static/font/sary-soft.soft-semibold-webfont.woff2 differ
diff --git a/static/icon_800x800.png b/static/icon_800x800.png
index 0d388e9..d925538 100644
Binary files a/static/icon_800x800.png and b/static/icon_800x800.png differ
diff --git a/static/icon_800x800.webp b/static/icon_800x800.webp
new file mode 100644
index 0000000..2fdc88a
Binary files /dev/null and b/static/icon_800x800.webp differ
diff --git a/static/icon_800x800_transparent.png b/static/icon_800x800_transparent.png
index 59b8736..1db3a53 100644
Binary files a/static/icon_800x800_transparent.png and b/static/icon_800x800_transparent.png differ
diff --git a/static/icon_800x800_transparent.webp b/static/icon_800x800_transparent.webp
new file mode 100644
index 0000000..5dee5f6
Binary files /dev/null and b/static/icon_800x800_transparent.webp differ
diff --git a/static/icon_80x80.png b/static/icon_80x80.png
index 17c8e18..bed1c39 100644
Binary files a/static/icon_80x80.png and b/static/icon_80x80.png differ
diff --git a/static/icon_80x80.webp b/static/icon_80x80.webp
new file mode 100644
index 0000000..34b8384
Binary files /dev/null and b/static/icon_80x80.webp differ
diff --git a/static/johnrefs1.gif b/static/johnrefs1.gif
new file mode 100644
index 0000000..f3f0c32
Binary files /dev/null and b/static/johnrefs1.gif differ
diff --git a/static/johnrefs2.gif b/static/johnrefs2.gif
new file mode 100644
index 0000000..8655caa
Binary files /dev/null and b/static/johnrefs2.gif differ
diff --git a/static/logo_colored.png b/static/logo_colored.png
old mode 100755
new mode 100644
index a0298a2..8c21a48
Binary files a/static/logo_colored.png and b/static/logo_colored.png differ
diff --git a/static/logo_colored.webp b/static/logo_colored.webp
new file mode 100644
index 0000000..29232df
Binary files /dev/null and b/static/logo_colored.webp differ
diff --git a/static/pause-icon-256.png b/static/pause-icon-256.png
new file mode 100644
index 0000000..8db779e
Binary files /dev/null and b/static/pause-icon-256.png differ
diff --git a/static/pause-icon-256.webp b/static/pause-icon-256.webp
new file mode 100644
index 0000000..8171494
Binary files /dev/null and b/static/pause-icon-256.webp differ
diff --git a/static/project-banners/alpha-homepage.png b/static/project-banners/alpha-homepage.png
new file mode 100644
index 0000000..2371558
Binary files /dev/null and b/static/project-banners/alpha-homepage.png differ
diff --git a/static/project-banners/bashcmdaliaseditor.png b/static/project-banners/bashcmdaliaseditor.png
new file mode 100644
index 0000000..760ed15
Binary files /dev/null and b/static/project-banners/bashcmdaliaseditor.png differ
diff --git a/static/project-banners/betterconsolemc.png b/static/project-banners/betterconsolemc.png
new file mode 100644
index 0000000..6570de4
Binary files /dev/null and b/static/project-banners/betterconsolemc.png differ
diff --git a/static/project-banners/bettersimpleconfig.png b/static/project-banners/bettersimpleconfig.png
new file mode 100644
index 0000000..7f668c3
Binary files /dev/null and b/static/project-banners/bettersimpleconfig.png differ
diff --git a/static/project-banners/bloatremover.png b/static/project-banners/bloatremover.png
new file mode 100644
index 0000000..3444ea1
Binary files /dev/null and b/static/project-banners/bloatremover.png differ
diff --git a/static/project-banners/bobbycargame.png b/static/project-banners/bobbycargame.png
new file mode 100644
index 0000000..885f0e5
Binary files /dev/null and b/static/project-banners/bobbycargame.png differ
diff --git a/static/project-banners/consolemc.png b/static/project-banners/consolemc.png
new file mode 100644
index 0000000..a00f8cf
Binary files /dev/null and b/static/project-banners/consolemc.png differ
diff --git a/static/project-banners/dayzlauncher.png b/static/project-banners/dayzlauncher.png
new file mode 100644
index 0000000..4a7f1c0
Binary files /dev/null and b/static/project-banners/dayzlauncher.png differ
diff --git a/static/project-banners/homepage.png b/static/project-banners/homepage.png
new file mode 100644
index 0000000..2371558
Binary files /dev/null and b/static/project-banners/homepage.png differ
diff --git a/static/project-banners/imageconverter.png b/static/project-banners/imageconverter.png
new file mode 100644
index 0000000..0b56ebd
Binary files /dev/null and b/static/project-banners/imageconverter.png differ
diff --git a/static/project-banners/j2tech.png b/static/project-banners/j2tech.png
new file mode 100644
index 0000000..f4ec4e1
Binary files /dev/null and b/static/project-banners/j2tech.png differ
diff --git a/static/project-banners/jjapi.png b/static/project-banners/jjapi.png
new file mode 100644
index 0000000..9afb041
Binary files /dev/null and b/static/project-banners/jjapi.png differ
diff --git a/static/project-banners/mcserverstatus.png b/static/project-banners/mcserverstatus.png
new file mode 100644
index 0000000..3e01cf1
Binary files /dev/null and b/static/project-banners/mcserverstatus.png differ
diff --git a/static/project-banners/mcwebserver.png b/static/project-banners/mcwebserver.png
new file mode 100644
index 0000000..f0211b5
Binary files /dev/null and b/static/project-banners/mcwebserver.png differ
diff --git a/static/project-banners/microcraft.png b/static/project-banners/microcraft.png
new file mode 100644
index 0000000..e88dcda
Binary files /dev/null and b/static/project-banners/microcraft.png differ
diff --git a/static/project-banners/minecraft-server-status.png b/static/project-banners/minecraft-server-status.png
new file mode 100644
index 0000000..a40e3e7
Binary files /dev/null and b/static/project-banners/minecraft-server-status.png differ
diff --git a/static/project-banners/mkzplsscmpct.png b/static/project-banners/mkzplsscmpct.png
new file mode 100644
index 0000000..db04d49
Binary files /dev/null and b/static/project-banners/mkzplsscmpct.png differ
diff --git a/static/project-banners/moddah.png b/static/project-banners/moddah.png
new file mode 100644
index 0000000..897329e
Binary files /dev/null and b/static/project-banners/moddah.png differ
diff --git a/static/project-banners/mysterymod.png b/static/project-banners/mysterymod.png
new file mode 100644
index 0000000..9633822
Binary files /dev/null and b/static/project-banners/mysterymod.png differ
diff --git a/static/project-banners/notenoughcursedness.png b/static/project-banners/notenoughcursedness.png
new file mode 100644
index 0000000..a9d94c7
Binary files /dev/null and b/static/project-banners/notenoughcursedness.png differ
diff --git a/static/project-banners/oldwebsite.png b/static/project-banners/oldwebsite.png
new file mode 100644
index 0000000..e7848c6
Binary files /dev/null and b/static/project-banners/oldwebsite.png differ
diff --git a/static/project-banners/pi-server-rack.png b/static/project-banners/pi-server-rack.png
new file mode 100644
index 0000000..9615d24
Binary files /dev/null and b/static/project-banners/pi-server-rack.png differ
diff --git a/static/project-banners/pinboardbot.png b/static/project-banners/pinboardbot.png
new file mode 100644
index 0000000..4a4d206
Binary files /dev/null and b/static/project-banners/pinboardbot.png differ
diff --git a/static/project-banners/pyterm2d.png b/static/project-banners/pyterm2d.png
new file mode 100644
index 0000000..f17e8b4
Binary files /dev/null and b/static/project-banners/pyterm2d.png differ
diff --git a/static/project-banners/qrgen.png b/static/project-banners/qrgen.png
new file mode 100644
index 0000000..217ac68
Binary files /dev/null and b/static/project-banners/qrgen.png differ
diff --git a/static/project-banners/rp-editor.png b/static/project-banners/rp-editor.png
new file mode 100644
index 0000000..d744f16
Binary files /dev/null and b/static/project-banners/rp-editor.png differ
diff --git a/static/project-banners/simp-rp.png b/static/project-banners/simp-rp.png
new file mode 100644
index 0000000..e839f65
Binary files /dev/null and b/static/project-banners/simp-rp.png differ
diff --git a/static/project-banners/spotifymc.png b/static/project-banners/spotifymc.png
new file mode 100644
index 0000000..1e2ed0b
Binary files /dev/null and b/static/project-banners/spotifymc.png differ
diff --git a/static/project-banners/syncmod.png b/static/project-banners/syncmod.png
new file mode 100644
index 0000000..6731968
Binary files /dev/null and b/static/project-banners/syncmod.png differ
diff --git a/static/project-banners/winception.png b/static/project-banners/winception.png
new file mode 100644
index 0000000..a5fef15
Binary files /dev/null and b/static/project-banners/winception.png differ
diff --git a/static/project-banners/winoverlay.png b/static/project-banners/winoverlay.png
new file mode 100644
index 0000000..1a1b5a2
Binary files /dev/null and b/static/project-banners/winoverlay.png differ
diff --git a/static/ricky.png b/static/ricky.png
new file mode 100644
index 0000000..2371558
Binary files /dev/null and b/static/ricky.png differ
diff --git a/static/ricky.webp b/static/ricky.webp
new file mode 100644
index 0000000..b064955
Binary files /dev/null and b/static/ricky.webp differ
diff --git a/static/root_logo.png b/static/root_logo.png
old mode 100755
new mode 100644
index c83a24b..0ad73c1
Binary files a/static/root_logo.png and b/static/root_logo.png differ
diff --git a/static/root_logo.webp b/static/root_logo.webp
new file mode 100644
index 0000000..e69e1ea
Binary files /dev/null and b/static/root_logo.webp differ
diff --git a/static/taeyong-blackwhite.png b/static/taeyong-blackwhite.png
new file mode 100644
index 0000000..097cc30
Binary files /dev/null and b/static/taeyong-blackwhite.png differ
diff --git a/static/taeyong-blackwhite.webp b/static/taeyong-blackwhite.webp
new file mode 100644
index 0000000..3c87509
Binary files /dev/null and b/static/taeyong-blackwhite.webp differ
diff --git a/static/taeyong.gif b/static/taeyong.gif
new file mode 100644
index 0000000..4462a1c
Binary files /dev/null and b/static/taeyong.gif differ
diff --git a/static/taeyong.png b/static/taeyong.png
new file mode 100644
index 0000000..a678793
Binary files /dev/null and b/static/taeyong.png differ
diff --git a/static/taeyong.webp b/static/taeyong.webp
new file mode 100644
index 0000000..c4edbaf
Binary files /dev/null and b/static/taeyong.webp differ