-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.yaml
137 lines (136 loc) · 3.84 KB
/
config.yaml
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
details:
name: Front End Web Development
repository_name: unit-front-end-web-development
sequence:
JavaScript Utilities (Built-in Methods -> Error Handling):
- name: Unit 2 Launch
elements:
- kind: deck
- kind: recording
- name: Built-in Methods
pursuit_path: built-in-methods
kind: lesson
activity: repository
- name: Modern JavaScript Features
pursuit_path: modern-javascript-features
kind: lesson
activity: repository
- name: Higher Order Functions
pursuit_path: higher-order-functions
kind: lesson
activity: repository
- name: Higher Order Native Array Methods
pursuit_path: higher-order-native-array-methods
kind: lesson
activity: repository
- name: Error Handling
pursuit_path: error-handling
kind: lesson
activity: repository
points_possible: 9
- name: Mid-Unit front-end-web-development assessment
pursuit_path: mid-fewd
kind: assessment
activity: repository
HTML & CSS:
- name: Introduction to HTML
pursuit_path: intro-to-html
kind: lesson
activity: repository
- name: Deploy with GitHub Pages
elements:
- kind: guide
pursuit_path: deployment
pursuit_subpath: github-pages
- kind: recording
- name: Understanding Front-end Tests
pursuit_path: understanding-front-end-tests
kind: lesson
activity: ~ # none
- name: Introduction to Forms
pursuit_path: intro-to-forms
kind: lesson
activity: repository
- name: Introduction to CSS
pursuit_path: intro-to-css
kind: lesson
activity: repository
- name: CSS selectors
pursuit_path: css-selectors
kind: lesson
activity: repository
- name: CSS Box Model
pursuit_path: css-box-model
kind: lesson
activity: repository
- name: CSS Grid
pursuit_path: css-grid
kind: lesson
activity: repository
- name: CSS Media Queries
pursuit_path: css-media-queries
kind: lesson
activity: repository
DOM Manipulation:
- name: Request-Response Cycle
pursuit_path: request-response-cycle
kind: lesson
activity: ~ #none
- name: Document Object Model
pursuit_path: document-object-model
kind: lesson
activity: ~ # none
- name: Reading and Deleting DOM Elements
pursuit_path: reading-deleting-dom-elements
kind: lesson
activity: repository
- name: Creating and Updating DOM elements
pursuit_path: creating-updating-dom-elements
kind: lesson
activity: repository
- name: Events
pursuit_path: events
kind: lesson
activity: repository
- name: Forms with Events
pursuit_path: forms-with-events
kind: lesson
activity: repository
Asynchronous Actions (API Calls):
- name: API Calls with Postman
pursuit_path: api-calls-with-postman
kind: lesson
activity: ~ # none
- name: Deployment
elements:
- kind: guide
pursuit_path: deployment
pursuit_subpath: github-pages
- kind: recording
- name: Promises
pursuit_path: promises
kind: lesson
activity: repository
- name: API Calls with Fetch
pursuit_path: api-calls-with-fetch
kind: lesson
activity: repository
- name: Weather App Project
pursuit_path: weather-app
kind: project
activity: repository
points_possible: 9
- name: Front-end Portfolio Project
pursuit_path: front-end-portfolio
kind: project
activity: repository
points_possible: 29
- name: End of Unit
pursuit_path: final-fewd
kind: assessment
activity: repository
points_possible: 7
- name: End of Unit Reflection
elements:
- kind: deck
- kind: recording