{"id":38,"date":"2026-05-21T09:36:46","date_gmt":"2026-05-21T09:36:46","guid":{"rendered":"https:\/\/goforit.net.nz\/?page_id=38"},"modified":"2026-05-21T09:48:21","modified_gmt":"2026-05-21T09:48:21","slug":"accessibility","status":"publish","type":"page","link":"https:\/\/goforit.net.nz\/?page_id=38","title":{"rendered":"Accessibility"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Accessibility Statement \u2014 Go For IT<\/title>\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --black: #0d0d0d;\n    --black-mid: #161616;\n    --black-light: #1e1e1e;\n    --green: #6ab04c;\n    --white: #ffffff;\n    --grey: #a0a0a0;\n    --border: #2a2a2a;\n  }\n  html { scroll-behavior: smooth; }\n  body {\n    font-family: -apple-system, 'Helvetica Neue', Arial, sans-serif;\n    background: var(--black);\n    color: var(--white);\n    font-size: 16px;\n    line-height: 1.6;\n  }\n  nav {\n    background: var(--black-mid);\n    border-bottom: 1px solid var(--border);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 24px 60px;\n  }\n  .nav-logo {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    text-decoration: none;\n  }\n  .nav-logo-mark {\n    width: 32px; height: 32px;\n    border-radius: 50%;\n    background: radial-gradient(circle at 35% 35%, #7acc58, #3a7a28);\n    border: 2px solid rgba(255,255,255,0.1);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 14px; font-weight: 700; color: white;\n  }\n  .nav-logo-text {\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: var(--white);\n  }\n  .nav-logo-text span { color: var(--green); }\n  .nav-back {\n    font-size: 13px;\n    color: var(--grey);\n    text-decoration: none;\n    border-bottom: 1px solid rgba(255,255,255,0.1);\n    padding-bottom: 1px;\n    transition: color 0.2s;\n  }\n  .nav-back:hover { color: var(--green); }\n  .page-header {\n    background: var(--black-light);\n    border-bottom: 1px solid var(--border);\n    padding: 60px 60px 72px;\n    position: relative;\n  }\n  .page-header::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 60px;\n    width: 32px; height: 2px;\n    background: var(--green);\n  }\n  .page-label {\n    font-size: 11px;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: var(--green);\n    font-weight: 500;\n    margin-bottom: 16px;\n  }\n  .page-header h1 {\n    font-size: clamp(28px, 4vw, 44px);\n    font-weight: 700;\n    line-height: 1.1;\n    letter-spacing: -0.02em;\n    color: var(--white);\n  }\n  .content {\n    max-width: 720px;\n    margin: 0 auto;\n    padding: 80px 60px 100px;\n  }\n  .content-section {\n    margin-bottom: 52px;\n    padding-bottom: 52px;\n    border-bottom: 1px solid var(--border);\n  }\n  .content-section:last-child {\n    border-bottom: none;\n    margin-bottom: 0;\n    padding-bottom: 0;\n  }\n  .content-section h2 {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--green);\n    margin-bottom: 16px;\n  }\n  .content-section p {\n    font-size: 15px;\n    font-weight: 300;\n    color: var(--grey);\n    line-height: 1.85;\n    margin-bottom: 14px;\n  }\n  .content-section p:last-child { margin-bottom: 0; }\n  .content-section ul {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    margin-top: 4px;\n  }\n  .content-section ul li {\n    font-size: 15px;\n    font-weight: 300;\n    color: var(--grey);\n    line-height: 1.75;\n    padding-left: 20px;\n    position: relative;\n  }\n  .content-section ul li::before {\n    content: '';\n    position: absolute;\n    left: 0; top: 11px;\n    width: 6px; height: 1px;\n    background: var(--green);\n  }\n  .contact-band {\n    background: var(--black-light);\n    border-left: 2px solid var(--green);\n    padding: 24px 28px;\n    margin-top: 8px;\n  }\n  .contact-band p {\n    font-size: 14px;\n    font-weight: 300;\n    color: var(--grey);\n    line-height: 1.75;\n    margin: 0;\n  }\n  .contact-band a {\n    color: var(--green);\n    text-decoration: none;\n    border-bottom: 1px solid rgba(106,176,76,0.3);\n    transition: border-color 0.2s;\n  }\n  .contact-band a:hover { border-color: var(--green); }\n  .updated {\n    font-size: 12px;\n    color: var(--border);\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    margin-top: 48px;\n    padding-top: 24px;\n    border-top: 1px solid var(--border);\n  }\n  footer {\n    background: var(--black-mid);\n    border-top: 1px solid var(--border);\n    padding: 28px 60px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n  .footer-logo {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.25);\n  }\n  .footer-logo span { color: var(--green); opacity: 0.6; }\n  .footer-copy {\n    font-size: 12px;\n    font-weight: 300;\n    color: rgba(255,255,255,0.15);\n  }\n  @media (max-width: 768px) {\n    nav, .page-header { padding-left: 24px; padding-right: 24px; }\n    .content { padding: 48px 24px 64px; }\n    footer { padding: 24px; flex-direction: column; gap: 8px; text-align: center; }\n  }\n<\/style>\n<\/head>\n<body>\n \n<nav>\n  <a href=\"\/\" class=\"nav-logo\">\n    <div class=\"nav-logo-mark\">G<\/div>\n    <span class=\"nav-logo-text\"><span>Go For<\/span> IT<\/span>\n  <\/a>\n  <a href=\"\/\" class=\"nav-back\">\u2190 Back to site<\/a>\n<\/nav>\n \n<div class=\"page-header\">\n  <p class=\"page-label\">Legal<\/p>\n  <h1>Accessibility Statement<\/h1>\n<\/div>\n \n<div class=\"content\">\n \n  <div class=\"content-section\">\n    <h2>Our commitment<\/h2>\n    <p>Go For IT is committed to ensuring this website is accessible to all visitors, including those with disabilities. We aim to meet the Web Content Accessibility Guidelines (WCAG) 2.1 at Level AA, as published by the World Wide Web Consortium (W3C).<\/p>\n    <p>We recognise that accessibility is an ongoing effort and we continue to review and improve our site where possible.<\/p>\n  <\/div>\n \n  <div class=\"content-section\">\n    <h2>What we&#8217;re doing<\/h2>\n    <p>We have taken the following steps to make this website accessible:<\/p>\n    <ul>\n      <li>Using sufficient colour contrast between text and backgrounds<\/li>\n      <li>Ensuring text can be resized without loss of content or functionality<\/li>\n      <li>Writing clear, plain language throughout<\/li>\n      <li>Providing descriptive page titles and logical heading structure<\/li>\n      <li>Ensuring the site is navigable using a keyboard<\/li>\n      <li>Designing forms with clearly labelled fields<\/li>\n    <\/ul>\n  <\/div>\n \n  <div class=\"content-section\">\n    <h2>Known limitations<\/h2>\n    <p>While we aim to meet WCAG 2.1 Level AA, there may be areas of this site that do not yet fully meet these standards. We are working to identify and address these on an ongoing basis.<\/p>\n    <p>If you encounter any accessibility barriers, please contact us and we will do our best to provide the information in an alternative format.<\/p>\n  <\/div>\n \n  <div class=\"content-section\">\n    <h2>Technical information<\/h2>\n    <p>This website is built using standard HTML and CSS. It has been designed to work with modern browsers and assistive technologies including screen readers. We do not rely on colour alone to convey information.<\/p>\n  <\/div>\n \n  <div class=\"content-section\">\n    <h2>Feedback &#038; contact<\/h2>\n    <p>If you experience any difficulty accessing content on this site, or would like to provide feedback on accessibility, please get in touch. We take all feedback seriously and will respond promptly.<\/p>\n    <div class=\"contact-band\">\n      <p>Email <a href=\"mailto:andrew.mcmillan@goforit.net.nz\">andrew.mcmillan@goforit.net.nz<\/a> or call <a href=\"tel:039281181\">03 928 1181<\/a> and we will aim to respond within two business days.<\/p>\n    <\/div>\n  <\/div>\n \n  <p class=\"updated\">Last reviewed: May 2026<\/p>\n \n<\/div>\n \n<footer>\n  <span class=\"footer-logo\"><span>Go For<\/span> IT<\/span>\n  <span class=\"footer-copy\">\u00a9 2026 \u00b7 Christchurch, New Zealand<\/span>\n<\/footer>\n \n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Accessibility Statement \u2014 Go For IT G Go For IT \u2190 Back to site Legal Accessibility Statement Our commitment Go For IT is committed to ensuring this website is accessible to all visitors, including those with disabilities. We aim to meet the Web Content Accessibility Guidelines (WCAG) 2.1 at Level AA, as published by the&hellip; <a class=\"more-link\" href=\"https:\/\/goforit.net.nz\/?page_id=38\">Continue reading <span class=\"screen-reader-text\">Accessibility<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank-slate-template.php","meta":{"footnotes":""},"class_list":["post-38","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/goforit.net.nz\/index.php?rest_route=\/wp\/v2\/pages\/38","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/goforit.net.nz\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/goforit.net.nz\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/goforit.net.nz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/goforit.net.nz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=38"}],"version-history":[{"count":3,"href":"https:\/\/goforit.net.nz\/index.php?rest_route=\/wp\/v2\/pages\/38\/revisions"}],"predecessor-version":[{"id":45,"href":"https:\/\/goforit.net.nz\/index.php?rest_route=\/wp\/v2\/pages\/38\/revisions\/45"}],"wp:attachment":[{"href":"https:\/\/goforit.net.nz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=38"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}