-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (48 loc) · 2.53 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
<!DOCTYPE html>
<html>
<head>
<title>Katie's Homepage</title>
<link rel="stylesheet" href="style.css">
<meta charset="utf-8" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.1.9/p5.js"></script>
<script src="background.js"></script>
</head>
<body>
<div>
<h1>Katie Liu</h1>
<p> This is my website for IML400 class. I am a junior in MA+P at USC! I liked this yummy bowl of noodles I drew. Professor Q is my professor! She is the best. </p>
</div>
<div>
<h1>Presentation</h1>
<a id="links" href="https://docs.google.com/presentation/d/1I6JLwX6cu0alFRV8a5bRgCfqCU2s0f21Pvz5YYQ0Qzw/edit?usp=sharing" target="blank">Pecha Kucha: AI and Art</a>
</div>
<div>
<h1>Projects</h1>
<h2>Project 1: Cybernetic Garden</h2>
<a id="links" href="https://katiejliu.github.io/iml400/project-1/" target="blank">Cactus Garden</a>
<h2>Project 2: Collective Digital Care</h2>
<a id="links" href="https://singtogether.glitch.me/" target="blank">Sing Together</a>
<h2>Project 3: AI & I</h2>
<a id="links" href="https://gender-wage-gap-game.glitch.me/" target="blank">Gender Wage Gap Game</a>
</div>
<div>
<h1>Exercises</h1>
<ul>
<li><a id="links" href="https://editor.p5js.org/katiejliu/sketches/DgmX5Mwyj">p5.js sketch 1: Animated Poster</a></li>
<li><a id="links" href="https://editor.p5js.org/katiejliu/sketches/Rjei4nbIZ">p5.js sketch 2: Conditional Slit Scan</a></li>
<li><a id="links" href="https://editor.p5js.org/katiejliu/sketches/9p8FGgXrp">p5.js sketch 3: Camera Filter</a></li>
<li><a id="links" href="https://kl-multiplayerdraw.glitch.me/">p5.js sketch 4: Collective Drawing</a></li>
<li><a id="links" href="https://editor.p5js.org/katiejliu/sketches/SgvNaH5Ku">p5.js sketch 5: Speech</a></li>
<li><a id="links" href="https://editor.p5js.org/katiejliu/sketches/iWj0Pjxqc">p5.js sketch 6: Face Filter</a></li>
<li><a id="links" href="https://editor.p5js.org/katiejliu/sketches/HhqqI9LR_">p5.js sketch 7: Body Movement Sketch</a></li>
<li><a id="links" href="https://katiejliu.github.io/websites/288Project/">p5.js sketch 7.5: Body Movement Sketch that I Modified With Training Hand Poses</a></li>
</ul>
</div>
<!--add a h1 element called 'Thoughts' Below-->
<h1>Thoughts</h1>
<a id="links" href="https://docs.google.com/document/d/1L2CStC-HxIUArk9jvdQJ27VipAZ8x7cEfJ0VD8giFJA/edit?usp=sharing">Google Doc of Reading Summaries and Discussion Questions</a>
<footer>
Fall, 2021.
</footer>
</body>
</html>