}\n \n )\n}\n\nconst StaticQuery = props => {\n const { data, query, render, children } = props\n\n return (\n \n {staticQueryData => (\n \n )}\n \n )\n}\n\nconst useStaticQuery = query => {\n if (\n typeof React.useContext !== `function` &&\n process.env.NODE_ENV === `development`\n ) {\n throw new Error(\n `You're likely using a version of React that doesn't support Hooks\\n` +\n `Please update React and ReactDOM to 16.8.0 or later to use the useStaticQuery hook.`\n )\n }\n const context = React.useContext(StaticQueryContext)\n if (context[query] && context[query].data) {\n return context[query].data\n } else {\n throw new Error(\n `The result of this StaticQuery could not be fetched.\\n\\n` +\n `This is likely a bug in Gatsby and if refreshing the page does not fix it, ` +\n `please open an issue in https://github.com/gatsbyjs/gatsby/issues`\n )\n }\n}\n\nStaticQuery.propTypes = {\n data: PropTypes.object,\n query: PropTypes.string.isRequired,\n render: PropTypes.func,\n children: PropTypes.func,\n}\n\nfunction graphql() {\n throw new Error(\n `It appears like Gatsby is misconfigured. Gatsby related \\`graphql\\` calls ` +\n `are supposed to only be evaluated at compile time, and then compiled away. ` +\n `Unfortunately, something went wrong and the query was left in the compiled code.\\n\\n` +\n `Unless your site has a complex or custom babel/Gatsby configuration this is likely a bug in Gatsby.`\n )\n}\n\nexport {\n Link,\n withAssetPrefix,\n withPrefix,\n graphql,\n parsePath,\n navigate,\n push, // TODO replace for v3\n replace, // TODO remove replace for v3\n navigateTo, // TODO: remove navigateTo for v3\n StaticQueryContext,\n StaticQuery,\n PageRenderer,\n useStaticQuery,\n prefetchPathname,\n}\n","import React from \"react\"\r\nimport { Helmet } from \"react-helmet\"\r\nimport { graphql, StaticQuery } from \"gatsby\"\r\nimport csufIcon from \"../assets/images/favicon.ico\"\r\nimport socialBanner from \"../assets/images/social-media-image.jpg\";\r\n\r\n\r\nconst SiteMetadata = ({ pathname }) => (\r\n (\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n {/* Schema.org markup for Google+ */}\r\n \r\n \r\n \r\n\r\n {/* Twitter Card data */}\r\n \r\n \r\n \r\n \r\n {/* */}\r\n {/* Twitter summary card with large image must be at least 280x150px */}\r\n \r\n\r\n {/* Open Graph data */}\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n )}\r\n />\r\n)\r\n\r\nexport default SiteMetadata","import '../assets/scss/base.scss';\nimport React from \"react\";\nimport { graphql, StaticQuery } from \"gatsby\";\nimport Metadata from '../components/sitemetadata';\nimport ReactFullpage from '@fullpage/react-fullpage';\n\n\nexport default (props) => (\n {\n\n const content = data.allMarkdownRemark.nodes;\n\n var slidelist = content.map(function(slide){\n if (slide.html) {\n var html = \n }\n\n var slideClasses = 'slide';\n slideClasses += ' slide-' + slide.frontmatter.title;\n\n if (slide.frontmatter.title === '1') {\n return (\n