Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.86 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.86 KB

HarvardX

CS50's Web Programming with Python and JavaScript

Harvard Course CS50 Tutors:

Tutors

Thanks

Presentation

  • Your website must contain at least four different .html pages, and it should be possible to get from any page on your website to any other page by following one or more hyperlinks.
  • Your website must include at least one list (ordered or unordered), at least one table, and at least one image.
  • Your website must have at least one stylesheet file.
  • Your stylesheet(s) must use at least five different CSS properties, and at least five different types of CSS selectors. You must use the #id selector at least once, and the .class selector at least once.
  • Your stylesheet(s) must include at least one mobile-responsive @media query, such that something about the styling changes for smaller screens.
  • You must use Bootstrap 4 on your website, taking advantage of at least one Bootstrap component, and using at least two Bootstrap columns for layout purposes using Bootstrap’s grid model.
  • Your stylesheets must use at least one SCSS variable, at least one example of SCSS nesting, and at least one use of SCSS inheritance.

Project 0

Use pip to install Touch

https://github.com/andrewp-as-is/touch.py

On my end the antivirus was blocking "touch" make sure to unblock it. 2)

In README.md, include a short writeup describing your project, what’s contained in each file, and (optionally) any other additional information the staff should know about your project.