A modern, responsive portfolio website showcasing my work as a Full-Stack Developer.
View Portfolio (Update with your domain)
- Clean, modern design with smooth animations
- Fully responsive across all devices
- Interactive code window with typing effect
- Project showcase with live site and GitHub links
- Contact form
- Intersection Observer animations
- Mobile-friendly navigation
- HTML5 - Semantic markup
- CSS3 - Custom properties, Flexbox, Grid, animations
- JavaScript - Vanilla JS, no dependencies
- Fonts - Inter, JetBrains Mono (Google Fonts)
- Icons - Font Awesome 6
portfolio/
├── index.html # Main HTML file
├── css/
│ └── style.css # All styles
├── js/
│ └── main.js # JavaScript functionality
├── img/ # Images (if any)
└── README.md # This file
- Hero - Introduction with animated code window
- About - Personal summary and stats
- Skills - Technical skills organized by category
- Projects - Featured work with links
- Contact - Contact form and social links
- No external JavaScript frameworks
- Minimal CSS (single file)
- Lazy-loaded animations
- Optimized for Core Web Vitals
To customize for your own use:
- Update personal info in
index.html - Modify colors in CSS variables (
:root) - Add your own projects to the projects section
- Update contact links and form handling
Simply open index.html in a browser, or use a local server:
# Python 3
python -m http.server 8000
# Node.js
npx serveThis static site can be deployed to:
- GitHub Pages
- Netlify
- Vercel
- Any web server (Apache, Nginx)
Built by Kepler Wolsey