feat: Revamp site using original Jibo website. (WIP)
1
blue-quote.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200.5 143.5"><style>.st0{fill:#00d4f0}</style><path class="st0" d="M80 16c-5 1.3-10.6 3.9-16.8 7.8C57 27.6 51.3 32.1 46 37.3 40.7 42.4 36.3 48 33 54c-3.3 6-4.7 12-4 18 .7 2.3 2.5 3.7 5.5 4 3 .3 5.8.5 8.5.5 8.3 0 15.6 2.8 21.8 8.2C70.9 90.2 74 98 74 108c0 9.7-3.4 18-10.2 25-6.8 7-14.6 10.5-23.2 10.5-13.3 0-23.4-4.8-30.2-14.5C3.4 119.3 0 107.5 0 93.5c0-11 2.2-21.6 6.8-31.8C11.2 51.6 17.2 42.3 24.5 34c7.3-8.3 15.8-15.5 25.5-21.5S69.7 2.3 80 0v16zm120.5 0c-5 1.3-10.6 3.9-16.8 7.8-6.2 3.8-11.9 8.3-17.2 13.5-5.3 5.2-9.7 10.8-13 16.8-3.3 6-4.7 12-4 18 .7 2.3 2.5 3.7 5.5 4 3 .3 5.8.5 8.5.5 8.3 0 15.6 2.8 21.8 8.2 6.2 5.5 9.2 13.2 9.2 23.2 0 9.7-3.4 18-10.2 25-6.8 7-14.6 10.5-23.2 10.5-13.3 0-23.4-4.8-30.2-14.5-6.8-9.7-10.2-21.5-10.2-35.5 0-11 2.2-21.6 6.8-31.8 4.5-10.2 10.4-19.4 17.8-27.8 7.3-8.3 15.8-15.5 25.5-21.5s19.7-10.2 30-12.5V16z"/></svg>
|
||||
|
After Width: | Height: | Size: 916 B |
1
classic-rock-guitar.svg
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
395
custom.js
Normal file
@@ -0,0 +1,395 @@
|
||||
var fadeElements=document.querySelectorAll(".FadeElement"),fadeElementsAlt=document.querySelectorAll(".FadeElementAlt"),fadeElementsAltWrap=document.querySelectorAll(".FadeElementAltWrap"),fadeOffsetElements=document.querySelectorAll(".FadeOffsetElement"),siteHeader=document.querySelector(".SiteHeader");
|
||||
function fadeElementsInit() {
|
||||
for(i=0;
|
||||
i<fadeElements.length;
|
||||
++i) {
|
||||
var e=fadeElements[i].getBoundingClientRect();
|
||||
(t=window.innerHeight-e.top)<.05*window.innerHeight&&fadeElements[i].classList.add("FadeElement--hidden")
|
||||
}
|
||||
for(i=0;
|
||||
i<fadeElementsAlt.length;
|
||||
++i) {
|
||||
e=fadeElementsAlt[i].getBoundingClientRect();
|
||||
(t=window.innerHeight-e.top)<.05*window.innerHeight&&fadeElementsAlt[i].classList.add("FadeElementAlt--hidden")
|
||||
}
|
||||
for(i=0;
|
||||
i<fadeElementsAltWrap.length;
|
||||
++i) {
|
||||
e=fadeElementsAltWrap[i].getBoundingClientRect();
|
||||
var t=window.innerHeight-e.top,n=fadeElementsAltWrap[i].children;
|
||||
if(t<.1*window.innerHeight)for(var o=0;
|
||||
o<n.length;
|
||||
o++)n[o].classList.add("FadeElementAltWrap--hidden")
|
||||
}
|
||||
}
|
||||
function fadeInOnScroll() {
|
||||
for(i=0;
|
||||
i<fadeElements.length;
|
||||
++i) {
|
||||
var e=fadeElements[i].getBoundingClientRect();
|
||||
(t=window.innerHeight-e.top)>.05*window.innerHeight&&fadeElements[i].classList.remove("FadeElement--hidden")
|
||||
}
|
||||
for(i=0;
|
||||
i<fadeElementsAlt.length;
|
||||
++i) {
|
||||
e=fadeElementsAlt[i].getBoundingClientRect();
|
||||
(t=window.innerHeight-e.top)>.05*window.innerHeight&&fadeElementsAlt[i].classList.remove("FadeElementAlt--hidden")
|
||||
}
|
||||
for(i=0;
|
||||
i<fadeElementsAltWrap.length;
|
||||
++i) {
|
||||
e=fadeElementsAltWrap[i].getBoundingClientRect();
|
||||
var t=window.innerHeight-e.top,n=fadeElementsAltWrap[i].children;
|
||||
if(t>.1*window.innerHeight)for(var o=0;
|
||||
o<n.length;
|
||||
o++)n[o].classList.remove("FadeElementAltWrap--hidden")
|
||||
}
|
||||
}
|
||||
function relativeFadeOffset() {
|
||||
for(i=0;
|
||||
i<fadeOffsetElements.length;
|
||||
++i) {
|
||||
var e=fadeOffsetElements[i].getBoundingClientRect(),t=window.innerHeight-e.top,n=(window.innerHeight-e.top)/window.innerHeight;
|
||||
t>.15*window.innerHeight&&(fadeOffsetElements[i].style.opacity=4*n,fadeOffsetElements[i].style.transform="translateY("+-100*n+"px)")
|
||||
}
|
||||
}
|
||||
document.addEventListener("DOMContentLoaded",function() {
|
||||
fadeElementsInit(),window.addEventListener("scroll",fadeInOnScroll)
|
||||
});
|
||||
var lastScrollTop=0;
|
||||
document.addEventListener("DOMContentLoaded",function() {
|
||||
if(document.getElementById("PromoBar")) {
|
||||
var e=document.getElementById("PromoBar");
|
||||
document.getElementById("PromoBar__dismiss").addEventListener("click",function(t) {
|
||||
t.preventDefault(),e.classList.add("PromoBar--dismissed")
|
||||
}),e.classList.contains("PromoBar--hideOnScroll")&&window.addEventListener("scroll",function() {
|
||||
var t=window.pageYOffset||document.documentElement.scrollTop;
|
||||
t>lastScrollTop&&t>25?e.classList.add("PromoBar--hidden"):e.classList.remove("PromoBar--hidden"),lastScrollTop=t
|
||||
})
|
||||
}
|
||||
});
|
||||
var pressPagers=document.querySelectorAll(".HomePress__pagination .HomePress__pager"),featuredPagers=document.querySelectorAll(".HomeFeatured__pagination .HomeFeatured__pager");
|
||||
if(document.addEventListener("DOMContentLoaded",function() {
|
||||
new Swiper(".HomeFeatured__carousel", {
|
||||
loop:!0,grabCursor:!0,speed:400,spaceBetween:100,effect:"fade",fadeEffect: {
|
||||
crossFade:!0
|
||||
},autoplay: {
|
||||
delay:8e3
|
||||
},pagination: {
|
||||
el:".HomeFeatured__pagination",type:"custom",clickable:!0,bulletClass:"HomeFeatured__pager"
|
||||
},on: {
|
||||
slideChangeTransitionStart:function() {
|
||||
var e=parseInt(document.querySelector(".HomeFeatured__carousel .swiper-slide-active").dataset.swiperSlideIndex);
|
||||
for(i=0;
|
||||
i<featuredPagers.length;
|
||||
++i)i!==e?featuredPagers[i].classList.remove("HomeFeatured__pager--active"):featuredPagers[i].classList.add("HomeFeatured__pager--active")
|
||||
}
|
||||
}
|
||||
}),new Swiper(".HomePress__carousel", {
|
||||
loop:!0,grabCursor:!0,speed:400,spaceBetween:100,effect:"fade",fadeEffect: {
|
||||
crossFade:!0
|
||||
},autoplay: {
|
||||
delay:8e3
|
||||
},pagination: {
|
||||
el:".HomePress__pagination",type:"custom",clickable:!0,bulletClass:"HomePress__pager"
|
||||
},on: {
|
||||
slideChangeTransitionStart:function() {
|
||||
var e=parseInt(document.querySelector(".HomePress__carousel .swiper-slide-active").dataset.swiperSlideIndex);
|
||||
for(i=0;
|
||||
i<pressPagers.length;
|
||||
++i)i!==e?pressPagers[i].classList.remove("HomePress__pager--active"):pressPagers[i].classList.add("HomePress__pager--active")
|
||||
}
|
||||
}
|
||||
})
|
||||
}),document.body.classList.contains("home")||document.body.classList.contains("page-template-page-developers")) {
|
||||
function validateHubspotEmail(e) {
|
||||
return!!/\b[A-Z0-9._%+-]+@(?:[A-Z0-9-]+\.)+[A-Z] {
|
||||
2,20
|
||||
}
|
||||
\b/gi.test(e)
|
||||
}
|
||||
function checkHubspotEmail() {
|
||||
document.querySelector(".SubscribeForm").classList.remove("SubscribeForm--error");
|
||||
var e=document.querySelector(".SubscribeForm__email").value;
|
||||
!0===validateHubspotEmail(e)?(submitHubspotForm(e),document.querySelector(".SubscribeForm__notification").innerHTML="Submitting...",document.querySelector(".SubscribeForm").classList.add("SubscribeForm--success"),document.querySelector(".SubscribeForm__email").value=""):(document.querySelector(".SubscribeForm__notification").innerHTML="Please enter a valid email address.",document.querySelector(".SubscribeForm").classList.add("SubscribeForm--error"))
|
||||
}
|
||||
function readCookie(e) {
|
||||
for(var t=e+"=",n=document.cookie.split(";"),i=0;
|
||||
i<n.length;
|
||||
i++) {
|
||||
for(var o=n[i];
|
||||
" "===o.charAt(0);)o=o.substring(1,o.length);
|
||||
if(0===o.indexOf(t))return o.substring(t.length,o.length)
|
||||
}
|
||||
return null
|
||||
}
|
||||
function submitHubspotForm(e) {
|
||||
var t=document.querySelector(".SubscribeForm").dataset.submitBase,n=document.querySelector(".SubscribeForm").dataset.portalId,i=document.querySelector(".SubscribeForm").dataset.formId,o=readCookie("hubspotutk"),a=window.location.href,r=document.querySelector('meta[name="csrf-token"]').getAttribute("content"),l=new XMLHttpRequest,c=t+"/includes/hubspot-form-submit.php";
|
||||
l.open("POST",c,!0),l.setRequestHeader("Content-type","application/x-www-form-urlencoded"),l.setRequestHeader("X-CSRF-Token",r),l.onreadystatechange=function() {
|
||||
4===l.readyState&&200===l.status&&(document.querySelector(".SubscribeForm__notification").innerHTML="Thank you! Stay tuned for Jibo updates.",emailSignupTracking(e))
|
||||
};
|
||||
var s="email="+e+"&hutk="+o+"&pageUrl="+a+"&portalID="+n+"&formID="+i;
|
||||
l.send(s)
|
||||
}
|
||||
function clearSuccessNotification() {
|
||||
var e=document.querySelector(".SubscribeForm");
|
||||
e.classList.contains("SubscribeForm--success")&&(e.classList.remove("SubscribeForm--success"),e.querySelector(".SubscribeForm__notification").innerHTML="")
|
||||
}
|
||||
document.addEventListener("DOMContentLoaded",function() {
|
||||
document.querySelector(".SubscribeForm__submit").onclick=function(e) {
|
||||
e.preventDefault(),checkHubspotEmail()
|
||||
},document.querySelector(".SubscribeForm__email").onfocus=function(e) {
|
||||
clearSuccessNotification()
|
||||
}
|
||||
})
|
||||
}
|
||||
if(document.body.classList.contains("page-template-page-jobs")) {
|
||||
function initTestimonialsSlider() {
|
||||
slider=document.getElementsByClassName("JobsTestimonials__testimonialsWrap");
|
||||
new Swiper(slider, {
|
||||
loop:!0,speed:400,effect:"fade",fadeEffect: {
|
||||
crossFade:!0
|
||||
},autoplay: {
|
||||
delay:8e3
|
||||
},pagination: {
|
||||
el:".JobsTestimonials__swiperPagination",type:"bullets",clickable:!0
|
||||
}
|
||||
})
|
||||
}
|
||||
document.addEventListener("DOMContentLoaded",function() {
|
||||
initTestimonialsSlider()
|
||||
})
|
||||
}
|
||||
if(document.body.classList.contains("page-template-page-skills")) {
|
||||
var paginationSlides=!1,paginationList=[],IFTTTPagers=document.querySelectorAll(".SkillsIFTTT__pagination .SkillsIFTTT__pager");
|
||||
function initDemoSliders() {
|
||||
sliders=document.getElementsByClassName("Skills__demoWrap"),Array.prototype.forEach.call(sliders,function(e,t,n) {
|
||||
var o=e.parentNode,a=o.getElementsByClassName("Skills__pagination")[0],r=o.getElementsByClassName("Skills__pager");
|
||||
new Swiper(e, {
|
||||
loop:!0,speed:400,effect:"fade",fadeEffect: {
|
||||
crossFade:!0
|
||||
},pagination: {
|
||||
el:a,type:"custom",clickable:!0,bulletClass:"Skills__pager"
|
||||
},on: {
|
||||
init:function() {
|
||||
},slideChangeTransitionStart:function() {
|
||||
var t=parseInt(e.querySelector(".swiper-slide-active").dataset.swiperSlideIndex);
|
||||
for(i=0;
|
||||
i<r.length;
|
||||
++i)i!==t?r[i].classList.remove("active"):(r[i].classList.add("active"),e.querySelector(".swiper-slide-active").classList.add("demo-text-active"))
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
}
|
||||
function initDemoSlidersPagination() {
|
||||
var e=document.getElementsByClassName("Skills__pagination");
|
||||
window.innerWidth<768&&(console.log("Initialized pagi slider."),Array.prototype.forEach.call(e,function(e,t,n) {
|
||||
var i=new Swiper(e, {
|
||||
speed:400,slidesPerView:1,spaceBetween:30,navigation: {
|
||||
nextEl:e.parentNode.querySelector(".swiper-button-next"),prevEl:e.parentNode.querySelector(".swiper-button-prev")
|
||||
}
|
||||
});
|
||||
paginationList.push(i)
|
||||
}),paginationSlides=!0)
|
||||
}
|
||||
function sliderResizeToggle() {
|
||||
var e=document.getElementsByClassName("Skills__pagination");
|
||||
window.innerWidth<768?0==paginationSlides&&(Array.prototype.forEach.call(e,function(e,t,n) {
|
||||
var i=new Swiper(e, {
|
||||
speed:400,slidesPerView:1,spaceBetween:30,navigation: {
|
||||
nextEl:e.parentNode.querySelector(".swiper-button-next"),prevEl:e.parentNode.querySelector(".swiper-button-prev")
|
||||
}
|
||||
});
|
||||
paginationList.push(i)
|
||||
}),paginationSlides=!0):0!=paginationSlides&&(Array.prototype.forEach.call(paginationList,function(e,t,n) {
|
||||
e.destroy()
|
||||
}),paginationList=[],paginationSlides=!1)
|
||||
}
|
||||
function initIFTTTSlider() {
|
||||
new Swiper(".SkillsIFTTT__slider", {
|
||||
loop:!0,grabCursor:!0,speed:400,spaceBetween:100,effect:"fade",fadeEffect: {
|
||||
crossFade:!0
|
||||
},autoplay: {
|
||||
delay:8e3
|
||||
},pagination: {
|
||||
el:".SkillsIFTTT__pagination",type:"custom",clickable:!0,bulletClass:"SkillsIFTTT__pager"
|
||||
},on: {
|
||||
slideChangeTransitionStart:function() {
|
||||
var e=parseInt(document.querySelector(".SkillsIFTTT__slider .swiper-slide-active").dataset.swiperSlideIndex);
|
||||
for(i=0;
|
||||
i<IFTTTPagers.length;
|
||||
++i)i!==e?IFTTTPagers[i].classList.remove("SkillsIFTTT__pager--active"):IFTTTPagers[i].classList.add("SkillsIFTTT__pager--active")
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
document.addEventListener("DOMContentLoaded",function() {
|
||||
initDemoSliders(),initDemoSlidersPagination(),initIFTTTSlider(),window.addEventListener("resize",sliderResizeToggle,!1);
|
||||
document.querySelectorAll(".CTALink--skillLink").forEach(function(e) {
|
||||
e.addEventListener("click",function(e) {
|
||||
var t=this.parentNode.querySelector(".active-displayed");
|
||||
null!==t&&t.classList.remove("active-displayed"),this.classList.add("active-displayed"),this.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.querySelector(".swiper-slide-active").classList.add("demo-text-active")
|
||||
})
|
||||
})
|
||||
})
|
||||
}
|
||||
if("serviceWorker"in navigator&&window.addEventListener("load",function() {
|
||||
console.log("https://"+window.location.hostname+"/sw.js"),navigator.serviceWorker.register("https://"+window.location.hostname+"/sw.js").then(function(e) {
|
||||
console.log("Service worker successfully registered on scope",e.scope)
|
||||
}).catch(function(e) {
|
||||
console.log("Service worker failed to register")
|
||||
})
|
||||
}),document.body.classList.contains("page-template-page-technology")) {
|
||||
var techSpecSlider,animateDiagramTimeout,techSpecSlides=!1,techSpecElements=[],techSpecAnimations=[],techSpecAnimationWrap=document.querySelector(".TechnologyJiboHardware__diagramAnimations"),heroText=document.querySelector(".TechnologyHeroText");
|
||||
function stopWheel(e) {
|
||||
e.preventDefault&&e.preventDefault()
|
||||
}
|
||||
function preventScrollOnHero() {
|
||||
var e=document.querySelector(".TechnologyHeroText");
|
||||
e.addEventListener?(e.addEventListener("mousewheel",stopWheel,!1),e.addEventListener("DOMMouseScroll",stopWheel,!1)):e.attachEvent&&e.attachEvent("onmousewheel",stopWheel)
|
||||
}
|
||||
function initTechSpecSlider() {
|
||||
if(window.innerWidth<768&&1!=techSpecSlides) {
|
||||
document.querySelector(".TechnologyJiboHardware__techSpecsList");
|
||||
techSpecSlider=new Swiper(".TechnologyJiboHardware__techSpecsList", {
|
||||
loop:!0,grabCursor:!0,speed:400,spaceBetween:100,navigation: {
|
||||
nextEl:document.querySelector(".TechnologyJiboHardware__techSpecsList .swiper-button-next"),prevEl:document.querySelector(".TechnologyJiboHardware__techSpecsList .swiper-button-prev")
|
||||
},on: {
|
||||
slideChangeTransitionEnd:function() {
|
||||
techSpecElements.forEach(function(e) {
|
||||
e.classList.remove("CTALink--secondaryActive")
|
||||
}),setTimeout(function() {
|
||||
var e=techSpecSlider.activeIndex,t=techSpecSlider.slides.eq(e).attr("data-swiper-slide-index");
|
||||
document.querySelectorAll('[data-swiper-slide-index="'+t+'"] .CTALink').forEach(function(e) {
|
||||
e.click()
|
||||
})
|
||||
},750)
|
||||
}
|
||||
}
|
||||
}),techSpecSlides=!0
|
||||
}
|
||||
else window.innerWidth>=768&&0!=techSpecSlides&&(techSpecSlider.destroy(!0,!0),techSpecSlides=!1)
|
||||
}
|
||||
function animateDiagram() {
|
||||
document.querySelector(".TechnologyJiboHardware__diagram").classList.toggle("TechnologyJiboHardware__diagram--showBody")
|
||||
}
|
||||
function heroAnimation() {
|
||||
document.querySelector(".TechnologyHeroText").classList.add("TechnologyHeroText--loaded")
|
||||
}
|
||||
function removeHeroText() {
|
||||
heroText.remove()
|
||||
}
|
||||
function forceDiagramAnimation() {
|
||||
heroText.classList.remove("TechnologyHeroText--loaded"),heroText.classList.add("TechnologyHeroText--forceLoad"),setTimeout(removeHeroText,500),clearTimeout(animateDiagramTimeout),animateDiagram()
|
||||
}
|
||||
function backTopTopToggle() {
|
||||
var e=document.getElementById("TechnologyDetailOne").getBoundingClientRect(),t=window.innerHeight-e.top;
|
||||
window.innerHeight,e.top,window.innerHeight;
|
||||
t>.5*window.innerHeight?document.querySelector(".TechnologyBacktoTop").classList.add("TechnologyBacktoTop--visible"):document.querySelector(".TechnologyBacktoTop").classList.remove("TechnologyBacktoTop--visible")
|
||||
}
|
||||
document.addEventListener("DOMContentLoaded",function() {
|
||||
preventScrollOnHero(),initTechSpecSlider();
|
||||
new SmoothScroll(".TechnologyJiboHardware__secondaryDesc a, .TechnologyBacktoTop", {
|
||||
offset:75
|
||||
});
|
||||
setTimeout(heroAnimation,0),animateDiagramTimeout=setTimeout(animateDiagram,9200),diagramTrigger=document.querySelector(".TechnologyJiboHardware__diagram"),diagramTrigger.onclick=function() {
|
||||
animateDiagram()
|
||||
},exploreTrigger=document.querySelector(".TechnologyHeroText .CTALink"),exploreTrigger.onclick=function(e) {
|
||||
e.preventDefault(),forceDiagramAnimation()
|
||||
},Array.prototype.forEach.call(document.querySelectorAll(".CTALink--techLink"),function(e) {
|
||||
techSpecElements.push(e)
|
||||
}),Array.prototype.forEach.call(document.querySelectorAll(".TechnologyJiboHardware__diagramAnimations svg"),function(e) {
|
||||
techSpecAnimations.push(e)
|
||||
}),techSpecElements.forEach(function(e) {
|
||||
e.addEventListener("click",function() {
|
||||
var t=e,n=e.getAttribute("data-animation-target");
|
||||
techSpecElements.forEach(function(e) {
|
||||
e!=t&&e.classList.remove("CTALink--secondaryActive")
|
||||
}),techSpecAnimations.forEach(function(e) {
|
||||
e.classList.remove("TechnologyJiboHardware__diagramAnimation--active")
|
||||
}),this.classList.contains("CTALink--secondaryActive")?(this.classList.remove("CTALink--secondaryActive"),document.getElementById(n).classList.remove("TechnologyJiboHardware__diagramAnimation--active")):(this.classList.add("CTALink--secondaryActive"),document.getElementById(n).classList.add("TechnologyJiboHardware__diagramAnimation--active"))
|
||||
})
|
||||
}),window.addEventListener("resize",initTechSpecSlider,!1),window.addEventListener("scroll",backTopTopToggle,!1)
|
||||
})
|
||||
}
|
||||
var scrolledQuarter=!1,scrolledHalf=!1,scrolledThreeQuarters=!1,scrolledFull=!1,buttonText=null,utmCampaign=null,utmSource=null,utmMedium=null,utmContent=null;
|
||||
function getQueryVariable(e) {
|
||||
for(var t=window.location.search.substring(1).split("&"),n=0;
|
||||
n<t.length;
|
||||
n++) {
|
||||
var i=t[n].split("=");
|
||||
if(i[0]==e)return i[1]
|
||||
}
|
||||
return!1
|
||||
}
|
||||
function trackEvent(e,t) {
|
||||
t=t|| {
|
||||
};
|
||||
try {
|
||||
analytics.track(e,t)
|
||||
}
|
||||
catch(e) {
|
||||
console.log(e)
|
||||
}
|
||||
}
|
||||
function getScrollPercent() {
|
||||
var e=document.documentElement,t=document.body;
|
||||
return(e.scrollTop||t.scrollTop)/((e.scrollHeight||t.scrollHeight)-e.clientHeight)*100
|
||||
}
|
||||
function scrollTracking() {
|
||||
getScrollPercent()>=25&&0==scrolledQuarter?(trackEvent("Scrolled 25%", {
|
||||
category:"Scroll Tracking"
|
||||
}),scrolledQuarter=!0):getScrollPercent()>=50&&0==scrolledHalf?(trackEvent("Scrolled 50%", {
|
||||
category:"Scroll Tracking"
|
||||
}),scrolledHalf=!0):getScrollPercent()>=75&&0==scrolledThreeQuarters?(trackEvent("Scrolled 75%", {
|
||||
category:"Scroll Tracking"
|
||||
}),scrolledThreeQuarters=!0):getScrollPercent()>=100&&0==scrolledFull&&(trackEvent("Scrolled 100%", {
|
||||
category:"Scroll Tracking"
|
||||
}),scrolledFull=!0)
|
||||
}
|
||||
function emailSignupTracking(e) {
|
||||
trackEvent("Email Submitted", {
|
||||
category:"Conversions",email:e,name:utmCampaign,source:utmSource,medium:utmMedium,content:utmContent
|
||||
}),analytics.identify( {
|
||||
email:e
|
||||
})
|
||||
}
|
||||
function buyButtonTracking(e) {
|
||||
var t=window.getComputedStyle(e).backgroundColor,n=e.innerHTML,i=e.classList;
|
||||
analytics.track("Clicked Buy Button", {
|
||||
label:i,color:t,text:n
|
||||
})
|
||||
}
|
||||
document.addEventListener("DOMContentLoaded",function() {
|
||||
!1!==getQueryVariable("utm_campaign")&&(utmCampaign=getQueryVariable("utm_campaign")),!1!==getQueryVariable("utm_source")&&(utmSource=getQueryVariable("utm_source")),!1!==getQueryVariable("utm_medium")&&(utmMedium=getQueryVariable("utm_medium")),!1!==getQueryVariable("utm_content")&&(utmContent=getQueryVariable("utm_content")),window._wq=window._wq||[],_wq.push( {
|
||||
id:"_all",onHasData:function(e) {
|
||||
e.bind("play",function() {
|
||||
trackEvent("Play", {
|
||||
label:e.name(),category:"Video"
|
||||
})
|
||||
}),e.bind("pause",function() {
|
||||
trackEvent("Pause", {
|
||||
label:e.name(),secondsWatched:e.secondsWatched(),percentWatched:e.percentWatched(),category:"Video"
|
||||
})
|
||||
}),e.bind("end",function() {
|
||||
trackEvent("100% Watched", {
|
||||
label:e.name(),secondsWatched:e.secondsWatched(),percentWatched:e.percentWatched(),category:"Video"
|
||||
})
|
||||
}),e.bind("percentwatchedchanged",function(t,n) {
|
||||
t>=.25&&n<.25?trackEvent("25% Watched", {
|
||||
label:e.name(),category:"Video"
|
||||
}):t>=.5&&n<.5?trackEvent("50% Watched", {
|
||||
label:e.name(),category:"Video"
|
||||
}):t>=.75&&n<.75&&trackEvent("75% Watched", {
|
||||
label:e.name(),category:"Video"
|
||||
})
|
||||
})
|
||||
}
|
||||
}),window.addEventListener("scroll",scrollTracking);
|
||||
document.querySelectorAll(".BuyButton").forEach(function(e) {
|
||||
e.addEventListener("click",function(e) {
|
||||
buyButtonTracking(this)
|
||||
})
|
||||
})
|
||||
});
|
||||
BIN
favicon.ico
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
get-to-know-him-1140px.jpg
Normal file
|
After Width: | Height: | Size: 21 KiB |
2710
get-to-know-him-1140px.webp
Normal file
BIN
get-to-know-him-1440px.jpg
Normal file
|
After Width: | Height: | Size: 29 KiB |
2714
get-to-know-him-1440px.webp
Normal file
BIN
get-to-know-him-180px.jpg
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
2714
get-to-know-him-180px.webp
Normal file
BIN
get-to-know-him-2280px.jpg
Normal file
|
After Width: | Height: | Size: 56 KiB |
2714
get-to-know-him-2280px.webp
Normal file
BIN
get-to-know-him-2880px.jpg
Normal file
|
After Width: | Height: | Size: 81 KiB |
2714
get-to-know-him-2880px.webp
Normal file
BIN
get-to-know-him-360px.jpg
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
2714
get-to-know-him-360px.webp
Normal file
BIN
get-to-know-him-570px.jpg
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
2714
get-to-know-him-570px.webp
Normal file
BIN
get-to-know-him-720px.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
2714
get-to-know-him-720px.webp
Normal file
1
get-to-know-him.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2880 1620"><filter id="b"><feGaussianBlur stdDeviation="12" /></filter><path fill="#6ac6d8" d="M0 0h2880v1620H0z"/><g filter="url(#b)" transform="translate(5.6 5.6) scale(11.25)" fill-opacity=".5"><ellipse cx="128" cy="49" rx="26" ry="25"/><ellipse cx="128" cy="49" rx="25" ry="25"/><ellipse fill="#ddfbff" cx="140" cy="89" rx="80" ry="18"/><ellipse fill="#baffff" rx="1" ry="1" transform="rotate(151.2 83.1 38) scale(23.52589 64.84765)"/><ellipse fill="#001d1e" rx="1" ry="1" transform="rotate(89.1 4.5 123.9) scale(8.34245 20.34831)"/><ellipse fill="#99f8ff" rx="1" ry="1" transform="rotate(-71.1 69.2 -35.7) scale(65.26373 23.2057)"/><path fill="#fff" d="M124 41h13v9h-13z"/><ellipse fill="#1dbfd7" rx="1" ry="1" transform="matrix(-76.50737 3.608 -1.13413 -24.0491 36.3 129.5)"/><path d="M154.9 53.3l-3.6 4.8-36.5-31.3 40.8 8.4z"/><path fill="#bafeff" d="M150.9 17.4l-43 13.2-6.8-22 43-13.2z"/><ellipse fill="#50daf4" rx="1" ry="1" transform="matrix(-20.48301 -21.72651 44.99655 -42.42122 200.3 118)"/><path fill="#d8f5fc" d="M132 77l18 35 34-73z"/><path d="M109 52h40v15h-40z"/><path fill="#bcf1fe" d="M76 33l54 50-45-1z"/><path fill="#c2bdb9" d="M112 73h35v41h-35z"/><path d="M116 115h29v5h-29z"/><path fill="#5fdaf6" d="M44-16l53 134L6 97z"/><ellipse fill="#8fe6fc" rx="1" ry="1" transform="matrix(12.6062 72.45068 -33.48046 5.8255 188 37.7)"/><ellipse fill="#45b6d0" cx="248" cy="60" rx="16" ry="253"/><ellipse fill="#43b7d0" rx="1" ry="1" transform="matrix(24.23404 3.19135 -23.40786 177.7517 0 72.6)"/><path d="M105.6 54.6l15.2 19.2 1-42.2-17.4 7.5zm37.8-26.2l6.5 2.6-17.3 42.6-6.5-2.6z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
1
hi.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.1 42.2"><style>.st0{fill:#00d4f0}</style><path class="st0" d="M32.1 21.8c-1.2 0-2.4.1-3.6.2-1.5 3.1-2.4 8-2.4 11.4 0 1.9 1.1 3.4 1.1 3.8 0 .5-.6.9-1.1.9-2.1 0-2.6-3.7-2.6-6 0-3.3.7-6.6 1.8-9.7-3.6.7-7.2 1.8-10.7 3.4 0 0-4 16.3-10.5 16.3-2.7 0-4.1-1.8-4.1-4.4C0 31.3 7.3 27 10.8 24.5c.4-.3 2.1-12.5 2.1-13.9 0-1.9-.5-6.1-3-6.1-.6 0-1 .3-1.6.3-.4 0-1-.4-1-.9 0-1.1 3.8-1.9 4.8-1.9 4.2 0 5.2 4.5 5.2 7.9 0 4.4-.9 8.8-2 13 3.6-1.2 7.2-2.3 10.8-2.6 2.3-5.9 5.6-11.6 8.8-16.7 0 0 2.5-3.6 3.7-3.6.3 0 .6.2.6.5 0 1.2-1.5 2.4-2.2 3.4-3.2 4.6-6.1 10.7-7.9 16 1.6-.1 3.1-.1 4.7-.1 1.9 0 4.5 0 4.5 1.7 0 .7-.5 1.2-1.2 1.2-1.7.1-3.3-.9-5-.9zM2.6 37.9c0 .5.5 1 1 1 .6 0 1.2-.4 1.6-.8 1.4-1.4 4.8-8.4 5.1-10.4-3 1.6-7.7 6.5-7.7 10.2z"/><path class="st0" d="M41.5 36.4c2.6 0 6.3-5.5 7.8-7.8.3-.4.7-1 1.2-1 .6 0 .6.6.6 1.1 0 .6-.9 1.9-1.3 2.4-1.8 2.6-5.9 7.7-9.3 7.7-3.8 0-4.4-5.4-4.4-8.2 0-1.8.5-4.2 1-5.9.6-1.7 1.4-3.1 3.5-3.1.7 0 1.1.3 1.1 1.1 0 1.3-1.1 3.6-1.4 5.1-.3 1.4-.4 2.8-.4 4.3-.1 1.1-.1 4.3 1.6 4.3zm1.9-20.3c0 1.2-1 2.5-2.3 2.5-1 0-1.6-.9-1.6-1.8 0-1.2 1-2.5 2.3-2.5.9 0 1.6.9 1.6 1.8z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
837
index.html
@@ -1,10 +1,829 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Zos</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Zos</h1>
|
||||
</body>
|
||||
</html>
|
||||
<html>
|
||||
<head>
|
||||
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
||||
<meta charset="utf-8"/>
|
||||
<meta content="IE=EDGE" http-equiv="X-UA-Compatible"/>
|
||||
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0,maximum-scale=10.0" name="viewport"/>
|
||||
<title>
|
||||
Jibo Robot - He can't wait to meet you
|
||||
</title>
|
||||
<link href="favicon.ico" rel="icon"/>
|
||||
<meta content="black-translucent" name="apple-mobile-web-app-status-bar-style"/>
|
||||
<meta content="#00D4F0" name="theme-color"/>
|
||||
<!-- This site is optimized with the Yoast SEO plugin v7.5.1 - https://yoast.com/wordpress/plugins/seo/ -->
|
||||
<meta content="Jibo is about to be reborn." name="description"/>
|
||||
<link href="https://zos.gg/" rel="canonical"/>
|
||||
<meta content="en_US" property="og:locale"/>
|
||||
<meta content="website" property="og:type"/>
|
||||
<meta content="Jibo Robot - He can't wait to meet you" property="og:title"/>
|
||||
<meta content="Jibo is about to be reborn." property="og:description"/>
|
||||
<meta content="https://zos.gg/" property="og:url"/>
|
||||
<meta content="Jibo" property="og:site_name"/>
|
||||
<meta content="summary_large_image" name="twitter:card"/>
|
||||
<meta content="Jibo is about to be reborn." name="twitter:description"/>
|
||||
<meta content="Jibo Robot - He can't wait to meet you" name="twitter:title"/>
|
||||
<!-- / Yoast SEO plugin. -->
|
||||
<link href="style.css" id="styles-css" media="all" rel="stylesheet" type="text/css"/>
|
||||
<script src="ui.js" type="text/javascript">
|
||||
</script>
|
||||
</head>
|
||||
<body class="home page-template-default page page-id-14" data-id="14">
|
||||
<div class="SiteHeader__wrap">
|
||||
<header class="SiteHeader">
|
||||
<a class="SiteHeader__homeLink" href="https://zos.gg/">
|
||||
<h1 class="SiteHeader__homeH1">
|
||||
<svg class="SiteHeader__logoSVG" id="SiteHeader__logoSVG" viewbox="0 0 1084.422 564.219" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M487.695 126.68c-36.27 0-69.775 12.022-96.758 32.275V6.523h-65.176v433.76h65.176V417.48c26.982 20.264 60.488 32.285 96.758 32.285 89.067 0 161.538-72.471 161.538-161.553 0-89.062-72.47-161.532-161.538-161.532zm0 257.91c-53.145 0-96.377-43.223-96.377-96.377 0-53.135 43.232-96.367 96.377-96.367 53.14 0 96.367 43.232 96.367 96.367 0 53.154-43.227 96.377-96.367 96.377zM838.462 126.68c-89.072 0-161.533 72.471-161.533 161.533 0 89.082 72.461 161.553 161.533 161.553 89.077 0 161.538-72.471 161.538-161.553 0-89.063-72.461-161.533-161.538-161.533zm0 257.91c-53.14 0-96.377-43.223-96.377-96.377 0-53.135 43.237-96.367 96.377-96.367 53.144 0 96.377 43.232 96.377 96.367 0 53.154-43.233 96.377-96.377 96.377zM195.459 136.826h65.146v303.447h-65.146zM97.715 0C76.133 0 58.623 17.51 58.623 39.102c0 21.592 17.51 39.092 39.092 39.092 21.602 0 39.102-17.5 39.102-39.092C136.816 17.51 119.316 0 97.715 0M228.037 0c-21.592 0-39.102 17.51-39.102 39.102 0 21.592 17.51 39.092 39.102 39.092 21.582 0 39.092-17.5 39.092-39.092S249.619 0 228.037 0M130.293 433.926v-297.1H65.137v297.1h.02c0 35.977-29.17 65.137-65.146 65.137L0 564.219c71.973 0 130.303-58.35 130.303-130.293h-.01z">
|
||||
</path>
|
||||
<g>
|
||||
<path d="M1048.271 182.677l-11.674-19.642h-9.15v19.642h-9.23v-52.615h23.113c10.412 0 17.195 6.783 17.195 16.487 0 9.387-6.153 14.436-12.462 15.461l12.857 20.668h-10.649zm.789-36.129c0-5.049-3.786-8.361-8.992-8.361h-12.621v16.723h12.621c5.206 0 8.992-3.313 8.992-8.362zM1027.635 199.952z">
|
||||
</path>
|
||||
<path d="M1036.295 204.495c-26.536 0-48.127-21.589-48.127-48.126 0-26.536 21.592-48.125 48.127-48.125 26.536 0 48.127 21.589 48.127 48.125 0 26.537-21.591 48.126-48.127 48.126zm0-87.166c-21.526 0-39.04 17.513-39.04 39.04 0 21.527 17.513 39.041 39.04 39.041 21.526 0 39.04-17.513 39.04-39.041 0-21.526-17.514-39.04-39.04-39.04z">
|
||||
</path>
|
||||
</g>
|
||||
</svg>
|
||||
</h1>
|
||||
</a>
|
||||
<nav class="SiteHeader__navigation">
|
||||
<ul class="SiteHeader__siteNav" id="SiteNav">
|
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item menu-item-26" id="menu-item-26">
|
||||
<a href="https://zos.gg/">
|
||||
Home
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25" id="menu-item-25">
|
||||
<a href="https://zos.gg/technology/">
|
||||
Technology
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24" id="menu-item-24">
|
||||
<a href="https://zos.gg/skills/">
|
||||
Skills
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-131" id="menu-item-131">
|
||||
<a href="https://zos.gg/support/" rel="noopener" target="_blank">
|
||||
Support
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<button class="SiteHeader__hamburger">
|
||||
<span>
|
||||
</span>
|
||||
<span>
|
||||
</span>
|
||||
<span>
|
||||
</span>
|
||||
<span>
|
||||
</span>
|
||||
</button>
|
||||
</nav>
|
||||
<!-- /SiteHeader__navigation -->
|
||||
</header>
|
||||
<!-- /SiteHeader -->
|
||||
</div>
|
||||
<!-- /SiteHeader__wrap -->
|
||||
<section class="HomeHero dark" id="HomeHero">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-7 col-md-7 col-lg-6">
|
||||
<h1 class="large">
|
||||
All new, Zos
|
||||
</h1>
|
||||
<p class="large">
|
||||
The best operating system for your Jibo robot.
|
||||
<span class="hideMobile">
|
||||
All new, all Jibo.
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
<!--- /col-7 col-md-7 col-lg-6 -->
|
||||
</div>
|
||||
<!-- /row -->
|
||||
<div class="row">
|
||||
<div class="col-md-7 col-lg-6">
|
||||
<!-- /Kitchen Fortune -->
|
||||
<div class="CTALink--pairedWrap">
|
||||
<span class="wistia_embed wistia_async_i8o4dn5cbt popover=true popoverContent=link wistia_embed_initialized" id="wistia-i8o4dn5cbt-1" style="display:inline">
|
||||
<div class="wistia_click_to_play" id="wistia_105.thumb_container" style="position: relative; display: inline; height: 39px; width: 177.083px;">
|
||||
<a class="CTALink CTALink--whiteOutline CTALink--paired" href="https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos">
|
||||
Get it now
|
||||
</a>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
<!-- /CTALink--pairedWrap -->
|
||||
</div>
|
||||
<!--- /col-md-7 col-lg-6 -->
|
||||
</div>
|
||||
<!-- /row -->
|
||||
</div>
|
||||
<!-- /container -->
|
||||
</section>
|
||||
<section class="HomeFeatured">
|
||||
<div class="HomeFeatured__carousel swiper-container-fade swiper-container-horizontal swiper-container-wp8-horizontal" style="cursor: grab;">
|
||||
<div class="swiper-wrapper" style="transition-duration: 400ms;">
|
||||
<div class="swiper-slide swiper-slide-duplicate swiper-slide-duplicate-active" data-swiper-slide-index="1" style="width: 1440px; transition-duration: 400ms; opacity: 0; transform: translate3d(0px, 0px, 0px);">
|
||||
<div class="SemiTransparentWrap">
|
||||
<h3 class="alignCenter">
|
||||
Introducing Be a Maker
|
||||
</h3>
|
||||
<p class="alignCenter">
|
||||
Based on the open-source Scratch programming language, Be a
|
||||
Maker helps kids learn how to code by creating custom programs for Jibo
|
||||
to perform, while practicing problem-solving and computational
|
||||
thinking.
|
||||
</p>
|
||||
<a class="CTALink CTALink--blueSolid" href="https://zos.gg/be-a-maker/">
|
||||
Learn More
|
||||
</a>
|
||||
</div>
|
||||
<!-- /SemiTransparentWrap -->
|
||||
</div>
|
||||
<div class="swiper-slide swiper-slide-prev swiper-slide-duplicate-next" data-swiper-slide-index="0" style="width: 1440px; transition-duration: 400ms; opacity: 0; transform: translate3d(-1440px, 0px, 0px);">
|
||||
<div class="SemiTransparentWrap">
|
||||
<h3 class="alignCenter">
|
||||
“Hey Jibo, what’s my Personal Report?”
|
||||
</h3>
|
||||
<p class="alignCenter">
|
||||
Let your robot help make you a morning person. With
|
||||
Personal Report, Jibo delivers your forecast, commute, calendar update
|
||||
and news headlines -- everything you need to start your day off right,
|
||||
tailored to your specific preferences.
|
||||
</p>
|
||||
<a class="CTALink CTALink--blueSolid" href="https://zos.gg/personal-report/">
|
||||
Learn More
|
||||
</a>
|
||||
</div>
|
||||
<!-- /SemiTransparentWrap -->
|
||||
</div>
|
||||
<div class="swiper-slide swiper-slide-active" data-swiper-slide-index="1" style="width: 1440px; transition-duration: 400ms; opacity: 1; transform: translate3d(-2880px, 0px, 0px);">
|
||||
<div class="SemiTransparentWrap">
|
||||
<h3 class="alignCenter">
|
||||
Introducing Be a Maker
|
||||
</h3>
|
||||
<p class="alignCenter">
|
||||
Based on the open-source Scratch programming language, Be a
|
||||
Maker helps kids learn how to code by creating custom programs for Jibo
|
||||
to perform, while practicing problem-solving and computational
|
||||
thinking.
|
||||
</p>
|
||||
<a class="CTALink CTALink--blueSolid" href="https://zos.gg/be-a-maker/">
|
||||
Learn More
|
||||
</a>
|
||||
</div>
|
||||
<!-- /SemiTransparentWrap -->
|
||||
</div>
|
||||
<div class="swiper-slide swiper-slide-duplicate swiper-slide-next swiper-slide-duplicate-prev" data-swiper-slide-index="0" style="width: 1440px; transition-duration: 400ms; opacity: 0; transform: translate3d(-4320px, 0px, 0px);">
|
||||
<div class="SemiTransparentWrap">
|
||||
<h3 class="alignCenter">
|
||||
“Hey Jibo, what’s my Personal Report?”
|
||||
</h3>
|
||||
<p class="alignCenter">
|
||||
Let your robot help make you a morning person. With
|
||||
Personal Report, Jibo delivers your forecast, commute, calendar update
|
||||
and news headlines -- everything you need to start your day off right,
|
||||
tailored to your specific preferences.
|
||||
</p>
|
||||
<a class="CTALink CTALink--blueSolid" href="https://zos.gg/personal-report/">
|
||||
Learn More
|
||||
</a>
|
||||
</div>
|
||||
<!-- /SemiTransparentWrap -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /HomeFeatured__primaryCarousel -->
|
||||
<div class="row HomeFeatured__paginationWrap">
|
||||
<div class="HomeFeatured__pagination swiper-pagination-custom">
|
||||
<div class="HomeFeatured__pager">
|
||||
<svg viewbox="0 0 25 25" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="12.5" cy="12.5" r="12.5">
|
||||
</circle>
|
||||
</svg>
|
||||
</div>
|
||||
<!-- /HomePress__pager -->
|
||||
<div class="HomeFeatured__pager HomeFeatured__pager--active">
|
||||
<svg viewbox="0 0 25 25" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="12.5" cy="12.5" r="12.5">
|
||||
</circle>
|
||||
</svg>
|
||||
</div>
|
||||
<!-- /HomePress__pager -->
|
||||
</div>
|
||||
<!-- /HomeFeatured__pagination -->
|
||||
</div>
|
||||
<!-- /row HomeFeatured__paginationWrap -->
|
||||
</section>
|
||||
<!-- /HomeFeatured -->
|
||||
<section class="HomeVision">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-5">
|
||||
<picture class="FadeElement HomeVision__jiboLean">
|
||||
<source data-sizes="auto" sizes="445px" srcset="jibo-hi-tech-180px.webp 180w, jibo-hi-tech-360px.webp 360w, jibo-hi-tech-570px.webp 570w, jibo-hi-tech-720px.webp 720w, jibo-hi-tech-1140px.webp 1140w, jibo-hi-tech-1440px.webp 1440w, jibo-hi-tech-2280px.webp 2280w, jibo-hi-tech-2880px.webp 2880w" type="image/webp">
|
||||
<img alt="Hi Tech" class="blur-up lazyautosizes lazyloaded" data-sizes="auto" sizes="445px" src="jibo-hi-tech.svg" srcset="jibo-hi-tech-180px.png 180w, jibo-hi-tech-360px.png 360w, jibo-hi-tech-570px.png 570w, jibo-hi-tech-720px.png 720w, jibo-hi-tech-1140px.png 1140w, jibo-hi-tech-1440px.png 1440w, jibo-hi-tech-2280px.png 2280w, jibo-hi-tech-2880px.png 2880w"/>
|
||||
</source>
|
||||
</picture>
|
||||
</div>
|
||||
<!-- /col-md-5 -->
|
||||
<div class="col-md-6 HomeVision__copy FadeElementAltWrap alignCenter">
|
||||
<h2>
|
||||
<img alt="Hi" src="hi.svg"/>
|
||||
Tech
|
||||
</h2>
|
||||
<p>
|
||||
<!-- Jibo supports his families in a way that's fun, helpful and warm — and completely unlike anything else. -->
|
||||
Jibo is technology you can relate to. Advanced facial and
|
||||
voice recognition technology allow this personal bot to learn up to 16
|
||||
different people, helping him create personalized experiences with each
|
||||
interaction.
|
||||
</p>
|
||||
<div class="HomeVision__linkWrap">
|
||||
<div class="CTALink--pairedWrap">
|
||||
<span class="wistia_embed wistia_async_td5cajdtra popover=true popoverContent=link wistia_embed_initialized" id="wistia-td5cajdtra-1" style="display:inline">
|
||||
<div class="wistia_click_to_play" id="wistia_115.thumb_container" style="position: relative; display: inline; height: 39px; width: 177.083px;">
|
||||
<a class="CTALink CTALink--greyOutline CTALink--paired" href="#">
|
||||
Watch the Video
|
||||
</a>
|
||||
</div>
|
||||
</span>
|
||||
<a class="CTALink CTALink--blueSolid CTALink--paired" href="https://zos.gg/technology/">
|
||||
Learn More
|
||||
</a>
|
||||
</div>
|
||||
<!-- /CTALink--pairedWrap -->
|
||||
</div>
|
||||
<!-- /HomeVision__linkWrap -->
|
||||
</div>
|
||||
<!-- /col-md-6 FadeElementAltWrap alignCenter -->
|
||||
</div>
|
||||
<!-- /row -->
|
||||
</div>
|
||||
<!-- /container -->
|
||||
</section>
|
||||
<!-- /HomeVision -->
|
||||
<section class="TripleVideoWrap HomeVideos">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<!-- Kitchen Fortune -->
|
||||
<span class="wistia_embed wistia_async_i8o4dn5cbt popover=true popoverContent=link wistia_embed_initialized" id="wistia-i8o4dn5cbt-2" style="display:inline">
|
||||
<div class="wistia_click_to_play" id="wistia_125.thumb_container" style="position: relative; display: inline;">
|
||||
<a class="TripleVideoWrap__videoLink" href="#">
|
||||
<picture>
|
||||
<source data-sizes="auto" sizes="467px" srcset="kitchen-fortune-180px.webp 180w, kitchen-fortune-360px.webp 360w, kitchen-fortune-570px.webp 570w, kitchen-fortune-720px.webp 720w, kitchen-fortune-1140px.webp 1140w, kitchen-fortune-1440px.webp 1440w, kitchen-fortune-2280px.webp 2280w, kitchen-fortune-2880px.webp 2880w" type="image/webp">
|
||||
<img alt="Play Kitchen Fourtune Jibo Video" class="blur-up lazyautosizes lazyloaded" data-sizes="auto" sizes="467px" src="kitchen-fortune.svg" srcset="kitchen-fortune-180px.jpg 180w, kitchen-fortune-360px.jpg 360w, kitchen-fortune-570px.jpg 570w, kitchen-fortune-720px.jpg 720w, kitchen-fortune-1140px.jpg 1140w, kitchen-fortune-1440px.jpg 1440w, kitchen-fortune-2280px.jpg 2280w, kitchen-fortune-2880px.jpg 2880w"/>
|
||||
</source>
|
||||
</picture>
|
||||
<span class="TripleVideoWrap__playIcon">
|
||||
<svg height="32" viewbox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>
|
||||
play3
|
||||
</title>
|
||||
<path d="M6 4l20 12L6 28z">
|
||||
</path>
|
||||
</svg>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
<!-- /col-md-4 -->
|
||||
<div class="col-md-4">
|
||||
<!-- #MyJibo -->
|
||||
<span class="wistia_embed wistia_async_1q0n8cy0z7 popover=true popoverContent=link wistia_embed_initialized" id="wistia-1q0n8cy0z7-1" style="display:inline">
|
||||
<div class="wistia_click_to_play" id="wistia_135.thumb_container" style="position: relative; display: inline;">
|
||||
<a class="TripleVideoWrap__videoLink" href="#">
|
||||
<picture>
|
||||
<source data-sizes="auto" sizes="467px" srcset="my-jibo-180px.webp 180w, my-jibo-360px.webp 360w, my-jibo-570px.webp 570w, my-jibo-720px.webp 720w, my-jibo-1140px.webp 1140w, my-jibo-1440px.webp 1440w, my-jibo-2280px.webp 2280w, my-jibo-2880px.webp 2880w" type="image/webp">
|
||||
<img alt="Play My Jibo Video" class="blur-up lazyautosizes lazyloaded" data-sizes="auto" sizes="467px" src="my-jibo.svg" srcset="my-jibo-180px.jpg 180w, my-jibo-360px.jpg 360w, my-jibo-570px.jpg 570w, my-jibo-720px.jpg 720w, my-jibo-1140px.jpg 1140w, my-jibo-1440px.jpg 1440w, my-jibo-2280px.jpg 2280w, my-jibo-2880px.jpg 2880w"/>
|
||||
</source>
|
||||
</picture>
|
||||
<span class="TripleVideoWrap__playIcon">
|
||||
<svg height="32" viewbox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>
|
||||
play3
|
||||
</title>
|
||||
<path d="M6 4l20 12L6 28z">
|
||||
</path>
|
||||
</svg>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
<!-- /col-md-4 -->
|
||||
<div class="col-md-4">
|
||||
<!-- Get to Know Him -->
|
||||
<span class="wistia_embed wistia_async_ze3ns118h8 popover=true popoverContent=link wistia_embed_initialized" id="wistia-ze3ns118h8-1" style="display:inline">
|
||||
<div class="wistia_click_to_play" id="wistia_145.thumb_container" style="position: relative; display: inline;">
|
||||
<a class="TripleVideoWrap__videoLink" href="#">
|
||||
<picture>
|
||||
<source data-sizes="auto" sizes="467px" srcset="get-to-know-him-180px.webp 180w, get-to-know-him-360px.webp 360w, get-to-know-him-570px.webp 570w, get-to-know-him-720px.webp 720w, get-to-know-him-1140px.webp 1140w, get-to-know-him-1440px.webp 1440w, get-to-know-him-2280px.webp 2280w, get-to-know-him-2880px.webp 2880w" type="image/webp">
|
||||
<img alt="Play Get to Know Him Video" class="blur-up lazyautosizes lazyloaded" data-sizes="auto" sizes="467px" src="get-to-know-him.svg" srcset="get-to-know-him-180px.jpg 180w, get-to-know-him-360px.jpg 360w, get-to-know-him-570px.jpg 570w, get-to-know-him-720px.jpg 720w, get-to-know-him-1140px.jpg 1140w, get-to-know-him-1440px.jpg 1440w, get-to-know-him-2280px.jpg 2280w, get-to-know-him-2880px.jpg 2880w"/>
|
||||
</source>
|
||||
</picture>
|
||||
<span class="TripleVideoWrap__playIcon">
|
||||
<svg height="32" viewbox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>
|
||||
play3
|
||||
</title>
|
||||
<path d="M6 4l20 12L6 28z">
|
||||
</path>
|
||||
</svg>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
<!-- /col-md-4 -->
|
||||
</div>
|
||||
<!-- /row -->
|
||||
</div>
|
||||
<!-- /container-fluid -->
|
||||
</section>
|
||||
<!-- /TripleVideoWrap TripleVideoWrap -->
|
||||
<!-- <span class="SectionSpacer"></span>
|
||||
|
||||
<section class="HomeSkillsThree">
|
||||
<div class="container">
|
||||
<div class="HomeSkillsThree__backgroundImage">
|
||||
<picture>
|
||||
<source type="image/webp" data-sizes="auto"
|
||||
data-srcset="
|
||||
https://zos.gg/wp-content/themes/jibo-v2/dist/images/responsive/be-a-maker-home-180px.webp 180w,
|
||||
https://zos.gg/wp-content/themes/jibo-v2/dist/images/responsive/be-a-maker-home-360px.webp 360w,
|
||||
https://zos.gg/wp-content/themes/jibo-v2/dist/images/responsive/be-a-maker-home-570px.webp 570w,
|
||||
https://zos.gg/wp-content/themes/jibo-v2/dist/images/responsive/be-a-maker-home-720px.webp 720w,
|
||||
https://zos.gg/wp-content/themes/jibo-v2/dist/images/responsive/be-a-maker-home-1140px.webp 1140w,
|
||||
https://zos.gg/wp-content/themes/jibo-v2/dist/images/responsive/be-a-maker-home-1440px.webp 1440w,
|
||||
https://zos.gg/wp-content/themes/jibo-v2/dist/images/responsive/be-a-maker-home-2280px.webp 2280w,
|
||||
https://zos.gg/wp-content/themes/jibo-v2/dist/images/responsive/be-a-maker-home-2880px.webp 2880w" />
|
||||
|
||||
<img src="https://zos.gg/wp-content/themes/jibo-v2/dist/images/responsive/be-a-maker-home.svg"
|
||||
data-srcset="
|
||||
https://zos.gg/wp-content/themes/jibo-v2/dist/images/responsive/be-a-maker-home-180px.jpg 180w,
|
||||
https://zos.gg/wp-content/themes/jibo-v2/dist/images/responsive/be-a-maker-home-360px.jpg 360w,
|
||||
https://zos.gg/wp-content/themes/jibo-v2/dist/images/responsive/be-a-maker-home-570px.jpg 570w,
|
||||
https://zos.gg/wp-content/themes/jibo-v2/dist/images/responsive/be-a-maker-home-720px.jpg 720w,
|
||||
https://zos.gg/wp-content/themes/jibo-v2/dist/images/responsive/be-a-maker-home-1140px.jpg 1140w,
|
||||
https://zos.gg/wp-content/themes/jibo-v2/dist/images/responsive
|
||||
</picture>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-7 offset-md-5 col-lg-6 offset-lg-6 col-xl-5 offset-xl-7 FadeElementAltWrap alignCenter">
|
||||
<div class="ShadowWrap">
|
||||
<img class="HomeSkillsThree__camera" src="https://zos.gg/wp-content/themes/jibo-v2/dist/svg/be-a-maker-logo.svg" alt="Be a Maker">
|
||||
<h3>Introducing <br class="xlOnly" />Be a Maker</h3>
|
||||
<p>
|
||||
With the Be a Maker app, kids learn how to code by creating custom programs for their Jibo robot, using tech based on the open-source Scratch programming language. Control what Jibo says, how he moves and behaves, selecting from lists of his signature sounds, screen animations and expressive movements, all while practicing problem-solving and computational thinking.
|
||||
</p>
|
||||
<a class="TextLink" href="https://zos.gg/be-a-maker/">Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section> -->
|
||||
<section class="HomeSkillsTwo">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-10 offset-md-1 FadeElementAltWrap alignCenter">
|
||||
<div class="ShadowWrap">
|
||||
<img alt="Classic Rock Guitar" class="HomeSkillsTwo__guitar" src="classic-rock-guitar.svg"/>
|
||||
<h2>
|
||||
“Hey Jibo, play some classic rock.”
|
||||
</h2>
|
||||
<p class="large">
|
||||
Looking for a soundtrack for your next party, or maybe a
|
||||
little background music while you work? With an ever-growing catalogue
|
||||
of music, news and talk radio stations powered by iHeartRadio, Jibo
|
||||
Music has you covered.
|
||||
</p>
|
||||
<a class="TextLink" href="https://zos.gg/skills/">
|
||||
Explore More Skills
|
||||
</a>
|
||||
</div>
|
||||
<!-- /ShadowWrap -->
|
||||
</div>
|
||||
<!-- /col-md-10 offset-md-1 FadeElementAltWrap alignCenter -->
|
||||
</div>
|
||||
<!-- /row -->
|
||||
</div>
|
||||
<!-- /container -->
|
||||
</section>
|
||||
<!-- /HomeSkillsTwo -->
|
||||
<section class="HomeSkillsOne">
|
||||
<div class="container">
|
||||
<div class="HomeSkillsOne__backgroundImage">
|
||||
<picture>
|
||||
<source data-sizes="auto" sizes="1163px" srcset="jibo-hue-180px.webp 180w, jibo-hue-360px.webp 360w, jibo-hue-570px.webp 570w, jibo-hue-720px.webp 720w, jibo-hue-1140px.webp 1140w, jibo-hue-1440px.webp 1440w, jibo-hue-2280px.webp 2280w, jibo-hue-2880px.webp 2880w" type="image/webp">
|
||||
<img alt="Hey Jibo, take some pictures." class="blur-up lazyautosizes lazyloaded" data-sizes="auto" sizes="1163px" src="jibo-hue.svg" srcset="jibo-hue-180px.jpg 180w, jibo-hue-360px.jpg 360w, jibo-hue-570px.jpg 570w, jibo-hue-720px.jpg 720w, jibo-hue-1140px.jpg 1140w, jibo-hue-1440px.jpg 1440w, jibo-hue-2280px.jpg 2280w, jibo-hue-2880px.jpg 2880w"/>
|
||||
</source>
|
||||
</picture>
|
||||
</div>
|
||||
<!-- /HomeSkillsOne__backgroundImage -->
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-lg-6 col-xl-5 FadeElementAltWrap alignCenter">
|
||||
<div class="ShadowWrap">
|
||||
<img alt="Lightbulb" class="HomeSkillsOne__lightbulb" src="lightbulb.svg"/>
|
||||
<h3>
|
||||
“Hey Jibo, turn on the lights.”
|
||||
</h3>
|
||||
<p>
|
||||
Your smart home just got even smarter. Thanks to
|
||||
integrations with internet of things devices like Hue Lights, your
|
||||
personal robot can now serve as a hub for all of your home automation
|
||||
devices. With an ever-growing list of direct and IFTTT integrations,
|
||||
Jibo can help keep your home running efficiently, and just the way you
|
||||
like it.
|
||||
</p>
|
||||
<a class="TextLink" href="https://zos.gg/skills/">
|
||||
Explore More Skills
|
||||
</a>
|
||||
</div>
|
||||
<!-- /ShadowWrap -->
|
||||
</div>
|
||||
<!-- /col-md-8 col-lg-6 col-xl-5 FadeElementAltWrap alignCenter -->
|
||||
</div>
|
||||
<!-- /row -->
|
||||
</div>
|
||||
<!-- /container -->
|
||||
</section>
|
||||
<!-- /HomeSkillsOne -->
|
||||
<section class="HomePress">
|
||||
<div class="container">
|
||||
<img alt="" class="HomePress__quote" src="blue-quote.svg"/>
|
||||
<div class="row">
|
||||
<div class="col-md-8 offset-md-2 HomePress__carousel swiper-container-fade swiper-container-horizontal swiper-container-wp8-horizontal" style="cursor: grab;">
|
||||
<div class="swiper-wrapper" style="transition-duration: 400ms;">
|
||||
<div class="swiper-slide swiper-slide-duplicate swiper-slide-duplicate-next" data-swiper-slide-index="2" style="width: 730px; transition-duration: 400ms; opacity: 0; transform: translate3d(0px, 0px, 0px);">
|
||||
<h3 class="alignCenter">
|
||||
It’s the experience of living with Jibo ... that leaves me confident that he’s much more than just another Echo rival.
|
||||
</h3>
|
||||
</div>
|
||||
<div class="swiper-slide swiper-slide-prev" data-swiper-slide-index="0" style="width: 730px; transition-duration: 400ms; opacity: 0; transform: translate3d(-730px, 0px, 0px);">
|
||||
<h3 class="alignCenter">
|
||||
Jibo seems downright human in a way that his predecessors do not.
|
||||
</h3>
|
||||
</div>
|
||||
<div class="swiper-slide swiper-slide-active" data-swiper-slide-index="1" style="width: 730px; transition-duration: 400ms; opacity: 1; transform: translate3d(-1460px, 0px, 0px);">
|
||||
<h3 class="alignCenter">
|
||||
A tremendous milestone for robotics in general.
|
||||
</h3>
|
||||
</div>
|
||||
<div class="swiper-slide swiper-slide-next" data-swiper-slide-index="2" style="width: 730px; transition-duration: 400ms; opacity: 0; transform: translate3d(-2190px, 0px, 0px);">
|
||||
<h3 class="alignCenter">
|
||||
It’s the experience of living with Jibo ... that leaves me confident that he’s much more than just another Echo rival.
|
||||
</h3>
|
||||
</div>
|
||||
<div class="swiper-slide swiper-slide-duplicate swiper-slide-duplicate-prev" data-swiper-slide-index="0" style="width: 730px; transition-duration: 400ms; opacity: 0; transform: translate3d(-2920px, 0px, 0px);">
|
||||
<h3 class="alignCenter">
|
||||
Jibo seems downright human in a way that his predecessors do not.
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /col-md-8 offset-md-2 HomePress__primaryCarousel -->
|
||||
</div>
|
||||
<!-- /row -->
|
||||
<div class="row HomePress__paginationWrap">
|
||||
<div class="HomePress__pagination swiper-pagination-custom">
|
||||
<div class="col-4 HomePress__pager">
|
||||
<svg viewbox="0 0 318.206 94.436" xmlns="http://www.w3.org/2000/svg">
|
||||
<path clip-rule="evenodd" d="M101.297 93.919c2.412 0 13.958.345 16.026.517v-2.585c-2.757 0-7.41-.517-8.961-.862V3.446c1.55-.345 6.203-.861 8.961-.861V0c-2.068.172-13.614.517-16.026.517C98.884.517 87.338.172 85.27 0v2.585c2.758 0 7.41.516 8.961.861v87.543c-1.551.344-6.203.862-8.961.862v2.585c2.068-.172 13.614-.517 16.027-.517zM47.563 5.956H79.39c.26 2.326.282 12.052.282 12.052h1.323V0C78.927.172 42.91.517 40.497.517S2.068.172 0 0v18.008h1.324s.022-9.726.281-12.052h31.828v85.033c-1.551.344-6.204.862-8.962.862v2.585c2.068-.172 13.614-.517 16.027-.517s13.959.345 16.027.517v-2.585c-2.757 0-7.411-.517-8.961-.862V5.956h-.001zM129.559 91.234C130.938 86.753 144.38 16.716 146.447 0h5.17c1.723 10.34 25.849 64.279 30.675 73.584 2.757-5.859 25.504-59.97 29.985-73.584h4.997c1.896 15.682 16.716 90.989 16.716 90.989 1.551.344 5.687.862 8.444.862v2.585c-2.068-.172-13.614-.517-16.027-.517-2.413 0-13.958.345-16.027.517v-2.585c2.758 0 7.411-.517 8.962-.862 0 0-9.479-51.871-11.029-59.281-1.551 4.308-27.744 62.728-27.744 62.728h-4.481c-2.757-6.376-26.538-59.798-27.228-63.245-2.168 8.675-9.65 49.358-11.373 60.042 1.241.344 6.618.617 8.824.617v2.585c-1.655-.172-9.167-.517-11.099-.517-1.93 0-12.143.345-13.797.517V91.85c2.204.001 6.903-.272 8.144-.616zM254.497 90.989c-1.551.344-6.204.862-8.962.862v2.585c2.068-.172 20.955-.517 23.368-.517 2.413 0 47.235.345 49.303.517V76.427h-1.323s-.023 9.726-.281 12.053l-47.957-.002V5.958l46.491-.002c.26 2.326.281 12.052.281 12.052h1.323V0c-2.068.172-45.425.517-47.838.517-2.412 0-21.299-.344-23.368-.517v2.585c2.758 0 7.411.516 8.962.861v87.543h.001z" fill="#ED1C24" fill-rule="evenodd">
|
||||
</path>
|
||||
<path clip-rule="evenodd" d="M268.628 49.717s36.104-.258 39.206 0c.345 1.034 1.206 6.463 1.378 7.927h1.723c-.087-1.034-.259-8.875-.259-10.771 0-1.895.173-9.737.259-10.77h-1.723c-.172 1.465-1.034 6.893-1.378 7.927-3.102.259-39.206 0-39.206 0v5.687z" fill="#ED1C24" fill-rule="evenodd">
|
||||
</path>
|
||||
</svg>
|
||||
</div>
|
||||
<!-- /col-4 HomePress__pager -->
|
||||
<div class="col-4 HomePress__pager HomePress__pager--active">
|
||||
<svg class="ZDNetLogo" viewbox="0 0 187.087 123.291" xmlns="http://www.w3.org/2000/svg">
|
||||
<path clip-rule="evenodd" d="M40.48 123.291l82.811-40.479L82.81 0 0 40.48l40.48 82.811z" fill="#ED1C24" fill-rule="evenodd">
|
||||
</path>
|
||||
<path clip-rule="evenodd" d="M107.804 69.67V29.814h7.313l15.232 26.614V29.814h6.984V69.67h-7.547l-14.998-25.992V69.67h-6.984zM160.832 60.483l7.114 1.271c-.919 2.793-2.357 4.918-4.332 6.375-1.967 1.466-4.437 2.19-7.4 2.19-4.688 0-8.154-1.633-10.407-4.918-1.776-2.626-2.669-5.949-2.669-9.948 0-4.788 1.17-8.537 3.509-11.247 2.331-2.709 5.285-4.065 8.855-4.065 4.012 0 7.174 1.42 9.497 4.259 2.314 2.84 3.422 7.183 3.327 13.038h-17.875c.052 2.265.624 4.028 1.724 5.28 1.1 1.262 2.478 1.893 4.116 1.893 1.118 0 2.053-.325 2.816-.975.763-.656 1.344-1.705 1.725-3.153zm.407-7.72c-.052-2.218-.581-3.897-1.594-5.048s-2.253-1.726-3.708-1.726c-1.56 0-2.842.613-3.856 1.828-1.014 1.207-1.516 2.858-1.499 4.946h10.657zM186.497 40.801v6.087h-4.869v11.637c0 2.357.043 3.73.139 4.12.095.39.303.705.633.965.329.25.737.381 1.205.381.667 0 1.62-.251 2.877-.733l.607 5.921c-1.664.761-3.535 1.141-5.641 1.141-1.283 0-2.444-.232-3.475-.687-1.031-.464-1.785-1.067-2.27-1.8-.485-.733-.815-1.726-1.005-2.979-.147-.882-.225-2.682-.225-5.382V46.889h-3.275v-6.087h3.275v-5.744l7.157-4.454v10.198h4.867v-.001z" fill-rule="evenodd">
|
||||
</path>
|
||||
<path class="ZDNetLogo__z" clip-rule="evenodd" d="M73.3 58.478V39.476h5.064c11.096 0 11.21 8.179 11.21 10.41 0 2.059-.115 10.409-11.21 10.409h-3.568v9.609h5.741c14.356 0 20.59-9.266 20.59-20.019 0-8.98-4.118-20.019-20.59-20.019H62.09v30.428H39.266L58.25 29.866H26.755l-6.388 9.609h19.7l-20.33 30.428h44.81L73.3 58.478z" fill="#FFF" fill-rule="evenodd">
|
||||
</path>
|
||||
</svg>
|
||||
</div>
|
||||
<!-- /col-4 HomePress__pager -->
|
||||
<div class="col-4 HomePress__pager">
|
||||
<svg viewbox="0 0 958.75 118" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="#059BCD">
|
||||
<path d="M671.022 58.031c1.187 16.407-7.247 31.695-22.675 38.261-13.717 5.838-27.787 5.868-41.459-.179-15.605-6.903-23.529-20.39-22.98-37.869.472-15.017 10.283-28.886 25.325-34.196 17.225-6.081 33.834-5.068 48.696 6.84 2.862 2.293 5.476 4.865 7.764 8.221l-10.587 5.84c-1.546-.621-2.284-1.928-3.296-2.905-11.455-11.054-31.028-12.736-43.957-3.711-8.785 6.133-12.481 14.702-11.482 25.214 1 10.52 6.667 17.953 16.329 21.976 9.437 3.93 19.179 3.983 28.763.38 7.334-2.757 11.892-8.29 14.84-16.024h-31.12V58.031h45.839zM951.669 98.082h-13.782l-18.199-28.099h-33.789v28.024h-11.506c-.564-2.299-.674-71.602-.121-74.739.94-.569 1.988-.364 2.995-.365 16.482-.011 32.964-.019 49.446.003 3.177.004 6.364.192 9.402 1.199 7.523 2.493 12.143 7.74 14.002 15.367 1.103 4.525 1.135 9.129.133 13.698-1.621 7.396-6.024 12.369-13.148 14.932-.481.173-.97.326-1.457.48-.482.152-.968.295-1.994.605l18.018 28.895zm-65.726-40.72c.789.607 1.528.438 2.222.439 12.796.009 25.592.004 38.388.002 1.851 0 3.678-.173 5.45-.752 3.265-1.067 5.554-3.184 6.231-6.575 1.707-8.544-1.413-14.82-11.092-15.538-.713-.053-1.432-.048-2.149-.048-12.079-.004-24.159-.01-36.238.007-.889.001-1.836-.251-2.812.41v22.055zM339.401 32.49l-7.038 8.592c-3.377-1.378-6.461-3.166-9.789-4.407-10.294-3.836-20.82-5.054-31.66-3.009-2.738.516-5.348 1.405-7.593 3.126-4.231 3.244-3.975 8.708.567 11.479 2.768 1.689 5.898 2.326 9.062 2.633 7.025.682 14.062 1.231 21.092 1.858 5.83.52 11.505 1.667 17.006 3.772 16.988 6.502 14.677 27.659 4.834 35.342-5.513 4.303-11.826 6.469-18.6 7.358-12.753 1.674-25.32.884-37.521-3.519a44.065 44.065 0 0 1-8.004-3.854 44.092 44.092 0 0 1-6.441-4.743l6.458-9.407c4.044 2.428 7.884 4.734 12.064 6.39 11.242 4.455 22.772 5.596 34.621 3.063 2.722-.582 5.287-1.627 7.57-3.242 3.256-2.303 4.96-5.425 4.491-9.47-.469-4.045-3.087-6.317-6.735-7.558-3.614-1.229-7.411-1.458-11.168-1.873-8.233-.909-16.543-1.038-24.728-2.44-2.522-.432-5.017-.969-7.457-1.752-11.327-3.63-15.997-14.396-10.905-25.255 2.89-6.162 8.004-9.954 14.293-11.711 19.16-5.354 37.449-3.49 54.384 7.577.335.218.61.53 1.197 1.05zM4.296 87.044l6.277-9.054c1.331.047 2.128.906 3.055 1.464 13.559 8.156 28.081 10.917 43.639 7.733 2.927-.599 5.679-1.706 8.091-3.539 3.213-2.441 4.695-5.662 4.064-9.661-.591-3.746-3.175-5.831-6.544-7.057-3.401-1.237-7.001-1.483-10.556-1.835-7.127-.707-14.273-1.235-21.402-1.928a56.693 56.693 0 0 1-11.117-2.208c-13.964-4.27-17.846-20.787-7.297-31.02 4.18-4.055 9.28-6.365 14.903-7.425 15.419-2.908 30.355-1.666 44.483 5.672 2.174 1.129 4.264 2.411 6.461 4.291l-6.932 8.503c-1.419-.124-2.393-.923-3.457-1.454-12.085-6.027-24.736-8.33-38.125-5.864-2.132.393-4.155 1.097-6.043 2.154-2.655 1.487-4.61 3.566-4.507 6.788.108 3.375 2.249 5.35 5.231 6.528 4.25 1.678 8.746 2.013 13.233 2.391 7.949.67 15.941.928 23.799 2.474a43.54 43.54 0 0 1 8.784 2.701c9.551 4.098 13.302 11.566 11.772 22.127-1.174 8.106-6.123 13.413-13.307 16.83-5.342 2.541-11.065 3.649-16.912 4.074-12.405.902-24.55-.189-36.093-5.232-4.133-1.808-7.967-4.135-11.5-7.453zM704.349 34.925v18.27h39.215v11.846h-39.201v21.205h59.332v11.76h-71.32V23.193h68.727v11.731l-56.753.001zM440.263 23.11v74.893c-2.07.429-4.008.164-5.925.214-1.823.047-3.648.01-5.765.01V65.333h-53.587v32.64h-11.957V23.151h11.8v29.952h53.578V23.11h11.856zM207.22 23.03h14.669l36.047 74.941h-13.015l-7.73-16.258h-45.262l-7.756 16.326h-13.02L207.22 23.03zm7.743 12.424l-.729.017-16.26 33.893h33.164l-16.175-33.91zM859.461 98.041h-13.015l-7.77-16.343H793.45l-7.837 16.398h-12.99l36.093-75.082h14.654l36.091 75.027zm-60.007-28.687h33.193l-16.56-34.619-16.633 34.619zM102.194 23.172c3.816-.253 7.538-.175 11.506-.06v63.159h52.182v11.742h-63.688V23.172zM511.726 90.353v12.413c-18.796 1.4-42.103-14.922-43.1-41.069 2.035-.758 4.181-.269 6.274-.352 2.127-.085 4.259-.019 6.37-.019 2.694 17.628 12.781 27.221 30.456 29.027zM554.83 58.079h-12.477c-2.678-17.395-12.622-27.143-30.314-28.958V16.765c19.91-3.119 44.017 20.076 42.791 41.314zM512.369 74.363c-4.975.069-8.835-1.332-12.092-4.258-6.247-5.614-6.404-14.497-.403-20.374 6.433-6.299 17.513-6.349 23.882.01 4.024 4.018 5.482 8.912 3.555 14.342-2.151 6.063-6.863 9.18-13.085 10.166-.802.127-1.63.101-1.857.114zm-3.514-14.511c.051 1.892 1.284 3.303 2.905 3.322 1.654.02 3.157-1.697 3.096-3.539-.058-1.774-1.417-3.261-3.008-3.291-1.788-.032-3.048 1.445-2.993 3.508z">
|
||||
</path>
|
||||
<path d="M511.722 107.62v8.044c-27.085 1.577-56.461-22.703-55.969-55.691 2.678-.347 5.37-.279 8.198-.034.435 13.208 4.957 24.537 14.27 33.764 9.218 9.134 20.498 13.516 33.501 13.917zM512.038 11.464c-.333-1.059-.137-2.191-.163-3.306-.034-1.417-.008-2.835-.008-4.23 25.112-2.203 56.552 21.29 55.922 55.364-2.573.578-5.191.206-7.786.211-3.064-28.861-18.934-44.791-47.965-48.039zM512.674 79.484c13.221-3.107 19.807-9.97 19.617-20.201-.182-9.777-7.077-16.645-19.461-19.237-.298-1.944-.184-3.934-.082-5.908 10.436-.948 25.511 8.474 26.352 23.992.963 17.766-15.101 27.931-26.181 27.251-.076-.256-.229-.536-.233-.818-.024-1.629-.012-3.258-.012-5.079zM510.742 79.483c.198 1.962.176 3.957.019 5.944-14.484.236-26.786-12.131-26.312-26.459.549-16.608 15.77-25.407 26.063-24.92.492.502.331 1.147.341 1.742.024 1.413.008 2.827.008 4.384-6.259.69-11.433 3.05-15.341 7.803-2.771 3.37-4.154 7.288-4.255 11.6-.228 9.739 6.381 16.48 19.477 19.906zM475.687 49.807c-1.253-.851-2.372-2.168-3.437-3.356l25.497-25.304 3.062 3.623-25.122 25.037z">
|
||||
</path>
|
||||
</g>
|
||||
</svg>
|
||||
</div>
|
||||
<!-- /col-4 HomePress__pager -->
|
||||
</div>
|
||||
<!-- /HomePress__pagination -->
|
||||
</div>
|
||||
<!-- /row -->
|
||||
</div>
|
||||
<!-- /container -->
|
||||
</section>
|
||||
<!-- /HomePress -->
|
||||
<!--section class="HomeBringJiboHome">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-6 offset-md-1 FadeElementAltWrap">
|
||||
<h3 class="alignCenter jiboBlue">Make Jibo part of your family.</h3>
|
||||
<h2 class="alignCenter">$899*</h2>
|
||||
<p class="alignCenter">
|
||||
*As low as $53.99/month
|
||||
</p>
|
||||
<a class="CTALink CTALink--blueSolid CTALink--large BuyButton" href="https://zos.gg/buy/">Bring Jibo Home</a>
|
||||
</div-->
|
||||
<!-- /col-md-6 offset-md-1 FadeElementAltWrap -->
|
||||
<!--/div-->
|
||||
<!-- /row -->
|
||||
<!--/div-->
|
||||
<!-- /container -->
|
||||
<!--/section-->
|
||||
<!-- /HomeBringJiboHome -->
|
||||
<section class="HomeLatest">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h2 class="alignCenter">
|
||||
The Latest at Jibo
|
||||
</h2>
|
||||
</div>
|
||||
<!-- /col-12 -->
|
||||
</div>
|
||||
<!-- /row -->
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<article class="HomeLatest__featuredPost">
|
||||
<div class="HomeLatest__featuredPostTitleWrap">
|
||||
<a href="https://zos.gg/jibo-makes-times-best-inventions-of-2017">
|
||||
<img class="HomeLatest__featuredPostImage lazyautosizes lazyloaded" data-sizes="auto" sizes="540px" src="jibo-time-magazine-180x94.jpg" srcset="jibo-time-magazine-180x94.jpg 180w, jibo-time-magazine-360x189.jpg 360w, jibo-time-magazine-570x299.jpg 570w, jibo-time-magazine-720x378.jpg 720w, jibo-time-magazine-1140x598.jpg 1140w, jibo-time-magazine-1140x598.jpg 1440w, jibo-time-magazine.jpg 2280w, jibo-time-magazine-2880x1510.jpg 2880w"/>
|
||||
<h3 class="HomeLatest__featuredPostTitle">
|
||||
Jibo Makes TIME’s Best Inventions of 2017
|
||||
</h3>
|
||||
</a>
|
||||
</div>
|
||||
<!-- /HomeLatest__featuredPostTitle -->
|
||||
<span class="HomeLatest__postDate">
|
||||
November 21, 2017
|
||||
</span>
|
||||
<p>
|
||||
Each year, TIME magazine’s technology editors
|
||||
curate a list of the year’s “best inventions that are making the world
|
||||
better, smarter and—in some cases—a little more fun.” After hundreds of
|
||||
inventions from around…
|
||||
</p>
|
||||
<a class="TextLink" href="https://zos.gg/jibo-makes-times-best-inventions-of-2017">
|
||||
Keep Reading
|
||||
</a>
|
||||
</article>
|
||||
<!-- /HomeLatest__featuredPost -->
|
||||
</div>
|
||||
<!-- /col-md-6 -->
|
||||
<div class="col-md-6">
|
||||
<article class="HomeLatest__post">
|
||||
<h3>
|
||||
<a href="https://zos.gg/winning-the-morning-announcing-personal-report">
|
||||
Winning the Morning: Announcing Personal Report
|
||||
</a>
|
||||
</h3>
|
||||
<span class="HomeLatest__postDate">
|
||||
May 29, 2018
|
||||
</span>
|
||||
<p>
|
||||
We all lead busy lives -- each morning can feel like a
|
||||
whirlwind, between making breakfast for the kids, checking the traffic
|
||||
to make sure we arrive at work on time,…
|
||||
</p>
|
||||
<a class="TextLink" href="https://zos.gg/winning-the-morning-announcing-personal-report">
|
||||
Keep Reading
|
||||
</a>
|
||||
</article>
|
||||
<!-- /HomeLatest__post -->
|
||||
<article class="HomeLatest__post">
|
||||
<h3>
|
||||
<a href="https://zos.gg/hey-jibo-have-any-new-updates">
|
||||
“Hey Jibo, have any new updates?”
|
||||
</a>
|
||||
</h3>
|
||||
<span class="HomeLatest__postDate">
|
||||
March 12, 2018
|
||||
</span>
|
||||
<p>
|
||||
2018 has been a busy year for this little bot.
|
||||
The team at Jibo, Inc. has been hard at work bringing new skills to
|
||||
Jibo, and we’re happy to report that…
|
||||
</p>
|
||||
<a class="TextLink" href="https://zos.gg/hey-jibo-have-any-new-updates">
|
||||
Keep Reading
|
||||
</a>
|
||||
</article>
|
||||
<!-- /HomeLatest__post -->
|
||||
</div>
|
||||
<!-- /col-md-6 -->
|
||||
</div>
|
||||
<!-- /row -->
|
||||
</div>
|
||||
<!-- /container -->
|
||||
</section>
|
||||
<!-- /HomeLatest -->
|
||||
<section class="HomeSubscribeForm">
|
||||
<picture class="HomeSubscribeForm__jiboBG">
|
||||
<source data-sizes="auto" sizes="360px" srcset="jibo-crop-180px.webp 180w, jibo-crop-360px.webp 360w, jibo-crop-570px.webp 570w, jibo-crop-720px.webp 720w, jibo-crop-1140px.webp 1140w, jibo-crop-1440px.webp 1440w, jibo-crop-2280px.webp 2280w, jibo-crop-2880px.webp 2880w" type="image/webp">
|
||||
<img alt="Stay in the Loop" class="blur-up lazyautosizes lazyloaded" data-sizes="auto" sizes="360px" src="jibo-crop.svg" srcset="jibo-crop-180px.jpg 180w, jibo-crop-360px.jpg 360w, jibo-crop-570px.jpg 570w, jibo-crop-720px.jpg 720w, jibo-crop-1140px.jpg 1140w, jibo-crop-1440px.jpg 1440w, jibo-crop-2280px.jpg 2280w, jibo-crop-2880px.jpg 2880w"/>
|
||||
</source>
|
||||
</picture>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 offset-md-2">
|
||||
<h2 class="alignCenter">
|
||||
Stay in the Loop
|
||||
</h2>
|
||||
<p class="alignCenter">
|
||||
Get the latest Jibo news, updates and tips directly to your email.
|
||||
</p>
|
||||
<form class="SubscribeForm" data-form-id="ec840579-7695-4bad-b61f-f8d2b87ad891" data-portal-id="2085970" data-submit-base="https://zos.gg/wp-content/themes/jibo-v2">
|
||||
<input class="SubscribeForm__email" placeholder="Enter your email address" type="email"/>
|
||||
<input class="SubmitButton SubmitButton--blue SubscribeForm__submit" type="submit" value="Submit"/>
|
||||
<span class="SubscribeForm__notification">
|
||||
</span>
|
||||
</form>
|
||||
</div>
|
||||
<!-- /col-md-8 offset-md-2 -->
|
||||
</div>
|
||||
<!-- /row -->
|
||||
</div>
|
||||
<!-- /container -->
|
||||
</section>
|
||||
<!-- /HomeSubscribeForm -->
|
||||
<footer class="SiteFooter">
|
||||
<div class="container SiteFooter__primary">
|
||||
<div class="row">
|
||||
<div class="col-sm-4 col-md-2">
|
||||
<h4>
|
||||
About Jibo
|
||||
</h4>
|
||||
<nav>
|
||||
<ul class="SiteFooter__footerNav" id="FooterNavOne">
|
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-49" id="menu-item-49">
|
||||
<a href="https://zos.gg/about-us/">
|
||||
About Us
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-52" id="menu-item-52">
|
||||
<a href="http://zos.gg/">
|
||||
Blog
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-53" id="menu-item-53">
|
||||
<a href="https://zos.gg/press/">
|
||||
Press
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<h4>
|
||||
Featured Skills
|
||||
</h4>
|
||||
<nav>
|
||||
<ul class="SiteFooter__footerNav" id="FooterNavTwo">
|
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-200" id="menu-item-200">
|
||||
<a href="https://zos.gg/personal-report/">
|
||||
Personal Report
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-201" id="menu-item-201">
|
||||
<a href="https://zos.gg/be-a-maker/">
|
||||
Be a Maker
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<!-- /col-sm-4 col-md-2 -->
|
||||
<div class="col-sm-4 col-md-2">
|
||||
<h4>
|
||||
Community
|
||||
</h4>
|
||||
<nav>
|
||||
<ul class="SiteFooter__footerNav" id="FooterNavThree">
|
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-54" id="menu-item-54">
|
||||
<a href="https://zos.gg/contact-us/">
|
||||
Contact Us
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-55" id="menu-item-55">
|
||||
<a href="https://zos.gg/support/" rel="noopener" target="_blank">
|
||||
Support
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<!-- /col-sm-4 col-md-2 -->
|
||||
<div class="col-sm-4 col-md-2">
|
||||
<h4>
|
||||
Developers
|
||||
</h4>
|
||||
<nav>
|
||||
<ul class="SiteFooter__footerNav" id="FooterNavFour">
|
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-202" id="menu-item-202">
|
||||
<a href="https://zos.gg/developers/">
|
||||
Developers Home
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<!-- /col-sm-4 col-md-2 -->
|
||||
<div class="col-sm-6 col-md-5 offset-md-1 col-lg-4 offset-lg-2 col-xl-3 offset-xl-3">
|
||||
<div class="SiteFooter__socialWrap">
|
||||
<a class="SiteFooter__socialIcon" href="https://twitter.com/jibo" rel="noopener" target="_blank">
|
||||
<svg preserveaspectratio="xMidYMid" viewbox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>
|
||||
twitter
|
||||
</title>
|
||||
<path d="M32 7.075a12.941 12.941 0 0 1-3.769 1.031 6.601 6.601 0 0 0 2.887-3.631 13.21 13.21 0 0 1-4.169 1.594A6.565 6.565 0 0 0 22.155 4a6.563 6.563 0 0 0-6.563 6.563c0 .512.056 1.012.169 1.494A18.635 18.635 0 0 1 2.23 5.195a6.56 6.56 0 0 0-.887 3.3 6.557 6.557 0 0 0 2.919 5.463 6.565 6.565 0 0 1-2.975-.819v.081a6.565 6.565 0 0 0 5.269 6.437 6.574 6.574 0 0 1-2.968.112 6.588 6.588 0 0 0 6.131 4.563 13.17 13.17 0 0 1-9.725 2.719 18.568 18.568 0 0 0 10.069 2.95c12.075 0 18.681-10.006 18.681-18.681 0-.287-.006-.569-.019-.85A13.216 13.216 0 0 0 32 7.076z">
|
||||
</path>
|
||||
</svg>
|
||||
</a>
|
||||
<a class="SiteFooter__socialIcon" href="https://www.facebook.com/jiborobot" rel="noopener" target="_blank">
|
||||
<svg preserveaspectratio="xMidYMid" viewbox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>
|
||||
facebook2
|
||||
</title>
|
||||
<path d="M29 0H3C1.35 0 0 1.35 0 3v26c0 1.65 1.35 3 3 3h13V18h-4v-4h4v-2c0-3.306 2.694-6 6-6h4v4h-4c-1.1 0-2 .9-2 2v2h6l-1 4h-5v14h9c1.65 0 3-1.35 3-3V3c0-1.65-1.35-3-3-3z">
|
||||
</path>
|
||||
</svg>
|
||||
</a>
|
||||
<a class="SiteFooter__socialIcon" href="https://www.instagram.com/jiborobot/" rel="noopener" target="_blank">
|
||||
<svg preserveaspectratio="xMidYMid" viewbox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>
|
||||
instagram
|
||||
</title>
|
||||
<path d="M16 2.881c4.275 0 4.781.019 6.462.094 1.563.069 2.406.331 2.969.55a4.952 4.952 0 0 1 1.837 1.194 5.015 5.015 0 0 1 1.2 1.838c.219.563.481 1.412.55 2.969.075 1.688.094 2.194.094 6.463s-.019 4.781-.094 6.463c-.069 1.563-.331 2.406-.55 2.969a4.94 4.94 0 0 1-1.194 1.837 5.02 5.02 0 0 1-1.837 1.2c-.563.219-1.413.481-2.969.55-1.688.075-2.194.094-6.463.094s-4.781-.019-6.463-.094c-1.563-.069-2.406-.331-2.969-.55a4.952 4.952 0 0 1-1.838-1.194 5.02 5.02 0 0 1-1.2-1.837c-.219-.563-.481-1.413-.55-2.969-.075-1.688-.094-2.194-.094-6.463s.019-4.781.094-6.463c.069-1.563.331-2.406.55-2.969a4.964 4.964 0 0 1 1.194-1.838 5.015 5.015 0 0 1 1.838-1.2c.563-.219 1.412-.481 2.969-.55 1.681-.075 2.188-.094 6.463-.094zM16 0c-4.344 0-4.887.019-6.594.094-1.7.075-2.869.35-3.881.744-1.056.412-1.95.956-2.837 1.85a7.833 7.833 0 0 0-1.85 2.831C.444 6.538.169 7.7.094 9.4.019 11.113 0 11.656 0 16s.019 4.887.094 6.594c.075 1.7.35 2.869.744 3.881.413 1.056.956 1.95 1.85 2.837a7.82 7.82 0 0 0 2.831 1.844c1.019.394 2.181.669 3.881.744 1.706.075 2.25.094 6.594.094s4.888-.019 6.594-.094c1.7-.075 2.869-.35 3.881-.744 1.05-.406 1.944-.956 2.831-1.844s1.438-1.781 1.844-2.831c.394-1.019.669-2.181.744-3.881.075-1.706.094-2.25.094-6.594s-.019-4.887-.094-6.594c-.075-1.7-.35-2.869-.744-3.881a7.506 7.506 0 0 0-1.831-2.844A7.82 7.82 0 0 0 26.482.843C25.463.449 24.301.174 22.601.099c-1.712-.081-2.256-.1-6.6-.1z">
|
||||
</path>
|
||||
<path d="M16 7.781c-4.537 0-8.219 3.681-8.219 8.219s3.681 8.219 8.219 8.219 8.219-3.681 8.219-8.219A8.221 8.221 0 0 0 16 7.781zm0 13.55a5.331 5.331 0 1 1 0-10.663 5.331 5.331 0 0 1 0 10.663zM26.462 7.456a1.919 1.919 0 1 1-3.838 0 1.919 1.919 0 0 1 3.838 0z">
|
||||
</path>
|
||||
</svg>
|
||||
</a>
|
||||
<a class="SiteFooter__socialIcon" href="https://www.youtube.com/channel/UCGLZZf4Vn5tUm2wDVlF9AOg" rel="noopener" target="_blank">
|
||||
<svg preserveaspectratio="xMidYMid" viewbox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>
|
||||
youtube
|
||||
</title>
|
||||
<path d="M31.681 9.6s-.313-2.206-1.275-3.175C29.187 5.15 27.825 5.144 27.2 5.069c-4.475-.325-11.194-.325-11.194-.325h-.012s-6.719 0-11.194.325c-.625.075-1.987.081-3.206 1.356C.631 7.394.325 9.6.325 9.6s-.319 2.588-.319 5.181v2.425c0 2.587.319 5.181.319 5.181s.313 2.206 1.269 3.175c1.219 1.275 2.819 1.231 3.531 1.369 2.563.244 10.881.319 10.881.319s6.725-.012 11.2-.331c.625-.075 1.988-.081 3.206-1.356.962-.969 1.275-3.175 1.275-3.175s.319-2.587.319-5.181v-2.425c-.006-2.588-.325-5.181-.325-5.181zM12.694 20.15v-8.994l8.644 4.513-8.644 4.481z">
|
||||
</path>
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
<!-- /SiteFooter__socialWrap -->
|
||||
</div>
|
||||
<!-- /col-sm-6 col-md-5 offset-md-1 col-lg-4 offset-lg-2 col-xl-3 offset-xl-3 -->
|
||||
</div>
|
||||
<!-- /row -->
|
||||
</div>
|
||||
<!-- /container SiteFooter__primary -->
|
||||
<div class="SiteFooter__secondaryWrap">
|
||||
<div class="container SiteFooter__secondary">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<span>
|
||||
© 2026 Jibo Revival Group. All Rights Reserved. Not affiliated with Jibo, Inc.
|
||||
</span>
|
||||
<ul class="SiteFooter__footerNav" id="FooterNavFive">
|
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-58" id="menu-item-58">
|
||||
<a href="https://zos.gg/legal/">
|
||||
Legal
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-57" id="menu-item-57">
|
||||
<a href="https://zos.gg/privacy/">
|
||||
Privacy
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /col-md-12 -->
|
||||
</div>
|
||||
<!-- /row -->
|
||||
</div>
|
||||
<!-- /container SiteFooter__secondary -->
|
||||
</div>
|
||||
<!-- /SiteFooter__secondaryWrap -->
|
||||
</footer>
|
||||
<!-- /SiteFooter -->
|
||||
<script src="polyfills.js" type="text/javascript">
|
||||
</script>
|
||||
<script src="vendor.js" type="text/javascript">
|
||||
</script>
|
||||
<script src="custom.js" type="text/javascript">
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
BIN
jibo-crop-1140px.jpg
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
jibo-crop-1140px.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
jibo-crop-1440px.jpg
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
jibo-crop-1440px.webp
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
jibo-crop-180px.jpg
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
jibo-crop-180px.webp
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
jibo-crop-2280px.jpg
Normal file
|
After Width: | Height: | Size: 120 KiB |
BIN
jibo-crop-2280px.webp
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
jibo-crop-2880px.jpg
Normal file
|
After Width: | Height: | Size: 180 KiB |
BIN
jibo-crop-2880px.webp
Normal file
|
After Width: | Height: | Size: 49 KiB |
BIN
jibo-crop-360px.jpg
Normal file
|
After Width: | Height: | Size: 8.3 KiB |
BIN
jibo-crop-360px.webp
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
jibo-crop-570px.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
jibo-crop-570px.webp
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
jibo-crop-720px.jpg
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
jibo-crop-720px.webp
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
1
jibo-crop.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2800 2852"><filter id="b"><feGaussianBlur stdDeviation="12" /></filter><path fill="#69696a" d="M0 0h2807v2852H0z"/><g filter="url(#b)" transform="translate(5.6 5.6) scale(11.14063)" fill-opacity=".5"><path fill="#fff" d="M-16 266l10-116 136 121z"/><ellipse fill="#fff" rx="1" ry="1" transform="matrix(37.79381 36.42876 -170.51848 176.90812 238.3 240)"/><ellipse fill="#fff" rx="1" ry="1" transform="matrix(-25.28464 21.85839 -144.75307 -167.44281 228.2 22.7)"/><ellipse cx="125" cy="122" rx="115" ry="115"/><ellipse fill="#fff" cx="99" cy="138" rx="35" ry="35"/><ellipse fill="#fff" rx="1" ry="1" transform="matrix(-26.029 -22.26095 130.99936 -153.17324 12.4 32.1)"/><ellipse fill="#fff" rx="1" ry="1" transform="matrix(1.26112 -17.5935 250.3577 17.94586 93.4 248.3)"/><ellipse fill="#fff" cx="248" cy="111" rx="13" ry="251"/><ellipse fill="#fff" cx="4" cy="114" rx="11" ry="251"/><ellipse fill="#fff" rx="1" ry="1" transform="rotate(90.4 71.9 76) scale(7.8351 148.3209)"/><ellipse rx="1" ry="1" transform="matrix(-73.36937 7.19393 -4.83165 -49.277 120.6 57.1)"/><ellipse cx="186" cy="126" rx="54" ry="54"/><ellipse cx="134" cy="200" rx="71" ry="30"/><ellipse fill="#fff" rx="1" ry="1" transform="matrix(-40.288 -98.35747 13.15703 -5.38922 16.6 190.8)"/><ellipse fill="#fff" rx="1" ry="1" transform="matrix(14.51327 -20.49783 76.67494 54.28888 201.3 6)"/><ellipse cx="39" cy="123" rx="28" ry="64"/><ellipse fill="#fff" rx="1" ry="1" transform="rotate(146.2 20.2 11.9) scale(112.93076 24.66004)"/><ellipse fill="#fefaf5" rx="1" ry="1" transform="rotate(-57 178.6 -24.3) scale(27.23451 27.39828)"/><ellipse fill="#fff" rx="1" ry="1" transform="rotate(-71.9 266 -59) scale(176.98424 23.16417)"/><ellipse fill="#fff" rx="1" ry="1" transform="matrix(10.11091 -28.66762 90.42051 31.8908 28.6 236.7)"/><ellipse fill="#fff" rx="1" ry="1" transform="matrix(19.0919 82.60194 -14.80541 3.422 238.4 46.3)"/><ellipse fill="#fff" rx="1" ry="1" transform="matrix(-39.5916 115.30207 -9.5383 -3.2752 17 57.9)"/></g></svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
BIN
jibo-hero-2280px.jpg
Normal file
|
After Width: | Height: | Size: 98 KiB |
BIN
jibo-hi-tech-1140px.png
Normal file
|
After Width: | Height: | Size: 443 KiB |
BIN
jibo-hi-tech-1140px.webp
Normal file
|
After Width: | Height: | Size: 57 KiB |
BIN
jibo-hi-tech-1440px.png
Normal file
|
After Width: | Height: | Size: 702 KiB |
BIN
jibo-hi-tech-1440px.webp
Normal file
|
After Width: | Height: | Size: 57 KiB |
BIN
jibo-hi-tech-180px.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
jibo-hi-tech-180px.webp
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
jibo-hi-tech-2280px.png
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
BIN
jibo-hi-tech-2280px.webp
Normal file
|
After Width: | Height: | Size: 122 KiB |
BIN
jibo-hi-tech-2880px.png
Normal file
|
After Width: | Height: | Size: 2.3 MiB |
BIN
jibo-hi-tech-2880px.webp
Normal file
|
After Width: | Height: | Size: 157 KiB |
BIN
jibo-hi-tech-360px.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
jibo-hi-tech-360px.webp
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
jibo-hi-tech-570px.png
Normal file
|
After Width: | Height: | Size: 110 KiB |
BIN
jibo-hi-tech-570px.webp
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
jibo-hi-tech-720px.png
Normal file
|
After Width: | Height: | Size: 170 KiB |
BIN
jibo-hi-tech-720px.webp
Normal file
|
After Width: | Height: | Size: 26 KiB |
1
jibo-hi-tech.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 1956"><filter id="b"><feGaussianBlur stdDeviation="12" /></filter><path fill="#525254" d="M0 0h1436v1956H0z"/><g filter="url(#b)" transform="translate(3.8 3.8) scale(7.64063)" fill-opacity=".5"><ellipse fill="#fff" cx="60" cy="132" rx="30" ry="111"/><ellipse fill="#fff" rx="1" ry="1" transform="matrix(19.20562 -54.1074 30.97943 10.99626 40 176.8)"/><ellipse cx="187" cy="174" rx="84" ry="84"/><ellipse fill="#fff" rx="1" ry="1" transform="matrix(-47.38643 40.61509 -13.44036 -15.68113 84.6 28.7)"/><path fill="#e1e1e7" d="M135.5 164.4l-8.8 55.3-64.2-10.1 8.8-55.3z"/><ellipse rx="1" ry="1" transform="matrix(29.39267 -.21708 .69618 94.26408 8.9 56.9)"/><path d="M80 152l5-97 118-71z"/><ellipse rx="1" ry="1" transform="matrix(29.91228 -184.59213 31.70593 5.1378 163.6 181.5)"/><ellipse fill="#fff" cx="136" cy="89" rx="15" ry="21"/><ellipse cx="59" cy="251" rx="187" ry="16"/><ellipse rx="1" ry="1" transform="matrix(34.8185 -54.41204 26.22777 16.78326 28.3 8.4)"/><ellipse rx="1" ry="1" transform="matrix(22.05986 -5.19163 10.86117 46.1504 104.6 116)"/><path fill="#fafafa" d="M56 19L18 203 129-15z"/><ellipse cx="6" cy="106" rx="33" ry="34"/><ellipse fill="#fff" rx="1" ry="1" transform="matrix(19.06774 10.35294 -28.30248 52.12668 37.5 157.2)"/><ellipse rx="1" ry="1" transform="matrix(4.51876 27.0145 -53.67185 8.97778 156.7 40)"/><path fill="#fff" d="M163.4 11.5L120.8-3.4l-7 30.6 20.5-14z"/><path d="M106.6-18.8l5 15.2L-.6 32.8l-5-15.2z"/><ellipse fill="#eee" rx="1" ry="1" transform="matrix(12.26536 -7.02444 23.85228 41.64843 60.1 113.4)"/><ellipse cx="66" cy="251" rx="187" ry="15"/><ellipse cx="2" cy="56" rx="29" ry="110"/><ellipse fill="#a0a0a4" cx="86" cy="193" rx="45" ry="45"/></g></svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
BIN
jibo-hue-1140px.jpg
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
jibo-hue-1140px.webp
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
jibo-hue-1440px.jpg
Normal file
|
After Width: | Height: | Size: 63 KiB |
BIN
jibo-hue-1440px.webp
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
jibo-hue-180px.jpg
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
jibo-hue-180px.webp
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
jibo-hue-2280px.jpg
Normal file
|
After Width: | Height: | Size: 125 KiB |
BIN
jibo-hue-2280px.webp
Normal file
|
After Width: | Height: | Size: 46 KiB |
BIN
jibo-hue-2880px.jpg
Normal file
|
After Width: | Height: | Size: 153 KiB |
BIN
jibo-hue-2880px.webp
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
jibo-hue-360px.jpg
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
jibo-hue-360px.webp
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
jibo-hue-570px.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
jibo-hue-570px.webp
Normal file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
jibo-hue-720px.jpg
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
jibo-hue-720px.webp
Normal file
|
After Width: | Height: | Size: 11 KiB |
1
jibo-hue.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2880 1887"><filter id="b"><feGaussianBlur stdDeviation="12" /></filter><path fill="#ae9786" d="M0 0h2880v1878H0z"/><g filter="url(#b)" transform="translate(5.6 5.6) scale(11.25)" fill-opacity=".5"><ellipse fill="#ffffe8" cx="97" cy="30" rx="68" ry="41"/><ellipse fill="#6e503c" cx="49" cy="119" rx="108" ry="53"/><path d="M194.4 165l-26 21.9-16.8-20 26-21.8z"/><path fill="#f7ffff" d="M195.8 69l33.9 39.3-23.4 13-29.4-31.8z"/><ellipse fill="#ffe7b8" cx="83" cy="40" rx="59" ry="25"/><path fill="#f8ffff" d="M201 127.7l-45 10.4 49.8 14.2-7.5-10.5z"/><ellipse fill="#fff" rx="1" ry="1" transform="matrix(19.76631 -10.20215 16.30768 31.59555 125.6 0)"/><ellipse fill="#deccc6" rx="1" ry="1" transform="matrix(45.72736 92.22207 -8.513 4.22108 237.1 68.7)"/><ellipse fill="#785848" rx="1" ry="1" transform="matrix(-14.16067 -.10753 .53845 -70.9074 9.8 0)"/><path fill="#816a60" d="M140 143l28-74-16-72z"/><path fill="#001400" d="M121 89l-4 31 17-1z"/><path d="M155 161h43v6h-43z"/><path fill="#020200" d="M71 115h27v9H71z"/><ellipse fill="#a18471" rx="1" ry="1" transform="rotate(22.9 -301.7 394.2) scale(30.65069 26.53215)"/><path fill="#fff" d="M253.3 42.6l-9.3 3.8-5.3-13 9.3-3.8z"/><path fill="#ecf0f1" d="M198 85h33v26h-33z"/><ellipse fill="#dba37e" rx="1" ry="1" transform="rotate(-101.9 29 -16.3) scale(12.76659 29.06094)"/><path fill="#7d6058" d="M185 54h33v24h-33z"/><ellipse fill="#21180e" cx="107" cy="85" rx="43" ry="2"/><ellipse fill="#a58573" cx="16" cy="86" rx="29" ry="43"/><path fill="#d7d5d1" d="M143.7 115.7l-14-.5.6-19 14 .6z"/><path fill="#f4d3b7" d="M76 88h20v15H76z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
BIN
jibo-time-magazine-1140x598.jpg
Normal file
|
After Width: | Height: | Size: 75 KiB |
BIN
jibo-time-magazine-180x94.jpg
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
jibo-time-magazine-2880x1510.jpg
Normal file
|
After Width: | Height: | Size: 237 KiB |
BIN
jibo-time-magazine-360x189.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
jibo-time-magazine-570x299.jpg
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
jibo-time-magazine-720x378.jpg
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
jibo-time-magazine.jpg
Normal file
|
After Width: | Height: | Size: 194 KiB |
BIN
kitchen-fortune-1140px.jpg
Normal file
|
After Width: | Height: | Size: 55 KiB |
2710
kitchen-fortune-1140px.webp
Normal file
BIN
kitchen-fortune-1440px.jpg
Normal file
|
After Width: | Height: | Size: 77 KiB |
2714
kitchen-fortune-1440px.webp
Normal file
2714
kitchen-fortune-180px.jpg
Normal file
2714
kitchen-fortune-180px.webp
Normal file
BIN
kitchen-fortune-2280px.jpg
Normal file
|
After Width: | Height: | Size: 146 KiB |
2714
kitchen-fortune-2280px.webp
Normal file
BIN
kitchen-fortune-2880px.jpg
Normal file
|
After Width: | Height: | Size: 203 KiB |
2714
kitchen-fortune-2880px.webp
Normal file
BIN
kitchen-fortune-360px.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
2714
kitchen-fortune-360px.webp
Normal file
BIN
kitchen-fortune-570px.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
2714
kitchen-fortune-570px.webp
Normal file
BIN
kitchen-fortune-720px.jpg
Normal file
|
After Width: | Height: | Size: 29 KiB |
2714
kitchen-fortune-720px.webp
Normal file
1
kitchen-fortune.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2880 1620"><filter id="b"><feGaussianBlur stdDeviation="12" /></filter><path fill="#94958a" d="M0 0h2880v1620H0z"/><g filter="url(#b)" transform="translate(5.6 5.6) scale(11.25)" fill-opacity=".5"><ellipse rx="1" ry="1" transform="matrix(15.33302 -1.75157 7.16346 62.70796 91 91.5)"/><ellipse fill="#dbe5db" rx="1" ry="1" transform="rotate(58.1 43.6 165.4) scale(84.72825 34.6405)"/><ellipse fill="#504028" rx="1" ry="1" transform="matrix(8.25613 -173.72785 23.75464 1.1289 253.3 36.8)"/><path fill="#e5eef0" d="M108.4-19L60 76.4 29.6 61 78-34.4z"/><path fill="#000001" d="M74 76l20-61 16 144z"/><ellipse fill="#e7e6ed" cx="123" cy="118" rx="13" ry="42"/><ellipse fill="#cdcac6" rx="1" ry="1" transform="matrix(-18.79001 5.38795 -11.09517 -38.69345 61.8 105.3)"/><ellipse fill="#6f675d" rx="1" ry="1" transform="matrix(29.75924 -.2345 1.387 176.0131 .7 64.6)"/><ellipse fill="#e5e3e5" rx="1" ry="1" transform="matrix(24.52347 -1.10545 1.23633 27.42674 176.1 77.8)"/><ellipse fill="#98b29f" cx="121" cy="63" rx="24" ry="39"/><path fill="#272709" d="M75.6 48.6l26.7-42.7 7.3 6.3-32.8 66.3z"/><path fill="#6b5d3f" d="M135 96h19v48h-19z"/><path fill="#001e2f" d="M81.5 153.6l4-58.9 25 1.7-4 58.9z"/><path fill="#fffff9" d="M96 121l3 .5-7 43.5-3-.5z"/><ellipse fill="#c5ab95" cx="192" cy="125" rx="23" ry="23"/><path fill="#e0dac6" d="M178 48h49v21h-49z"/><path fill="#c4c0bc" d="M86 96.2L81.7 128 52 123.8 56.4 92z"/><path fill="#a06d1b" d="M231.6 92.6l-20.8 2.2-1-31-.7 10z"/><path d="M109 57h2v30h-2z"/><ellipse fill="#6a8455" rx="1" ry="1" transform="matrix(-2.91109 1.49383 -10.84537 -21.13485 140.2 64.3)"/><ellipse fill="#c8d1cc" rx="1" ry="1" transform="matrix(-6.73334 -26.33733 24.2504 -6.1998 69.3 11)"/><path fill="#aaacaa" d="M31 47h44v75H31z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
1
lightbulb.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="lightblub" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 374.8 520"><style>.st0{fill:url(#SVGID_1_)}.st1{fill:#434d55}.st2{fill:#bbc6ca}.st3{fill:#98a3a8}.st4{fill:#7c868d}.st5,.st6{fill:none;stroke:#fff;stroke-width:10;stroke-miterlimit:10}.st6{stroke-width:12;stroke-linecap:round}.st7{fill:#fff}</style><linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="187.423" y1="269.024" x2="187.423" y2="-14.002"><stop offset="0" stop-color="#f9c142"/><stop offset="1" stop-color="#fff"/></linearGradient><path class="st0" d="M374.8 187.4C374.8 83.9 290.9 0 187.4 0S0 83.9 0 187.4c0 74.1 43 138.1 105.3 168.5v40.6h164.2v-40.6c62.4-30.4 105.3-94.4 105.3-168.5z"/><path class="st1" d="M187.4 520c-14.4 0-28.3-5.3-39.7-15.2l-33.6-29.1h146.6l-33.6 29.1c-11.3 9.9-25.3 15.2-39.7 15.2z"/><path class="st2" d="M270.6 423.8H104.3c-8 0-14.4-6.5-14.4-14.4 0-8 6.5-14.4 14.4-14.4h166.3c8 0 14.4 6.5 14.4 14.4s-6.5 14.4-14.4 14.4z"/><path class="st3" d="M270.6 452.6H104.3c-8 0-14.4-6.5-14.4-14.4 0-8 6.5-14.4 14.4-14.4h166.3c8 0 14.4 6.5 14.4 14.4 0 8-6.5 14.4-14.4 14.4z"/><path class="st4" d="M270.6 481.4H104.3c-8 0-14.4-6.5-14.4-14.4 0-8 6.5-14.4 14.4-14.4h166.3c8 0 14.4 6.5 14.4 14.4 0 8-6.5 14.4-14.4 14.4z"/><path class="st5" d="M137 159.6h-1.5c-13 0-23.6 10.6-23.6 23.6 0 13 10.6 23.6 23.6 23.6h25.1v-23.6c0-13-10.6-23.6-23.6-23.6zM239.3 159.6h-1.5c-13 0-23.6 10.6-23.6 23.6v23.6h25.1c13 0 23.6-10.6 23.6-23.6 0-13-10.5-23.6-23.6-23.6zM214.3 395V206.8h-53.7V395"/><path class="st6" d="M187.7 48.7c38 0 72.5 15.4 97.4 40.3"/><circle class="st7" cx="306.7" cy="116.5" r="8.4"/></svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |