CRClothier / My-Portfolio-Website

A portfolio website built using HTML, CSS & Javascript, showing all the projects I have created to date and acting as a CV.
MIT License
11 stars 0 forks source link

Milestone 1: Create Mobile Skeleton #1

Closed CRClothier closed 3 years ago

CRClothier commented 3 years ago

We created the skeleton of the mobile version of the portfolio website that will house our future projects. We added the header of the webpage. In this milestone we:

-Added linter.yml and .gitignore files. -Added the README.md file. -Added index.html and style.css files. -Added the HTML structure for the header section with placeholder text. -Added style to the h1, p and button elements. -Used flexbox to arrange the layout of the header section.