diff --git a/disclaimer.html b/disclaimer.html index 3684d34..465f829 100644 --- a/disclaimer.html +++ b/disclaimer.html @@ -71,7 +71,7 @@ Should I update, amend or make any changes to this document, those changes will \ No newline at end of file diff --git a/index.html b/index.html index e043235..17262bc 100644 --- a/index.html +++ b/index.html @@ -67,7 +67,7 @@ \ No newline at end of file diff --git a/projects.html b/projects.html index 2445a81..33ccf36 100644 --- a/projects.html +++ b/projects.html @@ -47,16 +47,19 @@

Python script to send PUSH notifications (via FCM) when a website changes.

minebash

- +

Commandline only minesweeper game for Python on Linux!

clockSualizer

-

(Ab)Using a MIDI clock signal as a way to determine the beat of a song with an Arduino. Drives WS2812b digital LED strips in sync with whatever music is playing in your DJ software.

+

(Ab)Using a MIDI clock signal as a way to determine the beat of a song with an Arduino. Drives WS2812b digital LED strips in sync with whatever music is playing in your DJ software. Click here for a demonstration!

crypttool

Commandline tool to do various simple cryptographic caluclations and operations, aswell as cracking simple XOR ciphers.

Popcorn

+ + +

A JavaFX project from university. Queries TheMovieDatabase for information on movies. Also provides links to streams and shows trailers. Lots of ideas stolen from PopcornTime.

pwnSpark

@@ -76,7 +79,7 @@ \ No newline at end of file diff --git a/style.css b/style.css index b355276..95dd152 100644 --- a/style.css +++ b/style.css @@ -34,6 +34,20 @@ div.bio { float:none; } +img.icon { + object-fit: cover; + height: 200px; + width: 200px; + border: solid #136D9E; + border-width: 4px; + border-radius: 150px; +} + +img.icon:hover { + border: solid #388EBD; + border-width: 4px; +} + div.linktable { }