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