diff --git a/workshop/images/side-quest-01-01-command-anatomy-dark.svg b/workshop/images/side-quest-01-01-command-anatomy-dark.svg
new file mode 100644
index 00000000..2ec4b15d
--- /dev/null
+++ b/workshop/images/side-quest-01-01-command-anatomy-dark.svg
@@ -0,0 +1,77 @@
+
diff --git a/workshop/images/side-quest-01-01-command-anatomy-light.svg b/workshop/images/side-quest-01-01-command-anatomy-light.svg
new file mode 100644
index 00000000..17d16798
--- /dev/null
+++ b/workshop/images/side-quest-01-01-command-anatomy-light.svg
@@ -0,0 +1,77 @@
+
diff --git a/workshop/side-quest-01-01-terminal-basics.md b/workshop/side-quest-01-01-terminal-basics.md
index fb875c77..da97bdb5 100644
--- a/workshop/side-quest-01-01-terminal-basics.md
+++ b/workshop/side-quest-01-01-terminal-basics.md
@@ -20,6 +20,12 @@
The **prompt** is a short line of text ending in `$`, `%`, or `>`. When you see it, the terminal is ready for your **command**. Whatever the terminal prints back is the **output**.
+
+
+
+
+
+
---
## Practice 1: Confirm your terminal works