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