CINXE.COM

| GuidedBy

<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> <title> | GuidedBy</title> <meta name="description" content="Whether you鈥檙e deciding where to dine, where to shop or which professional to hire, GuidedBy takes the guesswork out of consumer choices."> <link rel="icon" href="/assets/favicons/guidedby-icon.svg" type="image/svg+xml"> <link rel="mask-icon" href="/assets/favicons/guidedby-icon.svg" color="#ffffff"> <meta name="theme-color" content="#222222"> <link rel="apple-touch-icon" type="image/svg" href="/assets/favicons/guidedby-icon.svg"> <link rel="icon" type="image/svg" sizes="192x192" href="/assets/favicons/guidedby-icon.svg"> <link rel="manifest" href="/site.webmanifest"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700&family=Roboto:wght@100;400;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="/css/tailwind.css?id=e9129aff69c81730b97198d08e674ea7"> <link rel="stylesheet" href="/vendor/leaflet/leaflet.css"> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WRX3NTS');</script> <!-- End Google Tag Manager --> <!-- StackAdapt Retargeting Pixel --> <script>!function(s,a,e,v,n,t,z){if(s.saq)return;n=s.saq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!s._saq)s._saq=n;n.push=n;n.loaded=!0;n.version='1.0';n.queue=[];t=a.createElement(e);t.async=!0;t.src=v;z=a.getElementsByTagName(e)[0];z.parentNode.insertBefore(t,z)}(window,document,'script','https://tags.srv.stackadapt.com/events.js');saq('ts', 'ZP9avK-bhZxlYLtmu5r12A');</script> <!-- End StackAdapt Retargeting Pixel --> <!-- Meta Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '235958014413670'); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=235958014413670&ev=PageView&noscript=1" /></noscript> <!-- End Meta Pixel Code --> <!-- Simplifi Universal Pixel --> <script async src='https://tag.simpli.fi/sifitag/6ecddbf3-af59-46af-bc51-7fc50e274b2e'></script> <!-- End Simplifi Universal Pixel --> <script> (function() { var currentUrl = window.location.href; var targetUrl = "https://www.debmowbray.com/index.php?utm_source=glaciermediadigital&utm_medium=profile&utm_campaign=guidedby"; var homepageUrl = "https://www.debmowbray.com/index.php"; if (currentUrl === targetUrl) { window.location.href = homepageUrl; } })(); </script> <link rel="stylesheet" href="/vendor/socialize/css/buttons.css"> <style >[wire\:loading], [wire\:loading\.delay], [wire\:loading\.inline-block], [wire\:loading\.inline], [wire\:loading\.block], [wire\:loading\.flex], [wire\:loading\.table], [wire\:loading\.grid], [wire\:loading\.inline-flex] {display: none;}[wire\:loading\.delay\.shortest], [wire\:loading\.delay\.shorter], [wire\:loading\.delay\.short], [wire\:loading\.delay\.long], [wire\:loading\.delay\.longer], [wire\:loading\.delay\.longest] {display:none;}[wire\:offline] {display: none;}[wire\:dirty]:not(textarea):not(input):not(select) {display: none;}input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {animation-duration: 50000s;animation-name: livewireautofill;}@keyframes livewireautofill { from {} }</style> </head> <body class="selection:bg-primary bg-neutral"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WRX3NTS" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <header class="fixed top-0 left-0 right-0 bg-white sticky" style="z-index: 500" x-data="{ mainNavOpen : false }"> <div id="main_nav_wrapper" class="flex items-center max-w-none px-2 py-3 lg:py-0"> <a class="motion-safe:transition-transform" title="GuidedBy Homepage" aria-label="GuidedBy Hompage Link" href="/" > <img src="/brand_assets/global/guidedby_logo.svg" width="115" alt="GuidedBy Logo" title="GuidedBy Logo"/> </a> <button @click.prevent="mainNavOpen = !mainNavOpen" class="ml-auto hamburger-button relative z-20 inline-block lg:!hidden lg:pointer-events-none w-[32px] h-[32px]" :aria-label="mainNavOpen ? 'Close sub navigation' : 'Open sub navigation'" :aria-expanded="mainNavOpen" > <span class="absolute bg-primary w-full h-[3px] rounded-sm top-[4px] left-1/2 -translate-x-1/2 transition-all duration-400 hamburger_line" :class="{ 'rotate-45 !top-1/2 -translate-y-1/2 bg-white' : mainNavOpen, 'rotate-0' : !mainNavOpen }"></span> <span class="absolute bg-primary w-full h-[3px] rounded-sm top-[14px] left-1/2 -translate-x-1/2 transition-all duration-300 hamburger_line" :class="{ 'opacity-0 bg-white' : mainNavOpen }"></span> <span class="absolute bg-primary w-full h-[3px] rounded-sm top-[24px] left-1/2 -translate-x-1/2 transition-all duration-400 hamburger_line" :class="{ '-rotate-45 !top-1/2 -translate-y-1/2 bg-white' : mainNavOpen, 'rotate-0' : !mainNavOpen }"></span> </button> <nav class="bg-primary fixed inset-0 flex-1 text-base flex flex-col justify-start items-center lg:relative lg:bg-transparent lg:!flex lg:flex-row lg:ml-2" aria-label="Main navigation" x-show="mainNavOpen" x-cloak x-transition:enter="transition ease-out duration-200" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease-in duration-200" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0"> <ul class="flex flex-auto items-center justify-center m-0 list-none flex-col lg:flex-row"> <li class="my-2 lg:!hidden"><a class="motion-safe:transition-transform" title="GuidedBy Homepage" aria-label="GuidedBy Hompage Link" href="/" > <img src="/brand_assets/global/guidedby-logo-wht.svg" width="200" alt="GuidedBy Logo" title="GuidedBy Logo"/> </a> </li> <li class="relative leading-none lg:my-0 mx-2 lg:mx-4"> <a class="flex items-center capitalize tracking-wide text-white lg:text-neutral-medium border-none py-5 lg:py-4 " href="/topics" > Topics </a> </li> <li class="relative leading-none lg:my-0 mx-2 lg:mx-4"> <a class="flex items-center capitalize tracking-wide text-white lg:text-neutral-medium border-none py-5 lg:py-4 " href="/locations" > Locations </a> </li> <li class="relative leading-none lg:my-0 mx-2 lg:mx-4"> <a class="flex items-center capitalize tracking-wide text-white lg:text-neutral-medium border-none py-5 lg:py-4 " href="/spotlights" > Spotlights </a> </li> <li class="relative leading-none lg:my-0 mx-2 lg:mx-4"> <a class="flex items-center capitalize tracking-wide text-white lg:text-neutral-medium border-none py-5 lg:py-4 " href="/stories" > Stories </a> </li> <li class="relative leading-none lg:my-0 mx-2 lg:ml-auto"> <a class="flex items-center capitalize tracking-wide text-white text-white border-none py-5 lg:py-2 px-2 bg-primary rounded !border-t-0 " href="/applynow" > Business Owner </a> </li> <li class="lg:!hidden my-4"> <div class="flex items-center space-x-4"> <a class="w-12 h-12 inline-flex justify-center items-center bg-white" href="https://www.facebook.com/GuidedBy/" rel="noopener" aria-label="GuidedBy on Facebook" title="GuidedBy on Facebook" target="_blank"> <svg class="w-8 h-8 overflow-visible text-primary transition-all fill-current" aria-hidden="true" aria-hidden="true" focusable="false" data-prefix="fab" data-icon="facebook-f" class="svg-inline--fa fa-facebook-f fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"></path></svg> </a> <a class="w-12 h-12 inline-flex justify-center items-center bg-white" href="https://www.instagram.com/guidedby.ca/" rel="noopener" aria-label="GuidedBy on Instagram" title="GuidedBy on Instagram" target="_blank"> <svg class="w-8 h-8 overflow-visible text-primary transition-all fill-current" aria-hidden="true" aria-hidden="true" focusable="false" data-prefix="fab" data-icon="instagram" class="svg-inline--fa fa-instagram fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg> </a> <a class="w-12 h-12 inline-flex justify-center items-center bg-white" href="https://twitter.com/glacier_digital" rel="noopener" aria-label="GuidedBy on Twitter" title="GuidedBy on Twitter" target="_blank"> <svg class="w-8 h-8 overflow-visible text-primary transition-all fill-current" aria-hidden="true" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000.78 936.69"> <defs> <style> .cls-1 { stroke-width: 0px; } </style> </defs> <g id="svg5"> <g id="layer1"> <path id="path1009" class="cls-1" d="m2.44,0l386.39,516.64L0,936.69h87.51l340.42-367.76,275.05,367.76h297.8l-408.13-545.7L954.57,0h-87.51l-313.51,338.7L300.24,0H2.44Zm128.69,64.46h136.81l604.13,807.76h-136.81L131.13,64.46Z"></path> </g> </g> </svg> </a> </div> </li> </ul> </nav> </div> </header> <main class=""> <div class="relative overflow-hidden py-32 flex undefined archive-header"> <div class="absolute z-10 top-0 left-0 h-full w-screen" style="background:radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9))"> </div> <div class="w-full z-10"> <div class="header-wrapper wp-container flex justify-between py"> <div class="fluid-container"> <h1 role="heading" class=" text-white my-4">404 Not Found</h1> <h2 class="text-base font-normal text-white my-4">Misguided Soul, how can we help?!</h2> </div> </div> </div> </div> <div class="bg-primary-gray relative"> <h2 class="text-primary text-4xl font-bold text-center my-12">We鈥檙e Sorry. No Posts were found.</h2> <section class="max-w-[700px] mx-auto"> <form id="search-form" class="w-full relative px-8 md:px-0" action="/search"> <div class="md:flex" x-data="{ inFocus : false }"> <div class="search-find relative my-2 h-3/6 md:w-5/12 md:basis-5/12" x-ref="searchContainer"> <label for="topic" class="label-search md:text-xl text-sm relative z-20">Find: </label> <input @focusin="inFocus = true" @focusout="inFocus = $refs.input.value != '' ? true : false" x-ref="input" name="topic" id="topic" type="text" class="text-base h-full w-full text-primary rounded-md md:rounded-tr-none border-none md:rounded-br-none focus:outline-none focus-visible:ring-1 ring-secondary/30 appearance-none p-3 md:p-4 md:pl-[73px] pl-14 relative" value="" :class="{ 'z-10': inFocus, 'z-0': !inFocus }"> <div class="rounded bg-white overflow-hidden absolute left-0 city-options top-14 w-full shadow search-text-result"></div> </div> <div class="search-location relative flex my-2 h-3/6 md:w-7/12 md:basis-7/12"> <span class="w-0 bg-neutral-dark h-1/2 md:w-[1px] absolute top-1/2 -translate-y-1/2 rounded-full"></span> <label for="location" class="label-search md:text-xl text-sm">Location: </label> <input type="text" id="location" placeholder="Vancouver" name="location" class="text-primary w-full h-full text-base md:placeholder:text-lg placeholder:text-sm rounded-tl-md rounded-bl-md md:rounded-none p-3 md:p-4 md:pl-28 pl-20 focus:outline-none focus-visible:ring-1 ring-secondary/30 appearance-none" value=""> <div class="rounded bg-white overflow-hidden absolute left-0 top-14 w-full shadow search-text-result city-options "></div> <button type="submit" class="flex items-center" aria-label="search-result"> <svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 16 16" name="near" class="lg:text-3xl md:text-3xl text-2xl text-white font-bold rounded-tr-md rounded-br-md md:py-2 md:px-6 p-1.5 h-full w-auto" style="background-color:#E86C47" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"> <path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"></path> </svg> </button> </div> </div> </form> </section> <div class="relative w-full flex justify-center"> <h3 class="text-[40vw] text-neutral-light text-center absolute top-0 -z-0 leading-tight">404</h3> <img src="/assets/placeholders/404-boy.png" class="w-[55%] relative" alt="404"> </div> </div> </main> <footer class="w-full"> </footer> <script src="/livewire/livewire.js?id=90730a3b0e7144480175" data-turbo-eval="false" data-turbolinks-eval="false" ></script><script data-turbo-eval="false" data-turbolinks-eval="false" >window.livewire = new Livewire();window.Livewire = window.livewire;window.livewire_app_url = '';window.livewire_token = 'kSBL0XJlXdhd6gUi8xgFakQ8EbNUlCiIipx2Y0Pj';window.deferLoadingAlpine = function (callback) {window.addEventListener('livewire:load', function () {callback();});};let started = false;window.addEventListener('alpine:initializing', function () {if (! started) {window.livewire.start();started = true;}});document.addEventListener("DOMContentLoaded", function () {if (! started) {window.livewire.start();started = true;}});</script> <script src="/js/site.js?id=9b85b2813c83065d0794e64fd5a00ce2" defer></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10