New Logo and Identity for Kit by Koto
(Est. 2013, previously ConvertKit) “Kit is the leading marketing platform dedicated to empowering creators to connect with their audience and transform their passions into thriving businesses. With robust tools for commerce, automations, landing pages, newsletters, and email design, Kit offers creators new ways to grow their newsletters and increase their income.” /** * 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-variatio