-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (39 loc) · 2.49 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
59
60
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22975120-3']);
_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>
<meta charset="utf-8" />
<title>PhotoChango - Brandon Lucia - 2012</title>
</head>
<body style="font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-weight:100;" bgcolor="#000000" >
<div id="wrap" style="font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-weight:100;">
<header>
<h1 align="center" style="font-size: 350%; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-weight:100; color: #00009F">PhotoChango</h1>
<h4 align="center" style="font-size: 150%; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-weight:100; color: #00009F">Light makes music.</h4>
</header>
<div align="center">
<p><canvas style="margin-left: auto; margin-right: auto;" align=center id="displaycanvo" width=640 height=480></canvas>
<p><button style="height: 50px; width: 300px; margin-left: auto; margin-right: auto; font-size: 2em;" align=center onclick="init(this)">▶ Play</button></p>
<p style="font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-weight:100; color: #555555; font-size: 150%;">by <a href="http://brandonlucia.com">Brandon Lucia</a>, 2012. <a href="http://homes.cs.washington.edu/~blucia0a/chango.html">More about Chango</a> | <a href="http://homes.cs.washington.edu/~blucia0a">Home</a><br/>Made using <a href="http://oampo.github.com/Audiolet/">Audiolet</a>
</div>
<p><div style="display:none;" hidden>
<canvas id="canvo" width=160 height=120></canvas>
<video id="vidyo" autoplay width=320 height=240></video>
</div>
<script src="js/Audiolet.js"></script>
<script src="js/Chango.js"></script>
<section align="center" style="margin-left: auto; margin-right: auto;" id="abstract">
<textarea style="text-color: #FFFFFF; background-color: #000000; text-align: center; margin-left: auto; margin-right: auto; border: none" id="errorMessage" type="textarea" ></textarea>
</section>
</div>
</body>
</html>