diff --git a/src/about.html b/src/about.html index 9768609..9cd1a79 100644 --- a/src/about.html +++ b/src/about.html @@ -107,7 +107,9 @@ GitHub repository. If you would like to connect with me on LinkedIn, use the link below. I will do my best to respond to - any communication in a timely manner. + any communication in a timely manner. Finally, check + out my YouTube channel if you are interested in some + of the projects I have worked on.

@@ -118,7 +120,7 @@ ----------------------------------->
- diff --git a/src/assets/about/email.png b/src/assets/about/email.png index 7211a05..c4e4729 100644 Binary files a/src/assets/about/email.png and b/src/assets/about/email.png differ diff --git a/src/assets/about/github.png b/src/assets/about/github.png index a7215cf..91057da 100644 Binary files a/src/assets/about/github.png and b/src/assets/about/github.png differ diff --git a/src/assets/about/linkedin.png b/src/assets/about/linkedin.png index 34c7570..8bc2d53 100644 Binary files a/src/assets/about/linkedin.png and b/src/assets/about/linkedin.png differ diff --git a/src/assets/about/youtube.png b/src/assets/about/youtube.png new file mode 100644 index 0000000..3fbe82f Binary files /dev/null and b/src/assets/about/youtube.png differ diff --git a/src/assets/branding/color_palette.png b/src/assets/branding/color_palette.png index d215b3d..b869c00 100644 Binary files a/src/assets/branding/color_palette.png and b/src/assets/branding/color_palette.png differ diff --git a/src/assets/software/logo-spotify.png b/src/assets/software/logo-spotify.png new file mode 100755 index 0000000..26410e2 Binary files /dev/null and b/src/assets/software/logo-spotify.png differ diff --git a/src/blog_docker.html b/src/blog_docker.html index 9db3701..8da4743 100644 --- a/src/blog_docker.html +++ b/src/blog_docker.html @@ -44,9 +44,9 @@

Throughout my college career in computer science, I have found the need to develop applications that will be - deployed in a Linux environment. As a windows user, I - have usually turned to a couple of different options: - virtual machines, + deployed in a Linux environment. When I previously used + Windows 10 as my daily driver, I have usually turned to + a couple of different options: virtual machines,

@@ -405,17 +422,74 @@

Platform: Web App, iOS, Android

This is my preferred Podcast app. I have it on my - Android phone and I use the Windows app on my - desktop and laptop. I purchased the web app and - android app prior to the newsubscription - model that Pocket Casts has implemented. While I - don't agree with this new pay structure, I + Android phone and on my Arch Linux desktop and + laptop. I purchased the web app and android app + prior to the new + subscription + model that Pocket Casts has implemented. Luckily, + they listened to customer feedback and gave + lifetime access to Pocket Casts Plus + for those who previously purchased the web version. + While I'm not a big fan of subscription models + (especially when they previously didn't exist), I appreciate that they have implemented a free tier that has the majority of features that most people will need.

+
+
+ + + +
+
+

+ Spotify +

+

Platform: Windows, macOS, Linux, iOS, Android

+

+ This is my preferred music app. I love having access + to streaming music on all devices I use and + integration with many smart home devices. Overall an + excellent product and very reasonable prices, + especially with the + student pricing plan. Check out some of my favorite songs in the + music section. +

+

+ If you are interested in adding some cool themes and + improving performance to the spotify desktop app, + check out + spicetify. +

+
+
@@ -569,15 +643,16 @@ for school and for gaming, but it isn't great for taking handwritten digital notes. The latter is similar to the Spectre in regards to specs, but has - a favorable display ratio. The main reason I chose - against it in the end was the high price relative to - the Spectre. I was able to get very comparable specs - for a much lower price with the Spectre. My laptop - is the 2016 model with Intel i7-7500U CPU, NVIDIA - GeForce 940MX GPU, and 16 GB RAM. The newer models - have thinner bezels, diamond-cut corners, updated - specs, and better trackpad drivers. I got around - this issue by + a favorable display ratio for productivity. The main + reason I chose against the Surface Book in the end + was the high price relative to the Spectre. I was + able to get very comparable specs for a much lower + price with the Spectre. My laptop is the 2016 model + with Intel i7-7500U CPU, NVIDIA GeForce 940MX GPU, + and 16 GB RAM. The newer models have thinner bezels, + diamond-cut corners, updated specs, and better + trackpad drivers. If you are running Windows 10 and + want better touch pad drivers, check out - myself as the pre-installed Synaptics drivers are - not great. + . Finally, I have had many issues with the speakers + on my model. This has been reported by many other + users as well. I'm not sure if this issue has been + resolved on newer models, but it's something to look + out for.

diff --git a/src/style/styles.css b/src/style/styles.css index 1957909..54d833e 100644 --- a/src/style/styles.css +++ b/src/style/styles.css @@ -5,7 +5,7 @@ :root[color-mode="light"] { --primary-color: #ffcb05; --secondary-color: #00274c; - --tertiary-color: #2f65a7; + --tertiary-color: #007bff; --quaternary-color: #ffffff; --quinary-color: #e83e8c; --background-color: #e8eef2;