From 38a46a1dd6b6b91019a08918a3ffc6078142e50b Mon Sep 17 00:00:00 2001 From: Notoric Date: Thu, 6 Jun 2024 01:38:13 +0100 Subject: [PATCH] Added dates for projects --- index.html | 3 +++ styles/global.css | 10 ++++++++++ 2 files changed, 13 insertions(+) diff --git a/index.html b/index.html index 98cc429..ba35b74 100644 --- a/index.html +++ b/index.html @@ -51,6 +51,7 @@

HTML

CSS

JS

+

Jan 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.

@@ -62,6 +63,7 @@

Java

NoSQL

+

Apr 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.

@@ -74,6 +76,7 @@

HTML

CSS

JS

+

Feb 2024

This website is my final hand-in for my Front End Web Development module at De Montfort University. Most of the features in this website were created to meet hand-in requirements. This website uses no libraries and has been coded from scratch using the standard web languages. This website uses the PokeAPI to pull data for the pokedex.

diff --git a/styles/global.css b/styles/global.css index 9f56af7..9e6e275 100644 --- a/styles/global.css +++ b/styles/global.css @@ -395,6 +395,12 @@ em { background-color: #47A248 !important; } +.date { + margin-left: auto !important; + color: #bbb !important; + width: 6.5em !important; +} + .project-tags p { margin: 0; font-size: 0.8em; @@ -513,6 +519,10 @@ em { padding-right: 30px; } + #homepage { + margin-bottom: 100px; + } + #homepage .card { flex-direction: column-reverse; padding-block: 80px;