forked from JustJenFelice/lab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (41 loc) · 2.24 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
<!DOCTYPE html>
<html>
<head>
<title>lab.simurai</title>
<meta charset="utf-8" />
<meta name="description" content="CSS3 experiments by simurai" />
<link rel="stylesheet" href="index.css"/>
</head>
<body>
<ul>
<li><a href="icons"><img src="icons/screenshot.jpg" /></a></li>
<li><a href="space-cacss"><img src="space-cacss/screenshot.jpg" /></a></li>
<li><a href="metal"><img src="metal/screenshot.jpg" /></a></li>
<li><a href="monster"><img src="monster/screenshot.jpg" /></a></li>
<li><a href="zen-player"><img src="zen-player/screenshot.jpg" /></a></li>
<li><a href="umbrui"><img src="umbrui/screenshot.jpg" /></a></li>
<li><a href="stars"><img src="stars/screenshot.jpg" /></a></li>
<li><a href="buttons"><img src="buttons/screenshot.jpg" /></a></li>
<li><a href="glass"><img src="glass/screenshot.jpg" /></a></li>
<li><a href="tilt-shift"><img src="tilt-shift/screenshot.jpg" /></a></li>
<li><a href="css3d"><img src="css3d/screenshot.jpg" /></a></li>
<li><a href="carveme"><img src="carveme/screenshot.jpg" /></a></li>
<li><a href="flashlight"><img src="flashlight/screenshot.jpg" /></a></li>
<li><a href="iloveblur"><img src="iloveblur/screenshot.jpg" /></a></li>
</ul>
<a id="simurai" href="http://simurai.com"><img src="http://files.simurai.com/tumblr/img/simurai_logo.png" alt="simurai" /></a>
<a href="https://github.com/simurai/lab"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/7afbc8b248c68eb468279e8c17986ad46549fb71/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
<!-- Google -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-599923-1']);
_gaq.push(['_setDomainName', 'simurai.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><!--/ Google -->
</body>
</html>