-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (79 loc) · 4 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
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Annie's Homepage</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.typekit.net/ztp6zmp.css">
</head>
<body>
<div>
<h1>Annie Zheng</h1>
<p class="text">Hey! This is my website for <i>IML300</i>. Grab a coffee and unwind with some <a href="https://open.spotify.com/playlist/1hkvgnX32w5N2QD7Wx5TFt?si=jVKjHDxZQLmEQDrzBKFqoA" class="mouse">tunes</a>, if you'd like, while you browse through some of my work!</p>
</div>
<div>
<h1>Presentation</h1>
<a href="https://docs.google.com/presentation/d/17e6dLs_kd9bD-VM59t3sxVNuLW6oQnQby7bKZvCzypQ/edit?usp=sharing" class="mouse">Queer.Archive.Work</a>
</div>
<div>
<h1>Projects</h1>
<h2>Project 1: HyperNarrative</h2>
<a href="https://docs.google.com/document/d/1ELGCn71gRkJy01oCaqjWf4HKl2ekclV4e5RkUYCJRoo/edit?usp=sharing" class="mouse">Concept</a><br>
<a href="project-1/index.html" class="mouse">Final</a>
<h2>Project 2: Algorithmic Pattern and Sound</h2>
<a href="https://editor.p5js.org/anniezhengg/sketches/tWDdnsh1W" class="mouse">Final</a>
<h2>Project 3: Networked Justice</h2>
<a href="https://piecesofyou.glitch.me/" class="mouse">Final</a>
</div>
<div>
<h1>Exercises</h1>
<div class="grid-container">
<div class="grid-item">
<a href="https://editor.p5js.org/anniezhengg/sketches/hXVIpA5MI" class="mouse">Exercise 1</a><br>
<iframe src="https://editor.p5js.org/anniezhengg/embed/hXVIpA5MI"></iframe>
</div>
<div class="grid-item">
<a href="https://editor.p5js.org/anniezhengg/sketches/rj3tfDbQZ" class="mouse">Exercise 2</a><br>
<iframe src="https://editor.p5js.org/anniezhengg/embed/rj3tfDbQZ"></iframe>
</div>
<div class="grid-item">
<a href="https://editor.p5js.org/anniezhengg/sketches/GypxLRJGe" class="mouse">Exercise 3: Part 1</a><br>
<iframe src="https://editor.p5js.org/anniezhengg/embed/GypxLRJGe"></iframe>
</div>
<div class="grid-item">
<a href="https://editor.p5js.org/anniezhengg/sketches/sr20LcofQ" class="mouse">Exercise 3: Part 2</a><br>
<iframe src="https://editor.p5js.org/anniezhengg/embed/sr20LcofQ"></iframe>
</div>
<div class="grid-item">
<a href="https://editor.p5js.org/anniezhengg/sketches/njn2yKMXE" class="mouse">Exercise 3: Part 3</a><br>
<iframe src="https://editor.p5js.org/anniezhengg/embed/njn2yKMXE"></iframe>
</div>
<div class="grid-item">
<a href="https://editor.p5js.org/anniezhengg/sketches/xaaDdu3NW" class="mouse">Exercise 4</a><br>
<iframe src="https://editor.p5js.org/anniezhengg/embed/xaaDdu3NW"></iframe>
</div>
<div class="grid-item">
<a href="https://editor.p5js.org/anniezhengg/sketches/s_HDB446q" class="mouse">Exercise 5</a><br>
<iframe src="https://editor.p5js.org/anniezhengg/embed/s_HDB446q"></iframe>
</div>
<div class="grid-item">
<a href="https://editor.p5js.org/anniezhengg/sketches/UJmjS93v3" class="mouse">Exercise 6</a><br>
<iframe src="https://editor.p5js.org/anniezhengg/embed/UJmjS93v3"></iframe>
</div>
<div class="grid-item">
<a href="https://editor.p5js.org/anniezhengg/sketches/ok3vAjNeI" class="mouse">Exercise 7</a><br>
<iframe src="https://editor.p5js.org/anniezhengg/embed/ok3vAjNeI"></iframe>
</div>
</div>
</div>
<div class="thoughts">
<h1>Thoughts</h1>
<a href="discussion-questions.html" class="mouse">Discussion Questions</a>
</div>
<div>
<footer>
<b>IML 300 SPRING 2021: ANNIE ZHENG</b>
</footer>
</div>
</body>
</html>