diff --git a/assets/orion.png b/assets/orion.png new file mode 100644 index 0000000..27b780a Binary files /dev/null and b/assets/orion.png differ diff --git a/index.html b/index.html index 220d947..9ccf57d 100644 --- a/index.html +++ b/index.html @@ -56,6 +56,17 @@ +
+
+

Orion

+
+

Java

+

NoSQL

+
+

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.

+
+ +
diff --git a/styles/global.css b/styles/global.css index f4a4e77..460859a 100644 --- a/styles/global.css +++ b/styles/global.css @@ -336,6 +336,7 @@ em { gap: 20px; align-content: center; justify-content: center; + margin-bottom: 35px; } .project:nth-child(odd) { @@ -385,6 +386,14 @@ em { text-shadow: #eee 0px 0px 2px !important; } +.JAVA { + background-color: #f89820 !important; +} + +.NOSQL { + background-color: #47A248 !important; +} + .project-tags p { margin: 0; font-size: 0.8em;