A modern, responsive portfolio website built to showcase my professional experience, projects, and skills in software development with a focus on game development, web applications, and cybersecurity.
- Responsive Design: Fully responsive layout optimized for mobile, tablet, and desktop devices
- Dark/Light Mode: User preference-based theme switching with localStorage persistence
- Optimized Performance: Efficient CSS and minimal JavaScript for fast loading times
- Semantic HTML5: Properly structured content using modern HTML5 elements
- Accessibility: WCAG compliance with aria-labels and proper contrast ratios
- Project Showcase: Dedicated project section with filtering capabilities
- Contact Form: Interactive contact form for visitor inquiries
- Social Media Integration: Links to GitHub, LinkedIn, and other professional profiles
- HTML5 - Semantic markup structure
- CSS3 - Custom styling with CSS variables for theming
- JavaScript - Vanilla JS for interactions and theme switching
- Font Awesome - Icon library
- Google Fonts - Typography enhancement
- GitHub Pages - Hosting and deployment
.
├── index.html # Main landing page
├── about/ # About section
│ └── index.html # About page content
├── projects/ # Projects section
│ └── index.html # Projects showcase
├── contact/ # Contact section
│ └── index.html # Contact form and information
├── assets/ # Static assets
│ ├── css/ # Stylesheet files
│ │ └── main.css # Main CSS file
│ ├── js/ # JavaScript files
│ │ └── main.js # Main JS functionality
│ └── images/ # Image resources
├── .nojekyll # Prevents GitHub Pages from using Jekyll
└── README.md # Project documentation
- Minified CSS for production
- Optimized image assets
- Efficient DOM manipulation
- Lazy loading of non-critical assets
Harvey Sutton - GitHub | LinkedIn
© 2025 Harvey Sutton. All Rights Reserved.