diff --git a/en/code/recipe-complete/banana.jpg b/en/code/recipe-complete/banana.jpg new file mode 100644 index 00000000..40dbe932 Binary files /dev/null and b/en/code/recipe-complete/banana.jpg differ diff --git a/en/code/recipe-starter/banana.jpg b/en/code/recipe-starter/banana.jpg new file mode 100644 index 00000000..40dbe932 Binary files /dev/null and b/en/code/recipe-starter/banana.jpg differ diff --git a/en/code/recipe-starter/chocolate.jpg b/en/code/recipe-starter/chocolate.jpg new file mode 100644 index 00000000..47bc9db0 Binary files /dev/null and b/en/code/recipe-starter/chocolate.jpg differ diff --git a/en/code/recipe-starter/dough.jpg b/en/code/recipe-starter/dough.jpg new file mode 100644 index 00000000..c1545dcd Binary files /dev/null and b/en/code/recipe-starter/dough.jpg differ diff --git a/en/code/recipe-starter/fruit.jpg b/en/code/recipe-starter/fruit.jpg new file mode 100644 index 00000000..510d3e8e Binary files /dev/null and b/en/code/recipe-starter/fruit.jpg differ diff --git a/en/code/recipe-starter/milk.jpg b/en/code/recipe-starter/milk.jpg new file mode 100644 index 00000000..5842b6b7 Binary files /dev/null and b/en/code/recipe-starter/milk.jpg differ diff --git a/en/code/recipe-starter/pepper.jpg b/en/code/recipe-starter/pepper.jpg new file mode 100644 index 00000000..edeac89c Binary files /dev/null and b/en/code/recipe-starter/pepper.jpg differ diff --git a/en/code/recipe-starter/rice.jpg b/en/code/recipe-starter/rice.jpg new file mode 100644 index 00000000..7456dce0 Binary files /dev/null and b/en/code/recipe-starter/rice.jpg differ diff --git a/en/code/recipe-starter/tomatoes.jpg b/en/code/recipe-starter/tomatoes.jpg new file mode 100644 index 00000000..127d25ef Binary files /dev/null and b/en/code/recipe-starter/tomatoes.jpg differ diff --git a/en/meta.yml b/en/meta.yml index ffca8b50..dfb18f11 100644 --- a/en/meta.yml +++ b/en/meta.yml @@ -19,7 +19,6 @@ version: 3 last_tested: 2017-01-01 steps: - title: What you will make -- title: Decide on a recipe - title: Ingredients completion: - engaged diff --git a/en/step_2.md b/en/step_2.md index c5426e5a..04243985 100644 --- a/en/step_2.md +++ b/en/step_2.md @@ -1,13 +1,66 @@ -## Decide on a recipe +## Ingredients -Before you get coding, you’ll need to decide on a recipe. +The example recipe you’ll see in this project is for a banana milkshake, but you can choose your own. +Let’s list the ingredients that are needed for your recipe. +--- task --- +Open the [starter project](https://staging-editor.raspberrypi.org/en/projects/recipe-starter){:target="_blank"}. +--- /task --- -+ Think about a recipe you want to share with your friends. It could be: - + A recipe you found online; - + Your favourite meal; - + Something you made up! +--- task --- +In the `` section, add a title for your recipe. -The example recipe you’ll see in this project is for a banana milkshake. You can copy this recipe if you can’t find one of your own. +--- code --- +--- +language: html +line_numbers: true +line_number_start: 7 +line_highlights: 8-10 +--- + +

Banana Milkshake

+ +

Ingredients:

+ + +--- /code --- + +--- /task --- + +--- task --- +The `