Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 830 Bytes

03 Company.md

File metadata and controls

20 lines (15 loc) · 830 Bytes

Lab 03: Company Home

Git Setup:

> git checkout main
> git pull
> git checkout -b your-name/html/lab02

Pick an industry and create the landing page for a hypothetical company, filling in as much detail as possible. Use Bootstrap (w3schools), Materialize, Bulma, Tailwind, Tachyons or any other css library, if you want, and make sure it's responsive. Browse the internet for existing company pages and imitate as much as you can.

Git Add, Commit & Push:

> git add files-to-be-added
> git commit -m "your commit message goes here"
> git push -u origin your-name/html/lab02

Then go to the repository to create a PR.