A modern, performance-optimized portfolio website showcasing my projects and skills.
- 🚀 Performance optimized with lazy loading and resource hints
- 💻 Responsive design that works on all devices
- 🎨 Modern UI with smooth animations and transitions
- 🌙 Dark theme with custom color palette
- 📱 Mobile-first approach
- 🔍 SEO optimized with meta tags
- HTML5
- CSS3 (with modern features like CSS Variables, Flexbox)
- Performance optimization techniques:
- Resource preloading
- DNS prefetching
- Lazy loading images
- GPU-accelerated animations
.
├── index.html # Home page with project showcase
├── AboutMe.html # About me page with personal info
├── style.css # Shared styles and animations
├── photos/ # Image assets
├── icons/ # Icon assets
└── README.md # Project documentation
- Critical CSS and assets preloading
- Lazy loading for below-the-fold images
- GPU-accelerated animations for smooth performance
- Content containment for better paint performance
- Optimized asset delivery with resource hints
- Add social media/contact links
- Expand projects section
- Add dark/light theme toggle
- Create and host website
- Optimize performance
- Clone the repository
git clone https://github.com/D4LMwastaken/D4LMwastaken.github.io.git
- Open
index.html
in your browser
This project is licensed under the Mozzila Public License - see the LICENSE file for details.