From 2e4fe55d4504444d7cdf68bab89de7c0090f1184 Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Wed, 27 Aug 2025 12:59:55 +0200 Subject: [PATCH] CHANGE: Removed subtitle. Added background animation --- index.html | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 6d2af9c..c30d4c4 100644 --- a/index.html +++ b/index.html @@ -21,13 +21,26 @@ background-color: #111827; color: #e0e0e0; } + @keyframes subtleFloat { + 0% { + background-position: 0% 0%; + } + 50% { + background-position: 1% 1%; + } + 100% { + background-position: 0% 0%; + } + } + .hero-section { background-color: transparent; background-image: radial-gradient(ellipse at center, #1e293b 0%, #111827 70%), linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px); - background-size: cover, 80px 80px; + background-size: 200% 200%, 80px 80px, 80px 80px; + animation: subtleFloat 15s ease-in-out infinite; } .gradient-text { background: linear-gradient(90deg, rgba(96, 206, 245, 0.8) 0%, rgba(225, 114, 117, 0.8) 100%); @@ -121,10 +134,9 @@
-

+

Making Technology Work

-

Empowering people through innovation