Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 17, 2021. It is now read-only.

Commit b7154c5

Browse files
committed
new tabs
1 parent e0a765f commit b7154c5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ Also we will go into the DOM and file structure. There will be time spent on why
1616

1717
## Homework
1818

19-
### Read these Chapters from the [Front-end Handbook](https://www.frontendhandbook.com):
20-
* [What Is a Front-End Developer?](https://www.frontendhandbook.com/what-is-a-FD.html)
21-
* [Part I. The Front-End Practice](https://www.frontendhandbook.com/practice.html)
19+
### Read these Chapters from the [Front-end Handbook](https://www.frontendhandbook.com){:target="_blank"}:
20+
* [What Is a Front-End Developer?](https://www.frontendhandbook.com/what-is-a-FD.html){:target="_blank"}
21+
* [Part I. The Front-End Practice](https://www.frontendhandbook.com/practice.html){:target="_blank"}
2222

2323
###Watch these videos:
24-
* [How the Internet Works in 5 Minutes](https://www.youtube.com/watch?v=7_LPdttKXPc)
25-
* [How Web Browsers Work](https://www.youtube.com/watch?v=WjDrMKZWCt0)
24+
* [How the Internet Works in 5 Minutes](https://www.youtube.com/watch?v=7_LPdttKXPc){:target="_blank"}
25+
* [How Web Browsers Work](https://www.youtube.com/watch?v=WjDrMKZWCt0){:target="_blank"}
2626

2727
### Exercises:
28-
* Khan Academy: [Into to HTML/CSS: Making webpages](https://www.khanacademy.org/computing/computer-programming/html-css#concept-intro)
28+
* Khan Academy: [Into to HTML/CSS: Making webpages](https://www.khanacademy.org/computing/computer-programming/html-css#concept-intro){:target="_blank"}
2929

3030
### Assignment:
3131
* Make your own web resume:
@@ -64,22 +64,22 @@ Also we will go into the DOM and file structure. There will be time spent on why
6464
## Homework
6565

6666
### Read:
67-
* [Introduction to media queries](https://teamtreehouse.com/library/css3/media-queries/introduction)
68-
* [More about media queries](https://css-tricks.com/css-media-queries/)
69-
* [HTML syntax](http://www.w3schools.com/html/html5_syntax.asp)
70-
* [Article about mulitiple ways to select classes and id's](https://css-tricks.com/multiple-class-id-selectors/)
71-
* [Read about nice color combinations](http://www.colorcombos.com/index.html)
67+
* [Introduction to media queries](https://teamtreehouse.com/library/css3/media-queries/introduction){:target="_blank"}
68+
* [More about media queries](https://css-tricks.com/css-media-queries/){:target="_blank"}
69+
* [HTML syntax](http://www.w3schools.com/html/html5_syntax.asp){:target="_blank"}
70+
* [Article about mulitiple ways to select classes and id's](https://css-tricks.com/multiple-class-id-selectors/){:target="_blank"}
71+
* [Read about nice color combinations](http://www.colorcombos.com/index.html){:target="_blank"}
7272

7373
### Exercises:
74-
* Udacity: [Responsive web design fundamentals](https://www.udacity.com/course/responsive-web-design-fundamentals--ud893)
74+
* Udacity: [Responsive web design fundamentals](https://www.udacity.com/course/responsive-web-design-fundamentals--ud893){:target="_blank"}
7575

7676
### Assignment:
7777
* Remake an existing website: choose one of the following
7878
*
7979
*
8080
*
8181
* It should have an external CSS file
82-
* BEFORE you hand it in, read the [Style guide](http://www.w3schools.com/html/html5_syntax.asp) again and check your files
82+
* BEFORE you hand it in, read the [Style guide](http://www.w3schools.com/html/html5_syntax.asp){:target="_blank"} again and check your files
8383

8484

8585

0 commit comments

Comments
 (0)