This repository contains the root page for Shai Kfir's (@shaik) personal site: shaikfir.com (also reachable via shaik.github.io, which redirects there).
It serves as a clean, high-performance, and responsive hub to discover and launch various web apps, pages, and projects.
The hub features quick links to active, live applications:
- Hebrew Clock Web (mahashaa.com) — Spoken time clock.
- Clock o' Clocks (Live Site) — Grid-based sync analog clocks.
- Hebrew Anagram POC (Live Site) — Client-side anagram solver.
- PL Season Dashboard (Live Site) — Premier League football visualizer.
- Emoji52 JS (Live Site) — Interactive canvas emoji art.
- Am I in Thailand? (amiinthailand.com) — Humorous static joke website.
- Modern Glassmorphic UI: Responsive layout featuring smooth backgrounds, custom SVG animations, and spotlight cursor tracking card-glow effects.
- Dynamic Search & Tagging: Fully interactive client-side searching and language categorization (JavaScript, Python, TypeScript, HTML, Perl, C++).
- SEO & Lightweight: Fast load-times built with vanilla HTML5, modern CSS grid/variables, and client-side JavaScript.
Since this project consists of pure static files, you can launch it instantly:
# Option 1: Python web server
python3 -m http.server 8000
# Option 2: Node npx live-server
npx live-serverThen visit http://localhost:8000 or http://localhost:8080.