From e96ab284ddb486522a06d854b5b21db858fa8d33 Mon Sep 17 00:00:00 2001 From: hugh5 Date: Mon, 11 Nov 2024 21:15:03 +1000 Subject: [PATCH] refactor navigation links and improve theme handling --- blog.html | 2 +- css/style.css | 96 +++++---- experience.html | 337 ------------------------------ images/coding.png | Bin 0 -> 15896 bytes images/compiler.png | Bin 0 -> 14895 bytes images/database.png | Bin 0 -> 8917 bytes images/graph.png | Bin 0 -> 26117 bytes images/leetcode.png | Bin 0 -> 13208 bytes images/operating-system.png | Bin 0 -> 21376 bytes images/request.png | Bin 0 -> 13962 bytes images/tcp.png | Bin 0 -> 19135 bytes index.html | 26 ++- js/script.js | 81 +++++--- projects.html | 20 +- resume.html | 401 ++++++++++++++++++++++++++++++++++++ testimonials.html | 2 +- 16 files changed, 543 insertions(+), 422 deletions(-) delete mode 100644 experience.html create mode 100644 images/coding.png create mode 100644 images/compiler.png create mode 100644 images/database.png create mode 100644 images/graph.png create mode 100644 images/leetcode.png create mode 100644 images/operating-system.png create mode 100644 images/request.png create mode 100644 images/tcp.png create mode 100644 resume.html diff --git a/blog.html b/blog.html index e72ac24..8b30a9a 100644 --- a/blog.html +++ b/blog.html @@ -14,7 +14,7 @@