A personal portfolio website to showcase what we've covered in the first week of my Full Stack Developer Course. The site is built with HTML and CSS. It showcases projects, skills, and a point of contact.
You can view the live version of the portfolio here: https://leightongrant.github.io/html-css-portfolio-step8up/
- Responsive Design: The layout is fully responsive and works on various screen sizes, from mobile to desktop.
- About Me Section: An introduction to my background and professional goals.
- Projects Gallery: A collection of my work, with each project card linking to the code repository and the live version.
- Contact Form: A simple and effective way for visitors to send a message.
To view this project locally, you can clone the repository and open the index.html
file in your web browser.
git clone https://github.com/leightongrant/html-css-portfolio-step8up.git
cd html-css-portfolio-step8up
# Now, open the index.html file in your browser.