COMING SOON — PERSONAL SITE (HTML/CSS/JS)
================================================
What's inside:
- index.html
- styles.css
- script.js
- assets/ (SVGs for favicon, pattern, noise, OG card)
Quick start (local):
1) Open index.html in your browser
OR
2) Run a tiny static server:
- Python: python -m http.server 8080
- Node: npx serve .
Customize (2 minutes):
- Open script.js and edit CONFIG.links:
- whatsapp, email, github
- Optional: set a fixed launch date:
- CONFIG.defaultLaunchISO = "2026-03-15T12:00:00-04:00"
Text edits:
- The “From me:” message is in script.js (i18n strings). Update en.fromMeText + es.fromMeText.
Deploy:
- Any static hosting works:
- Netlify (drag & drop folder)
- Vercel (static)
- GitHub Pages (push and enable Pages)
Notes:
- The email “notify” form is DEMO-only and stores emails in localStorage.