-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·429 lines (388 loc) · 15.7 KB
/
index.html
File metadata and controls
executable file
·429 lines (388 loc) · 15.7 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
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
<!DOCTYPE html>
<!--[if lt IE 7]>
<html lang="en-us" class="no-js ie6"> <![endif]-->
<!--[if IE 7]>
<html lang="en-us" class="no-js ie7"> <![endif]-->
<!--[if IE 8]>
<html lang="en-us" class="no-js ie8"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en-us" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<!--[if IE]>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=1"/>
<title>Natural Feedback Machine</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/screen.css">
<link rel="stylesheet" href="icons/style.css">
<link rel="stylesheet" href="css/jquery.mmenu.all.css">
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" type="text/css" href="css/flexslider.min.css">
<!-- Modernizr -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Loader -->
<div id="loader-wrapper">
<div class="spinner"></div>
</div>
<!-- End Page Loader -->
<div id="wrapper">
<header id="main" class="type-writer">
<div class="img-container header-full-image">
<div class="img-holder">
<img src="photos/Natural_feedback_machine_wide_3.jpg" alt="background" class="background-image">
</div>
</div>
<div class="container align-vertical typer">
<div class="scene">
<div><span id="typer"></span></div>
<!--
/*=============================================
put your paragraph in script.js file in
line number 179 you will find the #typer
theater
.write("typer:Hi!", 900)
.write("typer:I'am Matrix.", 1200)
.write("typer:I'am Creative.", 1400)
.write("typer:and I'am Responsive.", 1200)
.write(function () { theater.play(true); });
=============================================*/
-->
</div>
</div>
</header>
<!-- end header -->
<article id="content">
<section id="main-nav">
<div class="container clearfix">
<a class="branding" href="#">Natural Feedback Machine</a>
<nav class="site-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">about us</a></li>
<li><a href="contact.html">contact us</a></li>
</ul>
</nav>
</div>
</section>
<!-- responsive menu for mobile -->
<!-- The menu -->
<!-- mobile nav wrapper -->
<article class="mobile-nav sticky-off">
<div class="banner-mobile ">
<div class="container">
<div class="row">
<aside class="block">
<a class="branding text-left" href="#">Natural Feedback Machine</a>
<a href="#my-menu" id="naver" class="icon-naver"></a>
</aside>
</div>
</div>
</div>
<nav id="my-menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">about us</a></li>
<li><a href="contact.html">contact us</a></li>
</ul>
</nav>
</article>
<section class="block title text-left">
<div class="container">
<aside>
<div class="g md-one-whole">
<h1>The World's first Natural Feedback Machine</h1>
<p>
In February 2015, the world's first Natural Feedback Machine was disclosed
to gather huge amount of valuable feedback for the speakers of the Microxchg conference.
Looking colorful and appealing to all attendees it collected twice as much feedback
as an equal online web form version. Clearly because it aimed at the playful child in all of us,
there was a rush in every break and attendees where eager to select and value the talks.
</p>
</div>
</aside>
</div>
</section>
<article id="news--2">
<div class="container">
<section class="title--middle text-center">
<h2 class="color">The Feedback Process</h2>
<p>Fun + Value</p>
</section>
</div>
<div class="full-blog-post">
<section class="other-posts">
<div class="container">
<div class="gw">
<div class="g md-one-third ">
<aside class="wrapper-post small-post">
<div class="min-half">
<div class="img-holder" style="background: url(images/blog-19.jpg) 50% 0%;">
<img src="photos/process_1.jpeg" alt="blog-1" style="display: none;">
</div>
</div>
<aside class="info ">
<article>
<div class="client post-padding">
<h3>Step 1</h3>
</div>
<div class="meta-info post-padding">
<small>Select talk on the top barrel</small>
</div>
</article>
</aside>
</aside>
</div>
<div class="g md-one-third ">
<aside class="wrapper-post small-post">
<div class="min-half">
<div class="img-holder" style="background: url(images/blog-18.jpg) 50% 0%;">
<img src="photos/process_2.jpeg" alt="blog-1" style="display: none;">
</div>
</div>
<aside class="info hidden">
<article>
<div class="client post-padding">
<h3>Step 2</h3>
</div>
<div class="meta-info post-padding">
<small>
Value the talk via moving the wooden disks
</small>
</div>
</article>
</aside>
</aside>
</div>
<div class="g md-one-third ">
<aside class="wrapper-post small-post">
<div class="min-half">
<div class="img-holder" style="background: url(images/blog-11.jpg) 50% 0%;">
<img src="photos/process_3.jpeg" alt="blog-1" style="display: none;">
</div>
</div>
<aside class="info ">
<article>
<div class="client post-padding">
<h3>Step 3</h3>
</div>
<div class="meta-info post-padding">
<small>Insert your conference batch to submit your feedback</small>
</div>
</article>
</aside>
</aside>
</div>
</div>
</div>
</section>
</div>
</article>
<article class="block">
<div class="container">
<section class="title--middle text-center">
<h2 class="color">Technical Details</h2>
<p>Wood, Solder, Nuts & Bolts</p>
</section>
</div>
<section class="block news clearfix">
<div class="container">
<div class="gw">
<div class="g xl-seven-twelfths lg-one-whole md-one-whole no-pad-bottom">
<aside class="block block-1">
<div class="img-holder">
<img src="photos/first_sketch.JPG" alt="A first sketch" class="background-image">
</div>
<div class="content">
<p>Making Of</p>
<p>
Getting feedback after giving a talk or presenting some project results is very helpful for the
speaker to improve its skills.
Heaving this in mind, Timmo and I stuck our heads together and invented the Natural Feedback
Machine.
</p>
</div>
</aside>
<div class="gw">
<div class="g xl-one-half lg-one-half md-one-half sm-one-half wrapper">
<div class="block-2 flex">
<div class="img-holder">
<img src="photos/detail_1.jpeg" alt="news" class="background-image">
</div>
<!-- no content -->
</div>
</div>
<div class="g xl-one-half lg-one-half md-one-half sm-one-half wrapper">
<div class="block-2 flex">
<div class="img-holder">
<img src="photos/detail_2.jpeg" alt="news" class="background-image">
</div>
<!-- no content -->
</div>
</div>
</div>
</div>
<div class="g xl-five-twelfths lg-one-whole md-one-whole xs-one-whole no-pad-bottom right-boxes">
<div class="gw">
<div class="g xl-one-half lg-one-half md-one-half sm-one-half wrapper">
<div class="block-2 flex">
<div class="img-holder">
<img src="photos/talkid_sensor_circuit_diagram.JPG" alt="news" class="background-image">
</div>
<!-- no content -->
</div>
</div>
<div class="g xl-one-half lg-one-half md-one-half sm-one-half wrapper">
<div class=" block-3 color-1 flex">
<div class="content ">
<span class="text-right"><i class="icon-lightbulb"></i></span>
<small>4 Feb 2015</small>
<p>Carefully designed for a great <strong>experience</strong></p>
</div>
</div>
</div>
</div>
<div class="gw">
<div class="g wrapper">
<div class="content-news color-2">
<span class="text-right"><i class="icon-tools-2"></i></span>
<h3><!-- news --></h3>
<p>Used parts</p>
<ul>
<li>Raspberry Pi</li>
<li>Raspberry Pi WebCam</li>
<li>Arduino Nano (2x)</li>
<li>Photo diodes, resistors, cables</li>
<li>LED stripe with 100 Multi Color LEDs</li>
<li>Wood plates and sticks</li>
<li>Truck canvas</li>
<li>Hot glue, screws and nails</li>
<li>Fresnel lens</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</article>
<article id="information">
<div class="container flex-wrapper">
<div class="gw">
<div class="g lg-six-twelfths flex ">
<aside class="wrapper-post video-wrapper">
<div class="video-embed">
<iframe src="https://player.vimeo.com/video/121411645" width="500" height="281" frameborder="0"
webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<div>
<a href="https://vimeo.com/121411645">Abacus ultrasonic distance measurement test with oscilloscope</a>
from <a href="https://vimeo.com/timmo8">Timmo</a> on <a href="https://vimeo.com">Vimeo</a>.
</div>
</aside>
</div>
<div class="g lg-six-twelfths flex ">
<aside class="wrapper-post video-wrapper">
<div class="video-embed">
<iframe src="https://player.vimeo.com/video/121411644" width="500" height="281" frameborder="0"
webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<div>
<a href="https://vimeo.com/121411644">TalkId sensor test with infrared reflection sensor CNY70</a>
from <a href="https://vimeo.com/timmo8">Timmo</a> on <a href="https://vimeo.com">Vimeo</a>.
</div>
</aside>
</div>
</div>
</div>
</article>
<footer class="site-footer ">
<div class="container">
<article>
<a class="branding" href="#">Natural Feedback Machine</a>
<nav class="site-nav">
<p>
Copyright © 2015 <strong>Natural Feedback Machine</strong>.
A concept by <a href="https://github.com/timmo">@Timmo</a>
&
<a href="https://github.com/nitram509">@Nitram509</a>
</p>
</nav>
</article>
</div>
</footer>
</article>
</div>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/share.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/elements.js"></script>
<script src="js/jquery.animate-enhanced.min.js"></script>
<script src="js/jquery.superslides.min.js"></script>
<script src="js/jquery.easing.js"></script>
<script src="js/hammer.min.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&language=en"></script>
<script type="text/javascript" src="js/gmap.js"></script>
<script type="text/javascript" src="js/jquery.mmenu.min.all.js"></script>
<script type="text/javascript" src="js/theater.min.js"></script>
<script type="text/javascript" src="js/jquery.superslides.min.js"></script>
<script type="text/javascript" src="js/jquery.flexslider-min.js"></script>
<script src="js/imagelightbox.min.js"></script>
<!-- use this url for more information about share button plugin -->
<!-- https://github.com/carrot/share-button/wiki/Configuration-Options -->
<script src="js/scripts.js"></script>
<script>
/*================================
= Text Random Animation Slider =
================================*/
var theater = new TheaterJS();
theater
.describe("typer", {speed: .9, accuracy: .6}, "#typer");
theater
.write("typer:Hi!", 900)
.write("typer:Want to give feedback?", 1500)
.write("typer:It doesn't need to be boring.", 1600)
.write("typer:It can be fun!", 1300)
.write("typer:You can touch me.", 1300)
.write("typer:Play with me!", 1000)
.write("typer:I'am the feedback machine.", 3000)
.write(function () {
theater.play(true);
});
theater
.on("say:start, erase:start", function () {
var self = this,
current = self.current.voice;
self.utils.addClass(current, "saying");
})
.on("say:end, erase:end", function () {
var self = this,
current = self.current.voice;
self.utils.removeClass(current, "saying");
})
.on("*", function () {
// do something
});
</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-48819454-7', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>