hi, i'm keshav.
+ +From b79bf1d4ca18057bd261fba246defb341edc642f Mon Sep 17 00:00:00 2001 From: keshavananddev <53607429-keshavananddev@users.noreply.replit.com> Date: Fri, 24 Apr 2026 03:33:53 +0000 Subject: [PATCH] Refine homepage design for a clean, minimalist, and handcrafted aesthetic Replace the matrix rain animation with a subtle dot grid and typewriter effect, update Replit configuration, and add a project description. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 6def8112-39d2-4641-b93b-f39108179f33 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 2dc4d365-c6bd-42cd-afc9-bdc161d87351 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/42ae33dd-8759-4196-85a5-434465c72ece/6def8112-39d2-4641-b93b-f39108179f33/PurqiOp Replit-Helium-Checkpoint-Created: true --- .replit | 32 +++++ index.html | 37 +++--- replit.md | 30 +++++ src/main.ts | 217 +++++++--------------------------- src/style.css | 310 ++++++++++++++++++++++++------------------------- vite.config.ts | 12 +- 6 files changed, 292 insertions(+), 346 deletions(-) create mode 100644 .replit create mode 100644 replit.md diff --git a/.replit b/.replit new file mode 100644 index 0000000..a9d2a79 --- /dev/null +++ b/.replit @@ -0,0 +1,32 @@ +modules = ["nodejs-20"] + +[nix] +channel = "stable-25_05" + +[workflows] +runButton = "Project" + +[[workflows.workflow]] +name = "Project" +mode = "parallel" +author = "agent" + +[[workflows.workflow.tasks]] +task = "workflow.run" +args = "Start application" + +[[workflows.workflow]] +name = "Start application" +author = "agent" + +[[workflows.workflow.tasks]] +task = "shell.exec" +args = "npm run dev" +waitForPort = 5000 + +[workflows.workflow.metadata] +outputType = "webview" + +[[ports]] +localPort = 5000 +externalPort = 80 diff --git a/index.html b/index.html index dca2da6..97235b9 100644 --- a/index.html +++ b/index.html @@ -4,29 +4,34 @@ -
hi, i'm keshav.
+ +