feature: Modify text in all pages.

This commit is contained in:
Xander Bazzi 2024-07-03 20:01:16 -06:00
parent 3f874a0454
commit ac6bcedf1e
4 changed files with 10 additions and 3 deletions

View File

@ -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.

View File

@ -83,7 +83,7 @@
<br>
<br>
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

View File

@ -20,7 +20,7 @@
<div class="title"><span class="fa-solid fa-user"></span> whoami</div>
<div class="content">
<p>
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.
</p>
</div>
<div class="title"><span class="fa-solid fa-lightbulb"></span> projects </div>

View File

@ -29,7 +29,7 @@
<h1>Overengineered Static Site</h1>
<div class="author">Written by Xander Bazzi on 24-04-01.</div>
<br>
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'</code></pre>
</p>
<p>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.
</p>
</div>
</div>