From 277a74260b2f21dbce9b6495d57e0224d801447d Mon Sep 17 00:00:00 2001 From: Oliver Zhang Date: Fri, 20 Sep 2024 09:22:28 -0700 Subject: [PATCH] Hide Github basics --- content/english/github-basics/_index.md | 3 ++- content/english/github-basics/activity-1.md | 2 +- content/english/github-basics/activity-10.md | 2 +- content/english/github-basics/activity-2.md | 2 +- content/english/github-basics/activity-3.md | 2 +- content/english/github-basics/activity-4.md | 2 +- content/english/github-basics/activity-5.md | 2 +- content/english/github-basics/activity-7.md | 2 +- content/english/github-basics/activity-8.md | 2 +- content/english/github-basics/activity-9.md | 2 +- 10 files changed, 11 insertions(+), 10 deletions(-) diff --git a/content/english/github-basics/_index.md b/content/english/github-basics/_index.md index 290bf223b..d93efbbff 100644 --- a/content/english/github-basics/_index.md +++ b/content/english/github-basics/_index.md @@ -4,6 +4,7 @@ description: "Learn GitHub basics through a fun, collaborative project where eac difficulty: "Beginner" prereq: "Email account" weight: 1 +hidden: true --- Welcome to the GitHub Basics Workshop! This workshop aims to teach you the fundamentals of GitHub through an escape room-style game. Each room will cover a different GitHub concept. Complete the tasks in each room to unlock the next one. Good luck! @@ -19,7 +20,7 @@ Welcome to the GitHub Basics Workshop! This workshop aims to teach you the funda 5. [Room 5: GitHub Pages and Collaboration](./activity-5) 6. [Room 6: Review and Reflection](./activity-6) 7. [Room 7: Bonus Challenge](./activity-7) -8. [Room 8: Bonus Challenge 2](./activity-8)uu +8. [Room 8: Bonus Challenge 2](./activity-8) 9. [Room 9: Bonus Challenge 3](./activity-9) 10. [Room 10: Bonus Challenge 4](./activity-10) 11. [Conclusion](./conclusion) diff --git a/content/english/github-basics/activity-1.md b/content/english/github-basics/activity-1.md index 430134bc4..9314acdbc 100644 --- a/content/english/github-basics/activity-1.md +++ b/content/english/github-basics/activity-1.md @@ -5,7 +5,7 @@ difficulty: "Beginner" weight: 1 --- -{{< figure src="../images/room1_fork.jpg" title="The first room of the Code Dungeon, illuminated by a mysterious GitHub logo" >}} +The first room of the Code Dungeon, illuminated by a mysterious GitHub logo You awaken in a dimly lit room. A pedestal in the center holds a glowing GitHub logo. A voice echoes: "To proceed, you must fork the path ahead." diff --git a/content/english/github-basics/activity-10.md b/content/english/github-basics/activity-10.md index 4c83289b1..041f4c406 100644 --- a/content/english/github-basics/activity-10.md +++ b/content/english/github-basics/activity-10.md @@ -7,7 +7,7 @@ weight: 10 # Room 10: The Deployment Den -{{< figure src="../images/room10_pages.jpg" title="A room with a giant screen displaying a website and floating deploy buttons" >}} +A room with a giant screen displaying a website and floating deploy buttons You enter the final room to find a giant screen displaying a website and floating "Deploy" buttons. A triumphant voice announces: "Deploy your victory for all to see!" diff --git a/content/english/github-basics/activity-2.md b/content/english/github-basics/activity-2.md index 48ad39258..d694c47a2 100644 --- a/content/english/github-basics/activity-2.md +++ b/content/english/github-basics/activity-2.md @@ -7,7 +7,7 @@ weight: 2 # Room 2: The Commit Conundrum -{{< figure src="../images/room2_commit.jpg" title="Code snippets float around a central terminal, waiting to be organized" >}} +Code snippets float around a central terminal, waiting to be organized As you enter the second room, snippets of code float in the air. A terminal in the center flickers with a message: "Bring order to chaos. Commit your changes to proceed." diff --git a/content/english/github-basics/activity-3.md b/content/english/github-basics/activity-3.md index 1690585ff..8234ba9cd 100644 --- a/content/english/github-basics/activity-3.md +++ b/content/english/github-basics/activity-3.md @@ -7,7 +7,7 @@ weight: 3 # Room 3: The Pull Request Portal -{{< figure src="../images/room3_pull_request.jpg" title="A massive door stands before you, with 'Pull Request' emblazoned above" >}} +A massive door stands before you, with 'Pull Request' emblazoned above A massive door blocks your path, with "Pull Request" written above it. A sign reads: "To open this door, your changes must be reviewed." diff --git a/content/english/github-basics/activity-4.md b/content/english/github-basics/activity-4.md index ccd330881..b1a8973ca 100644 --- a/content/english/github-basics/activity-4.md +++ b/content/english/github-basics/activity-4.md @@ -5,7 +5,7 @@ difficulty: "Intermediate" weight: 4 --- -{{< figure src="../images/room4_merge.jpg" title="A complex maze represents the challenges of merging code" >}} +A complex maze represents the challenges of merging code You find yourself in a room with a complex maze on the floor. Paths intersect and diverge, representing the occasional challenges of merging code from your local copy to the remotely hosted version. diff --git a/content/english/github-basics/activity-5.md b/content/english/github-basics/activity-5.md index cb0e61f05..c9097eb3c 100644 --- a/content/english/github-basics/activity-5.md +++ b/content/english/github-basics/activity-5.md @@ -7,7 +7,7 @@ weight: 5 # Room 5: The Conflict Canyon -{{< figure src="../images/room5_conflict.jpg" title="Two bridges almost connect over a deep chasm, representing a merge conflict" >}} +Two bridges almost connect over a deep chasm, representing a merge conflict You enter a room with a deep chasm. Two bridges extend from either side but don't quite meet in the middle. A sign reads: "Only by resolving conflicts can you cross." diff --git a/content/english/github-basics/activity-7.md b/content/english/github-basics/activity-7.md index c49fdf2d7..ccae21c19 100644 --- a/content/english/github-basics/activity-7.md +++ b/content/english/github-basics/activity-7.md @@ -7,7 +7,7 @@ weight: 7 # Room 7: The Automation Alley -{{< figure src="../images/room7_actions.jpg" title="A room filled with gears and conveyor belts representing automated workflows" >}} +A room filled with gears and conveyor belts representing automated workflows You step into a room buzzing with activity. Gears turn and conveyor belts move, symbolizing automated processes. A holographic display flickers to life: "Automate your way to victory!" diff --git a/content/english/github-basics/activity-8.md b/content/english/github-basics/activity-8.md index 83a17fdc0..0f3af1d0b 100644 --- a/content/english/github-basics/activity-8.md +++ b/content/english/github-basics/activity-8.md @@ -7,7 +7,7 @@ weight: 8 # Room 8: The Project Planner's Paradise -{{< figure src="../images/room8_projects.jpg" title="A room with floating kanban boards and project timelines" >}} +A room with floating kanban boards and project timelines You enter a room filled with floating kanban boards and project timelines. A soothing voice announces: "Bring order to chaos, plan your escape!" diff --git a/content/english/github-basics/activity-9.md b/content/english/github-basics/activity-9.md index fb23ed439..6f16d3866 100644 --- a/content/english/github-basics/activity-9.md +++ b/content/english/github-basics/activity-9.md @@ -7,7 +7,7 @@ weight: 9 # Room 9: The Security Stronghold -{{< figure src="../images/room9_security.jpg" title="A room filled with locks, shields, and security monitors" >}} +A room filled with locks, shields, and security monitors You enter a room bristling with security measures. Locks, shields, and security monitors surround you. A stern voice declares: "Secure your code to proceed!"