-
Notifications
You must be signed in to change notification settings - Fork 0
/
component---src-pages-index-jsx-74dd66790c472164802c.js.map
1 lines (1 loc) · 3.08 KB
/
component---src-pages-index-jsx-74dd66790c472164802c.js.map
1
{"version":3,"file":"component---src-pages-index-jsx-74dd66790c472164802c.js","mappings":"4KAmDA,UA3CkB,WAChB,OACE,4BACE,gBAAC,IAAD,KACE,iDACA,wBAAMA,QAAQ,UACd,0BAAQC,IAAI,4CAA4CC,YAAY,eAEtE,gBAAC,IAAD,MACA,4BACE,uBAAKC,MAAM,iCACT,uBAAKA,MAAM,4BACT,uBAAKA,MAAM,YACT,sBAAIA,MAAM,sBAAV,kBACA,qBAAGA,MAAM,QAAT,iIACA,0BAAQA,MAAM,mDAAkD,qBAAGC,KAAK,yCAAR,gBAKtE,uBAAKD,MAAM,6BAA6BE,MAAO,CAAEC,UAAW,IAAKC,aAAc,MAC7E,uBAAKJ,MAAM,qCACT,gBAAC,EAAAK,EAAD,CAAaP,IAAI,0BAA0BE,MAAM,kCAAjD,sBACA,uBAAKA,MAAM,SACT,sBAAIA,MAAM,sBAAV,qBACA,qBAAGA,MAAM,QAAT,oUAOA,0BAAQA,MAAM,mDAAkD,qBAAGC,KAAK,UAAR,mBAKxE,gBAAC,IAAD,S","sources":["webpack://team3602-com/./src/pages/index.jsx"],"sourcesContent":["// Imports\r\nimport * as React from 'react'\r\nimport { Helmet } from 'react-helmet'\r\nimport Header from '../components/header'\r\nimport Footer from '../components/footer'\r\nimport { StaticImage } from 'gatsby-plugin-image'\r\n\r\n// Define Component\r\nconst IndexPage = () => {\r\n return (\r\n <body>\r\n <Helmet>\r\n <title>Home | Team 3602</title>\r\n <meta charset=\"UTF-8\"></meta>\r\n <script src=\"https://kit.fontawesome.com/97db0162e4.js\" crossorigin=\"anonymous\"></script>\r\n </Helmet>\r\n <Header></Header>\r\n <main>\r\n <div class=\"hero min-h-screen bg-base-100\">\r\n <div class=\"hero-content text-center\">\r\n <div class=\"max-w-md\">\r\n <h1 class=\"text-5xl font-bold\">Come Watch Us!</h1>\r\n <p class=\"py-6\">Click on the button below to come watch us and many other incredible teams compete at our home event at Escanaba High School.</p>\r\n <button class=\"btn btn-ghost bg-orange-500 hover:bg-orange-600\"><a href=\"https://www.twitch.tv/firstinspires24\">Watch Us</a></button>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"hero min-h-fit bg-base-100\" style={{ marginTop: 100, marginBottom: 100 }}>\r\n <div class=\"flex-col hero-content lg:flex-row\">\r\n <StaticImage src=\"../images/teamphoto.jpg\" class=\"max-w-2xl rounded-lg shadow-2xl\" />\r\n <div class=\"pl-12\">\r\n <h1 class=\"text-5xl font-bold\">We are Team 3602!</h1>\r\n <p class=\"py-6\">We are FIRST Robotics Competition\r\n Team 3602, The RoboMos, from Escanaba Senior High\r\n School in Escanaba, Michigan. Our team was founded\r\n back in 2010 and ever since then we have had the\r\n great Marie Young and Gabe Kluka as our team lead\r\n mentors. We also mentor two FIRST Tech Challenge\r\n teams and one FIRST LEGO League team.</p>\r\n <button class=\"btn btn-ghost bg-orange-500 hover:bg-orange-600\"><a href=\"/about\">Learn More</a></button>\r\n </div>\r\n </div>\r\n </div>\r\n </main>\r\n <Footer></Footer>\r\n </body>\r\n )\r\n}\r\n\r\n// Export Component\r\nexport default IndexPage\r\n"],"names":["charset","src","crossorigin","class","href","style","marginTop","marginBottom","S"],"sourceRoot":""}