New Logo and Identity for Coder by Together
Established in 2017, Coder is an open-source and self-hosted cloud development environment. Think of it as a cloud version of a computer for coding, equipped with all the tools you need to code, like Microsoft’s Visual Studio, Azure and AWS integrations, and AI models such as Antropic’s Claude and OpenAI’s ChatGPT. Recently, Coder introduced a new identity designed by London, UK-based Together. /** * 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; fo