This repository contains a starter template for Pete's portfolio. The project helps you learn how to create a personal portfolio page using HTML and CSS, while also getting familiar with basic design principles.
This portfolio website template serves as a foundation to showcase your projects, skills, and experience as a developer. It includes pre-designed sections for an introduction, project gallery, skills, and contact information. You are encouraged to modify and extend the design to fit your personal style.
- Responsive Layout: The template is designed to be mobile-friendly, ensuring that your portfolio looks great on all devices.
- Customizable Design: Easily update images, colors, and content through the HTML and CSS files.
- Gallery Section: Showcase your projects with space for project descriptions and links.
- Contact Form: Pre-built form to collect inquiries and messages from visitors.
-
Clone the repository:
git clone https://github.com/Thinkful-Ed/starter-pete-thinkful-portfolio.git cd starter-pete-thinkful-portfolio
-
Open the project: You can simply open
index.html
in your browser to view the website locally.
Once you have the repository cloned, feel free to modify the HTML and CSS to add your personal details:
- Update the profile picture and about section in
index.html
. - Add your own project details in the gallery section.
- Customize colors and fonts in the
style.css
file to match your preferences.
This template is meant to be a starting point. Here are some suggestions for customization:
- Replace the placeholder images in the
images/
folder with your own. - Modify the layout, fonts, and colors in
style.css
to make it unique. - Add additional sections for skills, experience, or testimonials as needed.
- HTML: Structure of the web pages.
- CSS: Styling and layout of the portfolio.
- Responsive Design: Built with mobile-first principles in mind.