{"id":12,"date":"2019-10-17T18:41:13","date_gmt":"2019-10-17T18:41:13","guid":{"rendered":"http:\/\/ndsa.uk\/content\/?page_id=12"},"modified":"2024-08-26T20:24:41","modified_gmt":"2024-08-26T20:24:41","slug":"home","status":"publish","type":"page","link":"https:\/\/dev.ndsa.uk\/content\/","title":{"rendered":"Home"},"content":{"rendered":"\n<style>\n html,\nbody {\n  \/\/ overflow-x: hidden !important;\n  margin: 0;\n}\n\n#top > div.p-body > div {\n  padding-top: 0;\n}\n\n#top > div.p-navSticky.p-navSticky--all > div {\n  display: none;\n}\n\n\n\n\/* hide page title *\/\n#top > div.p-body > div > div.p-body-header {\n  display: none !important;\n}\n\n#survey-link {\nbackground-color: rgba(217,140,24,0.8) !important;\nbackground-image: none !important;\npadding: 10px !important;\n}\n\n#survey-link a {\ncolor: #555;\n}\n\nfigure {\nmargin-bottom: 0 !important;\n}\n#top > div.p-body > div {\npadding-bottom: 0 !important;\n}\n\nvideo {\nmax-height: 400px !important;\n}\n\n#survey-link {\ncolor: #555 !important;\n}\n\n<\/style>\n\n\n\n<style>\n\n#ndsa-wrapper-hero > * {\n  font-family: noto sans, arial;\n  overflow-y: hidden !important;\n}\n\n#ndsa-wrapper-hero {\n\n  position: relative;\n  height: 450px;\n  overflow-x: hidden !important;\n  overflow-y: hidden !important;\n\n}\n\n#ndsa-wrapper-hero .hero-image,\n#ndsa-wrapper-hero .hero-image-2,\n#ndsa-wrapper-hero .hero-image-3 {\n  position: absolute;\n  height: 450px;\n  width: 100%;\n  top: 0;\n  left: 0;\n  background-size: cover;\n  -webkit-animation-name: fade;\n          animation-name: fade;\n  -webkit-animation-iteration-count: infinite;\n          animation-iteration-count: infinite;\n  -webkit-animation-duration: 12s;\n          animation-duration: 12s;\n}\n\n#ndsa-wrapper-hero .hero-image {\n  background-image: url(\"https:\/\/www.ndsa.uk\/forum\/ndsa_images\/hero_1.jpg\");\n  background-position: bottom right;\n}\n\n#ndsa-wrapper-hero .hero-image-2 {\n  background-image: url(\"https:\/\/www.ndsa.uk\/forum\/ndsa_images\/hero_2.jpg\") !important;\n  background-position: bottom middle;\n}\n\n#ndsa-wrapper-hero .wrapper-hero-elements {\n  height: 450px;\n  top: 0;\n  left: 0;\n  position: absolute;\n}\n\n#ndsa-wrapper-hero .hero-mask {\n  position: absolute;\n  z-index: 1;\n  height: 450px;\n  width: 100%;\n  \/* overflow: hidden; *\/\n  top: 0;\n  left: 0;\n  background-image: -webkit-gradient(linear, left top, right top, from(#444054), color-stop(rgba(99, 93, 126, 0.7)), to(transparent));\n  background-image: linear-gradient(to right, #444054, rgba(99, 93, 126, 0.7), transparent);\n}\n\n#ndsa-wrapper-hero .hero-cta a {\nfont-family: poppins;\n  color: #262D46;\n  font-size: 1.5rem;\n  font-weight: bolder;\n  padding: 1rem 2rem;\n  background-color: #aeaeae;\n  border-radius: 5px;\n  margin-top: 2rem 0 2rem 0;\n  cursor: pointer;\n  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.3);\n          box-shadow: 5px 5px rgba(0, 0, 0, 0.3);\n  \/\/ text-shadow: 1px 1px #333;\n  text-decoration: none;\n}\n\n#ndsa-wrapper-hero .hero-cta a:hover {\n  background-color: #55BB22;\n \n}\n\n.wrapper-hero-elements {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n  -webkit-box-pack: space-evenly;\n      -ms-flex-pack: space-evenly;\n          justify-content: space-evenly;\n  position: absolute;\n  z-index: 2;\n  height: 450px;\n  width: 100%;\n  top: 0;\n  left: 0;\n  margin-left: 4rem;\n}\n\n.hero-title {\nfont-family: poppins;\n  font-size: 4.5rem;\n  \/\/ font-weight: bold;\n  line-height: 5rem;\n  color: white;\n  text-shadow: 1px 1px #333;\n}\n@supports (-webkit-touch-callout: none) {\n  \/* CSS specific to iOS devices *\/ \n.hero-title, * {\nfont-family: Helvetica !important;\n}\n}\n\n\n.hero-sub-title {\n  font-size: 1.5rem;\n  color: white;\n  text-shadow: 1px 1px #333;\n}\n\n\/*\n* Animation\n*\/\n@-webkit-keyframes fade {\n  0% {\n    opacity: 0;\n  }\n  20% {\n    opacity: 1;\n  }\n  33% {\n    opacity: 1;\n  }\n  53% {\n    opacity: 1;\n  }\n  100% {\n    opacity: 0;\n  }\n}\n@keyframes fade {\n  0% {\n    opacity: 0;\n  }\n  20% {\n    opacity: 1;\n  }\n  33% {\n    opacity: 1;\n  }\n  53% {\n    opacity: 1;\n  }\n  100% {\n    opacity: 0;\n  }\n}\n\n.hero-image {\n  -webkit-animation-delay: 0s;\n          animation-delay: 0s;\n}\n\n.hero-image-2 {\n  -webkit-animation-delay: -6s;\n          animation-delay: -6s;\n}\n\n\/*\n* Media queries\n*\/\n@media (max-width: 700px) {\n  .wrapper-hero-elements {\n    margin-left: 2rem;\n  }\n  .hero-title {\n    font-size: 3.5rem;\n  }\n  .hero-sub-title {\n    font-size: 1.4rem;\n  }\n}\n\n@media (max-width: 540px) {\n  #ndsa-wrapper-hero .wrapper-hero-elements {\n    width: 100%;\n    margin: 0 !important;\n    text-align: center;\n  }\n  #ndsa-wrapper-hero .hero-title {\n    font-size: 3.5rem;\n    line-height: 3.5rem;\n    background-color: rgba(0, 0, 0, 0.3);\n    padding: 1rem 0;\n  }\n  #ndsa-wrapper-hero .hero-sub-title {\n    font-size: 1.5rem;\n    background-color: rgba(0, 0, 0, 0.3);\n    padding: .5rem 0;\n  }\n  #ndsa-wrapper-hero .hero-mask {\n    background-image: -webkit-gradient(linear, left top, right top, from(rgba(68, 64, 84, 0.9)), color-stop(transparent), to(transparent)) !important;\n    background-image: linear-gradient(to right, rgba(68, 64, 84, 0.9), transparent, transparent) !important;\n  }\n#survey-link {\nbackground-image: none !important;\npadding: 10px !important;\n}\n\n#survey-link a {\nfont-size: 16px !important;\ncolor: white !important;\n}\n}\n\n@media (max-width: 430px) {\n  .hero-title {\n    font-size: 3rem;\n    line-height: 3rem;\n  }\n  .hero-sub-title {\n    font-size: 1.2rem;\n  }\n}\n\n\n\n\/*# sourceMappingURL=style.css.map *\/\n<\/style>\n\n\n\n<div id=\"ndsa-wrapper-hero\">\n      <div class=\"wrapper-hero-elements\">\n        <div class=\"hero-title\">Neurodiverse<br>Self Advocacy<\/div>\n        <div class=\"hero-sub-title\">\n          Welcome to the meeting place for <br>\n          the neurodivergent community\n        <\/div>\n        <div class=\"hero-cta\"><a href=\"\/forum\/register\">Register &gt;<\/a><\/div>\n      <\/div>\n      <div class=\"hero-mask\"><\/div>\n      <div class=\"hero-image\"><\/div>\n      <div class=\"hero-image-2\"><\/div>\n      <div class=\"hero-image-3\"><\/div>\n    <\/div>\n\n\n\n<div id=\"survey-link\">\n<a href=\"https:\/\/ndsa.uk\/tool-up\/website-survey\/\" target=\"_blank\" rel=\"noopener noreferrer\">Please fill in this short anonymous survey about helpful services<\/a>\n<\/div>\n\n\n\n<div id=\"ndsa-why-choose-us\">\n      <div class=\"block-1\">\n        <h1>About us<\/h1>\n        <p>\n          We are a not-for-profit organisation run by autistic volunteers. We\n          offer an online forum and community of neurodivergent people who\n          support, problem-solve and advocate for ourselves as a group\n          <i class=\"ndsa-nowrap\"> <a href=\"\/content\/about-us\/?section=ww\"> ..Read more &gt; <\/a><\/i>\n        <\/p>\n      <\/div>\n      <div class=\"block-2\">\n        <h1>Our vision<\/h1>\n        <p>\n          We want to transform attitudes to autism in the UK and beyond, and to\n          develop the services that are relevant and helpful to all autistic people\n       <i class=\"ndsa-nowrap\"> <a href=\"\/content\/about-us\/?section=om\"> ..Read more &gt; <\/a><\/i>\n        <\/p>\n      <\/div>\n      <div class=\"block-3\">\n        <h1>Why choose us<\/h1>\n        <p>\n          Because we are run by autistic adults for autistic adults \u2013 we\n          understand you and can provide advice based on our own insight and\n          lived experience. We can respond and act on what our users are saying\n       <i class=\"ndsa-nowrap\"> <a href=\"\/content\/about-us\/?section=tu\"> ..Read more &gt; <\/a><\/i>\n        <\/p>\n      <\/div>\n    <\/div>\n\n\n\n<div id=\"wrapper-ndsa-ab\">\n      <div class=\"ndsa-ab\">\n        <div class=\"ab-1\">\n          <a href=\"\/content\/about-autism\/\">\n            <div class=\"btn-title\">\n              Autism &amp; Info &gt;\n            <\/div>\n            <div class=\"mask\"><\/div>\n            <div class=\"btn-content\"><\/div>\n          <\/a>\n        <\/div>\n\n        <div class=\"ab-2\">\n          <a href=\"\/content\/employment\/\">\n            <div class=\"btn-title\">Employment &gt;<\/div>\n            <div class=\"mask\"><\/div>\n            <div class=\"btn-content\"><\/div>\n          <\/a>\n        <\/div>\n        <div class=\"ab-3\">\n          <a href=\"\/content\/relationships\/\">\n            <div class=\"btn-title\">Relationships &gt;<\/div>\n            <div class=\"mask\"><\/div>\n            <div class=\"btn-content\"><\/div>\n          <\/a>\n        <\/div>\n        <div class=\"ab-4\">\n          <a href=\"\/content\/idea-fair\/\">\n            <div class=\"btn-title\">Idea Fair &gt;<\/div>\n            <div class=\"mask\"><\/div>\n            <div class=\"btn-content\"><\/div>\n          <\/a>\n        <\/div>\n        <div class=\"ab-5\">\n          <a href=\"\/content\/advocacy-2\/\">\n            <div class=\"btn-title\">Advocacy &gt;<\/div>\n            <div class=\"mask\"><\/div>\n            <div class=\"btn-content\"><\/div>\n          <\/a>\n        <\/div>\n        <div class=\"ab-6\">\n          <a href=\"\/forum\/\">\n            <div class=\"btn-title\">Forum &amp; Community &gt;<\/div>\n            <div class=\"mask\"><\/div>\n            <div class=\"btn-content\"><\/div>\n          <\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n\n\n\n<style> \n\n\n#wrapper-ndsa-ab .ndsa-ab {\nbackground: white;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-pack: justify;\n      -ms-flex-pack: justify;\n          justify-content: space-between;\n  -webkit-box-pack: space-evenly;\n      -ms-flex-pack: space-evenly;\n          justify-content: space-evenly;\n  -ms-flex-wrap: wrap;\n      flex-wrap: wrap;\n}\n\n#wrapper-ndsa-ab .ndsa-ab a {\n  text-decoration: none;\n}\n\n#wrapper-ndsa-ab .ndsa-ab .ab-1 {\n  background-image: url(\"https:\/\/www.ndsa.uk\/forum\/ndsa_images\/hero_2.jpg\");\n  background-size: cover;\n}\n\n#wrapper-ndsa-ab .ndsa-ab .ab-2 {\n  background-image: url(\"https:\/\/t4.ftcdn.net\/jpg\/03\/22\/49\/31\/240_F_322493148_Dod2bxiHFycoDEWe1bEDpjlBKmRiAxkD.jpg\");\n  background-size: cover;\n}\n\n#wrapper-ndsa-ab .ndsa-ab .ab-3 {\n  background-image: url(\"https:\/\/ndsa.uk\/forum\/ndsa_images\/hero_relationships.jpg\");\n  background-position: center center;\n  background-size: cover;\n}\n\n#wrapper-ndsa-ab .ndsa-ab .ab-4 {\n  background-image: url(\"https:\/\/t4.ftcdn.net\/jpg\/03\/14\/82\/97\/240_F_314829742_9J8iuJIH1vuz6Fa7RVb9xokmLGRGreMr.jpg\");\n  background-size: cover;\n  background-position: bottom center;\n}\n\n#wrapper-ndsa-ab .ndsa-ab .ab-5 {\n  background-image: url(\"https:\/\/t4.ftcdn.net\/jpg\/00\/24\/52\/85\/240_F_24528584_kSXJfxg9sl5TkanD2JKJ58lq0jBE6bNh.jpg\");\nbackground-image: url(\"https:\/\/ndsa.uk\/forum\/ndsa_images\/hero_advocacy.jpg\");\n  background-size: cover;\n  background-position: center top;\n}\n\n#wrapper-ndsa-ab .ndsa-ab .ab-6 {\n  background-image: url(\"https:\/\/t3.ftcdn.net\/jpg\/00\/85\/50\/84\/240_F_85508474_7Fk4ikUQEdkw94L7q3tjlHIneRQc6Jf3.jpg\");\n  background-size: cover;\n  background-position: center center;\n}\n\n#wrapper-ndsa-ab .ndsa-ab > div {\n  position: relative;\n  margin: 2rem .5rem;\n  background-color: #999;\n  min-height: 220px;\n  min-width: 320px;\n  border-radius: 5px;\n  cursor: pointer;\n  -webkit-box-shadow: 2px 2px 10px #333;\n          box-shadow: 2px 2px 10px #333;\n  -webkit-transition: -webkit-transform 0.2s;\n  transition: -webkit-transform 0.2s;\n  transition: transform 0.2s;\n  transition: transform 0.2s, -webkit-transform 0.2s;\n  \/* Animation *\/\n}\n\n#wrapper-ndsa-ab .ndsa-ab > div:hover {\n  -webkit-transform: scale(1.1);\n          transform: scale(1.1);\n}\n\n#wrapper-ndsa-ab .ndsa-ab > div:hover * {\n  color: orange !important;\n}\n\n#wrapper-ndsa-ab .ndsa-ab > div:hover .mask {\n  background-color: transparent !important;\n}\n\n#wrapper-ndsa-ab .ndsa-ab > div .mask {\n  position: absolute;\n  top: 0;\n  left: 0;\n  z-index: 19;\n  height: 100%;\n  width: 100%;\n  border-radius: 5px 5px 0 0;\n  background-color: rgba(0, 0, 33, 0.3) !important;\n}\n\n#wrapper-ndsa-ab .ndsa-ab > div .btn-title {\nfont-family: poppins;\n  position: relative;\n  z-index: 20;\n  background-color: #262d46 !important;\n  border-radius: 5px 5px 0 0;\n  font-weight: bold;\n  text-align: center;\n  color: white;\n  font-size: 1.6rem;\nfont-size: 27px;\n  padding: 0.7rem;\n  border-radius: 5px 5px 0 0;\n}\n\/*# sourceMappingURL=style.css.map *\/\n\n<\/style>\n\n\n\n<div class=\"wp-container-1 wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<style>\n#ndsa-section-toolup .hero-wrapper {\nfont-size:22px;\n}\n#ndsa-section-toolup .text-toolup {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-pack: justify;\n      -ms-flex-pack: justify;\n          justify-content: space-between;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  background-color: gray;\n  background-image: -webkit-gradient(linear, left top, right top, from(#565656), to(lightgray));\n  background-image: linear-gradient(to right, #565656, lightgray);\n}\n\n#ndsa-section-toolup .text-toolup h1 {\n  font-family: poppins;\n  font-size: 4.5rem;\n  line-height: 1.2;\n  color: white;\n  margin: 0 1rem;\n  white-space: nowrap;\n}\n\n#ndsa-section-toolup .text-toolup img {\n  width: 200px;\n  padding-right: 1rem;\n}\n\n#ndsa-section-toolup .text-employment {\n  background-color: #1f2552;\n  border-bottom: 4px lightgray solid;\n}\n\n#ndsa-section-toolup .text-employment h3 {\n  font-family: noto sans;\n  font-size: 2.3rem;\n  color: white;\n  margin: 0 1rem;\n  padding: 0.5rem 0 0.75rem 0;\n}\n\n#ndsa-section-toolup .hero-wrapper {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  background-image: url(\"https:\/\/ndsa.uk\/forum\/ndsa_images\/hero_toolup.png\");\n  background-size: cover;\n}\n\n#ndsa-section-toolup .hero-wrapper .text {\n  background-color: rgba(255, 255, 255, 0.5);\n  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(transparent));\n  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent, transparent);\n  line-height: 1.6;\n  padding: 2rem;\n  width: 30%;\n  min-width: 450px;\n  font-weight: bolder;\n}\n\n#ndsa-section-toolup .hero-wrapper .text ul {\n  font-weight: bolder;\n}\n\n#ndsa-section-toolup .hero-wrapper .text .ndsa-btn {\n  background-color: #1f2552;\n  color: white;\n  padding: 1rem 1.5rem;\n  border-radius: 10px;\n  font-size: 2rem;\n  text-decoration: none;\n  font-family: poppins;\n  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);\n          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);\n}\n\n@media (max-width: 560px) {\n  #ndsa-section-toolup .text-toolup img {\n    display: none;\n  }\n  #ndsa-section-toolup .hero-wrapper .text {\n    min-width: 100%;\n    padding: 0 0.25rem;\n  }\n}\n\n#ndsa-section-toolup .spacer {\n  padding: 1rem 0;\n}\n\/*# sourceMappingURL=style.css.map *\/\n\n\n<\/style>\n<\/div><\/div>\n\n\n\n<div id=\"ndsa-section-toolup\">\n<div class=\"spacer\"><\/div>\n \n<div class=\"spacer\"><\/div>\n      <div class=\"text-toolup\">\n        <h1>TOOL UP<\/h1>\n        <span><img src=\"https:\/\/ndsa.uk\/forum\/ndsa_images\/ndsa_logo.png\" alt=\"\"><\/span>\n      <\/div>\n      <div class=\"text-employment\">\n        <h3>Employment Mentoring Programme<\/h3>\n      <\/div>\n      <div class=\"hero-wrapper\">\n        <div class=\"text\">\n          <p>\n            We are helping autistic people to find and progress in fulfilling\n            employment through our new Tool Up Mentoring programme.\n          <\/p>\n          <p>It includes:<\/p>\n          <ul>\n            <li>Weekly one hour one to one mentoring sessions<\/li>\n            <li>An online employment readiness course<\/li>\n            <li>An online support group<\/li>\n            <li>\n              Our Tool Up Mentoring programme will help you to formulate and\n              progress towards your employment goal. Take a step towards a\n              fulfilling career and join our Tool Up mentoring programme\n            <\/li>\n          <\/ul>\n          <p>\n            <a href=\"https:\/\/ndsa.uk\/tool-up\/\">Read more &gt;<\/a>\n          <\/p>\n          <p>Email: <a href=\"mailto:toolup@ndsa.uk\"> toolup@ndsa.uk <\/a><\/p>\n          <div class=\"spacer\"><\/div>\n          <p>\n            <a href=\"https:\/\/ndsa.uk\/tool-up\/\" class=\"ndsa-btn\">Enroll &gt;<\/a>\n          <\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img src=\"https:\/\/ndsa.uk\/content\/wp-content\/uploads\/2021\/12\/ndsa-our-funders-3.jpg\" alt=\"\" class=\"wp-image-1732\"\/><\/figure>\n\n\n\n<div class=\"wp-block-media-text__content\">\n  <style>\n    #ndsa-speakout {\n      display: flex;\n      align-items: center; \/* Optional: Aligns the image and text vertically *\/\n      justify-content: space-between; \/* Optional: Adds space between text and image *\/\n      background-color: paleturquoise;\n      border-radius: 15px;\n      padding: 1em;\n    }\n\n    .text {\n      flex: 1;\n      margin-right: 20px; \/* Space between text and image *\/\n    }\n    .image {\n      flex: 0 1 50%; \/* Allow the image to take up to 50% of the container's width *\/\n      max-width: 50%; \/* Ensure the image container does not exceed 50% of the container's width *\/\n      display: flex;\n      justify-content: center; \/* Horizontally centers the image *\/\n      align-items: center; \/* Vertically centers the image *\/\n    }\n\n    .image img {\n      width: auto; \/* Adjust width automatically to maintain aspect ratio *\/\n      max-width: 100%; \/* Ensure the image doesn't exceed its container's width *\/\n      height: auto; \/* Adjust height automatically to maintain aspect ratio *\/\n    }\n\n    \/* Media query for mobile devices *\/\n    @media (max-width: 768px) {\n      #ndsa-speakout {\n        flex-direction: column; \/* Stack items vertically *\/\n        background-color: paleturquoise;\n        border-radius: 15px;\n        padding: 1em;\n      }\n\n      .text {\n        margin-right: 0;\n        margin-bottom: 20px; \/* Add space between the image and text *\/\n      }\n\n      .image {\n        max-width: 100%; \/* Allow the image container to take up full width on mobile *\/\n      }\n    }\n  <\/style>\n  <div id=\"ndsa-speakout\">\n    <div class=\"text\">\n      <h1>Speak Out<\/h1>\n      <p>\n        Use your voice and speak out about the issues autistic people and their\n        families face. You can do this by:\n      <\/p>\n      <ul>\n        <li>Sharing links to our website on your social media platforms<\/li>\n        <li>\n          Holding a fundraising event and speaking to your audience about\n          Autistic strengths, the benefits of neurodiversity, and the outdated\n          stigma and discrimination.\n        <\/li>\n        <li>\n          Telling your office about NDSA and choosing us as your charity of the\n          year.\n        <\/li>\n      <\/ul>\n    <\/div>\n    <div class=\"image\">\n      <img src=\"https:\/\/dev.ndsa.uk\/content\/wp-content\/uploads\/2024\/08\/speaker400.jpg\" alt=\"aba\" \/>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n\n<p><\/p><br><p><\/p>\n<div id=\"ndsa-contribute\">\n      <div class=\"hero-text\">\n        <h1>&gt; Contribute<\/h1>\n        <p>\n          Join our forum, contribute and receive \nsupport from our online\n          community\n        <\/p>\n        <a class=\"ndsa-btn\" href=\"\/content\/how-we-can-help\/\">Join Us &gt; <\/a>\n      <\/div>\n      <div class=\"hero-image\"><\/div>\n      <div class=\"mask\"><\/div>\n    <\/div>\n\n    <div id=\"ndsa-volunteer\">\n      <div class=\"hero-image\"><\/div>\n      <div class=\"hero-text\">\n        <h1>&gt; Volunteer<\/h1>\n        <p>\n          Join us as volunteer and help to build awareness of the tools and\n          services autistic adults need\n        <\/p>\n        <a class=\"ndsa-btn\" href=\"\/tool-up\/contact-us\">Volunteer &gt; <\/a>\n      <\/div>\n      <div class=\"mask\"><\/div>\n    <\/div>\n\n    <div id=\"ndsa-donate\">\n      <div class=\"hero-text\">\n        <h1>&gt; Donate<\/h1>\n        <p>\n          We are a non profit run by volunteers. \nPlease support us with donations\n        <\/p>\n        <a class=\"ndsa-btn\" href=\"\/forum\/donate\/\">Donate &gt; <\/a>\n      <\/div>\n      <div class=\"hero-image\"><\/div>\n      <div class=\"mask\"><\/div>\n    <\/div>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>NeurodiverseSelf Advocacy Welcome to the meeting place for the neurodivergent community Register &gt; Please fill in this short anonymous survey about helpful services About us We are a not-for-profit organisation run by autistic volunteers. We offer an online forum and community of neurodivergent people who support, problem-solve and advocate for ourselves as a group ..Read &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/dev.ndsa.uk\/content\/\" class=\"more-link\">Read more\u2026<\/a><\/p>\n","protected":false},"author":9,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"Thunderchild","author_link":"https:\/\/dev.ndsa.uk\/content\/author\/thunderchild\/"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"NeurodiverseSelf Advocacy Welcome to the meeting place for the neurodivergent community Register &gt; Please fill in this short anonymous survey about helpful services About us We are a not-for-profit organisation run by autistic volunteers. We offer an online forum and community of neurodivergent people who support, problem-solve and advocate for ourselves as a group ..Read&hellip;","_links":{"self":[{"href":"https:\/\/dev.ndsa.uk\/content\/wp-json\/wp\/v2\/pages\/12"}],"collection":[{"href":"https:\/\/dev.ndsa.uk\/content\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dev.ndsa.uk\/content\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dev.ndsa.uk\/content\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.ndsa.uk\/content\/wp-json\/wp\/v2\/comments?post=12"}],"version-history":[{"count":334,"href":"https:\/\/dev.ndsa.uk\/content\/wp-json\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":3578,"href":"https:\/\/dev.ndsa.uk\/content\/wp-json\/wp\/v2\/pages\/12\/revisions\/3578"}],"wp:attachment":[{"href":"https:\/\/dev.ndsa.uk\/content\/wp-json\/wp\/v2\/media?parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}