Skip to content

Latest commit

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Intro to Web Development - Class Examples

This repository contains the code snippets from the slides as well as the starter files and solutions to the exercises we will go over in class.

Topics Covered

  • HTML
  • Accessibility
  • CSS
  • Sass
  • Bootstrap
  • JavaScript
  • jQuery
  • Canvas

Setting Up This Repo

  1. Fork the repository in GitHub.

  2. Clone the forked repository.

$ git clone https://github.com/student/webdev-examples class-exercises
  1. Navigate into the newly created class-exercises folder and add another remote
$ git remote -vorigin https://github.com/student/webdev-examples.git (fetch)origin https://github.com/student/webdev-examples.git (push)
$ git remote add upstream https://github.com/caterinasworld/webdev-examples.git
$ git remote -vorigin https://github.com/student/webdev-examples.git (fetch)origin https://github.com/student/webdev-examples.git (push)upstream	hhttps://github.com/caterinasworld/webdev-examples.git (fetch)upstream	https://github.com/caterinasworld/webdev-examples.git (push)
  1. Push any files you update to the origin remote.
$ git push -u origin main
  1. Pull any new files from the upstream remote.
$ git pull upstream main

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages