diff --git a/assets/img/website-diagram-light.png b/assets/img/website-diagram-light.png new file mode 100644 index 0000000..c08a1c6 Binary files /dev/null and b/assets/img/website-diagram-light.png differ diff --git a/assets/img/website-diagram-light2.png b/assets/img/website-diagram-light2.png new file mode 100644 index 0000000..0fd7db4 Binary files /dev/null and b/assets/img/website-diagram-light2.png differ diff --git a/assets/style/style.css b/assets/style/style.css index 1adee0a..d2386db 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -240,7 +240,8 @@ pre { } code { - background-color: #252525; /* Light grey background */ + color: #3e5915; + background-color: #f6f5b2; padding: 2px 4px; border-radius: 3px; word-wrap: break-word; diff --git a/changelog.md b/changelog.md index a09838b..0629160 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.3] - 2024-07-03 +### Changed +- Styling changes in the website page. + ## [0.7.2] - 2024-07-03 ### Changed - Slight modifications to text and styling. diff --git a/website.html b/website.html index c2ed68c..a2ccd73 100644 --- a/website.html +++ b/website.html @@ -7,7 +7,7 @@ + href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/school-book.min.css"> @@ -51,7 +51,7 @@

-

@@ -61,7 +61,7 @@ bucket. Furthermore, the CloudFront distribution cache is invalidated, forcing it to fetch and distribute the newest content. - Here is the deploy-site.yaml file that runs the CI pipeline: + Here is the deploy-site.yaml file that runs the CI pipeline:
name: Deploy to AWS S3 and Invalidate CloudFront
 
 on:
@@ -99,7 +99,6 @@ jobs:
             AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
             AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
             AWS_REGION: 'us-east-1'
-

Even though I injected complexity by implementing a cloud-based, declarative, highly-available architecture, I still haven't touched a single JS framework; the whole codebase is simple HTML, CSS and javascript. Maybe one day I'll learn React, Vue, or Svelte... maybe even JQuery... but not today.