From 605d30e76d5b1f457f47f333ed365a3a69d94303 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Thu, 12 Feb 2026 19:39:43 -0700 Subject: [PATCH] Add Gravatar to hero section --- index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/index.html b/index.html index 79eb747..41730c3 100644 --- a/index.html +++ b/index.html @@ -186,6 +186,21 @@ z-index: 2; } + .hero-avatar { + width: 130px; + height: 130px; + border-radius: 50%; + border: 3px solid var(--accent-primary); + box-shadow: 0 0 20px rgba(59, 130, 246, 0.3); + margin-bottom: 1.5rem; + transition: box-shadow 0.3s ease, transform 0.3s ease; + } + + .hero-avatar:hover { + box-shadow: 0 0 30px rgba(59, 130, 246, 0.5); + transform: scale(1.05); + } + .glitch { position: relative; color: var(--text-primary); @@ -497,6 +512,7 @@
+ Joey Yakimowich-Payne

Joey Yakimowich-Payne

AI Red Teamer & Security Researcher