Mr.Nothing — a minimal cyber-style personal website built using TailwindCSS, FontAwesome, and vanilla JavaScript.
It serves as a central hub linking to my GitHub, Telegram, Discord, and ongoing projects.
- ⚡ TailwindCSS (CDN)
- 🎨 FontAwesome icons
- 💻 Vanilla JavaScript
- 🧬 Formspree (contact form)
- ☁️ GitHub Pages hosting
- Matrix-style animated background
- Particle motion canvas layer
- Smooth hover animations
- About, Skills, Projects and Contact sections
- Mobile-friendly layout
- Fast loading & no external frameworks
netrun.sh/ ├── index.html # main HTML file ├── assets/ # media, css, js └── README.md # this file
Hosted automatically through GitHub Pages.
To deploy manually:
git add .
git commit -m "Update site"
git push orirgin main