From ee9b4743cafd90332abea26b519df5d199bd937d Mon Sep 17 00:00:00 2001 From: Jessica Ng Date: Tue, 6 Feb 2024 18:23:20 -0800 Subject: [PATCH] lec2 slides --- public/content/web/schedule-page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content/web/schedule-page.md b/public/content/web/schedule-page.md index 2d69a6c..c147419 100644 --- a/public/content/web/schedule-page.md +++ b/public/content/web/schedule-page.md @@ -14,7 +14,7 @@ Join the [Ed](https://edstem.org/us/join/RDVU5J) and [Gradescope](https://www.gr | Week | Lecture | Lab Section | Homework/Project | |------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------|---------------------------------------------------------------------------------| | 1 | Intro to HTML and the Web [Slides](https://docs.google.com/presentation/d/1TZakoOsaHnUA_axTgmk4-K6sovMi9XGh4rdz5KNLydc/edit?usp=sharing) | Lab 1: HTML & CSS [Slides](https://docs.google.com/presentation/d/1em2PGMXVms8o_NXlU54pkb19CLLDIduHnNVFqcFFg6k/edit?usp=sharing) | [HW 1: HTML Basics](#/hw/web/hw1) | -| 2 | CSS Basics | Lab 2: CSS Part 2 | HW 2: Personal Portfolio | +| 2 | CSS Basics [Slides](https://docs.google.com/presentation/d/1cI-pR24ZJzLYDNCJFPnWnzyL9arfFQtjrLDG_VsWmi8/edit?usp=sharing) | Lab 2: CSS Part 2 | HW 2: Personal Portfolio | | 3 | JavaScript Basics | Lab 3: JS Part 2 | HW 3: JavaScript Playground | | 4 | Intro to APIs | Lab 4: Git and Deployment (GitHub Pages) | HW 4: Basic APIs | | 5 | APIs, Promises, & Fetch() | Lab 5: API Keys & HW Walkthrough | HW 5: OpenWeatherMap API |