New Logo and Identity for Perpetual by newkid
(Est. 2023, previously OpenShelf) “Perpetual is an intelligent, self-managing inventory solution for the healthcare industry. We’re a diverse group of thinkers, makers, and problem-solvers, passionate about using technology to give time back to people — so they in turn can focus on doing what only humans can do.” /** * Stop all iframes or HTML5 's from playing */ var stopVideos = function () { var videos = document.querySelectorAll('iframe, video'); Array.prototype.forEach.call(videos, function (video) { if (video.tagName.toLowerCase() === 'video') { video.pause(); } else { var src = video.src; video.src = src; } }); }; .pausevideos { margin: 20px 0 30px; display: block; font-size: .8em; font-family: 'ABCSocial'; font-variation-settings: "wdth" 100, "wght" 370, "slnt" 0; -webki