From 95d2e0a1bf4790a4b1e7d6e836025822310380a3 Mon Sep 17 00:00:00 2001 From: Joseph Maxwell Date: Fri, 9 Feb 2024 12:45:05 -0500 Subject: [PATCH] swap out replit hosted projects --- ApiReviewExamples/Examples/MacroRandomizer.md | 2 +- ApiReviewExamples/Examples/Trivia.md | 2 +- ApiReviewExamples/Examples/Weather.md | 2 +- Arrays/Challenges.md | 2 +- Arrays/WarmUp.md | 2 +- ArrowFunctions/README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ApiReviewExamples/Examples/MacroRandomizer.md b/ApiReviewExamples/Examples/MacroRandomizer.md index b4261e1..17f4750 100644 --- a/ApiReviewExamples/Examples/MacroRandomizer.md +++ b/ApiReviewExamples/Examples/MacroRandomizer.md @@ -1,7 +1,7 @@ # API Example: Macro Randomizer This website generates random [image macro](https://en.wiktionary.org/wiki/image_macro)s. It pulls a random bit of text from a variety of text-based APIs, then pulls a random image from a variety of different image APIs, and puts them together using a text-image-overlay API. This is certainly the most complex example in the lesson, but it is also the most powerful; combining multiple APIs can be quite interesting. -- [Preview: https://macrorandomizer.hylandoutreach.repl.co/](https://macrorandomizer.hylandoutreach.repl.co/) +- [Preview](https://hylandtechclub.com/showcase/Web103/MacroRandomizer/index.html) - [Project: https://replit.com/@HylandOutreach/MacroRandomizer](https://replit.com/@HylandOutreach/MacroRandomizer) - APIs: Several diff --git a/ApiReviewExamples/Examples/Trivia.md b/ApiReviewExamples/Examples/Trivia.md index 5959640..c7b9fd7 100644 --- a/ApiReviewExamples/Examples/Trivia.md +++ b/ApiReviewExamples/Examples/Trivia.md @@ -1,7 +1,7 @@ # API Example: Trivia App This site uses a Trivia API to grab some multiple choice questions and use them to quiz the user. -- [Preview: https://trivia.hylandoutreach.repl.co](https://trivia.hylandoutreach.repl.co) +- [Preview](https://hylandtechclub.com/showcase/Web103/Trivia/index.html) - [Project: https://replit.com/@HylandOutreach/Trivia](https://replit.com/@HylandOutreach/Trivia) - [APIs: Open Trivia Database](https://opentdb.com/api_config.php) diff --git a/ApiReviewExamples/Examples/Weather.md b/ApiReviewExamples/Examples/Weather.md index eb80db7..fa52d56 100644 --- a/ApiReviewExamples/Examples/Weather.md +++ b/ApiReviewExamples/Examples/Weather.md @@ -1,7 +1,7 @@ # API Example: Weather App This site takes a search location (either zip code or city name), finds some information about the current weather for it, and displays it. -- [Preview: https://weather.hylandoutreach.repl.co](https://weather.hylandoutreach.repl.co) +- [Preview](https://hylandtechclub.com/showcase/Web103/Weather/index.html) - [Project: https://replit.com/@HylandOutreach/Weather](https://replit.com/@HylandOutreach/Weather) - [APIs: Open-Meteo](https://open-meteo.com/) diff --git a/Arrays/Challenges.md b/Arrays/Challenges.md index cf4c377..4cd7f0b 100644 --- a/Arrays/Challenges.md +++ b/Arrays/Challenges.md @@ -1,5 +1,5 @@ # Challenges -Try to complete these challenges that deal with a [playlist website](https://the-best-songs.hylandoutreach.repl.co/). +Try to complete these challenges that deal with a playlist website. Start by forking [this Repl project](https://replit.com/@HylandOutreach/the-best-songs#style.css). Then, try to update the site in a variety of ways! Feel free to hop around whichever challenges interest you the most. diff --git a/Arrays/WarmUp.md b/Arrays/WarmUp.md index be0f52e..b648c00 100644 --- a/Arrays/WarmUp.md +++ b/Arrays/WarmUp.md @@ -1,7 +1,7 @@ # Warm-Up: Top Ten Restaurants Follow these instructions to build a top ten list of your favorite restaurants. -1. Open the [Top Ten Restaurants Website](https://toptenrestaurants.hylandoutreach.repl.co/) +1. Open the [Top Ten Restaurants Website](https://hylandtechclub.com/showcase/Web103/TopTen/index.html) 1. Delete any restaurants that are not in your top ten 1. Edit existing restaurants to update their positions 1. Add new restaurants (at least three) to the bottom of the list diff --git a/ArrowFunctions/README.md b/ArrowFunctions/README.md index 72f3700..3a3571e 100644 --- a/ArrowFunctions/README.md +++ b/ArrowFunctions/README.md @@ -19,7 +19,7 @@ The [presentation](ArrowFunctions.pptx) reviews anonymous functions, introduces Print out copies of the [worksheet](ArrowFunctionsWorksheet.docx), or direct students to the [online version](Worksheet.md) if they are virtual. Give them time to try to complete the worksheet without assistance. When they turn in their worksheets, check them for correctness against the [answer key](WorksheetAnswers.md), and give them back if there is anything they need to fix. ## Code-Along: Cereal Mascots for Some Reason -Follow the [instructions](MascotsCodeAlong.md) to build up a sweet website. By the end of the activity, the project should look something like [this](https://cerealend.hylandoutreach.repl.co/). +Follow the [instructions](MascotsCodeAlong.md) to build up a sweet website. By the end of the activity, the project should look something like [this](https://replit.com/@HylandOutreach/CerealEnd/). ## Self-Paced Work: Trading Card Updates Students should follow the [self-paced work instructions](SelfPacedWork.md) to update their websites. They should be encouraged to change the subjects of the trading cards, and do whatever they would like with the styles.