-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html.orig
935 lines (805 loc) · 53 KB
/
index.html.orig
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
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
<!DOCTYPE html>
<html lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="/wp-content/themes/heykuri/build/img/favicon.ico" />
<title>Meet Kuri! The Adorable Home Robot.</title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="/xmlrpc.php" />
<script type="text/javascript">function heateorSssLoadEvent(e) {var t=window.onload;if (typeof window.onload!="function") {window.onload=e}else{window.onload=function() {t();e()}}}; var heateorSssSharingAjaxUrl = '/wp-admin/admin-ajax.php', heateorSssCloseIconPath = '/wp-content/plugins/sassy-social-share/public/../images/close.png', heateorSssPluginIconPath = '/wp-content/plugins/sassy-social-share/public/../images/logo.png', heateorSssHorizontalSharingCountEnable = 0, heateorSssVerticalSharingCountEnable = 0, heateorSssSharingOffset = -10; var heateorSssMobileStickySharingEnabled = 0;var heateorSssCopyLinkMessage = "Link copied.";var heateorSssUrlCountFetched = [], heateorSssSharesText = 'Shares', heateorSssShareText = 'Share';function heateorSssPopup(e) {window.open(e,"popUpWindow","height=400,width=600,left=400,top=100,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}</script> <style type="text/css">
.heateor_sss_horizontal_sharing .heateorSssSharing{
background-color: #666;
color: #fff;
border-width: 0px;
border-style: solid;
border-color: transparent;
}
.heateor_sss_horizontal_sharing .heateorSssTCBackground{
color:#666;
}
.heateor_sss_horizontal_sharing .heateorSssSharing:hover{
background-color: #1D98FC;
border-color: transparent;
}
.heateor_sss_vertical_sharing .heateorSssSharing{
color: #fff;
border-width: 0px;
border-style: solid;
border-color: transparent;
}
.heateor_sss_vertical_sharing .heateorSssTCBackground{
color:#666;
}
.heateor_sss_vertical_sharing .heateorSssSharing:hover{
border-color: transparent;
}
@media screen and (max-width:783px) {.heateor_sss_vertical_sharing{display:none!important}} </style>
<!-- This site is optimized with the Yoast SEO plugin v7.4.2 - https://yoast.com/wordpress/plugins/seo/ -->
<meta name="description" content="Packed with a playful personality and cutting-edge technology, Kuri can't wait to become the latest member of your home. Learn more about our adorable home robot!"/>
<link rel="canonical" href="/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Meet Kuri! The Adorable Home Robot. Reserve Yours Now!" />
<meta property="og:description" content="Packed with a playful personality and cutting-edge technology, Kuri can't wait to become the latest member of your home. Learn more about our adorable home robot!" />
<meta property="og:url" content="/" />
<meta property="og:site_name" content="Hey Kuri" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:description" content="Packed with a playful personality and cutting-edge technology, Kuri can't wait to become the latest member of your home. Learn more about our adorable home robot!" />
<meta name="twitter:title" content="Meet Kuri! The Adorable Home Robot. Reserve Yours Now!" />
<meta name="twitter:image" content="/wp-content/uploads/2018/05/hero-mobile.jpg" />
<script type='application/ld+json'>{"@context":"https:\/\/schema.org","@type":"WebSite","@id":"#website","url":"https:\/\/www.heykuri.com\/","name":"Hey Kuri","potentialAction":{"@type":"SearchAction","target":"https:\/\/www.heykuri.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script>
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='//s.w.org' />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.heykuri.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.9.8"}};
!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='voidx-style-css' href='/wp-content/themes/heykuri/build/style.css?ver=1533927160' type='text/css' media='all' />
<link rel='stylesheet' id='heateor_sss_frontend_css-css' href='/wp-content/plugins/sassy-social-share/public/css/sassy-social-share-public.css?ver=3.2' type='text/css' media='all' />
<link rel='stylesheet' id='heateor_sss_sharing_default_svg-css' href='/wp-content/plugins/sassy-social-share/public/../admin/css/sassy-social-share-svg.css?ver=3.2' type='text/css' media='all' />
<script type='text/javascript' src='/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='/wp-content/plugins/in8sync-customization//jquery.formatter.min.js'></script>
<link rel='https://api.w.org/' href='/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="/wp-includes/wlwmanifest.xml" />
<link rel='shortlink' href='/' />
<link rel="alternate" type="application/json+oembed" href="/wp-json/oembed/1.0/embed?url=https%3A%2F%2F%2F" />
<link rel="alternate" type="text/xml+oembed" href="/wp-json/oembed/1.0/embed?url=https%3A%2F%2F%2F&format=xml" />
<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
<!-- typekit -->
<script>
(function(d) {
var config = {
kitId: 'agy2zbv',
scriptTimeout: 3000,
async: true
},
h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
})(document);
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-89543904-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-89543904-1');
</script>
<script type='text/javascript'>
var zaius = window['zaius']||(window['zaius']=[]);zaius.methods=["initialize","onload","event","entity","identify","anonymize","dispatch"];zaius.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);zaius.push(t);return zaius}};for(var i=0;i<zaius.methods.length;i++){var method=zaius.methods[i];zaius[method]=zaius.factory(method)}(function(){var e=document.createElement("script");e.type="text/javascript";e.async=true;e.src=("https:"===document.location.protocol?"https://":"http://")+"d1igp3oop3iho5.cloudfront.net/v2/JWjFx13ADA2qMAcbuodxPQ/zaius-min.js";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)})();
// Edits to this script should only be made below this line.
zaius.event('pageview');
</script>
</head>
<body class="home page-template page-template-index page-template-index-php page page-id-9">
<!--[if < IE 9]><style media="screen">.old-browsers{position:relative;background:#fff;width:100%;height:100%;color:#000;font-family:sans-serif;font-size:20px;text-align:center;padding:0;margin:0}.old-browsers h2{padding:20px 0}.old-browsers p,.old-browsers ul{margin:0 auto}.old-browsers p{max-width:700px;padding-bottom:50px;line-height:1.4em}.old-browsers ul li{display:inline-block;padding:0 25px}.old-browsers ul li img{width:115px}.old-browsers ul li p{padding-top:15px;color:#249AE1}body{margin:0;padding:0}</style><div class="old-browsers"> <h2>Browser out of date.</h2> <p>It appears you're running on a very old web browser that we're unable to support. If you would like to view the site you'll need to update your browser. Please choose from any of the following modern browsers. Thanks!</p> <ul> <li> <a href="https://www.google.com/intl/en/chrome/browser/desktop/index.html#brand=CHMB&utm_campaign=en&utm_source=en-ha-na-us-sk&utm_medium=ha"> <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/chrome/chrome_128x128.png" alt="Google Chrome"> <p>Google Chrome</p> </a> </li> <li> <a href="https://www.mozilla.org/en-US/firefox/new/"> <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/firefox/firefox_128x128.png" alt="Mozilla Firefox"> <p>Mozilla Firefox</p> </a> </li> <li> <a href="https://support.apple.com/downloads/safari"> <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/safari/safari_128x128.png" alt="Safari"> <p>Safari</p> </a> </li> <li> <a href="http://windows.microsoft.com/en-us/internet-explorer/download-ie"> <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/internet-explorer/internet-explorer_128x128.png" alt="Internet Explorer"> <p>Internet Explorer</p> </a> </li> </ul></div><![endif]-->
<div class="banner-alert">
<a href="#" class="close-banner" onclick="return false;">
<svg class="svg-icon" viewbox="0 0 20 20">
<path fill="#000000" d="M15.898,4.045c-0.271-0.272-0.713-0.272-0.986,0l-4.71,4.711L5.493,4.045c-0.272-0.272-0.714-0.272-0.986,0s-0.272,0.714,0,0.986l4.709,4.711l-4.71,4.711c-0.272,0.271-0.272,0.713,0,0.986c0.136,0.136,0.314,0.203,0.492,0.203c0.179,0,0.357-0.067,0.493-0.203l4.711-4.711l4.71,4.711c0.137,0.136,0.314,0.203,0.494,0.203c0.178,0,0.355-0.067,0.492-0.203c0.273-0.273,0.273-0.715,0-0.986l-4.711-4.711l4.711-4.711C16.172,4.759,16.172,4.317,15.898,4.045z"></path>
</svg>
</a>
<div class="container">
<div class="banner-wrapper">
<img src="/wp-content/themes/heykuri/build/img/kuri-image-banner.png" alt="kuri - the adorable robot">
<div class="copy">
<h4>Important Customer Notice</h4>
<p>To all of our Kuri fans, we are crushed to let you know that Mayfield Robotics has ceased manufacturing, and the Kuri robots that have been made will not ship to customers. All pre-order deposits have been refunded to our customers.</p>
<a href="/blog/important_difficult_announcement/">click here to learn more</a>
</div>
</div>
</div>
</div>
<header role="banner">
<div class="max-container">
<div class="header-logo">
<a href="/">
<svg width="144" height="144" viewbox="0 0 144 144" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Canvas" transform="matrix(2 0 0 2 16668 -6592)">
<rect x="-8334" y="3296" width="72" height="72" fill="#E5E5E5"/>
<clippath id="clip-0" clip-rule="evenodd">
<path d="M -8370 3296L -7090 3296L -7090 4132L -8370 4132L -8370 3296Z" fill="#FFFFFF"/>
</clippath>
<g id="Add to Cart" clip-path="url(#clip-0)">
<path d="M -8370 3296L -7090 3296L -7090 4132L -8370 4132L -8370 3296Z" fill="#FFFFFF"/>
<g id="nav - empty-cart">
<g id="Rectangle 3">
<use xlink:href="#path0_fill" transform="translate(-8370 3296)" fill="#FFFFFF"/>
</g>
<g id="Line">
<use xlink:href="#path1_stroke" transform="translate(-8370 3356)" fill="#EDEBEB"/>
</g>
<g id="logo">
<g id="Rectangle 3">
<use xlink:href="#path2_fill" transform="translate(-8334 3296)" fill="#111820"/>
</g>
<g id="kuri-logo">
<g id="Vector">
<use xlink:href="#path3_fill" transform="translate(-8317.48 3327.72)" fill="#FFFFFF"/>
</g>
<g id="Vector">
<use xlink:href="#path4_fill" transform="translate(-8305.42 3329.23)" fill="#FFFFFF"/>
</g>
<g id="Vector">
<use xlink:href="#path5_fill" transform="translate(-8292.05 3329.23)" fill="#FFFFFF"/>
</g>
<g id="Vector">
<use xlink:href="#path6_fill" transform="translate(-8281.1 3329.23)" fill="#FFFFFF"/>
</g>
<g id="Vector">
<use xlink:href="#path7_fill" transform="translate(-8281.1 3325.92)" fill="#FFFFFF"/>
</g>
</g>
</g>
</g>
</g>
</g>
<defs>
<path id="path0_fill" d="M 0 0L 1280 0L 1280 60L 0 60L 0 0Z"/>
<path id="path1_stroke" d="M 0 0L 1280 0L 1280 -2L 0 -2L 0 0Z"/>
<path id="path2_fill" d="M 0 0L 72 0L 72 72L 0 72L 0 0Z"/>
<path id="path3_fill" d="M 5.79201e-08 1.50744L 5.79201e-08 10.0434L 2.34584 10.0434L 2.34584 6.49015L 5.97847 10.0211L 9.03413 10.0211L 4.60437 5.68816L 8.95821 1.43318L 7.49301 -1.13309e-07L 2.34584 5.06068L 2.34584 1.50744L 5.79201e-08 1.50744Z"/>
<path id="path4_fill" d="M 2.3168e-07 1.13309e-07L 2.3168e-07 8.53596L 9.23151 8.53596L 9.23151 1.13309e-07L 7.18934 1.13309e-07L 7.18934 6.56441L 1.96625 6.56441L 1.96625 1.13309e-07L 2.3168e-07 1.13309e-07Z"/>
<path id="path5_fill" d="M -4.63361e-07 1.13309e-07L -4.63361e-07 8.53596L 1.86756 8.53596L 1.86756 1.89987L 7.46644 1.89987L 7.46644 1.13309e-07L -4.63361e-07 1.13309e-07Z"/>
<path id="path6_fill" d="M 2.26992 0L 0 0L 0 8.53596L 2.26992 8.53596L 2.26992 0Z"/>
<path id="path7_fill" d="M 2.26992 0L 0 0L 0 2.22031L 2.26992 2.22031L 2.26992 0Z"/>
</defs>
</svg>
</a>
</div>
<div class="overlay-layer"></div>
<div class="nav-menu-btn">
<div class="btn-wrap">
<span></span>
<span></span>
<span></span>
</div>
</div>
<nav role="navigation">
<ul class="menu">
<li class="">
<a href="/life-with-kuri/" >Life with Kuri</a>
</li>
<li class="">
<a href="/explore-kuri/" >Features</a>
</li>
<li class="">
<a href="/videos/" >Videos</a>
</li>
<li class="">
<a href="/team/" >Team</a>
</li>
<li class="">
<a href="/blog/" >Blog</a>
</li>
<li class="is-active">
<a href="http://docs.freekuri.com/" >Help Center</a>
</li>
<!-- <li class="cta-btn">
<a class="btn" href="https://heykuri.celeryshop.com/checkout?product_id=5907836a3d7c56120053d790&country=us">Reserve Now</a>
</li> -->
</ul>
</nav>
</div>
</header>
<div class="max-container">
<!-- <script src="https://www.youtube.com/iframe_api"></script> -->
<!-- youtube iframe api -->
<script type="text/javascript">
if (!window['YT']) {var YT = {loading: 0,loaded: 0};}if (!window['YTConfig']) {var YTConfig = {'host': 'http://www.youtube.com'};}if (!YT.loading) {YT.loading = 1;(function(){var l = [];YT.ready = function(f) {if (YT.loaded) {f();} else {l.push(f);}};window.onYTReady = function() {YT.loaded = 1;for (var i = 0; i < l.length; i++) {try {l[i]();} catch (e) {}}};YT.setConfig = function(c) {for (var k in c) {if (c.hasOwnProperty(k)) {YTConfig[k] = c[k];}}};var a = document.createElement('script');a.type = 'text/javascript';a.id = 'www-widgetapi-script';a.src = 'https://s.ytimg.com/yts/jsbin/www-widgetapi-vflj3RSGk/www-widgetapi.js';a.async = true;var b = document.getElementsByTagName('script')[0];b.parentNode.insertBefore(a, b);})();}
</script>
<section class="hero--thumbnail-slider anim-first-slide">
<div class="slider-container">
<article class="slide">
<div class="img-desktop" style="background-image: url(/wp-content/uploads/2018/05/home-hero-1.jpg);"></div>
<div class="img-mobile" style="background-image: url(/wp-content/uploads/2018/05/hero-mobile.jpg);"></div>
<div class="video-container">
<div class="video-displayer" data-youtubecode="TlyEjlpDlxM">
<div id="hero-video-1" ></div>
</div>
<div id="hero-stopbtn-1" class="video-back-btn">
<p>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 19 14.73">
<title>arrow-left-short</title>
<path d="M19,7H3.41L8.07,2.34A1,1,0,0,0,6.66.93L.29,7.29a1,1,0,0,0,0,1.42l6.37,6.36a1,1,0,0,0,1.41-1.41L3.41,9H19Z" transform="translate(0 -0.64)"/>
</svg>
<span>Back</span>
</p>
</div>
</div>
<div class="text-container">
<div class="text-box">
<h1>
<span>hey kuri</span>
<a href="https://heykuri.celeryshop.com/checkout?product_id=5907836a3d7c56120053d790&country=us" class="btn cta-btn">Buy Now</a>
</h1>
<div class="flex">
<div id="hero-playbtn-1" class="video-button">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 211.44 211.56">
<title>play-button</title>
<path id="circle" d="M105,0C47.33.09.17,47.55,0,105.72c-.17,58.39,47.34,105.89,105.83,105.84A105.86,105.86,0,0,0,211.44,105.93C211.49,47.39,163.8-.09,105,0Zm.7,202.27a96.35,96.35,0,0,1-96.4-96.14C9.23,52.68,52.48,9.23,105.64,9.4c53.47.17,96.64,43.37,96.55,96.62C202.1,159,158.79,202.25,105.74,202.27Z"/>
<path id="triangle" d="M72.64,161.17V50.5L168,105.83Z"/>
</svg>
</div>
<div class="subtex-box">
<p>Meet the adorable home robot that adds a unique spark of life to your home.</p>
</div>
</div>
</div>
</div>
</article>
<article class="slide">
<div class="img-desktop" style="background-image: url(/wp-content/uploads/2018/05/home-hero-2-1.jpg);"></div>
<div class="img-mobile" style="background-image: url(/wp-content/uploads/2018/05/hero-mobile-2-2.jpg);"></div>
<div class="video-container">
<div class="video-displayer" data-youtubecode="tTsVQzQhRNk">
<div id="hero-video-2" ></div>
</div>
<div id="hero-stopbtn-2" class="video-back-btn">
<p>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 19 14.73">
<title>arrow-left-short</title>
<path d="M19,7H3.41L8.07,2.34A1,1,0,0,0,6.66.93L.29,7.29a1,1,0,0,0,0,1.42l6.37,6.36a1,1,0,0,0,1.41-1.41L3.41,9H19Z" transform="translate(0 -0.64)"/>
</svg>
<span>Back</span>
</p>
</div>
</div>
<div class="text-container">
<div class="text-box">
<h1>
<span>a smarter home</span>
<a href="https://heykuri.celeryshop.com/checkout?product_id=5907836a3d7c56120053d790&country=us" class="btn cta-btn">Buy Now</a>
</h1>
<div class="flex">
<div id="hero-playbtn-2" class="video-button">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 211.44 211.56">
<title>play-button</title>
<path id="circle" d="M105,0C47.33.09.17,47.55,0,105.72c-.17,58.39,47.34,105.89,105.83,105.84A105.86,105.86,0,0,0,211.44,105.93C211.49,47.39,163.8-.09,105,0Zm.7,202.27a96.35,96.35,0,0,1-96.4-96.14C9.23,52.68,52.48,9.23,105.64,9.4c53.47.17,96.64,43.37,96.55,96.62C202.1,159,158.79,202.25,105.74,202.27Z"/>
<path id="triangle" d="M72.64,161.17V50.5L168,105.83Z"/>
</svg>
</div>
<div class="subtex-box">
<p>Thoughtfully designed to fit into your home, Kuri allows you to check in while you're away, record special moments, and so much more.</p>
</div>
</div>
</div>
</div>
</article>
<article class="slide">
<div class="img-desktop" style="background-image: url(/wp-content/uploads/2018/04/home-hero-3.png);"></div>
<div class="img-mobile" style="background-image: url(/wp-content/uploads/2018/05/hero-mobile-3.jpg);"></div>
<div class="video-container">
<div class="video-displayer" data-youtubecode="jWT_z_W4VBQ">
<div id="hero-video-3" ></div>
</div>
<div id="hero-stopbtn-3" class="video-back-btn">
<p>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 19 14.73">
<title>arrow-left-short</title>
<path d="M19,7H3.41L8.07,2.34A1,1,0,0,0,6.66.93L.29,7.29a1,1,0,0,0,0,1.42l6.37,6.36a1,1,0,0,0,1.41-1.41L3.41,9H19Z" transform="translate(0 -0.64)"/>
</svg>
<span>Back</span>
</p>
</div>
</div>
<div class="text-container">
<div class="text-box">
<h1>
<span>a real live robot</span>
<a href="https://heykuri.celeryshop.com/checkout?product_id=5907836a3d7c56120053d790&country=us" class="btn cta-btn">Buy Now</a>
</h1>
<div class="flex">
<div id="hero-playbtn-3" class="video-button">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 211.44 211.56">
<title>play-button</title>
<path id="circle" d="M105,0C47.33.09.17,47.55,0,105.72c-.17,58.39,47.34,105.89,105.83,105.84A105.86,105.86,0,0,0,211.44,105.93C211.49,47.39,163.8-.09,105,0Zm.7,202.27a96.35,96.35,0,0,1-96.4-96.14C9.23,52.68,52.48,9.23,105.64,9.4c53.47.17,96.64,43.37,96.55,96.62C202.1,159,158.79,202.25,105.74,202.27Z"/>
<path id="triangle" d="M72.64,161.17V50.5L168,105.83Z"/>
</svg>
</div>
<div class="subtex-box">
<p>From understanding her environment in real time, to seamlessly navigating the world around her.</p>
</div>
</div>
</div>
</div>
</article>
</div>
<div class="slider-thumb-nav">
<article class="thumb-box">
<div class="thumb-img" style="background-image: url(/wp-content/uploads/2018/05/home-hero-1.jpg);"></div>
<div class="bar" data-slick-index="0">
<div class='in-progress'></div>
</div>
</article>
<article class="thumb-box">
<div class="thumb-img" style="background-image: url(/wp-content/uploads/2018/05/home-hero-2-1.jpg);"></div>
<div class="bar" data-slick-index="1">
<div class='in-progress'></div>
</div>
</article>
<article class="thumb-box">
<div class="thumb-img" style="background-image: url(/wp-content/uploads/2018/04/home-hero-3.png);"></div>
<div class="bar" data-slick-index="2">
<div class='in-progress'></div>
</div>
</article>
</div>
<div class="arrow-down hero-arrow-down-section">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 14.73 33">
<title>Arrow</title>
<path d="M15.07,24.93a1,1,0,0,0-1.41,0L9,29.59V0H7V29.59L2.34,24.93A1,1,0,1,0,.93,26.34l6.36,6.37a1,1,0,0,0,1.42,0l6.36-6.37A1,1,0,0,0,15.07,24.93Z" transform="translate(-0.64 0)" fill="#ddd"/>
</svg>
</div>
</section>
<section class="home-intro-sec">
<div class="container">
<article class="flex">
<div class="text-col">
<div class="text-row">
<p>Kuri is a first-of-its kind home robot. Designed to delight, Kuri is an interactive and mobile videographer who captures each day's best moments around your home.</p>
</div>
<div class="bottom-row flex">
<section class="features-container flex">
<article class="feature-box flex">
<div class="feature-icon">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 33.28 17.3">
<title>video1</title>
<path d="M33.64,10.85l-6.43,4.78V11.32a3,3,0,0,0-3-3H3.33a3,3,0,0,0-3,3V22.68a3,3,0,0,0,3,3h20.9a3,3,0,0,0,3-3V18.39l6.43,4.78ZM25.23,22.68a1,1,0,0,1-1,1H3.33a1,1,0,0,1-1-1V11.32a1,1,0,0,1,1-1h20.9a1,1,0,0,1,1,1Zm6.41-3.53L28.75,17l2.89-2.15Z" transform="translate(-0.36 -8.35)"/>
</svg>
</div>
<div class="feature-text">
<p>Capture unexpected moments</p>
</div>
</article>
<article class="feature-box flex">
<div class="feature-icon">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 17.53 29.02">
<title>phone1</title>
<path d="M22.74,2.44H11.25a3.07,3.07,0,0,0-3.06,3V28.49a2.93,2.93,0,0,0,3,3H22.74a2.93,2.93,0,0,0,3-3V5.41A2.93,2.93,0,0,0,22.74,2.44Zm-11.49,2H22.84a1,1,0,0,1,1,1v.83H10.23V5.41A1,1,0,0,1,11.25,4.48Zm12.51,3.8V24.6H10.23V8.28Zm-1,21.23H11.25a1,1,0,0,1-1-1V26.55H23.76v1.94A1,1,0,0,1,22.74,29.51Z" transform="translate(-8.19 -2.44)"/>
</svg>
</div>
<div class="feature-text">
<p>Check in while you’re away</p>
</div>
</article>
<article class="feature-box flex">
<div class="feature-icon">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 27.26 32.22">
<title>musical-note1</title>
<path d="M29.1,1.55,12.72,8.65l-.66.29v16.6a7.17,7.17,0,0,0-4.49.23c-2.92,1.06-4.74,3.45-4.06,5.33s3.61,2.57,6.54,1.51c2.45-.89,4.1-2.71,4.18-4.39h0v-.17s0-.05,0-.07V14.13l14.2-5.68v13a7.07,7.07,0,0,0-4.48.23C21,22.75,19.22,25.13,19.9,27s3.61,2.56,6.53,1.51c2.6-.94,4.31-2.92,4.2-4.68h0V.89Zm-19.94,29c-1.72.62-3.33.53-3.59-.21s.91-1.84,2.63-2.46,3.32-.52,3.59.21S10.88,30,9.16,30.57Zm16.39-4.08c-1.72.62-3.33.53-3.59-.21s.91-1.84,2.63-2.46,3.32-.53,3.59.21S27.27,25.87,25.55,26.49ZM28.44,6.1l-14.2,5.68V10.37l14.2-6.15Z" transform="translate(-3.37 -0.89)"/>
</svg>
</div>
<div class="feature-text">
<p>Entertain your household</p>
</div>
</article>
</section>
<section class="img-mobile-container">
<img src="/wp-content/uploads/2018/05/robot-small.jpg" alt="robot image">
</section>
</div>
</div>
<div class="img-col">
<img src="/wp-content/uploads/2018/05/robot-small.jpg" alt="robot image">
</div>
</article>
</div>
</section>
<section class="home-newangle-sec">
<div class="container">
<article class="intro-container">
<h1>a new angle on life</h1>
<p>See your home through the eyes of a home robot.</p>
</article>
<article class="iphone-slider">
<img src="/wp-content/themes/heykuri/build/img/home/phone-bg.jpg">
<div class="screen-holder">
<section class="slides-container">
<div class="slide is-movie" data-video-src="/wp-content/uploads/2018/07/kuri-vision-playtime-optimized.mp4">
<video autoplay loop muted playsinline></video>
</div>
<div class="slide is-movie" data-video-src="/wp-content/uploads/2018/07/Kuri-Vision-Snack-Time-optimized.mp4">
<video autoplay loop muted playsinline></video>
</div>
<div class="slide is-movie" data-video-src="/wp-content/uploads/2018/07/kuri-vision-dad-sleeps-optimized.mp4">
<video autoplay loop muted playsinline></video>
</div>
<div class="slide is-movie" data-video-src="/wp-content/uploads/2018/07/kuri-vision-living-room-with-toys-optimized.mp4">
<video autoplay loop muted playsinline></video>
</div>
<div class="slide is-movie" data-video-src="/wp-content/uploads/2018/07/Kuri-Vision-Dog-Naps-optimized.mp4">
<video autoplay loop muted playsinline></video>
</div>
</section>
</div>
<div class="iphone-slide-arrow-left">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 36.35 14.73">
<title>arrow-left</title>
<path d="M36.35,6.36H3.41L8.07,1.71a1,1,0,0,0,0-1.42,1,1,0,0,0-1.41,0L.29,6.66a1,1,0,0,0,0,1.41l6.37,6.37a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.42L3.41,8.36H36.35Z" fill="#ccc"/>
</svg>
</div>
<div class="iphone-slide-arrow-right">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 35 14.73">
<title>arrow-right</title>
<path d="M34.71,6.66,28.34.29a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.66,4.65H0v2H31.59L26.93,13a1,1,0,0,0,0,1.42,1,1,0,0,0,1.41,0l6.37-6.37A1,1,0,0,0,34.71,6.66Z" fill="#ccc"/>
</svg>
</div>
</article>
<article class="caption">
<p></p>
</article>
<article class="iphone-slider-dot-nav">
<ul></ul>
</article>
</div>
</section>
<section class="home-grid-sec">
<div class="row flex layout-text-left black-bg is-video">
<article class="col-left">
<div class="text-box">
<h2>hands-free memories</h2>
<p>Kuri is your mobile videographer. When she sees something interesting, Kuri will capture a 5-second video. Or, you can begin a recording via voice command. Keep living in the moment knowing that your robot has got your cherished moments covered.</p>
</div>
</article>
<article class="col-right has-video" data-video-src="/wp-content/uploads/2018/05/OPTIMIZED_mom-and-son.mp4">
<video src="/wp-content/uploads/2018/05/OPTIMIZED_mom-and-son.mp4" autoplay loop muted playsinline></video>
</article>
</div>
<div class="row flex layout-text-right black-bg is-video">
<article class="col-left">
<div class="text-box">
<h2>check in when you're away</h2>
<p>Kuri autonomously navigates around your home, but you can also drive him remotely. Whether you’re at work or on vacation, you can check to see if you left the lights on or that the kids made it home from school – you name it! Kuri gives you peace of mind.</p>
</div>
</article>
<article class="col-right has-video" data-video-src="/wp-content/uploads/2018/06/Kuri-Vision-Tug-o-War.mp4">
<video src="/wp-content/uploads/2018/06/Kuri-Vision-Tug-o-War.mp4" autoplay loop muted playsinline></video>
</article>
</div>
<div class="row flex layout-text-left black-bg is-video">
<article class="col-left">
<div class="text-box">
<h2>never miss a moment</h2>
<p>When driving Kuri via his mobile app, you can livestream your home and even talk through your robot – like a one way walkie talkie. Greet guests at the door or say hello to your pets throughout the day with the flexibility of an independent, roaming robot.</p>
</div>
</article>
<article class="col-right has-video" data-video-src="/wp-content/uploads/2018/05/OPTIMIZED_party.mp4">
<video src="/wp-content/uploads/2018/05/OPTIMIZED_party.mp4" autoplay loop muted playsinline></video>
</article>
</div>
</section>
<section class="home-spark-sec">
<div class="container flex">
<article class="col-left">
<img src="/wp-content/uploads/2018/05/robot-2.jpg">
</article>
<article class="col-right">
<div class="text-row">
<h2>a unique spark of life in your home</h2>
<p>From understanding her environment in real time to seamlessly navigating the world around her, Kuri's endearing personality is backed with incredible tech.</p>
</div>
<div class="feature-row flex">
<div class="feature-cell flex">
<div class="feature-icon">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 33.28 17.3">
<title>video1</title>
<path d="M33.64,10.85l-6.43,4.78V11.32a3,3,0,0,0-3-3H3.33a3,3,0,0,0-3,3V22.68a3,3,0,0,0,3,3h20.9a3,3,0,0,0,3-3V18.39l6.43,4.78ZM25.23,22.68a1,1,0,0,1-1,1H3.33a1,1,0,0,1-1-1V11.32a1,1,0,0,1,1-1h20.9a1,1,0,0,1,1,1Zm6.41-3.53L28.75,17l2.89-2.15Z" transform="translate(-0.36 -8.35)"/>
</svg>
</div>
<div class="feature-text">
<p>1080p Video</p>
</div>
</div>
<div class="feature-cell flex">
<div class="feature-icon">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 29">
<title>microphone</title>
<path d="M10,21a6,6,0,0,1-6-6V6A6,6,0,0,1,16,6v9A6,6,0,0,1,10,21ZM10,1.82A4.19,4.19,0,0,0,5.82,6v9a4.18,4.18,0,0,0,8.36,0V6A4.19,4.19,0,0,0,10,1.82Z" fill="#0085ff"/>
<path d="M19,10.09a.91.91,0,0,0-.91.91v3.9A8.15,8.15,0,0,1,10,23.09,8.15,8.15,0,0,1,1.91,14.9V11A.91.91,0,0,0,.09,11v3.9a10,10,0,0,0,9,10v2.32H6.91a.91.91,0,0,0,0,1.82h6.18a.91.91,0,1,0,0-1.82H10.91V24.86a10,10,0,0,0,9-10V11A.91.91,0,0,0,19,10.09Z" fill="#0085ff"/>
</svg>
</div>
<div class="feature-text">
<p>4 microphones for voice commands</p>
</div>
</div>
<div class="feature-cell flex">
<div class="feature-icon">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16.63 30.47">
<title>thunder1</title>
<g>
<polygon points="4.16 29.86 5.99 30.47 5.14 29.98 4.16 29.86" fill="#0085ff"/>
<path d="M23.36,14.17l-3.58.42L21,2.35l-1.83-.58L9.51,18.85l-.83,1.46H14.2L12.85,31.62l1,.12.85.5,9.66-16.6,1-1.7Zm-8,13,.92-7.69.13-1.1H12.05L18.58,6.79l-.87,8.82-.12,1.21,1.21-.14,2.84-.33Z" transform="translate(-8.68 -1.77)" fill="#0085ff"/>
</g>
</svg>
</div>
<div class="feature-text">
<p>Recharges automatically</p>
</div>
</div>
<div class="feature-cell flex">
<div class="feature-icon">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 30">
<title>drivetrain</title>
<path d="M15,30A15,15,0,1,1,30,15,15,15,0,0,1,15,30ZM15,1.82A13.18,13.18,0,1,0,28.18,15,13.19,13.19,0,0,0,15,1.82Z" fill="#0085ff"/>
<path d="M15.82,4V4H14v0A11,11,0,0,0,4,15a10.8,10.8,0,0,0,1.16,4.88l-.07,0L6,21.5l.1-.06A11,11,0,1,0,15.82,4Zm6.76,5.79-4.53,2.61a4,4,0,0,0-2.23-1.35V5.86A9.18,9.18,0,0,1,22.58,9.83ZM15,17.18A2.18,2.18,0,1,1,17.18,15,2.19,2.19,0,0,1,15,17.18ZM14,5.88v5.26a4.05,4.05,0,0,0-2,1.23L7.48,9.75A9.17,9.17,0,0,1,14,5.88ZM5.82,15a9.12,9.12,0,0,1,.77-3.66L11.15,14A3.88,3.88,0,0,0,11,15a3.83,3.83,0,0,0,.26,1.36L6.74,19A9.12,9.12,0,0,1,5.82,15Zm1.87,5.53,4.56-2.64a3.92,3.92,0,0,0,1.75,1v5.26A9.16,9.16,0,0,1,7.69,20.53Zm8.13,3.61V18.91a3.92,3.92,0,0,0,2.24-1.37l4.53,2.62A9.19,9.19,0,0,1,15.82,24.14Zm7.64-5.58-4.58-2.64A4,4,0,0,0,19,15a4.25,4.25,0,0,0-.12-.94l4.57-2.64A9.09,9.09,0,0,1,24.18,15,9.2,9.2,0,0,1,23.46,18.56Z" fill="#0085ff"/>
</svg>
</div>
<div class="feature-text">
<p>Powerful drivetrain</p>
</div>
</div>
<div class="feature-cell flex">
<div class="feature-icon">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 17.53 29.02">
<title>phone1</title>
<path d="M22.74,2.44H11.25a3.07,3.07,0,0,0-3.06,3V28.49a2.93,2.93,0,0,0,3,3H22.74a2.93,2.93,0,0,0,3-3V5.41A2.93,2.93,0,0,0,22.74,2.44Zm-11.49,2H22.84a1,1,0,0,1,1,1v.83H10.23V5.41A1,1,0,0,1,11.25,4.48Zm12.51,3.8V24.6H10.23V8.28Zm-1,21.23H11.25a1,1,0,0,1-1-1V26.55H23.76v1.94A1,1,0,0,1,22.74,29.51Z" transform="translate(-8.19 -2.44)"/>
</svg>
</div>
<div class="feature-text">
<p>iOS and Android remote access</p>
</div>
</div>
<div class="feature-cell flex">
<div class="feature-icon">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 27.26 32.22">
<title>musical-note1</title>
<path d="M29.1,1.55,12.72,8.65l-.66.29v16.6a7.17,7.17,0,0,0-4.49.23c-2.92,1.06-4.74,3.45-4.06,5.33s3.61,2.57,6.54,1.51c2.45-.89,4.1-2.71,4.18-4.39h0v-.17s0-.05,0-.07V14.13l14.2-5.68v13a7.07,7.07,0,0,0-4.48.23C21,22.75,19.22,25.13,19.9,27s3.61,2.56,6.53,1.51c2.6-.94,4.31-2.92,4.2-4.68h0V.89Zm-19.94,29c-1.72.62-3.33.53-3.59-.21s.91-1.84,2.63-2.46,3.32-.52,3.59.21S10.88,30,9.16,30.57Zm16.39-4.08c-1.72.62-3.33.53-3.59-.21s.91-1.84,2.63-2.46,3.32-.53,3.59.21S27.27,25.87,25.55,26.49ZM28.44,6.1l-14.2,5.68V10.37l14.2-6.15Z" transform="translate(-3.37 -0.89)"/>
</svg>
</div>
<div class="feature-text">
<p>Dual Bluetooth speakers</p>
</div>
</div>
</div>
</article>
</div>
</section>
<section class="bottom-nextup-sec">
<div class="img" style="background-image: url(/wp-content/uploads/2018/05/home-hero-2-1.jpg);">
</div>
<a href="/life-with-kuri/" class="text-box" >
<p class="small-text">Next up:</p>
<p>
Life with Kuri <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 35 14.73">
<title>arrow-right</title>
<path d="M34.71,6.66,28.34.29a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.66,4.65H0v2H31.59L26.93,13a1,1,0,0,0,0,1.42,1,1,0,0,0,1.41,0l6.37-6.37A1,1,0,0,0,34.71,6.66Z" fill="#ccc"/>
</svg>
</p>
</a>
</section>
</div>
<footer role="contentinfo" class="max-container">
<div class="container">
<article class="top-sec flex">
<div class="site-links-container flex">
<article class="site-col-1">
<ul>
<li>
<a href="/life-with-kuri/" >
<span>Life with Kuri</span>
</a>
</li>
<li>
<a href="/explore-kuri/" >
<span>Features</span>
</a>
</li>
<li>
<a href="/videos/" >
<span>Videos</span>
</a>
</li>
<li>
<a href="/blog/" >
<span>Blog</span>
</a>
</li>
</ul>
</article>
<article class="site-col-2">
<ul>
<li>
<a href="mailto:[email protected]" >
<span>Contact</span>
</a>
</li>
<li>
<a href="https://heykuri.zendesk.com/hc/en-us" >
<span>FAQs</span>
</a>
</li>
<li>
<a href="/team/" >
<span>Team</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/mayfield-robotics/" target="_blank">
<span>Mayfield Robotics</span>
</a>
</li>
</ul>
</article>
<article class="site-col-3">
<ul>
<li>
<a href="https://www.linkedin.com/company/mayfield-robotics/" target="_blank">
<span>Careers</span>
</a>
</li>
<li>
<a href="/press-kit/" >
<span>Press Kit</span>
</a>
</li>
<li>
<a href="/legal/" >
<span>Legal</span>
</a>
</li>
</ul>
</article>
</div>
<!-- remove newsletter
<div class="newsletter-container" id="footer-newsletter">
<h5>subscribe to our newsletter:</h5>
<form class="footer-newsletter-form" id="footer-newsletter-form">
<article class="field-container">
<div class="input-wrap">
<input class="input-required check-email" type="text" name="entry.2000060337" placeholder="Your email address">
<div class="submit-arrow">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35 14.73">
<title>arrow-right</title>
<path d="M34.71,6.66,28.34.29a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.66,4.65H0v2H31.59L26.93,13a1,1,0,0,0,0,1.42,1,1,0,0,0,1.41,0l6.37-6.37A1,1,0,0,0,34.71,6.66Z" fill="#ccc"/>
</svg>
</div>
</div>
<div class="input-error"><p>Please enter a valid email!</p></div>
</article>
</form>
</div>
-->
</article>
<article class="bottom-sec">
<div class="social-media">
<ul>
<li>
<a href="https://www.facebook.com/KuriRobot" target="_blank">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24">
<title>ss-facebook</title>
<path d="M16.67,8.46H13.49V6.38c0-.8.5-1,.87-1H16.6V2H13.52A3.92,3.92,0,0,0,9.34,6.18V8.46h-2V12h2V22h4.15V12h2.84Z"/>
</svg>
</a>
</li>
<li>
<a href="https://twitter.com/KuriRobot" target="_blank">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24">
<title>ss-twitter</title>
<path d="M21.49,6.06a8.83,8.83,0,0,1-2.25.64A3.76,3.76,0,0,0,21,4.54a7.42,7.42,0,0,1-2.47,1,3.91,3.91,0,0,0-6.77,2.67,2.77,2.77,0,0,0,.13.89A11.23,11.23,0,0,1,3.78,5a3.73,3.73,0,0,0-.54,2A3.89,3.89,0,0,0,5,10.16a3.68,3.68,0,0,1-1.77-.51v0a3.91,3.91,0,0,0,3.14,3.84,4.82,4.82,0,0,1-1,.16,5.13,5.13,0,0,1-.73-.06,3.91,3.91,0,0,0,3.65,2.7A7.58,7.58,0,0,1,3.43,18a9,9,0,0,1-.92,0A11.14,11.14,0,0,0,19.65,8.6V8.09A7.18,7.18,0,0,0,21.49,6.06Z"/>
</svg>
</a>
</li>
<li>
<a href="https://www.instagram.com/KuriRobot/" target="_blank">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24">
<title>ig</title>
<path d="M19.33,2.47H4.67a2.21,2.21,0,0,0-2.2,2.2V19.33a2.21,2.21,0,0,0,2.2,2.2H19.33a2.21,2.21,0,0,0,2.2-2.2V4.67A2.21,2.21,0,0,0,19.33,2.47ZM12,8.34A3.66,3.66,0,1,1,8.34,12,3.67,3.67,0,0,1,12,8.34Zm7.15,10.07a.73.73,0,0,1-.74.73H5.59a.72.72,0,0,1-.73-.73v-8h1.5a6.57,6.57,0,0,0-.16.77,5.55,5.55,0,0,0-.06.82,5.86,5.86,0,0,0,11.72,0,5.55,5.55,0,0,0-.06-.82,6.57,6.57,0,0,0-.16-.77h1.51Zm0-11.1a.74.74,0,0,1-.74.74H16.69A.74.74,0,0,1,16,7.31V5.59a.74.74,0,0,1,.74-.74h1.72a.74.74,0,0,1,.74.74Z"/>
</svg>
</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCDMDvOyv22wyj0ZiX6WFmbA" target="_blank">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24">
<title>youtube</title>
<g>
<path d="M11.3,3.12A1.63,1.63,0,0,0,9.59,4.64V7.91A1.5,1.5,0,0,0,10.9,9.59a1.34,1.34,0,0,0,.4,0A1.62,1.62,0,0,0,13,8.06V4.82a1.65,1.65,0,0,0-1.59-1.7Zm.5,4.74c0,.34-.17.59-.5.59a.51.51,0,0,1-.5-.52v-3c0-.34.16-.6.48-.6a.53.53,0,0,1,.52.6Z"/>
<path d="M14,8.45c0,.62.19,1.12.83,1.12a1.82,1.82,0,0,0,1.34-.78v.69h1.2V3.18h-1.2V8c-.15.17-.46.47-.69.47s-.31-.17-.31-.42V3.18H14Z"/>
<polygon points="5.23 0.94 6.8 6.01 6.8 9.47 8.11 9.47 8.11 6.01 9.65 0.94 8.31 0.94 7.47 4.36 6.56 0.94 5.23 0.94"/>
</g>
<g>
<path d="M14.43,16.09a.46.46,0,0,0-.58-.1l-.23.19v3.73l.26.21a.5.5,0,0,0,.57,0,.71.71,0,0,0,.1-.42V16.55h0A.76.76,0,0,0,14.43,16.09Z"/>
<path d="M18.18,16c-.41,0-.49.29-.49.71v.6h1v-.6C18.67,16.28,18.59,16,18.18,16Z"/>
<path d="M18.3,11.2C15.9,11,8.1,11,5.7,11.2c-2.59.18-2.9,1.74-2.92,5.86s.32,5.7,2.92,5.87c2.4.17,10.2.17,12.6,0,2.59-.17,2.9-1.74,2.92-5.87S20.89,11.38,18.3,11.2ZM7,21.05H5.68V14.14H4.39V13H8.24v1.18H7Zm4.46,0H10.34v-.67a2.59,2.59,0,0,1-.63.56c-.61.34-1.43.34-1.43-.88v-5H9.36v4.6c0,.24.05.4.28.4s.53-.28.67-.45V15.05h1.07Zm4.28-1.24c0,.73-.27,1.31-1,1.31a1.27,1.27,0,0,1-1.07-.53v.46H12.54V12.92h1.07v2.61a1.34,1.34,0,0,1,1-.55c.82,0,1.07.68,1.07,1.5Zm4.13-1.62H17.67v1.13c0,.45,0,.84.49.84s.5-.31.5-.84v-.41h1.16v.45c0,1.15-.5,1.85-1.67,1.85s-1.61-.77-1.61-1.85V16.67a1.64,1.64,0,0,1,1.53-1.76h.16c1.07,0,1.59.68,1.59,1.77Z"/>
</g>
</svg>
</a>
</li>
</ul>
</div>
<div class="copyright flex">
<p>Copyright ©2018 Mayfield Robotics. All rights reserved.</p>
<p>
<a href="/privacy-policy/">Privacy Policy</a>
|
<a href="/terms-of-service/">Terms of Service</a>
</p>
</div>
</article>
</div>
</footer>
<section class="video-modal">
<div class="video-container">
<iframe width="1280" height="720" src="" frameborder="0" allow="encrypted-media" allowfullscreen></iframe>
<div class="video-back-btn">
<span class="back-arrow">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 19 14.73">
<title>arrow-left-short</title>
<path d="M19,7H3.41L8.07,2.34A1,1,0,0,0,6.66.93L.29,7.29a1,1,0,0,0,0,1.42l6.37,6.36a1,1,0,0,0,1.41-1.41L3.41,9H19Z" transform="translate(0 -0.64)"/>
</svg>
</span>
<span>Back</span>
</div>
</div>
</section>
<script type='text/javascript' src='/wp-content/themes/heykuri/build/js/core.min.js?ver=1.1'></script>
<script type='text/javascript' src='/wp-content/plugins/sassy-social-share/public/js/sassy-social-share-public.js?ver=3.2'></script>
<script type='text/javascript' src='/wp-includes/js/wp-embed.min.js?ver=4.9.8'></script>
<script src="https://www.celeryshop.com/sdk/sdk.js"></script>
<script type="text/javascript">
(function(){"use strict";var v=window.PS;if(!v||v.IncludeTest('PS-UI','2.0.0',true)<=0)return;if(!v.RegisterLibrary('_Plugin_Kuri-Celery_JS_Celery','1.0.0'))return;var U,Q=v.MeMSO,a=v.Event,B='Plugin/Kuri-Celery/Celery-IntCom',h=false,A={"_id":"5900dbe8ee3d241200484154","order_status":"open","payment_status":"paid","fulfillment_status":"unfulfilled","type":"card","created":1493228520753,"created_date":"2017-04-26T17:42:00.753Z","updated":1493228520878,"updated_date":"2017-04-26T17:42:00.878Z","user_id":"58f958d581e2b01200d91045","number":"102723646","currency":"usd","referral_code":null,"discount":0,"shipping":0,"taxes":0,"total":10000,"balance":0,"linetotal":0,"taxable":0,"subtotal":10000,"paid":0,"refunded":0,"line_items":[{"product_id":"58f958f0ef205c1200706df0","variant_id":null,"quantity":1,"product_name":"Kuri Test Deposit","variant_name":null,"celery_sku":"58f958f0ef205c1200706df0","price":10000,"enable_taxes":false,"enable_inventory":false,"image":null,"id":"cf1e771e-15a6-427c-80ac-ca6f268df02a","sku":null,"weight":0}],"buyer":{"email":"[email protected]","first_name":"Joe","last_name":"Schmoe","phone":null,"name":"Joe Schmoe","company":null,"notes":null},"shipping_address":{"line1":"1234 Some Str","line2":null,"city":"Anotherville","state":"wa","zip":"98001","country":"us","phone":null,"first_name":"Joe","last_name":"Schmoe","name":"Joe Schmoe","company":null},"billing_address":{"line1":null,"line2":null,"city":null,"state":null,"zip":null,"country":null,"phone":null,"name":null,"first_name":null,"last_name":null,"company":null},"client_details":{"ip":"50.243.106.5","user_agent":"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0","accept_language":"en-US,en;q=0.5","referer":null},"payments":[]},t=false;U={UseTest:true,SubDomain:'',ProductID:'',Initialize:function(){t=true;if(h){a.Add('.PreOrderButton > a','click',function(k){U.CreateOrder(A);U.ExternalCreateOrder(A);return v.NoDefault(k);});}else {v.SetAttribute('.PreOrderButton > a','href',v.PathClean(U.GetURL()));window.addEventListener('celeryConfirmation',U.ReceiveCeleryMessage,false);}v.UI.Window.CreateDisplayType('Celery',{Class:'Celery',Overlay:true});window.SS.DisplayPreOrder=U.DisplayPreOrder;},Deinitialize:function(){},GetURL:function(){return ('https://'+U.SubDomain+'.celeryshop'+(U.UseTest?'.org':'.com')+'/checkout?product_id='+U.ProductID+'&country=us');},ReceiveCeleryMessage:function(k){var r=k.data&&k.data.order;if(!r)return true;U.CreateOrder(r);U.ExternalCreateOrder(r);U.Hide();return true;},Hide:function(){if(!h)window.Celery.close();},CreateOrder:function(k){Q.JSONIntCom({URL:v.WebRoot+B+Q.ScriptExt,QueryString:'f=DoCreateOrder&RawData='+encodeURIComponent(v.JSONString(k)),OnError:COE,OnSuccess:COR});function COR(r){var L=r.Data;Q.ContentPopup({URL:v.WebRoot+B+Q.ScriptExt,QueryString:'f=DCPPreOrder&OrderID='+L.OrderID,});}function COE(r){if(r.Response.Data)return false;return true;}},ExternalCreateOrder:function(k){var r={OrderID:'Pre-Celery-'+k._id,Email:(k.buyer.email&&k.buyer.email)||'',FirstName:(k.buyer&&k.buyer.first_name)||'Unknown',LastName:(k.buyer&&k.buyer.last_name)||'Unknown',GrandTotal:~~k.total,Subtotal:~~k.subtotal,TaxTotal:~~k.taxes,ShipTotal:~~k.shipping,ItemSKU:'PreOrderCelery',ItemName:'Kuri Pre-Order (Celery)',Quantity:(k.line_items&&k.line_items.length&&k.line_items[0].quantity)||1,};if(r.Quantity<1)r.Quantity=1;r.Price=r.Subtotal/r.Quantity;SS.TrackPreOrder(r);},UpdateOrder:function(k){},DisplayPreOrder:function(){if(!window.Celery){setTimeout(U.DisplayPreOrder,1000);return;}window.Celery.open(U.GetURL());}};v.Celery=U;v.ExecuteOnLoad(U.Initialize);v.ExecuteOnUnload(U.Deinitialize);})();
</script>
<script>
// <![CDATA[
PS.IP='24.90.253.185';PS.WebRoot='/';PS.Extend(PS.MeMSO,{SiteType:256,ScriptExt:'.php',Domain:'www.heykuri.com',DomainBase:'',SecureBase:'',AdminBase:'https://admin.heykuri.com',Live:true,CacheBuster:'?1',PageFile:'Plugin/Kuri-Home/Home.php',PageLinkCode:''});PS.Celery.SubDomain='heykuri';PS.Celery.ProductID='5907836a3d7c56120053d790';PS.Celery.UseTest=false;PS.AddThis=PS.AddThis||[];PS.AddThis.push(['Extend',{"ProfileID":"ra-586c4539aa052e46"}]);
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','//connect.facebook.net/en_US/fbevents.js');
fbq('init','299147030505439');
fbq('track','PageView');
PS.Celery.SubDomain='heykuri';PS.Celery.ProductID='5907836a3d7c56120053d790';PS.Celery.UseTest=false;
// ]]>
</script>
<!-- Page Proofer -->
<script type="text/javascript">
(function (d, t) {
var pp = d.createElement(t), s = d.getElementsByTagName(t)[0];
pp.src = '//app.pageproofer.com/overlay/js/2951/1019';
pp.type = 'text/javascript';
pp.async = true;
s.parentNode.insertBefore(pp, s);
})(document, 'script');
</script>
</body>
</html>
<!-- youtube iframe api -->
<script type="text/javascript">
if (!window['YT']) {var YT = {loading: 0,loaded: 0};}if (!window['YTConfig']) {var YTConfig = {'host': 'http://www.youtube.com'};}if (!YT.loading) {YT.loading = 1;(function(){var l = [];YT.ready = function(f) {if (YT.loaded) {f();} else {l.push(f);}};window.onYTReady = function() {YT.loaded = 1;for (var i = 0; i < l.length; i++) {try {l[i]();} catch (e) {}}};YT.setConfig = function(c) {for (var k in c) {if (c.hasOwnProperty(k)) {YTConfig[k] = c[k];}}};var a = document.createElement('script');a.type = 'text/javascript';a.id = 'www-widgetapi-script';a.src = 'https://s.ytimg.com/yts/jsbin/www-widgetapi-vflj3RSGk/www-widgetapi.js';a.async = true;var b = document.getElementsByTagName('script')[0];b.parentNode.insertBefore(a, b);})();}
</script>