This repository contains the source code for my personal portfolio website, showcasing my software engineering projects, technical experience, and professional background.
Live Site: https://2muchcoding.github.io
This website serves as a central hub for my portfolio, allowing visitors to explore my projects, learn about my technical skills, and access my resume. It is built as a static website and hosted using GitHub Pages.
- Responsive website design
- Project showcase
- About Me section
- Resume access
- Contact information
- GitHub Pages deployment
- HTML5
- CSS3
- JavaScript
- Git
- GitHub Pages
.
├── index.html # Homepage
├── css/ # Stylesheets
├── js/ # JavaScript
├── resources/ # Images and other assets
├── projects/ # Project pages
├── labs/ # Coursework demonstrations
└── README.md
Clone the repository:
git clone https://github.com/2muchcoding/2muchcoding.github.io.git
cd 2muchcoding.github.ioThen open index.html in your browser, or start a local web server:
python -m http.serverVisit:
http://localhost:8000
This website is hosted using GitHub Pages. Changes pushed to the main branch are automatically deployed to the live site.
- Add additional project pages
- Improve mobile responsiveness
- Add dark mode
- Include interactive project demos
- Expand project documentation
- Improve accessibility
This project is provided for portfolio and educational purposes.