-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
63 lines (58 loc) · 3.53 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
61
62
63
<!DOCTYPE html>
<html>
<head>
<title>Particture</title>
<meta name="description" content="Pictures made of particles">
<meta name="viewport" content="width=device-width, initial-scale=.7">
<meta property="og:title" content="Particture">
<meta property="og:description" content="Pictures made of particles">
<meta property="og:type" content="website">
<meta property="og:url" content="http://tadeuzagallo.com/particture/">
<meta property="og:image" content="http://tadeuzagallo.com/images/share.jpg">
<meta property="fb:app_id" content="251159428393668">
<meta property="fb:admins" content="100002080221827">
<link rel="shortcut icon" href="images/favico.png" type="image/png">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<div id="fb-root"></div>
<div class="container">
<h1 class="title">Particture</h1>
<div class="subtitle">Pictures made of particles</div>
<ul class="buttons">
<li>
<div data-href="http://tadeuzagallo.com/particture" data-layout="button_count" data-action="like" data-show-faces="false" data-share="true" class="fb-like"></div>
</li>
<li>
<iframe src="http://ghbtns.com/github-btn.html?user=tadeuzagallo&repo=particture&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="78px" height="20px"></iframe>
</li>
<li>
<a href="https://twitter.com/share" class="tweet twitter-share-button" data-via="tadeuzagallo" data-text="#Particture - Pictures made of particles - Canvas Experiment - " data-url="http://tadeuzagallo.com/particture">Tweet</a>
</li>
</ul>
<canvas width="533" height="400"></canvas>
<video class="video-preview" width="533" height="400" autoplay controls></video>
<img class="preview" alt="preview">
<button class="webcam">TRY USING YOUR WEBCAM</button>
</div>
<a href="https://github.com/tadeuzagallo/particture"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://camo.githubusercontent.com/567c3a48d796e2fc06ea80409cc9dd82bf714434/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png"></a>
<script src="bower_components/dat-gui/build/dat.gui.min.js"></script>
<script src="bower_components/stats.js/build/stats.min.js"></script>
<script src="js/app.js"></script>
<script>
//<![CDATA[
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-47264623-1', 'tadeuzagallo.com');ga('send', 'pageview');
//]]>
</script>
<script>
//<![CDATA[
(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(d.getElementById(id))return;js=d.createElement(s);js.id=id;js.src="//connect.facebook.net/en_US/all.js#xfbml=1&appId=251159428393668";fjs.parentNode.insertBefore(js,fjs);}(document,'script','facebook-jssdk'));
//]]>
</script>
<script>
//<![CDATA[
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
//]]>
</script>
</body>
</html>