diff --git a/assets/img/gifs/email.gif b/assets/img/gifs/email.gif index ac78997..88a8c06 100644 Binary files a/assets/img/gifs/email.gif and b/assets/img/gifs/email.gif differ diff --git a/assets/img/gifs/email_dark.gif b/assets/img/gifs/email_dark.gif new file mode 100644 index 0000000..ac78997 Binary files /dev/null and b/assets/img/gifs/email_dark.gif differ diff --git a/assets/scripts/aside.js b/assets/scripts/aside.js index 1788e03..4ad8d1e 100644 --- a/assets/scripts/aside.js +++ b/assets/scripts/aside.js @@ -21,7 +21,7 @@ document.addEventListener('DOMContentLoaded', (event) => { - + diff --git a/assets/style/style.css b/assets/style/style.css index dbe762b..1adee0a 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -26,7 +26,7 @@ html, body { - background-color: rgba(0, 0, 0, 0.35); + background-color: rgba(0, 0, 0, 0.25); margin: 0; box-sizing: border-box; font-family: "Times New Roman", Times, serif; @@ -185,6 +185,7 @@ main { nav { /*position:sticky;*/ + font-size: 20px; top:20px; } @@ -202,17 +203,19 @@ nav ul li a { vertical-align: top; display: inline-block; text-align: center; - width: 120px; + font-weight:400; + font-size: 20px; + width: 200px; padding: 20px; } .project-image { display: block; /* Ensures the image does not have inline whitespace below it */ max-width: 100%; /* Ensures the image is responsive and fits its container */ - height: auto; /* Maintains aspect ratio */ + height: 200px; /* Maintains aspect ratio */ margin-top: 10px; margin: auto; - width: 100px; + width: auto; } .content { diff --git a/changelog.md b/changelog.md index 0f0b910..a09838b 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,10 @@ All notable changes to this site will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and the versioning is consistent with [Semantic Versioning](https://semver.org/). +## [0.7.2] - 2024-07-03 +### Changed +- Slight modifications to text and styling. + ## [0.7.1] - 2024-07-03 ### Changed - Modified background picture to something more realistic. diff --git a/index.html b/index.html index c6530ea..6d2f8d3 100644 --- a/index.html +++ b/index.html @@ -29,13 +29,13 @@
Datacenter preview - Datacenter at Home + We have datacenter at home
Website preview - Overengineered Static Site (this website) + Overengineered static site (this website)
@@ -44,9 +44,6 @@ -
- Under construction gif -