All files / react/components/Footer FooterUI.jsx

100% Statements 3/3
100% Branches 0/0
100% Functions 1/1
100% Lines 3/3

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210            2x 2x 3x                                                                                                                                                                                                                                                                                                                                                                                                                  
import Subscribe from "./Subscribe";
import SocialLinks from "./SocialLinks";
import pjson from "../../package.json";
import { OpenInNewIcon } from "../../lib/SvgComponents";
import FooterTooltip from "./FooterTooltip";
 
const { version: buildVersion } = pjson;
const FooterUI = () => (
  <>
    <div className="feedback-session-sign-up">
      <div className="responsive-container">
        <hr />
        <p>
          <strong>Help shape the future of QPP.</strong> Participate in a user
          feedback session.{" "}
          <a className="email-note-link" href="/about/hcd-research">
            Sign up now
          </a>
        </p>
      </div>
    </div>
    <footer className="global-footer">
      <div className="build-version" id="build-version">
        {buildVersion}
      </div>
      <div className="responsive-container">
        <>
          <div className="global-footer-container">
            <div className="footer-resources">
              <h3 className="sub-title">Resources</h3>
              <ul>
                <li>
                  <a
                    href="/about/resource-library"
                    aria-label="Resource Library"
                    data-track-category="FooterNav"
                    data-track-action="OpenEducationAndTools"
                    data-track-label="Education and Tools"
                  >
                    Resource Library
                  </a>
                </li>
                <li>
                  <a
                    href="/resources/help-and-support"
                    aria-label="Help and Support"
                    data-track-category="FooterNav"
                    data-track-action="OpenHelpAndSupport"
                    data-track-label="Help and Support"
                  >
                    Help and Support
                  </a>
                </li>
                <li>
                  <a
                    href="/about/small-underserved-rural-practices"
                    aria-label="Support for Small Practices"
                    data-track-category="FooterNav"
                    data-track-action="OpenSupportSmallPractices"
                    data-track-label="Support for Small Practices"
                  >
                    Support for Small Practices
                  </a>
                </li>
                <li>
                  <a
                    href="/developers"
                    aria-label="Developer Tools"
                    data-track-category="FooterNav"
                    data-track-action="OpenDeveloperTools"
                    data-track-label="Quality Payment Program"
                  >
                    Developer Tools
                  </a>
                </li>
                <li>
                  <a
                    href="/glossary"
                    aria-label="Glossary"
                    data-track-category="FooterNav"
                    data-track-action="OpenGlossary"
                    data-track-label="Glossary"
                  >
                    Glossary
                  </a>
                </li>
              </ul>
            </div>
            <div className="footer-contact-cms">
              <h3 className="sub-title">Contact CMS</h3>
              <p className="contact-title">Phone:</p>
              <p>Monday - Friday 8 a.m - 8 p.m ET</p>
              <p>
                <a href="tel:+18662888292">
                  <b className="sr-only">Contact CMS Phone</b>
                  <b className="sr-only">Monday - Friday 8 a.m - 8 p.m ET</b>
                  1-866-288-8292
                </a>{" "}
                <FooterTooltip
                  triggerContent="(TRS: 711)"
                  tooltipContent="TRS Communications Assistant Information When dialing 711, you will automatically be connected to a TRS Communications Assistant who will relay your conversation to the help desk agent with strict confidentiality."
                />
              </p>
 
              <p className="contact-title">Email:</p>
              <p>
                <a
                  aria-label="Contact CMS Email: QPP@cms.hhs.gov"
                  href="mailto:QPP@cms.hhs.gov"
                  className="email-link"
                >
                  QPP@cms.hhs.gov
                </a>
              </p>
 
              <p className="contact-title">QPP Service Center:</p>
              <h3 className="sub-title qpp-u-margin-y--0">
                <a
                  href="https://cmsqualitysupport.servicenowservices.com/ccsq_support_central"
                  aria-label="Create or Track a QPP Service Center Ticket"
                  className="email-link"
                  target="__blank"
                  rel="noopener noreferrer"
                >
                  <strong>Create or Track a QPP Service Center Ticket</strong>
                  <OpenInNewIcon className="ccsq-link-icon" />
                </a>
              </h3>
            </div>
            <div className="footer-social-newsletter">
              <h3 className="sub-title">Stay Connected</h3>
              <SocialLinks />
              <h3 className="sub-title">Sign Up for the QPP Listserv</h3>
              <Subscribe />
            </div>
          </div>
          <hr />
        </>
 
        <div className="other-links">
          <ul className="small">
            <li>
              <a
                href="/privacy"
                aria-label="CMS Privacy Notice"
                data-track-category="FooterNav"
                data-track-action="OpenPrivacyDisclaimer"
                data-track-label="CMS Privacy Notice"
              >
                CMS Privacy Notice
              </a>
            </li>
            <li className="divider"></li>{" "}
            <li>
              <a
                href="/accessibility"
                aria-label="Accessibility"
                data-track-category="FooterNav"
                data-track-action="OpenAccessibility"
                data-track-label="Accessibility"
              >
                Accessibility
              </a>
            </li>
            <li className="divider"></li>{" "}
            <li>
              <a
                aria-label="Download Adobe Reader"
                className="adobe-link"
                rel="noopener noreferrer"
                target="_blank"
                href="https://get.adobe.com/reader"
                data-track-category="FooterNav"
                data-track-action="DownloadAdobeReader"
                data-track-label="AdobeReader"
              >
                Download Adobe Reader
              </a>
            </li>
          </ul>
          <hr />
        </div>
        <div className="qpp-hhs-logo-container">
          <div className="qpp-logo-container">
            <img
              className="qpp-logo"
              src="https://qpp.cms.gov/assets/images/qpp_logo_rgb_color.png"
              alt="qpp logo"
            />
          </div>
          <div className="hhs-logo-container">
            <img
              className="hhs-logo"
              alt="Department of Health &amp; Human Services USA"
              src="https://qpp.cms.gov/assets/images/hhs-logo-black.svg"
            />
            <p>
              A federal government website managed and paid for by the U.S
              Centers for Medicare &amp; Medicaid Services. 7500 Security
              Boulevard, Baltimore MD 21244
            </p>
          </div>
        </div>
      </div>
    </footer>
  </>
);
 
export default FooterUI;