diff --git a/en/code/tell-a-story-starter/index.html b/en/code/tell-a-story-starter/index.html index ff6d3737..7d3136aa 100644 --- a/en/code/tell-a-story-starter/index.html +++ b/en/code/tell-a-story-starter/index.html @@ -1,18 +1,18 @@ -
- - + + + - - -It was a beautiful day...
-Add your own text here!
+` paragraph tag inside your new `
The star asked a friend to come and visit.
+` is a __paragraph__ of text. +--- /task --- ---- /collapse --- +--- /challenge --- diff --git a/en/step_5.md b/en/step_5.md index 6cfb2493..de2876cb 100644 --- a/en/step_5.md +++ b/en/step_5.md @@ -1,19 +1,18 @@ ---- challenge --- -## Challenge: make some changes -Edit the HTML and CSS code to customise your webpage. +## What can you do now? -![screenshot](images/story-changes.png) +If you are following the [HTML and CSS: Module 1](https://projects.raspberrypi.org/en/pathways/webdev-module-1) pathway, you can move on to the [Wanted](https://projects.raspberrypi.org/en/projects/wanted) project. In this project, you will learn how to make your own poster. -The HTML content can be found in the `index.html` file, and the CSS style in the `style.css` file. +--- print-only --- -![screenshot](images/story-files.png) +![A wanted poster of a robot](images/wanted-final.png) -You can also alter the colours used in the webpage, and you can use different fonts such as: -+ Arial -+ Comic Sans MS -+ Impact -+ Tahoma +--- /print-only --- -Find more CSS colour names [here](http://jumpto.cc/colours){:target="_blank"}. +--- no-print --- ---- /challenge --- + + +--- /no-print --- + +Or, why not try out another [HTML](https://projects.raspberrypi.org/en/projects?software%5B%5D=html-css-javascript) project. \ No newline at end of file diff --git a/en/step_6.md b/en/step_6.md deleted file mode 100644 index 5ecfe1b7..00000000 --- a/en/step_6.md +++ /dev/null @@ -1,45 +0,0 @@ -## Telling your story - -Let's add a second part to your story. - -+ Go to line 15 of the code, and add in another set of `
More text here!
-``` - -![screenshot](images/story-paragraph.png) - -+ You can display an image in your new box by adding this code inside your `