-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (19 loc) · 735 Bytes
/
index.html
File metadata and controls
26 lines (19 loc) · 735 Bytes
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
<!DOCTYPE html>
<html>
<body>
<h1>Graphics Illustrations for CSci 5611 Fall 2015</h1>
<p>The works down is a collaboration between Zixiao Wang and Wenhan Zhu</p>
<h2> Boucing Ball </h2>
<img src="resources/boucing_ball.gif" alt="firework">
<a href="BallBounceOff/BallBounceOff.pde"> Download </a>
<h2> Water </h2>
<img src="resources/fountain.gif" alt="firework">
<a href="fountain/fountain.pde"> Download </a>
<h2> Fire </h2>
<img src="resources/out.gif" alt="firework">
<a href="Homework1_paritical_system/Homework1_paritical_system.pde"> Download </a>
<h2> Fireworkds </h2>
<img src="resources/hw1_firework_illustration.gif" alt="firework">
<a href="Homework1_fireworks/Homework1_fireworks.pde"> Download </a>
</body>
</html>