hi, i'm keshav.
+ -From d5fde28b151e4a8233bc8033e76261a6d38a3b2a Mon Sep 17 00:00:00 2001 From: keshavananddev <53607429-keshavananddev@users.noreply.replit.com> Date: Fri, 24 Apr 2026 03:37:24 +0000 Subject: [PATCH] Improve homepage by adding interactive cursor effects and animation Implement a canvas-based, cursor-reactive dot field background and update the typewriter animation to include a scramble effect. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 6def8112-39d2-4641-b93b-f39108179f33 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 3df64324-7337-48d0-9099-7bab54585b37 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/42ae33dd-8759-4196-85a5-434465c72ece/6def8112-39d2-4641-b93b-f39108179f33/8hzGboW Replit-Helium-Checkpoint-Created: true --- .replit | 3 + index.html | 27 +++--- src/main.ts | 224 ++++++++++++++++++++++++++++++++++++++++++++------ src/style.css | 102 +++++------------------ 4 files changed, 236 insertions(+), 120 deletions(-) diff --git a/.replit b/.replit index a9d2a79..a9c6418 100644 --- a/.replit +++ b/.replit @@ -30,3 +30,6 @@ outputType = "webview" [[ports]] localPort = 5000 externalPort = 80 + +[agent] +expertMode = true diff --git a/index.html b/index.html index 97235b9..a2b0ec6 100644 --- a/index.html +++ b/index.html @@ -10,28 +10,21 @@
-hi, i'm keshav.
+ -