Skip to content

Commit e175834

Browse files
authored
Create README.md
1 parent 58449a4 commit e175834

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

โ€ŽREADME.mdโ€Ž

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# nutmeg.dev โ€” Cyberpunk Developer Portfolio
2+
3+
[![GitHub Pages](https://img.shields.io/badge/deployed-GitHub%20Pages-brightgreen)](https://nutmegdev96.github.io/nutmeg.dev/)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
5+
6+
A futuristic, cyberpunk-style developer portfolio built with **HTML5**, **CSS3**, and **vanilla JavaScript**. Features Matrix rain animation, 3D flipping cards, interactive Easter eggs, and a fully responsive design.
7+
8+
## โœจ Features
9+
10+
- ๐ŸŽจ Cyberpunk aesthetic with neon palette (green, cyan, magenta, purple)
11+
- ๐ŸŽฌ Cinematic loading screen with progress bar
12+
- โŒจ๏ธ Terminal-style hero section with typing animation
13+
- ๐Ÿƒ 3D flipping cards for Services and Skills
14+
- ๐Ÿงฉ Interactive Easter eggs (Konami Code, hidden console, particle explosions)
15+
- ๐Ÿ“ฑ Fully responsive โ€” works on desktop, tablet, and mobile
16+
- ๐Ÿ”— Contact section with animated form and social links
17+
18+
## ๐Ÿ› ๏ธ Tech Stack
19+
20+
- HTML5
21+
- CSS3 (CSS Grid, Flexbox, custom properties, keyframe animations)
22+
- JavaScript (vanilla, no frameworks)
23+
- Canvas API for Matrix rain effect
24+
25+
## ๐Ÿš€ Live Demo
26+
27+
๐Ÿ‘‰ [nutmeg.dev](https://nutmegdev96.github.io/nutmeg.dev/)
28+
29+
nutmeg.dev/
30+
โ”œโ”€โ”€ index.html
31+
โ”œโ”€โ”€ css/
32+
โ”‚ โ””โ”€โ”€ style.css
33+
โ”œโ”€โ”€ js/
34+
โ”‚ โ””โ”€โ”€ script.js
35+
โ”œโ”€โ”€ assets/
36+
โ”‚ โ””โ”€โ”€ images/
37+
โ”œโ”€โ”€ README.md
38+
โ””โ”€โ”€ LICENSE
39+
40+
## ๐ŸŽฎ Easter Eggs
41+
42+
| Secret | Action |
43+
|--------|--------|
44+
| Konami Code | โ†‘ โ†‘ โ†“ โ†“ โ† โ†’ โ† โ†’ B A โ†’ opens developer console |
45+
| Nutmeg Protocol | Press `n` three times quickly โ†’ particle explosion |
46+
47+
## ๐Ÿ“„ License
48+
49+
MIT โ€” feel free to use this as inspiration for your own portfolio!
50+
51+
---
52+
53+
Built with โšก by nutmeg.dev

0 commit comments

Comments
ย (0)