From 9c4c517e4022a2555c3c5bcc79706c99a66ed874 Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Fri, 6 Mar 2026 23:15:35 +0100 Subject: [PATCH] feat: Remove image --- hosts/nixos/system/website/index.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/hosts/nixos/system/website/index.html b/hosts/nixos/system/website/index.html index e1aaafe..9f91e02 100644 --- a/hosts/nixos/system/website/index.html +++ b/hosts/nixos/system/website/index.html @@ -57,13 +57,20 @@ } } - .profile-img { + .profile-avatar { width: 150px; height: 150px; + flex-shrink: 0; border-radius: 50%; - object-fit: cover; + background-color: var(--card-bg); border: 4px solid var(--accent-color); box-shadow: 8px 8px 0px 0px rgba(14, 165, 233, 0.3); + display: flex; + align-items: center; + justify-content: center; + font-size: 3.5rem; + font-weight: 800; + color: var(--accent-color); } .hero-text h1 { @@ -160,7 +167,7 @@
- Ash B. +
AB

Ash (Phil) B. | Python Developer & Data Engineer

I build custom Python scripts that replace hours of manual data entry.