Skip to content

Thinkful-Ed/starter-pete-thinkful-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pete's Portfolio Starter Project

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.

Project Overview

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.

Features

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/Thinkful-Ed/starter-pete-thinkful-portfolio.git
    cd starter-pete-thinkful-portfolio
  2. Open the project: You can simply open index.html in your browser to view the website locally.

Getting Started

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.

Customization

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.

Technologies

  • HTML: Structure of the web pages.
  • CSS: Styling and layout of the portfolio.
  • Responsive Design: Built with mobile-first principles in mind.