-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
147 lines (146 loc) · 8.72 KB
/
index.html
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/a46ffabf68.js" crossorigin="anonymous"></script>
<title>Scrimba :: The Responsive Web Design Bootcamp</title>
</head>
<body>
<h1>Scrimba :: The Responsive Web Design Bootcamp</h1>
<p>(a course by <strong>Kevin Powell</strong>)</p>
<p>Completed coursework:</p>
<nav style="display: grid; justify-content: start; justify-items: start;">
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp">
<i class="fab fa-github"></i> root
</a>
<p>1. CSS Fundamentals:</p>
<div>
<a href="1-css-fundamentals/09-practice-time/">0109 - Practice time</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/1-css-fundamentals/09-practice-time"><i class="fab fa-github"></i></a>
</div>
<div>
<a href="1-css-fundamentals/22-putting-it-all-together/">0122 - Putting it together</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/1-css-fundamentals/22-putting-it-all-together"><i class="fab fa-github"></i></a>
</div>
<div>
<a href="1-css-fundamentals/23-putting-it-all-together-the-css/">0123 - Putting it together - the CSS</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/1-css-fundamentals/23-putting-it-all-together-the-css"><i class="fab fa-github"></i></a>
</div>
<p>2. Flexbox:</p>
<div>
<a href="2-starting-to-think-responsively/11-flexbox-refresher-setting-up-html/">0211 - Flexbox refresher - setting up the HTML</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/2-starting-to-think-responsively/11-flexbox-refresher-setting-up-html"><i class="fab fa-github"></i></a>
</div>
<div>
<a href="2-starting-to-think-responsively/12-basic-styles-setting-up-columns/">0212 - Basic styles - setting up columns</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/2-starting-to-think-responsively/12-basic-styles-setting-up-columns"><i class="fab fa-github"></i></a>
</div>
<div>
<a href="2-starting-to-think-responsively/13-adding-background-color/">0213 - Adding background color</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/2-starting-to-think-responsively/13-adding-background-color"><i class="fab fa-github"></i></a>
</div>
<div>
<a href="2-starting-to-think-responsively/14-setting-column-widths/">0214 - Setting column widths</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/2-starting-to-think-responsively/14-setting-column-widths"><i class="fab fa-github"></i></a>
</div>
<div>
<a href="2-starting-to-think-responsively/20-creating-navigation/">0220 - Creating navigation</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/2-starting-to-think-responsively/20-creating-navigation"><i class="fab fa-github"></i></a>
</div>
<div>
<a href="2-starting-to-think-responsively/24-more-complicated-navigation/">0224 - More complicated navigation</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/2-starting-to-think-responsively/24-more-complicated-navigation"><i class="fab fa-github"></i></a>
</div>
<div>
<a href="2-starting-to-think-responsively/25-making-navigation-responsive/">0225 - Making navitation responsive</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/2-starting-to-think-responsively/25-making-navigation-responsive"><i class="fab fa-github"></i></a>
</div>
<div>
<a href="2-starting-to-think-responsively/27-setting-up-structure/index-1.html">0227 - Setting up structure - 1</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/2-starting-to-think-responsively/27-setting-up-structure"><i class="fab fa-github"></i></a>
</div>
<div>
<a href="2-starting-to-think-responsively/27-setting-up-structure/index-2.html">0227 - Setting up structure - 2</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/2-starting-to-think-responsively/27-setting-up-structure"><i class="fab fa-github"></i></a>
</div>
<div>
<a href="2-starting-to-think-responsively/30-home-page-html-for-aside/">0230 - Home page html for aside</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/2-starting-to-think-responsively/30-home-page-html-for-aside"><i class="fab fa-github"></i></a>
</div>
<div>
<a href="2-starting-to-think-responsively/33-starting-to-think-mobile-first/index.html">0233 - Starting to think mobile first</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/2-starting-to-think-responsively/33-starting-to-think-mobile-first"><i class="fab fa-github"></i></a>
</div>
<div>
<a href="2-starting-to-think-responsively/33-starting-to-think-mobile-first/index-ken.html">0233 - Starting to think mobile first - Kevin</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/2-starting-to-think-responsively/33-starting-to-think-mobile-first"><i class="fab fa-github"></i></a>
</div>
<div>
<a href="2-starting-to-think-responsively/42-setting-up-about-me-page/">0242 - Setting up About Me page</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/2-starting-to-think-responsively/42-setting-up-about-me-page"><i class="fab fa-github"></i></a>
</div>
<div>
<a href="2-starting-to-think-responsively/42-setting-up-about-me-page/index-ken.html">0242 - Setting up About Me page - Kevin</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/2-starting-to-think-responsively/42-setting-up-about-me-page"><i class="fab fa-github"></i></a>
</div>
<p>3. Flexbox - Stepping up our style:</p>
<div>
<a href="3-stepping-up-our-style/01-05-stepping-up-typography/">0305 - Typography</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/3-stepping-up-our-style/01-05-stepping-up-typography"><i class="fab fa-github"></i></a>
</div>
<div>
<a href="3-stepping-up-our-style/09-bbq-splash-page/">0309 - BBQ splash page</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/3-stepping-up-our-style/09-bbq-splash-page"><i class="fab fa-github"></i></a>
</div>
<p>4. Flexbox - Taking flexbox to the next level:</p>
<div>
<a href="4-taking-flexbox-to-next-level/10-card-component-introduction/">0410 - Card component intro</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/4-taking-flexbox-to-next-level/10-card-component-introduction"><i class="fab fa-github"></i></a>
</div>
<p>5. CSS Grid - the ultimate layout tool:</p>
<div>
<a href="5-css-grid-ultimate-layout-tool/07-using-grid-for-our-card-component/">0507 - Using grid for our card component</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/5-css-grid-ultimate-layout-tool/07-using-grid-for-our-card-component"><i class="fab fa-github"></i></a>
</div>
<div>
<a href="5-css-grid-ultimate-layout-tool/071-card-component-as-grid-areas/">0507 - The card component as grid areas</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/5-css-grid-ultimate-layout-tool/071-card-component-as-grid-areas"><i class="fab fa-github"></i></a>
</div>
<div>
<a href="5-css-grid-ultimate-layout-tool/revisit-2-42-blog-to-grid-article-component/">05-0242 - Revisit the blog, use grid for the article component</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/5-css-grid-ultimate-layout-tool/revisit-2-42-blog-to-grid-article-component"><i class="fab fa-github"></i></a>
</div>
<p>6. Taking it to the next level:</p>
<div>
<a href="6-taking-it-to-next-level/03-jake-and-elwood/">0603 - Jake&Elwood - final project</a>
|
<a href="https://github.com/arta/scrimba-responsive-web-design-bootcamp/tree/master/6-taking-it-to-next-level/03-jake-and-elwood"><i class="fab fa-github"></i></a>
</div>
</nav>
</body>
</html>