-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathraphael_gears.html
37 lines (27 loc) · 1.91 KB
/
raphael_gears.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Raphaël Gears</title>
<script src="raphael-min.js" type="text/javascript" charset="utf-8"></script>
<script src="raphael_gears.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" src="http://use.typekit.com/ran8aft.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-26336682-1']);
_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>
</head>
<body>
<a href="https://github.com/zgrossbart/3gears" id="forkme"><img style="position: absolute; top: 8px; left: 819px; border: 0; z-index: 99;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<div id="canvas" style="height: 650px; width: 960px; background-color: #ececec;"></div>
<h2 style="font-family: ff-basic-gothic-web-pro,Verdana,Arial,Sans-serif;left: 75px;position: absolute;top: 425px;width: 250px;">Gears in Raphaël</h2>
<span style="font-family: ff-basic-gothic-web-pro,Verdana,Arial,Sans-serif;left: 260px;position: absolute;top: 585px; font-size: 12px; width: 150px"><a href=".">Paper vs. Processing vs. Raphaël</a></span>
</body>
</html>