-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
86 lines (72 loc) · 3.45 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
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EMPOWA x Creative Code Intensive</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap" rel="stylesheet">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-063FVVYCFC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-063FVVYCFC');
</script>
<body>
<h1>EMPOWA'S CREATIVE CODE EXPERIMENTS</h1>
<p><a href="https://beacons.ai/empowa" target="_blank" rel="noopener noreferrer">EMPOWA</a> is an artist on the internet. </p>
<p>These are their experiments from the <a href="https://grayarea.org/course/creative-code-intensive/" target="_blank" rel="noopener noreferrer">Gray Area Creative Code Intensive</a>.</p>
<br>
<table>
<tr>
<th>Week</th>
<th>Topic</th>
<th>Project</th>
<th>Video</th>
</tr>
<tr>
<th>1</th>
<th>HTML/CSS</th>
<th><a href="https://ashherr.github.io/grayarea/Week1/Day2/index.html">Hand Wave</a></th>
<th><a href="https://www.tiktok.com/@empowa/video/7223633069188664619" target="_blank" rel="noopener noreferrer">Link</a></th>
</tr>
<tr>
<th>2</th>
<th>Javascript</th>
<th><a href="https://ashherr.github.io/grayarea/Week2/HighFive/day3index.html">High Five</a></th>
<th><a href="https://www.tiktok.com/@empowa/video/7224692897193610542" target="_blank" rel="noopener noreferrer">Link</a></th>
</tr>
<tr>
<th>3</th>
<th>Physical Computing</th>
<th><a href=""></a></th>
<th><a href="https://www.tiktok.com/@empowa/video/7227991116904369454" target="_blank" rel="noopener noreferrer">Link</a></th>
</tr>
<tr>
<th>4</th>
<th>P5.JS</th>
<th><a href="https://ashherr.github.io/grayarea/Week4/p5.html" target="_blank" rel="noopener noreferrer">P5 Sketch</a></th>
<th><a href="https://www.tiktok.com/@empowa/video/7236222013705063726" target="_blank" rel="noopener noreferrer">Link</a></th>
</tr>
<tr>
<th>5</th>
<th>Web Audio</th>
<th><a href="https://ashherr.github.io/grayarea/Week5/week5.html" target="_blank" rel="noopener noreferrer">Theremin</a></th>
<th><a href="https://www.tiktok.com/@empowa/video/7239916015516192042" target="_blank" rel="noopener noreferrer">Link</a></th>
</tr>
<tr>
<th>6</th>
<th>A Frame</th>
<th><a href="https://ashherr.github.io/grayarea/Week6/ash.html" target="_blank" rel="noopener noreferrer">Digital Resting Spot</a></th>
<th><a href="https://www.tiktok.com/@empowa/video/7256135702352776494" target="_blank" rel="noopener noreferrer">Link</a></th>
</tr>
</table>
<br>
<p><a href="https://github.com/ashherr/grayarea" target="_blank" rel="noopener noreferrer">GitHub</a> </p>
</body>
</html>