01-HTML-Homework1 Trilogy-University of Toronto: School of Continuing Studies Bootcamp: Coding and Web Development Brooklyn Minor 2020-09-24
The purpose of this assignment was to apply our knowledge learned in lecture and implement such into our studies. The following HTML Homework1 was fabricated and modified in Visual Code. Two links are required to be submitted to Bootcamp Spot after the necessary modifications have been made. The modifications made consisted of:
- Editing to a higher suited title, such as: , , , .
- Fixing frozen image tags.
- Cleaning the code, allowing it to be easier to read and comprehend.
- Adding alt attribute tags to describe the image displayed. Changes that were made within index.html had also been applied to style.css for the website to run corrections. After saving the changes made, from Gitbash:
- git repo
- git add
- git commit -m “modifications made”
- git push The first URL is to be deployed from the live website. The second is to be extracted from Github pages. To retrieve the links, the following steps must occur:
- Create Repo (ie, Homework1)
- Get HTTP:// link from Github // Open Gitbash from (Bootcamp/Homework/Homework1)
- From terminal type: i. ls ii. git clone – following the HTTP:// link from Github iii. cd homework iv. pwd v. ls