-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps.html
More file actions
242 lines (223 loc) · 8.8 KB
/
apps.html
File metadata and controls
242 lines (223 loc) · 8.8 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!doctype html>
<html lang="en">
<head>
<!-- Title block allowing child pages to override -->
<title>Admo Gesture Platform</title>
<link rel="shortcut icon" type="image/ico" href="assets/img/favicon.ico" />
<!-- Styles -->
<link href="assets/css/gridism.min.css" rel="stylesheet" type="text/css" media="all"/>
<link href="assets/css/style.min.css" rel="stylesheet" type="text/css" media="all"/>
<!-- Style block allowing child pages to inject their own styles -->
<script type="text/javascript">
var MTIProjectId='74645da5-ce78-404e-b8f0-bc4b1ad70f84';
(function() {
var mtiTracking = document.createElement('script');
mtiTracking.type='text/javascript';
mtiTracking.async='true';
mtiTracking.src=('https:'==document.location.protocol?'https:':'http:')+'//fast.fonts.net/t/trackingCode.js';
(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild( mtiTracking );
})();
</script>
<script>
(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-39107940-2', 'admoexperience.github.io');
ga('send', 'pageview');
</script>
<link rel="icon" href="<%= asset_path('favicon.png')%>" type="image/png" />
<script src="assets/scripts/jquery-1.10.2.min.js"></script>
</head>
<body>
<div id="wrapper">
<!-- Include -->
<div class="admocom">
<div class="container">
<div class="header_logo">
<a href="index.html"></a>
</div>
<nav class="menu visible">
<ul>
<li ><a href="index.html">Home</a></li>
<li ><a href="tech.html">Tech</a></li>
<li ><a href="source.html">Open Source</a></li>
<li class="selected"><a href="apps.html">Apps</a></li>
<li ><a href="about.html">About</a></li>
</ul>
</nav>
</div>
</div>
<!-- Content block, child page inject content -->
<div class="page">
<section>
<h1 class="left">Example Apps</h1>
<ul class="apps">
<li>
<div class="top">
<a href="javascript:startVideo('nL5GEhCpI24');" class="video">
<span class="play"></span>
<img src="assets/img/apps/apple.jpg" width="224" height="126" alt="" />
</a>
<a href="http://admo-app-apple.s3-website-us-east-1.amazonaws.com/emulator/index.html" class="preview" target="_blank">Preview</a>
<h2>Apple</h2>
</div>
<div class="bottom">
<a href="https://github.com/admoexperience/admo-app-apple/" target="_blank" class="github">Source Code</a>
</div>
</li>
<li>
<div class="top">
<a href="javascript:startVideo('5juFiQTbU-A');" class="video">
<span class="play"></span>
<img src="assets/img/apps/mobile_2.jpg" width="224" height="126" alt="" />
</a>
<a href="http://admo-app-mobile.s3-website-us-east-1.amazonaws.com/emulator/index.html" target="_blank" class="preview">Preview</a>
<h2>Mobile</h2>
</div>
<div class="bottom">
<a href="https://github.com/admoexperience/admo-app-mobile" target="_blank" class="github">Source Code</a>
</div>
</li>
<li>
<div class="top">
<a href="javascript:startVideo('8SvTllWHCx0');" class="video">
<span class="play"></span>
<img src="assets/img/apps/real_estate.jpg" width="224" height="126" alt="" />
</a>
<a href="http://admo-app-real-estate.s3-website-us-east-1.amazonaws.com/emulator/index.html" target="_blank" class="preview">Preview</a>
<h2>Real Estate</h2>
</div>
<div class="bottom">
<a href="https://github.com/admoexperience/admo-app-real-estate" target="_blank" class="github">Source Code</a>
</div>
</li>
<li>
<div class="top">
<div class="no-video">
<span class="play"></span>
<img src="assets/img/apps/periodic.jpg" width="224" height="126" alt="" />
</div>
<a href="http://admo-app-periodic.s3-website-us-east-1.amazonaws.com/emulator/index.html" target="_blank" class="preview">Preview</a>
<h2>Periodic</h2>
</div>
<div class="bottom">
<a href="https://github.com/admoexperience/admo-app-periodic" target="_blank" class="github">Source Code</a>
</div>
</li>
<li>
<div class="top">
<a href="javascript:startVideo('z-tuDMKtuPg');" class="video">
<span class="play"></span>
<img src="assets/img/apps/mobile_1.jpg" width="224" height="126" alt="" />
</a>
<a href="#" class="preview">Preview</a>
<h2>Cell C</h2>
</div>
<div class="bottom">
<a class="github inactive">Source Code</a>
</div>
</li>
<li>
<div class="top">
<a href="javascript:startVideo('r4AFLU_XVHo');" class="video">
<span class="play"></span>
<img src="assets/img/apps/music-moods.png" width="224" height="126" alt="" />
</a>
<a href="#" class="preview" target="_blank">Preview</a>
<h2>Music Moods</h2>
</div>
<div class="bottom">
<a class="github inactive" target="_blank">Source Code</a>
</div>
</li>
<li>
<div class="top">
<a href="javascript:startVideo('r4jkc7KcyY8');" class="video">
<span class="play"></span>
<img src="assets/img/apps/hp.jpg" width="224" height="126" alt="" />
</a>
<a href="#" class="preview">Preview</a>
<h2>HP Store</h2>
</div>
<div class="bottom">
<a class="github inactive">Source Code</a>
</div>
</li>
<li>
<div class="top">
<a href="javascript:startVideo('MBZIsfZ4HU4');" class="video">
<span class="play"></span>
<img src="assets/img/apps/google.jpg" width="224" height="126" alt="" />
</a>
<a href="#" class="preview">Preview</a>
<h2>Google Earth</h2>
</div>
<div class="bottom">
<a class="github inactive">Source Code</a>
</div>
</li>
<li>
<div class="top">
<a href="javascript:startVideo('C8-oqlEmMAU');" class="video">
<span class="play"></span>
<img src="assets/img/apps/game.jpg" width="224" height="126" alt="" />
</a>
<a href="#" class="preview">Preview</a>
<h2>Shapes Game</h2>
</div>
<div class="bottom">
<a href="#" class="github inactive">Source Code</a>
</div>
</li>
</ul>
</section>
</div>
<div class="video-overlay" onclick="stopVideo()"></div>
<div id="player"></div>
<footer>
<div class="fireid-brand">
<a href="http://www.fireid.com">
<img src="assets/img/fireid-footer.png" alt="FireID"/>
<p>Powered by FireID</p>
</a>
</div>
</footer>
<script>
// 2. This code loads the IFrame Player API code asynchronously.
var tag = document.createElement('script');
tag.src = "https://www.youtube.com/iframe_api";
var firstScriptTag = document.getElementsByTagName('script')[0];
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
// 3. This function creates an <iframe> (and YouTube player)
// after the API code downloads.
var player;
function onYouTubeIframeAPIReady() {
videoId = 'r4jkc7KcyY8';
player = new YT.Player('player', {
width: '480',
height: '360',
videoId: videoId,
events: {
'onReady': onPlayerReady
}
});
}
// 4. The API will call this function when the video player is ready.
function onPlayerReady(event) {
}
function stopVideo() {
player.stopVideo();
$('.video-overlay, #player').hide();
}
function startVideo(videoId) {
$('.video-overlay, #player').show();
player.loadVideoById(videoId);
player.playVideo();
}
</script>
</div>
<!-- Script block allowing child pages to inject their own scripts -->
<script src="app.js"></script>
</body>
</html>