-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtreeHouse coding training.txt
100 lines (80 loc) · 5.47 KB
/
treeHouse coding training.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Saas course is getting retired.. finish it up
// from: https://teamtreehouse.com/tracks/web-design
// and https://teamtreehouse.com/library/sass-basics-retired
have to rewatch some of them..
April 24th
https://teamtreehouse.com/library/what-is-sass
https://teamtreehouse.com/library/sass-basics-retired/getting-started-with-sass/what-is-sass
https://teamtreehouse.com/library/installing-and-using-sass-2
https://teamtreehouse.com/library/sass-basics-retired/getting-started-with-sass/installing-and-using-sass
https://teamtreehouse.com/library/nesting-selectors-2
https://teamtreehouse.com/library/sass-basics-retired/getting-started-with-sass/nesting-selectors
April 25th
https://teamtreehouse.com/library/advanced-nesting-2
https://teamtreehouse.com/library/sass-basics-retired/getting-started-with-sass/advanced-nesting
New ones now:
https://teamtreehouse.com/library/defining-variables-2
https://teamtreehouse.com/library/sass-basics-retired/variables-mixins-and-extending-selectors/defining-variables
https://teamtreehouse.com/library/introducing-mixins-3
https://teamtreehouse.com/library/sass-basics-retired/variables-mixins-and-extending-selectors/introducing-mixins
April 26th
https://teamtreehouse.com/library/the-power-of-mixins-2
https://teamtreehouse.com/library/sass-basics-retired/variables-mixins-and-extending-selectors/the-power-of-mixins
https://teamtreehouse.com/library/extending-selectors-2
https://teamtreehouse.com/library/sass-basics-retired/variables-mixins-and-extending-selectors/extending-selectors
April 27th
https://teamtreehouse.com/library/creating-a-color-palette
https://teamtreehouse.com/library/sass-basics-retired/speeding-up-workflow-with-sass/creating-a-color-palette
https://teamtreehouse.com/library/importing-files-2
https://teamtreehouse.com/library/sass-basics-retired/speeding-up-workflow-with-sass/importing-files
https://teamtreehouse.com/library/working-with-sass-libraries-2
April 30th
https://teamtreehouse.com/library/sass-basics-retired/speeding-up-workflow-with-sass/working-with-sass-libraries
https://teamtreehouse.com/library/sass-functions-2
https://teamtreehouse.com/library/sass-basics-retired/speeding-up-workflow-with-sass/sass-functions
May 1st
https://teamtreehouse.com/library/debugging-sass
https://teamtreehouse.com/library/sass-basics-retired/advanced-sass-concepts/debugging-sass
https://teamtreehouse.com/library/working-with-media-queries-2
https://teamtreehouse.com/library/sass-basics-retired/advanced-sass-concepts/working-with-media-queries
https://teamtreehouse.com/library/interpolation-and-ifelse-loops
May 2nd
https://teamtreehouse.com/library/creating-loops-with-for-and-each-2
https://teamtreehouse.com/library/sass-basics-retired/advanced-sass-concepts/creating-loops-with-for-and-each
May 4th
https://teamtreehouse.com/library/advanced-mixin-arguments-2
https://teamtreehouse.com/library/sass-basics-retired/advanced-sass-concepts/advanced-mixin-arguments
May 5th
rewatch for the challenge:
https://teamtreehouse.com/library/working-with-media-queries-2
// to do:
https://teamtreehouse.com/library/sass-basics-retired/advanced-sass-concepts/working-with-media-queries
//rewatch:
https://teamtreehouse.com/library/interpolation-and-ifelse-loops
// to do:
https://teamtreehouse.com/library/sass-basics-retired/advanced-sass-concepts/interpolating-and-ifelse
May 8th
as a follow-up to Sass and a prep for further CSS
from: https://teamtreehouse.com/library/css-layout-basics
https://teamtreehouse.com/library/css-layout-basics/getting-started-with-css-layout/what-to-expect
https://teamtreehouse.com/library/css-layout-basics/getting-started-with-css-layout/css-reset-with-normalize
https://teamtreehouse.com/library/css-layout-basics/getting-started-with-css-layout/creating-a-layout-wrapper
May 11th
https://teamtreehouse.com/library/css-layout-basics/getting-started-with-css-layout/why-vertical-margins-collapse
May 15th
https://teamtreehouse.com/library/css-layout-basics/getting-started-with-css-layout/centering-page-content-and-creating-a-fullwidth-header
https://teamtreehouse.com/library/css-layout-basics/getting-started-with-css-layout/layout-wrapper-challenge
https://teamtreehouse.com/library/css-layout-basics/getting-started-with-css-layout/using-a-mobile-first-approach
https://teamtreehouse.com/library/css-layout-basics/getting-started-with-css-layout/creating-a-sticky-footer
https://teamtreehouse.com/library/css-layout-basics/getting-started-with-css-layout/getting-started-with-css-layout-review
May 16th
https://teamtreehouse.com/library/css-layout-basics/controlling-layout-with-css-display-modes/positioning-elements-sidebyside-with-inline-display
May 18th
https://teamtreehouse.com/library/css-layout-basics/controlling-layout-with-css-display-modes/using-inlineblock-to-set-width-height-top-and-bottom-margin-and-padding
https://teamtreehouse.com/library/css-layout-basics/controlling-layout-with-css-display-modes/removing-gaps-between-inline-and-inlineblock-elements
https://teamtreehouse.com/library/css-layout-basics/controlling-layout-with-css-display-modes/css-display-modes-challenge
https://teamtreehouse.com/library/css-layout-basics/controlling-layout-with-css-display-modes/the-column-layout-challenge
May 20th
https://teamtreehouse.com/library/css-layout-basics/controlling-layout-with-css-display-modes/the-column-layout-challenge-solution
https://teamtreehouse.com/library/css-layout-basics/controlling-layout-with-css-display-modes/css-display-modes
https://teamtreehouse.com/library/css-layout-basics/page-layout-with-the-float-property/how-floats-work