Skip to content

Commit a1f602f

Browse files
committed
Merge pull request #201 from codebar/set-tasks
Set tasks
2 parents 2acc0a3 + 81ac520 commit a1f602f

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

html/lesson6/tutorial.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,7 @@ img {
134134

135135
-----
136136
This ends our sixth lesson. How did you find the introduction to HTML5? Is there something you don't understand? Try to use the provided resources with your coach. If you have any feedback, or can think of ways to improve this tutorial [send us an email](mailto:feedback@codebar.io) and let us know.
137+
138+
## Extras
139+
140+
Now that you are familiar with HTML & CSS, how about you go away and create your own portfolio site. Think about the pages that you may include, such as home, about me and a portfolio or gallery page. You may even want to include a downloadable CV.

js/lesson5/tutorial.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,9 @@ Here is our version of [Hangman](../../examples/hangman/index.html).
9494

9595
---
9696
This ends our **HTTP Requests, AJAX and APIs** tutorial. Is there something you don't understand? Try and go through the provided resources with your coach. If you have any feedback, or can think of ways to improve this tutorial [send us an email](mailto:feedback@codebar.io) and let us know.
97+
98+
## Extras
99+
100+
Now that you are familiar with HTTP requests, AJAX and APIs, how about you go away and create a webpage that pulls in all instagram pictures with a certain hashtag.
101+
102+
Or embed a google map onto a webpage with it pointing to a destination of your choice in London.

ruby/lesson5/tutorial.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,3 +285,9 @@ If you need any help don't hesitate to ask [in our chatroom](https://gitter.im/c
285285

286286
---
287287
This ends our **Object Oriented Ruby and Inheritance (part 2)** tutorial. Is there something you don't understand? Try and go through the provided resources with your coach. If you have any feedback, or can think of ways to improve this tutorial [send us an email](mailto:feedback@codebar.io) and let us know.
288+
289+
### Further reading
290+
291+
If you want to challenge yourself further and dive into the world of Rails, a Ruby framework for building websites, here is a tutorial book to [get you started.](https://www.railstutorial.org/book/frontmatter)
292+
293+

0 commit comments

Comments
 (0)