Skip to content

Latest commit

 

History

History
32 lines (32 loc) · 1.44 KB

File metadata and controls

32 lines (32 loc) · 1.44 KB

Homework1

01-HTML-Homework1 Trilogy-University of Toronto: School of Continuing Studies Bootcamp: Coding and Web Development Brooklyn Minor 2020-09-24

01-HTML-Homework1

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:

  1. Editing
    to a higher suited title, such as: , ,
    , .
  2. Fixing frozen image tags.
  3. Cleaning the code, allowing it to be easier to read and comprehend.
  4. 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:
  5. git repo
  6. git add
  7. git commit -m “modifications made”
  8. 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:
  9. Create Repo (ie, Homework1)
  10. Get HTTP:// link from Github // Open Gitbash from (Bootcamp/Homework/Homework1)
  11. From terminal type: i. ls ii. git clone – following the HTTP:// link from Github iii. cd homework iv. pwd v. ls