Skip to content

Commit 9e22696

Browse files
author
Desuvader
committed
Add visualizer experiment
1 parent 938f6d1 commit 9e22696

14 files changed

+420
-5
lines changed

einstein/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
</div>
115115
<div id="about-credit">
116116
<div>Built by <a href="https://github.com/tofuness">Dennis Jin</a> / <a href="https://tofuness.com/">tofuness.com</a></div>
117-
<div><a href="https://github.com/tofuness/eex">Open-sourced on Github</a> &middot; <a href="http://tofuness.github.io/eex/">View more eexperiments</a></div>
117+
<div><a href="https://github.com/tofuness/eex">Souce code on Github</a> &middot; <a href="http://tofuness.github.io/eex/">View more eexperiments</a></div>
118118
</div>
119119
</div>
120120
<div id="hole"></div>

favicon.ico

0 Bytes
Binary file not shown.

favicon_6.ico

1.12 KB
Binary file not shown.

index.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
html {
1414
overflow-x: hidden;
1515
font-family: Arial, sans-serif;
16-
background: #000;
16+
background: #111;
1717
}
1818
#about-description a, #about-description a:visited {
1919
color: #fff;
@@ -87,8 +87,11 @@
8787
Open-sourced on <a href="https://github.com/tofuness/eex">Github</a>.
8888
</div>
8989
<div id="about-list">
90+
<a class="about-item" href="satoshi">
91+
Satoshi Visualizer &#8625; <span class="latest">latest</span>
92+
</a>
9093
<a class="about-item" href="moire">
91-
Moiré Pattern &#8625; <span class="latest">latest</span>
94+
Moiré Pattern &#8625;
9295
</a>
9396
<a class="about-item" href="springy">
9497
Springy Letters &#8625;

moire/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
</div>
118118
<div id="about-credit">
119119
<div>built by <a href="https://github.com/tofuness">Dennis Jin</a> &times; <a href="https://tofuness.com/">tofuness.com</a></div>
120-
<div><a href="https://github.com/tofuness/eex">on github</a> &times; <a href="http://tofuness.github.io/eex/">view more eexperiments</a></div>
120+
<div><a href="https://github.com/tofuness/eex">source code</a> &times; <a href="http://tofuness.github.io/eex/">view more eexperiments</a></div>
121121
</div>
122122
</div>
123123
<script src="pt.js"></script>

satoshi/favicon.ico

318 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)