josh-everett01 / new_portfolio_website

This is my portfolio site built with HTML / CSS / JavaScript.
https://jeverett.tech/
0 stars 0 forks source link

Add Projects Section #41

Open Mycobee opened 4 years ago

Mycobee commented 4 years ago

Description:

Based on the initial site sketch-up, create the necessary HTML and CSS required to build a projects page. This homepage should be styled, mobile responsive, and use semantic HTML tags.

On the projects page, I expect to see cards with something similar to the following:

<div>
     <h3>Insert Project Name Here</h3>
     <img>insert screen shot of project here</img>
    <p><b>Production Link:</b> http://link2github.pages</p>
    <p><b>Repositor Link:</b> http://link2github.com/repository</p>
</div>

Checks: