From ac6bcedf1eb2a8c458914c067fc6e5e9036d428c Mon Sep 17 00:00:00 2001 From: Xander Bazzi Date: Wed, 3 Jul 2024 20:01:16 -0600 Subject: [PATCH] feature: Modify text in all pages. --- changelog.md | 3 +++ homenetwork.html | 2 +- index.html | 2 +- website.html | 6 +++++- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index f352a3c..ec31a5e 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,9 @@ 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.0] - 2024-07-03 +### Changed +- Modified text in index, homenetwork, and website pages. ## [0.6.1] - 2024-05-22 ### Added - Descriptive diagram of the logical setup in the README.md. diff --git a/homenetwork.html b/homenetwork.html index ee0eea4..3bbf165 100644 --- a/homenetwork.html +++ b/homenetwork.html @@ -83,7 +83,7 @@

- As evidenced in the logical diagram below, the on-premises network is not a just a standalone hyperconverged + As evidenced in the logical diagram below, the on-premises network is not just a standalone hyperconverged infrastructure, but a node within a larger network of services, benefiting from the robustness and scalability of cloud solutions while maintaining the personalization and control of a private diff --git a/index.html b/index.html index 65663b8..91d2efb 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@
whoami

- Software security engineer specializing in malware analysis. + Software engineer, especializing in algorithms and physics-based models. Passionate about theoretical computer science and low-level programming.

projects
diff --git a/website.html b/website.html index f45aa6e..c2ed68c 100644 --- a/website.html +++ b/website.html @@ -29,7 +29,7 @@

Overengineered Static Site

Written by Xander Bazzi on 24-04-01.

- In the ever-evolving landscape of web development and hosting, the journey of deploying a + In the ever-evolving landscape of web development and hosting, deploying a personal website can often traverse through complex and intriguing paths. My recent adventure in launching my own website is a testament to the myriad of possibilities that cloud technologies offer, albeit with an overcomplicated flair that could rival one of Rube Goldberg's @@ -100,6 +100,10 @@ jobs: 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. +