Skip to content

Ferngrowl/Ferngrowl.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harvey Sutton Portfolio Website

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.

Live Demo

View Live Site

Features

  • 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

Tech Stack

  • 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

Project Structure

.
├── 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

Performance Optimization

  • Minified CSS for production
  • Optimized image assets
  • Efficient DOM manipulation
  • Lazy loading of non-critical assets

Author

Harvey Sutton - GitHub | LinkedIn

© 2025 Harvey Sutton. All Rights Reserved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors