Skip to content

GITting down with labs and code

Objectives

Goals

  • Create a basic webpage
  • Publish your page onto GitHub pages

Reminder

The pre-lab must completed before attempting this lab.

Lab outline

  1. Using VS Code
  2. Writing HTML
  3. Writing CSS
  4. Publishing with GitHub Pages

This lab will walk you through the process of creating a static web page in HTML with some additional style elements using CSS. Then you will be tasked to host it using GitHub pages.

For the extra lab (and extra credit), you can add a map using the Leaflet JS library, but we will cover that in Lab #2.

Note: I highly recommend checking out the Leaflet documentation. Looking at any documentation before choosing any software is important, because badly documented libraries can make tools difficult to use.