forked from trongthanh/int3ractive.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (34 loc) · 1.69 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
<!doctype html>
<html>
<head>
<title>trongthanh.github.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<header>
<p>This is my showcases & demos site hosted on <a href="https://github.com/trongthanh/trongthanh.github.com">Github</a></p>
</header>
<article>
<header>Currently in the menu:</header>
<ol>
<li><a href="http://labs.int3ractive.com/javascript/effects/stereo-images/index.html">Animated 3D Stereo Images using CSS background-position</a></li>
<li><a href="http://labs.int3ractive.com/flash/stage3d/lunar-new-year-fireworks/index.html">Stage 3D Fireworks Demo</a></li>
<li><a href="http://labs.int3ractive.com/javascript/canvas/fish-boids/index.html">THREE.JS Fish Boids Demo</a></li>
<li><a href="http://labs.int3ractive.com/javascript/effects/wordle-tag-cloud/index.html">HTML5 Wordle Tag Cloud</a></li>
<li><a href="http://labs.int3ractive.com/javascript/webgl/panorama/index.html">THREE.JS Panorama Demo (In2 Walk-through Version)</a></li>
</ol>
</article>
<footer>Visit my <a href="http://int3ractive.com" target="_blank">home page</a></footer>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-4430452-10']);
_gaq.push(['_setDomainName', 'labs.int3ractive.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>