-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
41 lines (36 loc) · 1.26 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
<!DOCTYPE HTML>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Betanode Workshop 2019</title>
<body>
<h1 style="text-align: center;">Betanode Workshop 2019: Programming with p5.js</h1>
<h2><a href="https://github.com/IshanManchanda/betanode-workshop">Code + Slides Repository</a></h2>
<h2><a href="https://betanode-workshop.rtfd.io/">Lecture Slides</a></h2>
<h2>Lessons</h2>
<div>
<ul>
<li><a href="Lessons/01_Drawing/index.html">Lesson 1: Drawing</a></li>
<li><a href="Lessons/03_Draw/index.html">Lesson 3: Draw Function</a></li>
<li><a href="Lessons/05_Loops/index.html">Lesson 5: Loops</a></li>
<li><a href="Lessons/06_Functions/index.html">Lesson 6: Functions</a></li>
<li><a href="Lessons/07_OOP/index.html">Lesson 7: Objects and Classes</a></li>
<li><a href="Lessons/08_pVectors/index.html">Lesson 8: pVectors</a></li>
</ul>
</div>
<h2>Examples</h2>
<div>
<ul>
<li><a href="examples/bouncing_ball/index.html">Bouncing Ball</a></li>
</ul>
</div>
<h2>Challenges</h2>
<div>
<ul>
<li><a href="challenges/brownian_motion/index.html">Brownian Motion</a></li>
<li><a href="challenges/sine_wave/index.html">Sine Wave</a></li>
</ul>
</div>
</body>
</html>