www.inyourarea.co.uk Open in urlscan Pro
143.204.207.73  Public Scan

URL: https://www.inyourarea.co.uk/news/leamington-spa-charity-that-supports-vulnerable-people-receives-donation/
Submission: On November 23 via api from GB — Scanned from GB

Form analysis 2 forms found in the DOM

<form class="email-subscription-form email-subscription-form--hidden" id="iya-email-subscription-form">
  <div class="email-subscription-form__backdrop">
    <div class="email-subscription-form__form mailmunch-bounceInDown">
      <div class="email-subscription-form__inner">
        <div class="email-subscription-form__cross"></div>
        <div class="email-subscription-form__initial">
          <div class="email-subscription-form__header">
            <h2 class="email-subscription-form__title">Local news by email</h2>
            <p class="email-subscription-form__text">Your postcode is used to send you relevant local updates. Your details will NOT be shared with any 3rd parties.</p>
          </div>
          <div class="email-subscription-form__input-container">
            <svg class="email-subscription-form__form-header-arrow" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="20" viewBox="0 0 100 100" preserveAspectRatio="none">
              <path d="M0 0 L50 100 L100 0 Z" fill=""></path>
            </svg>
            <div class="email-subscription-form__buttons">
              <label for="email-subscription-form__email-input" class="email-subscription-form__label">Email <sup title="Required" aria-label="Required">*</sup></label>
              <input required="" class="email-subscription-form__email-input" id="email-subscription-form__email-input" type="email" placeholder="Enter your email address">
              <label for="email-subscription-form__text-input" class="email-subscription-form__label">FULL Postcode <sup title="Required" aria-label="Required">*</sup></label>
              <input required="" class="email-subscription-form__text-input" id="email-subscription-form__text-input" type="text" placeholder="e.g. HA5 4RP">
              <button class="email-subscription-form__btn" type="submit">Yes! Send me updates</button>
            </div>
            <div class="email-subscription-form__t-and-c">By signing up, you agree to the <a href="/news/terms-and-conditions/" target="_blank" rel="noopener" class="email-subscription-form__t-and-c-link">Terms of Service</a> and
              <a href="/news/how-we-use-your-data" target="_blank" rel="noopener" class="email-subscription-form__t-and-c-link">How we use your data</a>. InYourArea and Reach plc will use your sign-up to email content, improve understanding of you
              and serve you via other consented channels. These may include adverts from us and 3rd parties based on our understanding. <strong>You can unsubscribe at any time.</strong></div>
          </div>
        </div>
        <div class="email-subscription-form__success-msg email-subscription-form__success-msg--hidden">
          <h3 class="email-subscription-form__success-msg-title">All Done!</h3>
          <p class="email-subscription-form__success-msg-txt">Many thanks for joining us at InYourArea</p>
        </div>
      </div>
    </div>
  </div>
  <style>
    .email-subscription-form__t-and-c {
      padding: 0 20px;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.5;
      margin: 16px 0 0;
    }

    .email-subscription-form__t-and-c-link {
      font-weight: 900;
      text-decoration: underline;
      color: rgba(255, 255, 255, 0.7);
    }

    a.email-subscription-form__t-and-c-link:hover {
      font-weight: 900;
      text-decoration: underline;
      color: rgba(255, 255, 255, 0.7);
    }

    .email-subscription-form__success-msg {
      background-color: #3b3042;
      padding: 30px;
      width: 100%;
    }

    .email-subscription-form__initial--hidden {
      display: none;
    }

    .email-subscription-form__success-msg--hidden {
      display: none;
    }

    .email-subscription-form__success-msg-title {
      font-size: 24px;
      padding: 0;
      font-weight: 600;
      color: #fff;
      font-family: "Open Sans", sans-serif;
      margin: 0;
    }

    .email-subscription-form__success-msg-txt {
      color: rgba(255, 255, 255, 0.7);
      font-size: 14px;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 0px;
    }

    .email-subscription-form__buttons {
      padding: 0 20px 5px 20px;
      margin-top: 22px;
    }

    .email-subscription-form__form-header-arrow {
      fill: #3b3042;
    }

    .email-subscription-form__input-container {
      display: flex;
      flex-direction: column;
      background-color: #15b068;
      padding-bottom: 12px;
    }

    .email-subscription-form__label {
      display: block;
      font-weight: 600;
      font-size: 14px;
      color: #fff;
      word-wrap: break-word;
      margin: 0 auto 5px;
      padding: 0;
      width: 100%;
      text-align: left;
    }

    .email-subscription-form__form {
      position: absolute;
      top: calc(50% - 195px);
      max-width: 500px;
      width: 100%;
    }

    @media only screen and (min-width: 500px) {
      .email-subscription-form__form {
        left: calc(50% - 250px);
      }
    }

    .email-subscription-form__form--hidden {
      display: none;
    }

    .email-subscription-form__header {
      background-color: #3b3042;
      padding-top: 10px;
      padding-bottom: 13px;
    }

    .email-subscription-form__title {
      color: #fff;
      padding: 0 30px;
    }

    .email-subscription-form__text {
      padding: 0 30px;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7);
      margin: 0;
    }

    .email-subscription-form--hidden {
      display: none;
    }

    .email-subscription-form__btn {
      color: #fff;
      background-color: #3b3042;
      text-transform: uppercase;
      padding: 10px;
      border: 0;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      font-weight: 600;
      display: inline-block;
      width: 100%;
      height: 40px;
      font-size: 15px;
      text-align: center;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .email-subscription-form__btn:disabled {
      opacity: 0.7;
    }

    .email-subscription-form__text-input {
      background-color: #fff;
      color: #3b3042;
      font: 400 11px system-ui;
      display: inline-block;
      border: 0;
      color: rgba(0, 0, 0, 0.75);
      font-size: 15px;
      font-weight: normal;
      font-family: inherit;
      padding: 10px;
      height: 40px;
      width: 100%;
      margin-bottom: 15px;
      border-radius: 3px;
    }

    .email-subscription-form__email-input {
      background-color: #fff;
      color: #3b3042;
      font: 400 11px system-ui;
      display: inline-block;
      border: 0;
      color: rgba(0, 0, 0, 0.75);
      font-size: 15px;
      font-weight: normal;
      font-family: inherit;
      padding: 10px;
      height: 40px;
      width: 100%;
      margin-bottom: 15px;
      border-radius: 3px;
    }

    .email-subscription-form__inner {
      position: relative;
      margin: 0 25px;
    }

    .email-subscription-form__cross {
      border-radius: 50%;
      position: absolute;
      top: 5px;
      right: 5px;
      background-color: #fefefe;
      width: 30px;
      height: 30px;
      cursor: pointer;
    }

    .email-subscription-form__cross:after {
      content: "";
      height: 16px;
      border-left: 4px solid #000;
      position: absolute;
      transform: rotate(45deg);
      left: 13px;
      top: 7px;
    }

    .email-subscription-form__cross:before {
      content: "";
      height: 16px;
      border-left: 4px solid #000;
      position: absolute;
      transform: rotate(-45deg);
      left: 13px;
      top: 7px;
    }

    .email-subscription-form__backdrop {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 99999;
    }

    @-webkit-keyframes mailmunchbounceInDown {

      0%,
      60%,
      75%,
      90%,
      100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      }

      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
      }

      60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
      }

      75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
      }

      90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
      }

      100% {
        -webkit-transform: none;
        transform: none;
      }
    }

    @keyframes mailmunchbounceInDown {

      0%,
      60%,
      75%,
      90%,
      100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      }

      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -ms-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
      }

      60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
      }

      75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
      }

      90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -ms-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
      }

      100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
      }
    }

    .mailmunch-bounceInDown {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: mailmunchbounceInDown;
      animation-name: mailmunchbounceInDown;
    }
  </style>
  <script>
    (function() {
      function sendSubscribeGAEvent() {
        try {
          ga('gtag_UA_90879000_2.send', {
            'hitType': 'event',
            'eventCategory': 'IYA-Registration-Popup',
            'eventAction': 'Subscribe',
            'eventLabel': 'News-Articles',
          });
        } catch (e) {
          console.log('GA Error', e)
        }
      }

      function sendViewGAEvent() {
        try {
          ga('gtag_UA_90879000_2.send', {
            'hitType': 'event',
            'eventCategory': 'IYA-Registration-Popup',
            'eventAction': 'View Form',
            'eventLabel': 'News-Articles',
          });
        } catch (e) {
          console.log('GA Error', e)
        }
      }
      document.getElementById('iya-email-subscription-form').onsubmit = function(e) {
        e.preventDefault()
        document.getElementsByClassName('email-subscription-form__btn')[0].disabled = true;
        submitRequest()
      }
      document.getElementsByClassName('email-subscription-form__form')[0].onclick = function(e) {
        e.stopPropagation()
      }
      document.getElementsByClassName("email-subscription-form__cross")[0].onclick = function() {
        closeForm();
      };
      document.getElementsByClassName("email-subscription-form__backdrop")[0].onclick = function() {
        closeForm();
      };
      const hasHideMetaTag = getHasHidePopupTag();
      const hasSeenInLast7Days = !!getEmailSubscriptionFormCookie();
      const isOnTermsAndConditionsPage = window.location.href.includes('terms-and-conditions')
      const isOnNewsPage = window.location.href.includes('/news/');
      // const isRefferedFromIya = window.location.href.includes('utm_source=inyourarea.co.uk');
      const isRefferedFromEmail = window.location.href.includes('utm_source=IYA-DailyDigest');
      const isOnPromotionPage = window.location.href.includes('the-single-best-way-to-promote-your-business-locally');
      const isOnBusinessDirectoryPage = window.location.href.includes('a-visual-guide-to-why-our-business-directory-is-the-best-in-the-uk');
      //Existing conditions
      function getParameterByName(name) {
        var url = window.location.href;
        name = name.replace(/[\[\]]/g, '\\$&');
        var regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)'),
          results = regex.exec(url);
        if (!results) return null;
        if (!results[2]) return '';
        return decodeURIComponent(results[2].replace(/\+/g, ' '));
      }
      const isLoggedIn = !!JSON.parse(decodeURIComponent(getCookie("user_data")));
      const userLocalStorageData = JSON.parse(localStorage.getItem('persist:root')) || {}
      const locationData = JSON.parse((userLocalStorageData.location) || '{}')
      const primaryPostcode = locationData.primary && locationData.primary.postcode && locationData.primary.postcode.postcode
      const hasSubscribed = !!JSON.parse((userLocalStorageData.auth) || '{}').hasSubscribed
      const iyaApp = getParameterByName("iyaApp") || JSON.parse(decodeURIComponent(getCookie("iyaApp")))
      const hasSubscribedFromApp = !!((JSON.parse(decodeURIComponent(getCookie("flags_v1"))) || {}).hasSubscribed && iyaApp)
      const toShowPopup = !hasSeenInLast7Days && isOnNewsPage && !hasHideMetaTag && !isOnTermsAndConditionsPage && !isRefferedFromEmail && !isOnPromotionPage && !isOnBusinessDirectoryPage && !hasSubscribedFromApp && !isLoggedIn && !hasSubscribed
      if (toShowPopup) {
        setTimeout(showForm, 1000 * 30)
        if (primaryPostcode) {
          document.getElementById('email-subscription-form__text-input').value = primaryPostcode
        }
      }

      function showForm() {
        document.getElementById("iya-email-subscription-form").classList.remove('email-subscription-form--hidden');
        sendViewGAEvent();
      }

      function closeForm() {
        document.getElementById("iya-email-subscription-form").classList.add('email-subscription-form--hidden');
        setEmailSubscriptionFormCookie()
      }

      function submitRequest() {
        var postcode = document.getElementById("email-subscription-form__text-input").value
        var email = document.getElementById("email-subscription-form__email-input").value
        return subscribeUserWithPostCode({
          email,
          postcode
        }).then(res => {
          document.getElementsByClassName("email-subscription-form__success-msg")[0].classList.remove('email-subscription-form__success-msg--hidden');
          document.getElementsByClassName("email-subscription-form__form")[0].classList.remove('email-subscription-form__form--hidden');
          document.getElementsByClassName("email-subscription-form__initial")[0].classList.add('email-subscription-form__initial--hidden');
          setEmailSubscriptionFormCookie()
          document.getElementsByClassName('email-subscription-form__btn')[0].disabled = false;
          sendSubscribeGAEvent();
        }).catch(err => {
          document.getElementsByClassName('email-subscription-form__btn')[0].disabled = false;
          console.log('Error submitting mailmunch request: ', err)
        })
      }

      function getHasHidePopupTag() {
        const metas = document.getElementsByTagName('meta');
        for (let i = 0; i < metas.length; i++) {
          if (metas[i].getAttribute('property') === 'article:tag' && metas[i].getAttribute('content') === 'noSubscriptionForm') {
            return true;
          }
        }
        return false;
      }

      function setEmailSubscriptionFormCookie() {
        return createCookie('hasDismissedEmailSubscriptionForm', true, 7);
      }

      function getEmailSubscriptionFormCookie() {
        return getCookie('hasDismissedEmailSubscriptionForm');
      }

      function createCookie(name, value, days) {
        if (days) {
          var date = new Date();
          date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
          var expires = "; expires=" + date.toGMTString();
        } else var expires = "";
        document.cookie = name + "=" + value + expires + "; path=/";
      }

      function getCookie(name) {
        function escape(s) {
          return s.replace(/([.*+?\^${}()|\[\]\/\\])/g, '\\$1');
        }
        const match = document.cookie.match(RegExp('(?:^|;\\s*)' + escape(name) + '=([^;]*)'));
        return match ? match[1] : null;
      }

      function subscribeUserWithPostCode({
        email,
        postcode
      }) {
        const bodyAsString = JSON.stringify({
          email,
          postcode,
          referral: window.location.href
        })
        return fetch('https://www.inyourarea.co.uk/facade/myaccount/subscribe-user', {
          method: 'POST',
          headers: {
            "Accept": "application/json",
            "Content-Type": "application/json"
          },
          body: bodyAsString
        })
      }
    })()
  </script>
</form>

<form onsubmit="return process();" class="iya-postcode-search">
  <input type="text" name="url" id="url_bottom" class="iya-postcode" placeholder="Enter your postcode"
    pattern="([Gg][Ii][Rr] 0[Aa]{2})|((([A-Za-z][0-9]{1,2})|(([A-Za-z][A-Ha-hJ-Yj-y][0-9]{1,2})|(([A-Za-z][0-9][A-Za-z])|([A-Za-z][A-Ha-hJ-Yj-y][0-9][A-Za-z]?))))\s?[0-9][A-Za-z]{2})" required="">
  <input type="submit" value="Go" class="iya-submit">
</form>

Text Content

WE VALUE YOUR PRIVACY

We and our partners store and/or access information on a device, such as cookies
and process personal data, such as unique identifiers and standard information
sent by a device for personalised ads and content, ad and content measurement,
and audience insights, as well as to develop and improve products.
With your permission we and our partners may use precise geolocation data and
identification through device scanning. You may click to consent to our and our
partners’ processing as described above. Alternatively you may access more
detailed information and change your preferences before consenting or to refuse
consenting.
Please note that some processing of your personal data may not require your
consent, but you have a right to object to such processing. Your preferences
will apply to this website only. You can change your preferences at any time by
returning to this site or visit our privacy policy.
MORE OPTIONSI accept



LOCAL NEWS BY EMAIL

Your postcode is used to send you relevant local updates. Your details will NOT
be shared with any 3rd parties.

Email * FULL Postcode * Yes! Send me updates
By signing up, you agree to the Terms of Service and How we use your data.
InYourArea and Reach plc will use your sign-up to email content, improve
understanding of you and serve you via other consented channels. These may
include adverts from us and 3rd parties based on our understanding. You can
unsubscribe at any time.


ALL DONE!

Many thanks for joining us at InYourArea

Home News Community Things to do Homes near you Items for sale Advertise with us
InYourArea Community



















LEAMINGTON SPA CHARITY THAT SUPPORTS VULNERABLE PEOPLE RECEIVES DONATION

The organisation hopes to use the funding towards a project that highlights the
resilience, care and sense of togetherness that was felt while working
throughout the pandemic.

 * facebook link
 * twitter link
 * email link

23 November 2021

BY INYOURAREA COMMUNITY

The team at Way Ahead UK

Submitted by Lily Whiting

A housing developer has donated £1,000 to a charity that supports vulnerable
people.

Barratt Homes has given the money to Way Ahead in Leamington Spa, Warwickshire
as part of its Community Fund scheme.



The charity provides care to vulnerable people and those with learning
difficulties through supported living and meaningful day opportunities.

Way Ahead has operated for 50 years, enabling people to make life choices in the
same way as everyone else, while supporting any additional needs, aspirations
and goals.

Having found the last 18 months difficult, the organisation hopes to use the
funding towards a project that highlights the resilience, care and sense of
togetherness that was felt while working throughout the pandemic.

Louise De Bruyne, chief executive officer at Way Ahead, said: "We have spent a
lot of the pandemic focusing on the wellbeing of those we support, and our staff
in order to provide safe and essential services. A large amount of this time was
spent reflecting on the fears and concerns that came with COVID-19, while also
looking at how quickly people adapted and embraced a new digital world.



"Our time apart has provided a great opportunity to talk about what people have
missed, or what caused them fear and concern.

"I’d like the funding to be used towards a special project that showcases these
reflective thoughts. Readers can use it to look back on this unprecedented time
in history, and to highlight the ongoing feelings that people are working
through as we look to return to our normal practices.

"We are a small charity working within a largely unrecognised and underfunded
sector, so projects such as the one we are hoping to undertake are not always
financially viable.

"Community is a huge thing, and I am really pleased to see Barratt Homes’
Community Fund is taking the opportunity to be able to support existing and
essential groups, especially as neighbourhoods continue to grow and develop."

The funds were donated as part of the housebuilder’s Community Fund scheme, an
initiative that provides financial support to charities and organisations in the
local areas which it builds.

Barratt Homes West Midlands managing director, Adrian Evans said: "When we heard
about the incredible work that Way Ahead does for vulnerable members of the
community, we were inspired by its commitment to helping people and knew we
wanted to provide support.

"Our Community Fund scheme allows us to help organisations such as this in the
areas in and around our developments and it is vital that we work closely with
local people to see how we can best help them."

For more information about the charity visit the website here  

Get all the latest news, updates, things to do and more from your local
InYourArea feed.




DAILY EMAIL UPDATES

Updates in your area sent directly to your email inbox




GROW YOUR BUSINESS WITH US

We connect you with the people and communities that matter to your business


LOVE WHERE YOU LIVE?

Contribute to your community by becoming an area ambassador


FIND LOCAL SERVICES

Search for trusted local businesses near you

Download our new app

Available for both iPhone and Android





LATEST STORIES

 * STOCKPORT CHILDREN DESIGN INNOVATIVE TECH TO SUPPORT VULNERABLE PEOPLE
   
   23 November 2021

 * WEST MIDLANDS PLANNING APPLICATIONS WEEK BEGINNING NOVEMBER 15
   
   23 November 2021

 * BURY BOROUGH COUNCIL: PLANNING APPLICATIONS WEEK ENDING NOVEMBER 21
   
   23 November 2021

 * CHELMSFORD PLANNING APPLICATIONS BETWEEN NOVEMBER 15 AND 21
   
   23 November 2021

 * SALFORD CITY COUNCIL: PLANNING APPLICATIONS WEEK ENDING NOVEMBER 21
   
   23 November 2021

 * TRAFFORD PLANNING APPLICATIONS WEEK BEGINNING NOVEMBER 15
   
   23 November 2021

 * CHARITY OFFERS MANCHESTER SCHOOLS FREE WORKSHOPS ON DOG SAFETY
   
   23 November 2021

 * NORTH WALES WOMAN TO TAKE PART IN 24 HOUR READ-A-THON TO SUPPORT LIBRARY
   
   23 November 2021

 * DERBY CITY COUNCIL: PLANNING APPLICATIONS WEEK ENDING NOVEMBER 21
   
   23 November 2021

 * STAFFORD COUNCILLOR APPEALS FOR INTERNATIONAL SUPPORT IN CLIMATE CRISIS
   BATTLE
   
   23 November 2021

 * ALL YOU NEED TO KNOW ABOUT WICKFORD STREET FAIR AND CHRISTMAS LIGHTS
   SWITCH-ON THIS SUNDAY
   
   23 November 2021

 * WIRRAL MP CALLS ON GOVERNMENT TO PRIORITISE 'CRISIS IN ADULT LITERACY'
   
   23 November 2021

THIS IS JUST SOME OF THE RECENT NEWS, FOR ALL UPDATES CLICK HERE

InYourArea.co.uk
Go to Live Feed
Leamington Spa charity that supports vulnerable people receives donation
Share this


SEE NEWS AND INFO NEAR YOU


 * News Articles
 * Meet the Team
 * Frequently Asked Questions
 * Advertise With Us
 * Contact Us
 * UK Cities
 * News Map
 * Submit a Story
 * InYourArea for publishers

 * Community Standards
 * Terms & Conditions
 * Privacy Statement
 * Cookie Policy
 * Icons
 * How to complain
 * © 2021 InYourArea

Independent Press Standards Organisation