-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (29 loc) · 1.02 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="w3-template.css">
</head>
<body>
<div class="topnav">
<a href="http://ryan-s.me">My Site</a>
</div>
<div class="content">
<h1>JS Projects</h1>
<p>CBS styling for now</p>
<p>Here are some small JS projects I've made</p>
<a href="js/src/index.html">First Project</a><br>
<a href="flappy-js/src/index.html">Machine Learning Flappy Bird</a><br>
<a href="circle-packing/src/index.html">Circle Packing Images</a><br>
<a href="particle-js/src/index.html">Multi-Touch Particles</a><br>
<a href="snake-js/src/index.html">Snake</a><br>
<a href="water-rippels/src/index.html">Water Droplets using Hugo Elias Algorithm</a><br>
<a href="dot-finder-js/src/index.html">Dot Finder Using Machine Learning</a><br>
<a href="connecting-dots/src/index.html">Connecting Dots</a><br>
<a href="janestreet-square-puzzle/src/index.html">Jane Street Square Puzzle</a><br>
</div>
<div class="footer">
<p>Property of Ryan Samarakoon</p>
<p>All content is under the MIT Licence</p>
</div>
</body>
</html>