@@ -34,7 +34,7 @@ Every teaching has its own unique goals, messages, conditions, and environments.
34
34
</EducationResource >
35
35
36
36
<EducationResource
37
- name = " Xin Xin’s p5.js Tutorials"
37
+ name = " p5.js Tutorials by Xin Xin "
38
38
featuredImage = { await import (" ../images/education-resources/xin-xin.jpg" )}
39
39
featuredImageAlt = " Xin Xin’s tutorial cover titled “Experimental Typography textToPoints() Javascript splice()"
40
40
>
@@ -50,7 +50,7 @@ Every teaching has its own unique goals, messages, conditions, and environments.
50
50
</EducationResource >
51
51
52
52
<EducationResource
53
- name = " Patt Vira’s p5.js Tutorials"
53
+ name = " p5.js Tutorials by Patt Vira "
54
54
featuredImage = { await import (" ../images/education-resources/patt-vira.jpg" )}
55
55
featuredImageAlt = " Patt Vira’s youtube channel banner, showing “MAKE ART WITH CODE New video Monday, Wednesday, and Friday”"
56
56
>
@@ -83,18 +83,34 @@ Every teaching has its own unique goals, messages, conditions, and environments.
83
83
</EducationResource >
84
84
85
85
<EducationResource
86
- name = " Creative Coding Class with p5.js "
87
- featuredImage = { await import (" ../images/education-resources/cc2021lowres.jpg " )}
88
- featuredImageAlt = " Cover photo with text 'Creative Coding' "
86
+ name = " p5.js Tutorials by Computational Mama "
87
+ featuredImage = { await import (" ../images/education-resources/ComputationalMama.png " )}
88
+ featuredImageAlt = " A screenshot of p5.js tutorial by Computational Mama "
89
89
>
90
90
<Fragment slot = " author" >
91
- Carrie Sijia Wang
91
+ Computational Mama
92
92
</Fragment >
93
93
<Fragment slot = " description" >
94
- Fundamental coding class using p5.js
94
+ Experiments with creative coding and live coding with p5js.
95
95
</Fragment >
96
96
<Fragment slot = " materials" >
97
- [ GitHub] ( https://github.com/ellennickles/creative-coding-summer-21/blob/main/homework-carrie.md )
97
+ [ YouTube] ( https://www.youtube.com/@ComputationalMama )
98
+ </Fragment >
99
+ </EducationResource >
100
+
101
+ <EducationResource
102
+ name = " Critical Code Cookbook"
103
+ featuredImage = { await import (" ../images/education-resources/critical-code-cookbook.png" )}
104
+ featuredImageAlt = " A header image showing “Critical Coding Cookbook: Intersectional Feminist Approaches to Teaching and Learning"
105
+ >
106
+ <Fragment slot = " author" >
107
+ Critical Code Cookbook
108
+ </Fragment >
109
+ <Fragment slot = " description" >
110
+ Intersectional Feminist Approaches to Teaching and Learning Material.
111
+ </Fragment >
112
+ <Fragment slot = " materials" >
113
+ [ Website] ( https://criticalcode.recipes/ )
98
114
</Fragment >
99
115
</EducationResource >
100
116
@@ -132,18 +148,18 @@ Every teaching has its own unique goals, messages, conditions, and environments.
132
148
</EducationResource >
133
149
134
150
<EducationResource
135
- name = " Critical Code Cookbook "
136
- featuredImage = { await import (" ../images/education-resources/critical-code-cookbook.png " )}
137
- featuredImageAlt = " A header image showing “Critical Coding Cookbook: Intersectional Feminist Approaches to Teaching and Learning "
151
+ name = " Creative Coding Class with p5.js "
152
+ featuredImage = { await import (" ../images/education-resources/cc2021lowres.jpg " )}
153
+ featuredImageAlt = " Cover photo with text 'Creative Coding' "
138
154
>
139
155
<Fragment slot = " author" >
140
- Critical Code Cookbook
156
+ Carrie Sijia Wang
141
157
</Fragment >
142
158
<Fragment slot = " description" >
143
- Intersectional Feminist Approaches to Teaching and Learning Material.
159
+ Fundamental coding class using p5.js
144
160
</Fragment >
145
161
<Fragment slot = " materials" >
146
- [ Website ] ( https://criticalcode.recipes/ )
162
+ [ GitHub ] ( https://github.com/ellennickles/creative-coding-summer-21/blob/main/homework-carrie.md )
147
163
</Fragment >
148
164
</EducationResource >
149
165
@@ -165,7 +181,7 @@ Every teaching has its own unique goals, messages, conditions, and environments.
165
181
166
182
<EducationResource
167
183
name = " Machine Learning for the Web"
168
- featuredImage = { await import (" ../images/education-resources/ml5js.jpg " )}
184
+ featuredImage = { await import (" ../images/education-resources/ml5js.png " )}
169
185
featuredImageAlt = " pix2pix demo image with cat image generated from edges."
170
186
>
171
187
<Fragment slot = " author" >
0 commit comments