-
Notifications
You must be signed in to change notification settings - Fork 0
/
component---src-pages-open-decks-jsx-5e3a1fed94cfeae9e2a7.js.map
1 lines (1 loc) · 3.11 KB
/
component---src-pages-open-decks-jsx-5e3a1fed94cfeae9e2a7.js.map
1
{"version":3,"file":"component---src-pages-open-decks-jsx-5e3a1fed94cfeae9e2a7.js","mappings":"kRAoDO,SAASA,IACd,OAAOC,EAAAA,cAAA,aAAO,mCAChB,CAJA,UA7CA,WACE,OACEA,EAAAA,cAACC,EAAAA,EAAM,KACLD,EAAAA,cAACE,EAAAA,EACD,KAEEF,EAAAA,cAACG,EAAAA,EAAG,KACFH,EAAAA,cAACI,EAAAA,EAAG,CAACC,GAAI,EAAGC,UAAU,MAAMC,MAAO,CAAEC,MAAO,OAAQC,OAAQ,SAC1DT,EAAAA,cAAA,MAAIM,UAAU,eAAc,iBAC5BN,EAAAA,cAAA,KAAGM,UAAU,wBAAuB,oFAElCN,EAAAA,cAAA,KACEU,KAAK,uCACLC,OAAO,SACPC,IAAI,aACJL,MAAO,CAAEM,MAAO,MAAOC,eAAgB,WACvCR,UAAU,QACX,iBAKLN,EAAAA,cAACI,EAAAA,EAAG,CAACC,GAAI,IACPL,EAAAA,cAAA,UACEQ,MAAM,OACNC,OAAO,MACPM,IAAI,gEACJC,MAAM,uBACNC,YAAY,IACZC,MAAM,4GAONC,iBAAe,OAO7B,C","sources":["webpack://man_gatsby/./src/pages/open-decks.jsx"],"sourcesContent":["import { graphql } from 'gatsby'\nimport React from 'react'\nimport { Col, Container, Row } from 'react-bootstrap'\nimport { Layout } from '../components/Layout'\n\nfunction OpenDecks() {\n return (\n <Layout>\n <Container\n // style={{ marginLeft: 'auto', marginRight: 'auto' }}\n >\n <Row>\n <Col lg={2} className=\"m-3\" style={{ width: 'auto', height: 'auto' }}>\n <h1 className=\"text-center\">Sign up TODAY</h1>\n <p className=\"text-center fs-3 m-3\">\n Attention aspiring musicians! Get your music on radio, check our Youtube channel.\n <a\n href=\"https://youtube.com/@music_all_night\"\n target=\"_blank\"\n rel=\"noreferrer\"\n style={{ color: 'red', textDecoration: 'inherit' }}\n className=\"mt-3\"\n >\n (Watch now)\n </a>\n </p>\n </Col>\n <Col lg={12}>\n <iframe\n width=\"100%\"\n height=\"560\"\n src=\"https://www.youtube.com/embed/LggQulkjHi0?si=asHS8-WYrqKOoTKr\"\n title=\"YouTube video player\"\n frameBorder=\"0\"\n allow=\"accelerometer; \n autoplay; \n clipboard-write; \n encrypted-media; \n gyroscope; \n picture-in-picture; \n web-share\"\n allowfullscreen\n />\n </Col>\n </Row>\n </Container>\n </Layout>\n )\n}\n\nexport default OpenDecks\n\nexport function Head() {\n return <title> Open Decks Session | Spin Cycle</title>\n}\n\nexport const pageQuery = graphql`\n query DecksPage {\n allMarkdownRemark(filter: { fileAbsolutePath: { glob: \"**/artists/*\" } }) {\n edges {\n node {\n id\n frontmatter {\n name\n intro\n image {\n childImageSharp {\n gatsbyImageData(width: 540)\n }\n }\n }\n parent {\n ... on File {\n name\n }\n }\n }\n }\n }\n }\n`\n"],"names":["Head","React","Layout","Container","Row","Col","lg","className","style","width","height","href","target","rel","color","textDecoration","src","title","frameBorder","allow","allowfullscreen"],"sourceRoot":""}