personal-portfolio-site

Personal Portfolio Site

LINK TO REPO: https://github.com/jaekerrclayton/personal-portfolio-site.git

Introduction

It is common for developers to create a website to show off their web-dev skills and document their work and interests. These sites often feature things like:

We will use HTML & CSS to create a static site whose content is our personal portfolio. Our personal portfolio site should contain information about ourselves and the coding work we’ve done.

Some Inspiration

Learning Goals:

Project Requirements

Only Use Static HTML and CSS

We should only use static HTML and CSS for this project. Preprocessors (haml, erb, sass, less, etc.) and Javascript of any kind are not allowed. All submitted HTML needs to pass as valid HTML through an HTML Validator.

Wave 1 - Basic HTML

This portfolio site must have the following HTML files:

Layout

Each page in this project must comply with the following layout requirements:

Wave 2 - Styling

Required Content

Wave 3 - Layout

Required Content

Present the elements on the page as you see fit by using the following at least once:

Both of these containers do not need to be on the same page. Try using one for one page, and the other for another page!

If you need some inspiration, here are two common layouts you can replicate ![Personal Portfolio Wfireframe Example 1](/personal-portfolio-site/assets/personal-portfolio_wireframe1.png) ![Personal Portfolio Wfireframe Example 2](/personal-portfolio-site/assets/personal-portfolio_wireframe2.png)

</br>

Non-Functional Requirements

The site should follow best practices, including:

Optional Enhancements

A Word of Caution

A lot of developers find their initial foray into CSS frustrating. Every browser implements the CSS standard a little (or a lot) differently. Learning to manipulate elements and understand the box model takes time. Layout can be especially challenging to developers new to CSS. For this project, focus on understanding the mechanics and semantics of HTML and CSS, and how the two work together.

Optional: Deploy with GitHub Pages

Want more? Make your site live on the internet! There are a lot of ways to go about hosting a live website, but GitHub provides a way to host static sites for free using your GitHub account. Follow the steps listed here.