-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·67 lines (66 loc) · 2.78 KB
/
index.html
File metadata and controls
executable file
·67 lines (66 loc) · 2.78 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="main.css">
<link rel="apple-touch-icon" href="icon.png">
<link rel="apple-touch-icon" sizes="76x76" href="icon76x76.png">
<link rel="apple-touch-icon" sizes="120x120" href="icon120x120.png">
<link rel="apple-touch-icon" sizes="152x152" href="icon152x152.png">
</head>
<body>
<div class="header">
Chunnoo
</div>
<div class="projectwrapper">
<a href="plotting/">
<div class="project">
<div class="projectimage"><img src="projectimages/plotting.png" width="100%" height="100%" /></div>
<div class="projectheader">Plotting</div>
<div class="projectdescription">Multidimensional plotting in javascript.</div>
</div>
</a>
<a href="pathSimplification/">
<div class="project">
<div class="projectimage"><img src="projectimages/pathSimplification.png" width="100%" height="100%" /></div>
<div class="projectheader">PathSimplification</div>
<div class="projectdescription">Algorithm for simplifying paths.</div>
</div>
</a>
<a href="metaPhysics/">
<div class="project">
<div class="projectimage"><img src="projectimages/metaPhysics.png" width="100%" height="100%" /></div>
<div class="projectheader">MetaPhysics</div>
<div class="projectdescription">Liquid particle physics with GPU rendering.</div>
</div>
</a>
<a href="impact/">
<div class="project">
<div class="projectimage"><img src="projectimages/impact.png" width="100%" height="100%" /></div>
<div class="projectheader">Impact</div>
<div class="projectdescription">Attempt at making a physics engine.</div>
</div>
</a>
<a href="algorithms/">
<div class="project">
<div class="projectimage"><img src="projectimages/algorithms.png" width="100%" height="100%" /></div>
<div class="projectheader">Algorithms</div>
<div class="projectdescription">Visualizations of some algorithms written in javascript.</div>
</div>
</a>
<a href="projectraycast/">
<div class="project">
<div class="projectimage"><img src="projectimages/projectraycast.png" width="100%" height="100%" /></div>
<div class="projectheader">Projectraycast</div>
<div class="projectdescription">2d raycasting lights.</div>
</div>
</a>
<a href="webglTesting/">
<div class="project">
<div class="projectimage"><img src="projectimages/projectportable.png" width="100%" height="100%" /></div>
<div class="projectheader">webglTesting</div>
<div class="projectdescription">Playground for webgl.</div>
</div>
</a>
</div>
</body>
</html>