Skip to content

Commit d5ae2f1

Browse files
committed
nnn
1 parent ddc95e2 commit d5ae2f1

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

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

2323
###Watch these videos:
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"}
24+
* <a href="https://www.youtube.com/watch?v=7_LPdttKXPc" target="_blank">How the Internet Works in 5 Minutes</a>
25+
* <a href="https://www.youtube.com/watch?v=WjDrMKZWCt0" target="_blank">How Web Browsers Work</a>
2626

2727
### Exercises:
28-
* Khan Academy:<a href="https://www.khanacademy.org/computing/computer-programming/html-css#concept-intro" target="_blank">Into to HTML/CSS: Making webpages </a>
28+
* Khan Academy: <a href="https://www.khanacademy.org/computing/computer-programming/html-css#concept-intro" target="_blank">Into to HTML/CSS: Making webpages </a>
2929

3030

3131
### Assignment:
@@ -65,22 +65,22 @@ Also we will go into the DOM and file structure. There will be time spent on why
6565
## Homework
6666

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

7474
### Exercises:
75-
* Udacity: [Responsive web design fundamentals](https://www.udacity.com/course/responsive-web-design-fundamentals--ud893){:target="_blank"}
75+
* Udacity: <a href="https://www.udacity.com/course/responsive-web-design-fundamentals--ud893" target="_blank">Responsive web design fundamentals</a>
7676

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

8585

8686

0 commit comments

Comments
 (0)