{"version":3,"sources":["webpack://appvity-website/./src/components/Layout.js","webpack://appvity-website/./src/pages/accessibility.js"],"names":["children","className","accessibility","data","allMarkdownRemark","nodes","title","description","meta","name","content","pathname","data-sal","data-sal-duration","data-sal-delay","data-sal-easing","xs","md","lg","map","res","key","id","frontmatter","keyNumber","dangerouslySetInnerHTML","__html","html"],"mappings":"0JAeA,IAVe,SAAC,GAAkB,IAAhBA,EAAe,EAAfA,SACd,OACI,uBAAKC,UAAU,QACX,gBAAC,IAAD,MACA,uBAAKA,UAAU,QAAQD,GACvB,gBAAC,IAAD,S,wGC4CZ,UAhDsB,SAAC,GAAc,IAE9BE,EAF6B,EAAXC,KAEGC,kBAAkBC,MAE7C,OACC,gBAAC,IAAD,KACU,gBAAC,IAAD,CAAKC,MAAM,gBAAgBC,YAAY,UAAUC,KAAM,CAAC,CAAEC,KAAK,WAAaC,QAAS,CAAC,gBAAiB,qBAAuBC,SAAS,mBAChJ,uBAAKV,UAAU,wBACd,uBAAKA,UAAU,+CAA+CW,WAAS,OAAOC,oBAAkB,OAAOC,iBAAe,MAAMC,kBAAgB,QAC5H,gBAAC,IAAD,KACI,6CAGpB,uBAAKd,UAAU,gEAAgEW,WAAS,OAAOC,oBAAkB,OAAOC,iBAAe,MAAMC,kBAAgB,QAC7I,gBAAC,IAAD,KACI,gBAAC,IAAD,KACjB,gBAAC,IAAD,CAAKC,GAAI,GAAIC,GAAI,GAAIC,GAAI,IAczB,gBAAC,IAAD,CAAKF,GAAI,GAAIC,GAAI,GAAIC,GAAI,GACxB,sBAAIjB,UAAU,uCACZC,EAAciB,KAAI,SAACC,GAAD,OAClB,sBAAIC,IAAKD,EAAIE,GAAIA,GAAIF,EAAIG,YAAYC,WAAW,0BAAKJ,EAAIG,YAAYjB,OACpE,uBAAKmB,wBAAyB,CAAEC,OAAQN,EAAIO,cAKhD,gBAAC,IAAD,CAAKX,GAAI,GAAIC,GAAI,GAAIC,GAAI","file":"component---src-pages-accessibility-js-5fb06313487a5f19612f.js","sourcesContent":["import React from \"react\";\nimport Footer from \"./Footer\";\nimport Header from \"./Header\";\nimport \"../styles/styles.scss\";\n\nconst Layout = ({ children }) => {\n return (\n
\n
\n
{children}
\n
\n );\n};\n\nexport default Layout;\n","import React from 'react'\nimport { graphql } from 'gatsby'\nimport { Container, Row, Col } from 'react-bootstrap'\nimport Layout from \"../components/Layout\";\nimport SEO from \"../components/SEO\";\n\nconst Accessibility = ({ data }) => {\n\n\tconst accessibility = data.allMarkdownRemark.nodes;\n\n\treturn (\n\t\t\n \n\t\t\t
\n\t\t\t\t
\n \n

Accessibility

\n
\n
\n\t\t\t\t
\n \n \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t{/* \n\t\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t\t{accessibility.map((res) => (\n\t\t\t\t\t\t\t\t\t\t
  • {\n\t\t\t\t\t\t\t\t\t\t\t\tvar scrollDiv = document.getElementById(res.frontmatter.keyNumber).offsetTop + 370;\n\t\t\t\t\t\t\t\t\t\t\t\twindow.scrollTo({ top: scrollDiv, behavior: 'smooth'});\n\t\t\t\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t\t\t\t>{res.frontmatter.title}
  • \n\t\t\t\t\t\t\t\t\t))}\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t */}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t\t{accessibility.map((res) => (\n\t\t\t\t\t\t\t\t\t\t
  • {res.frontmatter.title}
    \n\t\t\t\t\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t\t\t
  • \n\t\t\t\t\t\t\t\t\t))}\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n
\n
\n\t\t\t
\n\t\t
\n\t)\n}\n\nexport default Accessibility;\n\nexport const query = graphql`\n query AccessibilityPage {\n allMarkdownRemark(\n filter: { frontmatter: { directory: { eq: \"accessibilities\" } } }\n ) {\n nodes {\n html\n frontmatter {\n title\n\t\t\t\t\tkeyNumber\n }\n id\n }\n }\n }\n`;"],"sourceRoot":""}