-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.html
More file actions
78 lines (70 loc) · 3.64 KB
/
demo.html
File metadata and controls
78 lines (70 loc) · 3.64 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<title>everymote.com livingroom example</title>
<link href="css/default.css" rel="stylesheet" type="text/css" />
<meta property="fb:page_id" content="262469527149309" />
<meta itemprop="name" content="everymote">
<meta itemprop="description" content="a remote for the web of things">
<meta itemprop="image" content="www.everymote.com/images/everymote_profile.png">
<meta name="keywords" content="everymote,iot,internet of things,remote" >
<meta name="description" content="a remote for the web of things">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28626573-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 id="livingroom">
<div id="brand"> <a href="http://www.everymote.com"><img src="images/everymote.png" alt="everymote" /></a> </div>
<div id="social">
<div id="topBarGooglePlus">
<div class="g-plusone" data-size="medium" data-href="http://www.everymote.com/"> </div>
</div>
<div id="topBarFacebook">
<div id="fb-root"></div>
<div class="fb-like" data-href="https://www.facebook.com/everymote" data-send="false" data-layout="button_count" data-width="100" data-show-faces="false"></div>
</div>
<div id="topBarTwitter">
<a href="http://www.everymote.com/" class="twitter-share-button" data-count="horizontal" data-lang="en" data-related="everymote" data-text="everymote the remote thats adjusts to where you are" data-url="http://www.everymote.com/" >Tweet</a>
</div>
</div>
<div class="content">
<h1 id="everymote_sensor_livingroom">Everymote living room demo</h1>
<h4> Alpha (connects on IP) </h4>
<iframe src="http://m.everymote.com/livingroom.html" style="height:200px; width:470px; border:none; overflow:hidden">
</iframe>
<div class="section">Demo</div>
<p>Open<br>
<a href="http://m.everymote.com" target="_blank">m.everymote.com</a><br>
on your mobile browser or on another computer to control the living room.</p>
<div class="section">Feedback</div>
<p>
If you have any questions, comments, or ig you happen to be in the proximity of the south of Sweden and just want to meet up for a beer, let us know :-)
</p>
</div>
</div>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<script>(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";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
</body>
</html>