<!doctype html><html lang="en" class="scroll-smooth"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="apple-mobile-web-app-title" content="Everplace"><meta name="theme-color" content="#88196E"><meta name="description" content="Everplace is a Minnesota company providing premium on-site and remote professional technology consulting services specializing in front-end web and mobile software development."><title>Welcome / Everplace</title><link rel="stylesheet" href="/style.css?v=1774644173512"><link rel="icon" type="image/png" href="/favicon.png"><link rel="apple-touch-icon" href="apple-touch-icon.png"><link rel="apple-touch-icon" sizes="152x152" href="apple-touch-icon-152x152.png"><link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon-180x180.png"><link rel="apple-touch-icon" sizes="167x167" href="apple-touch-icon-167x167.png"><script type="application/ld+json">{
        "@context": "http://schema.org",
        "@type": "WebPage",
        "url": "https://www.everplace.io/",
        "name": "Welcome / Everplace",
        "description": "Everplace is a Minnesota company providing premium on-site and remote professional technology consulting services specializing in front-end web and mobile software development.",
        "publisher": {
          "@type": "Organization",
          "name": "HUMANSTUFF, LLC dba Everplace",
          "logo": {
            "@type": "ImageObject",
            "url": "https://www.everplace.io/apple-touch-icon-180x180.png",
            "width": 180,
            "height": 180
          }
        }
      }</script></head><body class="w-screen h-screen text-white bg-black -z-50"><div id="background" class="w-screen h-screen -z-10 fixed top-0 right-0 bottom-0 left-0"><video id="bgVideo" autoplay playsinline loop muted poster="/bg-video-poster.jpg" class="landscape:w-screen portrait:h-screen scale-150"><source src="/bg-video.mp4" type="video/mp4"></video></div><section class="w-screen h-screen"><a class="sr-only" href="#main" aria-label="skip to main content">Skip to main content</a><section id="front-door" class="w-screen h-screen flex flex-col items-center justify-evenly"><div></div><a href="#main" aria-label="skip to main content" class="w-1/2 landscape:w-1/4 flex flex-col items-center"><img tabindex="0" src="/quadfinity.svg" alt="the Everplace logo of four concentric infinity symbols" class="motion-safe:animate-spin-very-slow cursor-pointer"></a><a href="#main" aria-label="skip to main content" class="w-6 h-6 md:2-8 md:h-8"><img tabindex="0" src="/arrow-down.svg" alt="a down arrow icon" class="motion-safe:animate-bounce cursor-pointer"></a></section><main id="main" class="px-4 py-8 text-sm md:text-lg lg:text-2xl xl:text-2xl 2xl:text-4xl flex flex-col items-center gap-8 2xl:gap-12"><h1 class="sr-only">Premium Front-End Web and Mobile Software</h1><img src="/brand.svg" alt="Everplace logo and brand" class="w-3/2"><p class="max-w-prose">Welcome to Everplace, where we craft software tailored to your unique business needs. Our name and logo embody our commitment to delivering reliable software that performs flawlessly every time and every place.</p><p class="max-w-prose">At Everplace, we take pride in our expertise. Renowned for our innovative, efficient, and resilient approach, we infuse these qualities into every aspect of our work, ensuring that your software reflects our commitment to excellence. We thrive in dynamic environments, adapting swiftly to changing circumstances, and we expect nothing less from your software as we work together to secure your success.</p><p class="max-w-prose">We specialize in delivering premium front-end web and mobile software solutions distinguished by their exceptional performance, usability, and accessibility. We look forward to partnering with you to transform your vision and objectives into reality.</p><p class="m-8 mb-12"><a href="/cdn-cgi/l/email-protection#dab2bfb6b6b59abfacbfa8aab6bbb9bff4b3b5" class="p-6 border-2 rounded-md"><span><span class="__cf_email__" data-cfemail="432b262f2f2c0326352631332f2220266d2a2c">[email&#160;protected]</span></span> <img src="/email.svg" class="inline w-8 h-8 ml-2"></a></p><p class="text-xs">© 2024 HUMANSTUFF, LLC dba Everplace | <a href="/privacy/" aria-label="privacy policy">Privacy Policy</a></p></main></section><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>const background = document.querySelector('#background')
      const bgVideo = document.querySelector('#bgVideo')

      setTimeout(function () {
          if (bgVideo.currentTime === 0 && bgVideo.paused) {
              const bgImage = document.createElement('img')
              bgImage.src = '/bg-video-poster.jpg'
              bgImage.alt = 'a pink background'
              bgImage.className = 'landscape:w-screen portrait:h-screen scale-150'
              background.replaceChild(bgImage, bgVideo)
          }
      }, 1000)</script></body></html>