Skip to content

Commit a2d57f3

Browse files
authored
Merge branch 'main' into 415-attrib
2 parents a1a978a + 4242b4f commit a2d57f3

30 files changed

+73
-44
lines changed

public/reference/data.json

Lines changed: 19 additions & 19 deletions
Large diffs are not rendered by default.

public/search-indices/en.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/search-indices/es.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/search-indices/hi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/search-indices/ko.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/search-indices/zh-Hans.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/components/CodeEmbed/frame.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export const CodeFrame = (props: CodeFrameProps) => {
161161
htmlBody: props.htmlBodyCode,
162162
base: props.base,
163163
scripts: props.scripts,
164-
}) : undefined}
164+
}) : ""}
165165
sandbox="allow-scripts allow-popups allow-modals allow-forms allow-same-origin"
166166
aria-label="Code Preview"
167167
title="Code Preview"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: svg-shapes-p5js
2+
description: A SVG drawing library for p5.js.
3+
category: drawing
4+
sourceUrl: https://github.com/irenelfeng/svg-shapes-p5js
5+
featuredImage: ../images/svg-shapes-p5js.png
6+
featuredImageAlt: The image for the SVG shapes library made of scaled svg of the p5.js star logo
7+
author:
8+
name: Irene Feng
9+
url: https://irenefeng.com
802 KB
Loading

src/content/pages/en/education-resources.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,22 @@ Thank you to Tuan Huang, Yu Lee, and Janis Sepúlveda for initiating the educati
398398
</Fragment>
399399
</EducationResource>
400400

401+
<EducationResource
402+
name="The Animation Codebook"
403+
featuredImage={await import("../images/education-resources/Screenshot (508).png")}
404+
featuredImageAlt="Screenshot of the Animation Codebook Website"
405+
>
406+
<Fragment slot="author">
407+
Aishwarya Rajkumar
408+
</Fragment>
409+
<Fragment slot="description">
410+
A project designed to enhance the technical skills for those with a background in animation.
411+
</Fragment>
412+
<Fragment slot="materials">
413+
[Website](https://aijun19.github.io/TheAnimationCodeBook/)
414+
</Fragment>
415+
</EducationResource>
416+
401417
</ul>
402418

403419

0 commit comments

Comments
 (0)