hallow.com Open in urlscan Pro
18.65.39.47  Public Scan

Submitted URL: http://hallow.app.link/
Effective URL: https://hallow.com/portal/
Submission: On February 21 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

<form>
  <div id="functionality-approval-container" class="checkbox-container  consent-input ">
    <input id="functionality-approval" name="functionality-approval" data-consent="0" class="custom-checkbox-input  consent-checks " type="checkbox" checked="" disabled="">
    <div id="functionality-approval-box" class="custom-box">
      <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
        <rect class="indicator" x="0" y="0" rx="5" ry="5" width="100%" height="100%"></rect>
        <path d="M10 15l3 3l7 -7" class="checkmark" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </div>
    <label for="functionality-approval">Strictly Necessary Cookies</label>
    <div class="expander">
      <svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path class="arrow-path" d="M1 7.5l5 -5l5 5" stroke="black" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </div>
    <div class="dropdown-content">These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting
      your privacy preferences, logging in, or filling in forms. These also include cookies we may rely on for fraud prevention. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work.</div>
    <script>
      document.getElementById('functionality-approval-box').addEventListener('click', (e) => {
        const checkbox = document.getElementById('functionality-approval');
        if (checkbox.disabled) return;
        e.stopPropagation();
        checkbox.checked = !checkbox.checked;
      });
      document.getElementById('functionality-approval-container').addEventListener('click', (e) => {
        const originalTarget = e.target;
        if ((originalTarget.classList.contains('custom-box') || originalTarget.nodeName.toUpperCase() === 'LABEL' || originalTarget.nodeName.toUpperCase() === 'INPUT') && !document.getElementById('functionality-approval').disabled) {
          e.stopPropagation();
          return;
        }
        if (e.currentTarget.classList.contains('expanded')) {
          e.currentTarget.classList.remove('expanded');
        } else {
          e.currentTarget.classList.add('expanded');
        }
      });
    </script>
  </div>
  <div id="personalization-approval-container" class="checkbox-container  consent-input ">
    <input id="personalization-approval" name="personalization-approval" data-consent="2" class="custom-checkbox-input  consent-checks " type="checkbox" checked="">
    <div id="personalization-approval-box" class="custom-box">
      <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
        <rect class="indicator" x="0" y="0" rx="5" ry="5" width="100%" height="100%"></rect>
        <path d="M10 15l3 3l7 -7" class="checkmark" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </div>
    <label for="personalization-approval">Performance Cookies</label>
    <div class="expander">
      <svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path class="arrow-path" d="M1 7.5l5 -5l5 5" stroke="black" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </div>
    <div class="dropdown-content">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around
      the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.</div>
    <script>
      document.getElementById('personalization-approval-box').addEventListener('click', (e) => {
        const checkbox = document.getElementById('personalization-approval');
        if (checkbox.disabled) return;
        e.stopPropagation();
        checkbox.checked = !checkbox.checked;
      });
      document.getElementById('personalization-approval-container').addEventListener('click', (e) => {
        const originalTarget = e.target;
        if ((originalTarget.classList.contains('custom-box') || originalTarget.nodeName.toUpperCase() === 'LABEL' || originalTarget.nodeName.toUpperCase() === 'INPUT') && !document.getElementById('personalization-approval').disabled) {
          e.stopPropagation();
          return;
        }
        if (e.currentTarget.classList.contains('expanded')) {
          e.currentTarget.classList.remove('expanded');
        } else {
          e.currentTarget.classList.add('expanded');
        }
      });
    </script>
  </div>
  <div id="functional-approval-container" class="checkbox-container  consent-input ">
    <input id="functional-approval" name="functional-approval" data-consent="1" class="custom-checkbox-input  consent-checks " type="checkbox" checked="">
    <div id="functional-approval-box" class="custom-box">
      <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
        <rect class="indicator" x="0" y="0" rx="5" ry="5" width="100%" height="100%"></rect>
        <path d="M10 15l3 3l7 -7" class="checkmark" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </div>
    <label for="functional-approval">Functional Cookies</label>
    <div class="expander">
      <svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path class="arrow-path" d="M1 7.5l5 -5l5 5" stroke="black" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </div>
    <div class="dropdown-content">These cookies enable us to remember choices you have made in the past in order to provide enhanced functionality and personalisation (e.g. what language you prefer). If you do not allow these cookies then some or all
      of these services may not function properly.</div>
    <script>
      document.getElementById('functional-approval-box').addEventListener('click', (e) => {
        const checkbox = document.getElementById('functional-approval');
        if (checkbox.disabled) return;
        e.stopPropagation();
        checkbox.checked = !checkbox.checked;
      });
      document.getElementById('functional-approval-container').addEventListener('click', (e) => {
        const originalTarget = e.target;
        if ((originalTarget.classList.contains('custom-box') || originalTarget.nodeName.toUpperCase() === 'LABEL' || originalTarget.nodeName.toUpperCase() === 'INPUT') && !document.getElementById('functional-approval').disabled) {
          e.stopPropagation();
          return;
        }
        if (e.currentTarget.classList.contains('expanded')) {
          e.currentTarget.classList.remove('expanded');
        } else {
          e.currentTarget.classList.add('expanded');
        }
      });
    </script>
  </div>
  <div id="targeting-approval-container" class="checkbox-container  consent-input ">
    <input id="targeting-approval" name="targeting-approval" data-consent="3" class="custom-checkbox-input  consent-checks " type="checkbox" checked="">
    <div id="targeting-approval-box" class="custom-box">
      <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
        <rect class="indicator" x="0" y="0" rx="5" ry="5" width="100%" height="100%"></rect>
        <path d="M10 15l3 3l7 -7" class="checkmark" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </div>
    <label for="targeting-approval">Targeting Cookies</label>
    <div class="expander">
      <svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path class="arrow-path" d="M1 7.5l5 -5l5 5" stroke="black" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </div>
    <div class="dropdown-content">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant ads on other sites. They do not store directly
      personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</div>
    <script>
      document.getElementById('targeting-approval-box').addEventListener('click', (e) => {
        const checkbox = document.getElementById('targeting-approval');
        if (checkbox.disabled) return;
        e.stopPropagation();
        checkbox.checked = !checkbox.checked;
      });
      document.getElementById('targeting-approval-container').addEventListener('click', (e) => {
        const originalTarget = e.target;
        if ((originalTarget.classList.contains('custom-box') || originalTarget.nodeName.toUpperCase() === 'LABEL' || originalTarget.nodeName.toUpperCase() === 'INPUT') && !document.getElementById('targeting-approval').disabled) {
          e.stopPropagation();
          return;
        }
        if (e.currentTarget.classList.contains('expanded')) {
          e.currentTarget.classList.remove('expanded');
        } else {
          e.currentTarget.classList.add('expanded');
        }
      });
    </script>
  </div>
  <button id="consent-save" class="consent-save button">Save</button>
</form>

Text Content

 * How to Pray
 * The App
 * Parishes & Schools
 * Gift Cards
 * We’re Hiring!

 * Login
 * Sign Up for Free

 * Login
 * Sign Up for Free

 * My Account
 * Open Web App


WELCOME TO HALLOW!


Continue


HELLO FRIEND! WHAT BRINGS YOU TO HALLOW?

Select all that apply

REDUCE STRESS AND ANXIETY

SLEEP BETTER

BUILD A PRAYER HABIT

GROW CLOSER TO GOD

OTHER

Already have an account? Log In
© 2024 Hallow, Inc.
Manage Cookies Privacy Policy Terms of Service Copyright
 * Blog
 * About
 * Press
 * Hallow Support
 * Daily Quote
 * FAQs
 * Gift Cards
 * Jobs
 * Catholic Saints
 * Rosary Prayer
 * Lent Guide
 * Lent Fasting Rules
 * Fat Tuesday 2024
 * What to Give Up for Lent
 * Ash Wednesday 2024
 * Lent 2024



 * English

© 2024 Hallow, Inc.
Manage Cookies Privacy Policy Terms of Service Copyright
 * English


🍪 COOKIES

We use cookies to enhance your experience, analyze traffic, and for security and
marketing. For more info see our Cookie Policy.
Manage Accept All


🍪 COOKIES

When you visit our website, we may store cookies on your browser for your
security and to help us improve your experience on the website and in the app.
The information does not usually identify you directly, but it can give you a
safer and more personalized experience. Because we respect your right to
privacy, you are able to choose not to allow some types of cookies. Blocking
some types of cookies may affect your experience on the site. See our cookie
policy for more details on our cookies.

Strictly Necessary Cookies

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in, or filling in forms. These also include cookies we may
rely on for fraud prevention. You can set your browser to block or alert you
about these cookies, but some parts of the site will not then work.

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

Functional Cookies

These cookies enable us to remember choices you have made in the past in order
to provide enhanced functionality and personalisation (e.g. what language you
prefer). If you do not allow these cookies then some or all of these services
may not function properly.

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant ads on other sites. They do not store directly personal information,
but are based on uniquely identifying your browser and internet device. If you
do not allow these cookies, you will experience less targeted advertising.
Save


PIN IT ON PINTEREST