Skip to content

Latest commit

 

History

History
56 lines (49 loc) · 1.69 KB

course1.md

File metadata and controls

56 lines (49 loc) · 1.69 KB
title layout
Course 1
default

Overall aims

  • Understanding web technologies: hosting, DNS, server-side/client-side distintion
  • Basic HTML and CSS
  • Git (through github git gui)
  • Data submission to a google form
  • Basic analytics (through google analytics)
  • Deploying site to github pages
  • Familiarity with the command line

Sessions

  • Preparation
    • Install Chrome
    • Install Sublime text
    • Create Github account
    • Install GitHub for Mac/Windows, (w. ssh keys?)
    • Watch DNS videos
    • Do GA Project 1
  • Session 1
    • Talk through the idea of a web host
    • Talk through DNS: the url, the DNS system, how to buy a domain name
    • Introduce to HTML and developer tools
    • Show how to create file and view it in browser
    • HTML exercise
    • [hwk] Buy a domain name
    • [hwk] Do GA Project 2
    • [hwk] Work on own site
    • [ext] Intro to command line
  • Session 2
    • Explain what git is - multiple versions of files
    • Push first_site to github and update
    • Introduce to CSS, CSS exercise1
    • Introduce to CSS class/id selectors, CSS exercise2
    • [hwk?] Publish site using gh_pages
    • [hwk] Do GA Project 3
    • [hwk] Finish exercises
  • Session 3
  • Session 4
    • Google analytics - just how to put in the snippet and an example
    • Form submissions
    • Submitting to a google form
    • [hmk] Finish (add google analytics) and submit first_site