Skip to content

Commit 285f899

Browse files
authored
fixed the p5.dom library link
1 parent 58de9ca commit 285f899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/pages/showcase/featuring/phuong-ngo.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ slug: showcase/featuring/
5353
<p class='project-a'>For sound recognition, I used <a href="https://teachablemachine.withgoogle.com/io19" target="_blank">Google's Teachable Machine 2</a> (currently, there is a beta version not available in public yet, but it will be very soon!). I added around 120 samples of my classmates saying the word "pew" with different intonations and 80 samples of background noise to train it. Then I integrated the model into the game with <a href="https://ml5js.org/" target="_blank">ml5.js</a>.</p>
5454

5555
<h3 class='project-q'>What's your favorite p5.js feature?</h3>
56-
<p class='project-a'>I really love how easily you can create, manipulate, and delete HTML blocks and classes with the <a href="https://p5js.org/reference/#/libraries/p5.dom" target="_blank">p5.dom library</a> via <code><a href="https://p5js.org/reference/#/p5/createDiv" target="_blank">createDiv()</a></code>, <code><a href="https://p5js.org/reference/#/p5.Element/addClass" target="_blank">addClass()</a></code>, etc. But my most favorite function is <code><a href="https://p5js.org/reference/#/p5/draw" target="_blank">draw()</a></code>, since this is where you create magic.</p>
56+
<p class='project-a'>I really love how easily you can create, manipulate, and delete HTML blocks and classes with the <a href="https://p5js.org/reference/" target="_blank">p5.js library</a> via <code><a href="https://p5js.org/reference/#/p5/createDiv" target="_blank">createDiv()</a></code>, <code><a href="https://p5js.org/reference/#/p5.Element/addClass" target="_blank">addClass()</a></code>, etc. But my most favorite function is <code><a href="https://p5js.org/reference/#/p5/draw" target="_blank">draw()</a></code>, since this is where you create magic.</p>
5757

5858
<h3 class='project-q'>Did you face any challenges working on this project? If so, how did you overcome them?</h3>
5959
<p class='project-a'>There were a lot of challenges simply because p5.js was something new to me. I did not work much with JavaScript in general before. Reading documentation and searching for similar examples helped a lot.</p>
@@ -72,4 +72,4 @@ slug: showcase/featuring/
7272

7373
{{> asterisk}}
7474

75-
</div>
75+
</div>

0 commit comments

Comments
 (0)