Skip to content

Commit

Permalink
host week 7 warm-up on render
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmaxwellhyland committed Jan 29, 2024
1 parent 6ad23f7 commit 55265b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ApiConsumption/QueryStylesWarmUp.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Read through the instructions, and try to uncover the many mysteries of the page
</div>

## The URL
<a href="https://querystyles.hylandoutreach.repl.co/?textColor=darkred&backgroundColor=cornsilk&font=comic%20sans%20ms&animal=dog&message=i%20like%20turtles&json=false">
https://querystyles.hylandoutreach.repl.co?textColor=darkred&backgroundColor=cornsilk&font=comic sans ms&animal=dog&message=i like turtles&json=false
<a href="https://querystyles.onrender.com?textColor=darkred&backgroundColor=cornsilk&font=comic%20sans%20ms&animal=dog&message=i%20like%20turtles&json=false">
https://querystyles.onrender.com?textColor=darkred&backgroundColor=cornsilk&font=comic sans ms&animal=dog&message=i like turtles&json=false
</a>
2 changes: 1 addition & 1 deletion ApiConsumption/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Students will be able to...
## Warm-Up: Query Styles
This warm-up asks students to experiment with query parameters, even if they don't know what they are yet! There are some different things they can do, but at minimum, they should change the background color and text color for the page. Minimal instruction should be given; the students should be able to figure it out on their own.

Make sure to wake up the [page](https://QueryStyles.hylandoutreach.repl.co) before club - it is [hosted](https://replit.com/@HylandOutreach/QueryStyles) on Replit, and sometimes has some issues.
Make sure to wake up the [page](https://querystyles.onrender.com/) before club - it is hosted on [Render](https://render.com/), and sometimes has some issues.

## Lecture 1: API Concepts
The first [presentation](ApiConcepts.pptx) should familiarize the students with several topics that make API connections possible in JavaScript. This is a high-level overview of these concepts, and should not be too technical.
Expand Down

0 comments on commit 55265b5

Please sign in to comment.