-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
58 lines (58 loc) · 2.22 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
<html>
<head>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="testTurnBottom.svg">
</head>
<body>
<div align="center">
<h1>Personal Projects</h1>
<table id="projects">
<tr>
<td>
<h3>
<a href="https://yoff.github.io/untied/">
Presentation on untied fixed points
</a>
</h3>
The linked slides present the background mindset.
The exercises linked from the slides reveal the full power of the concept.
</td>
<td class="visual">
<a href="https://yoff.github.io/untied/">
<img src="fib2.svg" />
</a>
</td>
</tr>
<tr>
<td>
<h3>
<a href="https://yoff.github.io/rubik">
Flat representation of Rubik's cube
</a>
</h3>
What if you could view all sides of the Rubic's cube at the same time?
</td>
<td class="visual">
<a href="https://yoff.github.io/rubik">
<img src="testTurnBottom.svg" width="120" />
</a>
</td>
</tr>
<tr>
<td>
<h3>
<a href="lego-walker/index.html">
Walking robots
</a>
</h3>
Various experiments with building walking robots. Includes instructions.
<td class="visual">
<a href="lego-walker/index.html">
<img src="WalkerMechanism_alpha.gif" width="120" />
</a>
</td>
</tr>
</table>
</div>
</body>
</html>