From 055a12cb4cd7a62ba6ebc63114d5796a89114b82 Mon Sep 17 00:00:00 2001 From: Notoric Date: Thu, 6 Jun 2024 03:48:13 +0100 Subject: [PATCH] Fixed dates --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ba35b74..1b676a0 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@

HTML

CSS

JS

-

Jan 2024

+

Apr 2024

The Button is a game created by Elendow on Steam. I have recreated this game in a single day using a basic web development stack. The user is presented with a button which contains a number. When the user clicks the button, the button with either reset back to zero or increase it's counter by one. The counter also represents the percantage chance of the button resetting to zero on the next press.

@@ -63,7 +63,7 @@

Java

NoSQL

-

Apr 2024

+

Jan 2024

Orion is a discord music bot built using the Java Discord Api. Orion was a project that me and a friend worked on as a way to further develop our programming knowledge during our degree, and to practise the skills we were learning. Orion utilises Maven to manage dependencies and Lavaplayer to play music. Secrets are managed via Dotenv to ensure that no sensitive data is made public.