From 056337aedb161b4d1d15448729905d85b4ea763d Mon Sep 17 00:00:00 2001 From: Vanessa Ating Date: Sat, 14 Oct 2017 23:42:20 +0100 Subject: [PATCH] Added links to beginner projects on freecodecamp to help with learning web developement --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 701b9b2..92284cf 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,8 @@ Add Assignments that can be practised by beginners learning Web Development. * [Codecademy HTML & CSS](https://www.codecademy.com/en/tracks/htmlcss) * [Learn to code HTML & CSS](https://learn.shayhowe.com/) -Have fun! \ No newline at end of file +## Assignments For HTML & CSS (Beginner Projects) +* [Build a Tribute Page](https://www.freecodecamp.org/challenges/build-a-tribute-page) +* [Build a Personal Portfolio Webpage](https://www.freecodecamp.org/challenges/build-a-personal-portfolio-webpage) + +Have fun!