From bc2132f2ef96da2266bd87245cd12dc46cc88a9d Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Wed, 27 Aug 2025 12:50:30 +0200 Subject: [PATCH] CHANGE: Asked Claude to refine the transparency of subtitle --- index.html | 98 ++++++++++++++------- index.html.bak | 228 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 293 insertions(+), 33 deletions(-) create mode 100644 index.html.bak diff --git a/index.html b/index.html index 8d4e1d0..1bc975c 100644 --- a/index.html +++ b/index.html @@ -1,15 +1,17 @@ - + Maksym Buz | Senior Application Engineer + + - - + + @@ -28,7 +30,7 @@ background-size: cover, 80px 80px; } .gradient-text { - background: linear-gradient(90deg, #3b82f6 0%, #ec4899 100%); + background: linear-gradient(90deg, rgba(96, 206, 245, 0.8) 0%, rgba(225, 114, 117, 0.8) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; @@ -43,13 +45,13 @@ } @keyframes bounce { 0%, 20%, 50%, 80%, 100% { - transform: translateY(0) rotate(-45deg); + transform: translateY(0) rotate(-45deg); } 40% { - transform: translateY(-10px) rotate(-45deg); + transform: translateY(-10px) rotate(-45deg); } 60% { - transform: translateY(-5px) rotate(-45deg); + transform: translateY(-7px) rotate(-45deg); } } .fade-in-section { @@ -62,14 +64,14 @@ transform: translateY(0); } .skill-tag { - background-color: rgba(59, 130, 246, 0.1); - border: 1px solid rgba(59, 130, 246, 0.3); + background-color: rgba(96, 206, 245, 0.1); + border: 1px solid rgba(96, 206, 245, 0.3); transition: all 0.3s ease; } .skill-tag:hover { - background-color: rgba(59, 130, 246, 0.2); + background-color: rgba(96, 206, 245, 0.2); transform: translateY(-2px); - box-shadow: 0 4px 15px rgba(59, 130, 246, 0.1); + box-shadow: 0 4px 15px rgba(96, 206, 245, 0.1); } .icon-link { display: inline-flex; @@ -79,25 +81,51 @@ height: 40px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.05); - color: #60a5fa; - font-weight: bold; - font-size: 18px; + color: #60cef5; text-decoration: none; transition: all 0.3s ease; } .icon-link:hover { - background-color: #3b82f6; - color: #ffffff; + background-color: #60cef5; + color: #111827; transform: scale(1.1); } + .icon-link .email-icon { + font-weight: bold; + font-size: 18px; + } + .icon-link .linkedin-icon { + font-weight: bold; + font-size: 14px; + } + @keyframes fadeInBottom { + from { + opacity: 0; + transform: translateY(20px); + } + to { + transform: translateY(0); + } + } + .hero-title { + animation: fadeInBottom 0.8s ease-out 0.3s forwards; + opacity: 0; + } + .hero-subtitle { + animation: fadeInBottom 0.8s ease-out 1.0s forwards; + opacity: 0; + }
-
-

Making Technology Work

+
+

+ Making Technology Work +

+

Empowering people through innovation

@@ -109,20 +137,24 @@
- @@ -158,19 +190,19 @@

-
+

Led the end-to-end delivery of enterprise-grade monitoring solutions, ensuring stability for high-stakes client infrastructures.

-
+

Developed robust automation scripts (Python, Bash, Ansible) that significantly reduced manual deployment times and operational errors.

-
+

Managed and synchronized critical business systems (CRM, HR), performing complex database upgrades, migrations, and root cause analysis (RCA).

-
+

Acted as a key technical resource, mentoring team members, assisting sales with expert insights, and delivering public webinars as a certified trainer.

@@ -184,19 +216,19 @@

-

Infrastructure

+

Infrastructure

Multi-node Proxmox cluster for robust virtualization.

-

Containerization

+

Containerization

Multiple Docker hosts running dozens of self-hosted services.

-

Source Control

+

Source Control

A personal Gitea service for all my projects and configurations.

-

Core Philosophy

+

Core Philosophy

A strong focus on "Infrastructure as Code" and automation.

diff --git a/index.html.bak b/index.html.bak new file mode 100644 index 0000000..8d4e1d0 --- /dev/null +++ b/index.html.bak @@ -0,0 +1,228 @@ + + + + + + Maksym Buz | Senior Application Engineer + + + + + + + + + + + + + + +
+
+

Making Technology Work

+
+ +
+ Make it work +
+
+ +
+ +
+
+
+ Maksym Buz +
+
+

Maksym Buz

+

Senior Application Engineer

+

+ With over 7 years of experience, I specialize in delivering exceptional technical support and robust turnkey solutions. My expertise in Bash, Python, and Linux allows me to execute complex deployments with a focus on high availability, disaster recovery, and process automation. +

+
+ in + @ + G + T +
+
+
+
+ + +
+

Technologies & Tools

+
+
Python
+
Bash
+
SQL
+
Ansible
+
Git
+
Docker
+
Docker Compose
+
Proxmox
+
Linux
+
Zabbix
+
PostgreSQL
+
TimescaleDB
+
Patroni
+
MySQL
+
Galera
+
+
+ + +
+

Professional Experience

+

+ A results-oriented engineer with a proven track record in both corporate IT and specialized product environments. My career is focused on enhancing system reliability, automating complex processes, and delivering high-value, turnkey projects that solve real-world challenges. +

+
+
+
+

Led the end-to-end delivery of enterprise-grade monitoring solutions, ensuring stability for high-stakes client infrastructures.

+
+
+
+

Developed robust automation scripts (Python, Bash, Ansible) that significantly reduced manual deployment times and operational errors.

+
+
+
+

Managed and synchronized critical business systems (CRM, HR), performing complex database upgrades, migrations, and root cause analysis (RCA).

+
+
+
+

Acted as a key technical resource, mentoring team members, assisting sales with expert insights, and delivering public webinars as a certified trainer.

+
+
+
+ + +
+

My Passion: The Homelab

+

+ Technology is not just my profession—it's my hobby. I run a dedicated homelab where I experiment, learn, and automate everything. This hands-on experience is where I push the boundaries of my knowledge. +

+
+
+

Infrastructure

+

Multi-node Proxmox cluster for robust virtualization.

+
+
+

Containerization

+

Multiple Docker hosts running dozens of self-hosted services.

+
+
+

Source Control

+

A personal Gitea service for all my projects and configurations.

+
+
+

Core Philosophy

+

A strong focus on "Infrastructure as Code" and automation.

+
+
+
+
+ +
+

© 2024 Maksym Buz. All rights reserved.

+
+ + + +