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

Skip to content

Commit 806d3e6

Browse files
committed
clean up
1 parent ef05e31 commit 806d3e6

File tree

3 files changed

+102
-102
lines changed

3 files changed

+102
-102
lines changed

Week1/MAKEME.md

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
55
### Learning goals for this week:
66
```
7-
* The division of labor between HTML and CSS
8-
* Introduction to HTML:
9-
* Parents, children, attributes
10-
* Indentation
11-
* Semantic elements
12-
* Paragraphs, links, images, lists
13-
* Introduction to CSS:
14-
* Where can we write it and what difference does that make?
15-
* Selectors (id, class, element type), properties
16-
* How to structure a CSS file
17-
* Naming things
18-
* External files: relative and absolute paths
19-
* Getting to know your text editor
7+
The division of labor between HTML and CSS
8+
Introduction to HTML:
9+
Parents, children, attributes
10+
Indentation
11+
Semantic elements
12+
Paragraphs, links, images, lists
13+
Introduction to CSS:
14+
Where can we write it and what difference does that make?
15+
Selectors (id, class, element type), properties
16+
How to structure a CSS file
17+
Naming things
18+
External files: relative and absolute paths
19+
Getting to know your text editor
2020
```
2121

2222
## Step 1: Read and watch
@@ -27,36 +27,36 @@ Before you start check out this [video](http://www.learningscientists.org/videos
2727
Read about [HTML5](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5)
2828

2929
#### CSS:
30-
* [CSS reference](http://cssreference.io/)
31-
* [MDN - Introduction to CSS layout](https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Introduction)
32-
* [CSS-tricks - CSS Properties](https://css-tricks.com/almanac/properties/)
33-
* [MDN - CSS box model](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model)
30+
[CSS reference](http://cssreference.io/)
31+
[MDN - Introduction to CSS layout](https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Introduction)
32+
[CSS-tricks - CSS Properties](https://css-tricks.com/almanac/properties/)
33+
[MDN - CSS box model](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model)
3434

3535
## Step 2: Give feedback
36-
* In Trello, you are assigned to one of the cards of your fellow students (in the Class11 Week0 HTML/CSS list). Give feedback on the application assignment of your fellow student. Please be critical but most of all give constructive feedback. If there are resources that you used and might be useful, share them.
37-
* revisit you own application assignment and improve it with the feedback and suggestions given by one of your classmates.
36+
In Trello, you are assigned to one of the cards of your fellow students (in the Class11 Week0 HTML/CSS list). Give feedback on the application assignment of your fellow student. Please be critical but most of all give constructive feedback. If there are resources that you used and might be useful, share them.
37+
revisit you own application assignment and improve it with the feedback and suggestions given by one of your classmates.
3838

3939
> Don't forget, you can always revisit Khan Academy: [Into to HTML/CSS: Making web pages](https://nl.khanacademy.org/computing/computer-programming/html-css) if you are stuck and need a reminder
4040
4141
## Step 3: Assignment
42-
* Make your own web resume:
43-
* One page
44-
* Two files: HTML and CSS
45-
* Include the following:
46-
* Your personal info (name, place of birth, etc.)
47-
* A picture
48-
* A few lines about who you are
49-
* Education
50-
* Work experience
51-
* Include the following:
52-
* Different types of headings (`<h1>`, `<h2>`)
53-
* A list (`<ul>`). In this list include the _learning strategies_ you used making your resume. Also include some of the resources/references, this can be documentation/video etc, that where helpful.
54-
* Another list (`<ul>`). In this list you include the most important platforms/resources where you can find all hyf related information.
55-
* `<img>`
56-
* `<p>`
57-
* Some CSS properties: `margin`, `padding`
58-
* Make sure that you page looks nice, and that your text is readable
59-
* BEFORE you hand it in, read the [Style guide](http://www.w3schools.com/html/html5_syntax.asp) and check your files (you can also use the [HTML validator](https://validator.w3.org)).
42+
Make your own web resume:
43+
One page
44+
Two files: HTML and CSS
45+
Include the following:
46+
Your personal info (name, place of birth, etc.)
47+
A picture
48+
A few lines about who you are
49+
Education
50+
Work experience
51+
Include the following:
52+
Different types of headings (`<h1>`, `<h2>`)
53+
A list (`<ul>`). In this list include the _learning strategies_ you used making your resume. Also include some of the resources/references, this can be documentation/video etc, that where helpful.
54+
Another list (`<ul>`). In this list you include the most important platforms/resources where you can find all hyf related information.
55+
`<img>`
56+
`<p>`
57+
Some CSS properties: `margin`, `padding`
58+
Make sure that you page looks nice, and that your text is readable
59+
BEFORE you hand it in, read the [Style guide](http://www.w3schools.com/html/html5_syntax.asp) and check your files (you can also use the [HTML validator](https://validator.w3.org)).
6060

6161
### How to hand in Homework:
6262
_Steps_:

Week2/MAKEME.md

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -4,62 +4,62 @@
44

55
### Learning goals for this week:
66
```
7-
* Student presentations
8-
* Last week recap and questions
9-
* Responsive web development
10-
* Relative measurements (%, (r)em, vw)
11-
* Media queries
12-
* Positioning (absolute, relative, fixed)
13-
* Floating and clearing
14-
* Flexbox
15-
* How to work with the inspector
7+
Student presentations
8+
Last week recap and questions
9+
Responsive web development
10+
Relative measurements (%, (r)em, vw)
11+
Media queries
12+
Positioning (absolute, relative, fixed)
13+
Floating and clearing
14+
Flexbox
15+
How to work with the inspector
1616
```
1717

1818
## Step 1: Give feedback:
19-
* In Trello you are added to one of the cards of your fellow students.
20-
* Give feedback on the application assignment of your fellow student. Please be critical but most of all give constructive feedback. If there are resources that you used and might be useful, share them.
21-
* revisit you own application assignment and improve it with the feedback and suggestions given by one of your classmates.
19+
In Trello you are added to one of the cards of your fellow students.
20+
Give feedback on the application assignment of your fellow student. Please be critical but most of all give constructive feedback. If there are resources that you used and might be useful, share them.
21+
revisit you own application assignment and improve it with the feedback and suggestions given by one of your classmates.
2222

2323
## Step 2: Read/do/watch
24-
* [Introduction to media queries](https://teamtreehouse.com/library/css3/media-queries/introduction)
25-
* [More about media queries](https://css-tricks.com/css-media-queries/)
26-
* [HTML syntax](http://www.w3schools.com/html/html5_syntax.asp)
27-
* [Article about multiple ways to select classes and id's](https://css-tricks.com/multiple-class-id-selectors)
28-
* [Read about nice color combinations](http://www.colorcombos.com/index.html)
24+
[Introduction to media queries](https://teamtreehouse.com/library/css3/media-queries/introduction)
25+
[More about media queries](https://css-tricks.com/css-media-queries/)
26+
[HTML syntax](http://www.w3schools.com/html/html5_syntax.asp)
27+
[Article about multiple ways to select classes and id's](https://css-tricks.com/multiple-class-id-selectors)
28+
[Read about nice color combinations](http://www.colorcombos.com/index.html)
2929

3030
### Exercises:
31-
* CodeAcedemy: [Learn Responsive Design](https://www.codecademy.com/learn/learn-responsive-design)
31+
CodeAcedemy: [Learn Responsive Design](https://www.codecademy.com/learn/learn-responsive-design)
3232

3333
### Super fun flexbox and grid practice
34-
* [flexboxfroggy](https://flexboxfroggy.com/)
35-
* [cssgridgarden](http://cssgridgarden.com/)
34+
[flexboxfroggy](https://flexboxfroggy.com/)
35+
[cssgridgarden](http://cssgridgarden.com/)
3636

3737
## Step 3: Assignment:
38-
* Grids exercise
39-
* Download the HTML and images in the folder Homework 2
40-
* You are going to write the CSS for this page
41-
* You are not allowed to change the HTML
42-
* The page contains two grids: the first one should work using floats, the second using flex box. Be careful not to mix the two!
43-
* We want the grid to look as follows:
44-
* On mobile phones: a two column grid, with the exception that the first item spans the full width
45-
* On tablets: a three column grid, with the exception that the first two items span the full width together (so first we have two columns, then after the first two items we have three columns)
46-
* On desktops: a four column grid, with the exception that the first item spans two columns.
47-
* There should be some space between the grid items
48-
* Make the page look beautiful by adding some more CSS! Some tips:
49-
* How about some nice colors, fonts, hover styles?
50-
* According to the grid specification, some products are bigger than others. Maybe these are "highlighted" products, so the rest of the styling could also be different.
51-
* BEFORE you hand it in, read [the Style guide](http://www.w3schools.com/html/html5_syntax.asp) again and check your files
38+
Grids exercise
39+
Download the HTML and images in the folder Homework 2
40+
You are going to write the CSS for this page
41+
You are not allowed to change the HTML
42+
The page contains two grids: the first one should work using floats, the second using flex box. Be careful not to mix the two!
43+
We want the grid to look as follows:
44+
On mobile phones: a two column grid, with the exception that the first item spans the full width
45+
On tablets: a three column grid, with the exception that the first two items span the full width together (so first we have two columns, then after the first two items we have three columns)
46+
On desktops: a four column grid, with the exception that the first item spans two columns.
47+
There should be some space between the grid items
48+
Make the page look beautiful by adding some more CSS! Some tips:
49+
How about some nice colors, fonts, hover styles?
50+
According to the grid specification, some products are bigger than others. Maybe these are "highlighted" products, so the rest of the styling could also be different.
51+
BEFORE you hand it in, read [the Style guide](http://www.w3schools.com/html/html5_syntax.asp) again and check your files
5252

5353
```
5454
How to hand in your homework:
55-
* Upload your homework in your Github repository.
56-
* Make sure to create a new folder "week2" first.
57-
* Your hyf-html-css/week2 should now contain an index.html and a main.css file (and the images folder)
58-
* Place the link to your repository in Trello.
55+
Upload your homework in your Github repository.
56+
Make sure to create a new folder "week2" first.
57+
Your hyf-html-css/week2 should now contain an index.html and a main.css file (and the images folder)
58+
Place the link to your repository in Trello.
5959
```
6060

6161
## Extra extra (bonus assignment :star: ):
6262

63-
* Add one of the following to your page:
64-
* An animation using CSS keyframes
65-
* SVG
63+
Add one of the following to your page:
64+
An animation using CSS keyframes
65+
SVG

Week3/MAKEME.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,40 @@ Here](https://github.com/HackYourFuture/JavaScript/tree/master/Week0) you find t
44

55
### Learning goals for this week:
66
```
7-
* Student presentations
8-
* Last week recap and questions
9-
* How to find information on the web
10-
* How to rebuild an existing responsive page (getting started with this week's homework exercise)
7+
Student presentations
8+
Last week recap and questions
9+
How to find information on the web
10+
How to rebuild an existing responsive page (getting started with this week's homework exercise)
1111
```
1212

1313
### In class:
14-
* Task: find some info about a certain topic in groups of 2, present to each other
15-
* Choose one of the following subjects, look up how it works and implement it in a web page
16-
* CSS transitions
17-
* CSS animations with keyframes
18-
* SVG
19-
* Drop down menu in CSS
20-
* flex-box
14+
Task: find some info about a certain topic in groups of 2, present to each other
15+
Choose one of the following subjects, look up how it works and implement it in a web page
16+
CSS transitions
17+
CSS animations with keyframes
18+
SVG
19+
Drop down menu in CSS
20+
flex-box
2121

2222
## Step 1: Give feedback
2323
> TODO
2424
2525
## Step 2: Assignment
26-
* Remake an existing responsive website: choose one of the following
27-
* https://www.rijksoverheid.nl
28-
* http://www.awwwards.com
29-
* https://www.bostonglobe.com
30-
* https://www.thinkwithgoogle.com
31-
* http://muumilaakso.tampere.fi/en/
32-
* http://incredibletypes.com
33-
* http://thenextweb.com
34-
* It should have an external CSS file
35-
* BEFORE you hand it in, read the [Style guide](http://www.w3schools.com/html/html5_syntax.asp) again and check your files
26+
Remake an existing responsive website: choose one of the following
27+
https://www.rijksoverheid.nl
28+
http://www.awwwards.com
29+
https://www.bostonglobe.com
30+
https://www.thinkwithgoogle.com
31+
http://muumilaakso.tampere.fi/en/
32+
http://incredibletypes.com
33+
http://thenextweb.com
34+
It should have an external CSS file
35+
BEFORE you hand it in, read the [Style guide](http://www.w3schools.com/html/html5_syntax.asp) again and check your files
3636

3737

3838
```
3939
How to hand in your homework:
40-
* Upload your homework in your Github repository. Make sure to create a new folder "week3" first.
41-
* Your hyf-html-css/week3 should now contain an index.html and a main.css file (and the images folder)
42-
* Place the link to your repository in Trello.
40+
Upload your homework in your Github repository. Make sure to create a new folder "week3" first.
41+
Your hyf-html-css/week3 should now contain an index.html and a main.css file (and the images folder)
42+
Place the link to your repository in Trello.
4343
```

0 commit comments

Comments
 (0)