This is a tiny, intentionally silly portfolio example with HTML, CSS and JavaScript.
Files:
index.html— main pagestyles.css— stylesscript.js— tiny interactions (hire counter & compliments)
How to try:
- Open
index.htmlin your browser (double-click or serve with any static server).
What it does:
- "Hire me" button increments a counter and shows an alert every 5 clicks.
- "Tell me a compliment" shows a small toast with a silly compliment.
Notes:
- No build required.
- Feel free to remix or make it less stupid.