-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent---src-pages-sponsors-tsx-c68545a8ae409d92c5f2.js.map
1 lines (1 loc) · 4.84 KB
/
component---src-pages-sponsors-tsx-c68545a8ae409d92c5f2.js.map
1
{"version":3,"file":"component---src-pages-sponsors-tsx-c68545a8ae409d92c5f2.js","mappings":"6JAkCA,IA9Be,WACb,OACEA,EAAAA,cAAAA,MAAAA,CACEC,MAAO,CACLC,WAAYC,EAAAA,GAAAA,KAAAA,QAAAA,OAAAA,KACZC,QAAS,OACTC,UAAW,SACXC,eAAgB,SAChBC,MAAO,OACPC,OAAQ,OACRC,cAAe,SACfC,WAAY,WAGdV,EAAAA,cAAAA,MAAAA,KACEA,EAAAA,cAAAA,KAAAA,CACEW,UAAU,eACVV,MAAO,CAAEW,MAAOT,EAAAA,GAAAA,KAAAA,QAAAA,QAAAA,OAFlB,aAOFH,EAAAA,cAAAA,MAAAA,CAAKW,UAAU,UACbX,EAAAA,cAAAA,MAAAA,CAAKa,IAAI,uCACTb,EAAAA,cAAAA,MAAAA,CAAKa,IAAI,iCAxBjB,C,8JCJA,EAAe,IAA0B,0D,UC0D5BC,EAAO,kBAClBd,EAAAA,cAACe,EAAAA,EAAD,CACEC,MAAM,WACNC,cAAUC,GAHP,EAOP,EAtDqB,WACnB,OACElB,EAAAA,cAACmB,EAAAA,IAAD,CAAgBC,MAAOA,EAAAA,IACrBpB,EAAAA,cAACqB,EAAAA,EAAD,KACErB,EAAAA,cAACe,EAAAA,EAAD,CACEC,MAAM,WACNC,cAAUC,IAEZlB,EAAAA,cAAAA,MAAAA,KACEA,EAAAA,cAAAA,KAAAA,CACEW,UAAU,aACVV,MAAO,CAAEW,MAAOT,EAAAA,GAAAA,KAAAA,QAAAA,UAAAA,OAFlB,eAMAH,EAAAA,cAAAA,MAAAA,CAAKW,UAAU,gBACbX,EAAAA,cAAAA,MAAAA,CACEW,UAAU,cACVE,IAAKS,EACLC,IAAI,kBAGRvB,EAAAA,cAACwB,EAAAA,GAAD,CACEC,QAAQ,UACRxB,MAAO,CAAEG,QAAS,QAASsB,aAAc,MAAOC,WAAY,OAAQC,YAAa,SAEjF5B,EAAAA,cAAAA,IAAAA,CACE6B,KAAK,qFACLC,OAAO,UAFT,eAOF9B,EAAAA,cAACwB,EAAAA,GAAD,CACEb,UAAU,gBACVc,QAAQ,UACRxB,MAAO,CAAEG,QAAS,QAASuB,WAAY,OAAQC,YAAa,SAE5D5B,EAAAA,cAAAA,IAAAA,CAAG6B,KAAK,8DAAR,iBAGJ7B,EAAAA,cAAC+B,EAAAA,EAAD,OAzCR,C","sources":["webpack://gatsby-starter-default/./src/components/banner/index.tsx","webpack://gatsby-starter-default/./src/images/sponsorInfo.png","webpack://gatsby-starter-default/./src/pages/sponsors.tsx"],"sourcesContent":["import React from 'react';\nimport { themeObj } from '../../utils/customTheme';\nimport './styles.scss';\n\nconst Banner = () => {\n return (\n <div\n style={{\n background: themeObj.dark.palette.accent.main,\n display: 'flex',\n textAlign: 'center',\n justifyContent: 'center',\n width: '100%',\n height: 'auto',\n flexDirection: 'column',\n alignItems: 'center'\n }}\n >\n <div>\n <h1\n className=\"sponsorsText\"\n style={{ color: themeObj.dark.palette.primary.main }}\n >\n Sponsors\n </h1>\n </div>\n <div className=\"banner\">\n <img src=\"/images/sponsors/balsamic_logo.png\"></img>\n <img src=\"/images/sponsors/echoAR.png\"></img>\n </div>\n </div>\n );\n};\n\nexport default Banner;\n\n/* // <h1 style={{color: themeObj.dark.palette.primary.main, fontSize: \"64px\", padding: \"15vh\", letterSpacing: \"12px\"}}>$1000 in prizes</h1> */\n","export default __webpack_public_path__ + \"static/sponsorInfo-49b9858d1f42e0a24dd5bb409a7adecb.png\";","import * as React from 'react';\nimport Layout from '../components/layout';\nimport Seo from '../components/seo';\nimport './sponsors.scss';\nimport { Button } from '@chakra-ui/react';\nimport { ChakraProvider } from '@chakra-ui/react';\nimport theme from '../utils/customTheme';\nimport { themeObj } from '../utils/customTheme';\nimport sponsorInfo from '../images/sponsorInfo.png';\nimport Banner from '../components/banner';\n\nconst SponsorsPage = () => {\n return (\n <ChakraProvider theme={theme}>\n <Layout>\n <Seo\n title=\"Sponsors\"\n children={undefined}\n />\n <div>\n <h1\n className=\"titleStyle\"\n style={{ color: themeObj.dark.palette.secondary.main }}\n >\n Sponsor us!\n </h1>\n <div className=\"sponsorChart\">\n <img\n className=\"sponsorsImg\"\n src={sponsorInfo}\n alt=\"Sponsor Info\"\n />\n </div>\n <Button\n variant=\"outline\"\n style={{ display: 'block', marginBottom: '5vh', marginLeft: 'auto', marginRight: 'auto' }}\n >\n <a\n href=\"https://drive.google.com/file/d/1FyM05z4O_me3PSV0WxpTatO3uiGxedWk/view?usp=sharing\"\n target=\"_blank\"\n >\n Prospectus\n </a>\n </Button>\n <Button\n className=\"contactButton\"\n variant=\"outline\"\n style={{ display: 'block', marginLeft: 'auto', marginRight: 'auto' }}\n >\n <a href=\"mailto:[email protected]?subject=Sponsoring%20MVHacks%206.0\">Sponsor us!</a>\n </Button>\n </div>\n <Banner></Banner>\n </Layout>\n </ChakraProvider>\n );\n};\n\nexport const Head = () => (\n <Seo\n title=\"Sponsors\"\n children={undefined}\n />\n);\n\nexport default SponsorsPage;\n"],"names":["React","style","background","themeObj","display","textAlign","justifyContent","width","height","flexDirection","alignItems","className","color","src","Head","Seo","title","children","undefined","ChakraProvider","theme","Layout","sponsorInfo","alt","Button","variant","marginBottom","marginLeft","marginRight","href","target","Banner"],"sourceRoot":""}