-
Notifications
You must be signed in to change notification settings - Fork 0
/
component---src-pages-about-jsx-2a86ef6848a83d9fd8ed.js.map
1 lines (1 loc) · 5.82 KB
/
component---src-pages-about-jsx-2a86ef6848a83d9fd8ed.js.map
1
{"version":3,"file":"component---src-pages-about-jsx-2a86ef6848a83d9fd8ed.js","mappings":"6KAgGA,UAxFkB,WAChB,OACE,4BACE,gBAAC,IAAD,KACE,kDACA,wBAAMA,QAAQ,UACd,0BAAQC,IAAI,4CAA4CC,YAAY,eAEtE,gBAAC,IAAD,MACA,sBAAIC,MAAM,uCAAV,kBACA,qBAAGA,MAAM,uBAAT,SACA,uBAAKA,MAAM,yCACT,uBAAKA,MAAM,sCACT,uBAAKA,MAAM,oCACT,uBAAKA,MAAM,mCACT,8BAAQ,gBAAC,EAAAC,EAAD,CAAaH,IAAI,sBAAsBI,IAAI,QAA3C,uBACR,uBAAKF,MAAM,aACT,sBAAIA,MAAM,cAAV,SACA,sOAQR,uBAAKA,MAAM,sCACT,uBAAKA,MAAM,oCACT,uBAAKA,MAAM,mCACT,8BAAQ,gBAAC,EAAAC,EAAD,CAAaH,IAAI,sBAAsBI,IAAI,QAA3C,uBACR,uBAAKF,MAAM,aACT,sBAAIA,MAAM,cAAV,SACA,sOAQR,uBAAKA,MAAM,sCACT,uBAAKA,MAAM,oCACT,uBAAKA,MAAM,mCACT,8BAAQ,gBAAC,EAAAC,EAAD,CAAaH,IAAI,4BAA4BI,IAAI,QAAjD,sBACR,uBAAKF,MAAM,aACT,sBAAIA,MAAM,cAAV,eACA,mOAQR,uBAAKA,MAAM,sCACT,uBAAKA,MAAM,oCACT,uBAAKA,MAAM,mCACT,8BAAQ,gBAAC,EAAAC,EAAD,CAAaH,IAAI,4BAA4BI,IAAI,QAAjD,sBACR,uBAAKF,MAAM,aACT,sBAAIA,MAAM,cAAV,cACA,0LAQR,uBAAKA,MAAM,sCACT,uBAAKA,MAAM,oCACT,uBAAKA,MAAM,mCACT,8BAAQ,gBAAC,EAAAC,EAAD,CAAaH,IAAI,4BAA4BI,IAAI,QAAjD,sBACR,uBAAKF,MAAM,aACT,sBAAIA,MAAM,cAAV,cACA,oOAMV,sBAAIA,MAAM,uCAAV,qBACA,qBAAGA,MAAM,uBAAT,SACA,gBAAC,IAAD,S","sources":["webpack://team3602-com/./src/pages/about.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 AboutPage = () => {\r\n return (\r\n <body>\r\n <Helmet>\r\n <title>About | 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 <h1 class=\"text-4xl font-bold p-12 pl-20 pr-20\">About Our Team</h1>\r\n <p class=\"text-xl pl-20 pr-20\">Stuff</p>\r\n <div class=\"flex flex-wrap -mx-2 mb-8 pl-20 pr-20\">\r\n <div class=\"w-full md:w-1/3 lg:w-1/5 px-2 mb-4\">\r\n <div class=\"flex items-center justify-center\">\r\n <div class=\"card w-80 bg-base-300 shadow-xl\">\r\n <figure><StaticImage src=\"../images/build.jpg\" alt=\"Build\" /></figure>\r\n <div class=\"card-body\">\r\n <h2 class=\"card-title\">Build</h2>\r\n <p>Build team does precisely what you'd think they\r\n do: They build the robot. Everything from CAD designs\r\n to conceptual designs are handled by the build team.\r\n They make ideas on paper become a reality.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"w-full md:w-1/3 lg:w-1/5 px-2 mb-4\">\r\n <div class=\"flex items-center justify-center\">\r\n <div class=\"card w-80 bg-base-300 shadow-xl\">\r\n <figure><StaticImage src=\"../images/media.jpg\" alt=\"Build\" /></figure>\r\n <div class=\"card-body\">\r\n <h2 class=\"card-title\">Media</h2>\r\n <p>Build team does precisely what you'd think they\r\n do: They build the robot. Everything from CAD designs\r\n to conceptual designs are handled by the build team.\r\n They make ideas on paper become a reality.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"w-full md:w-1/3 lg:w-1/5 px-2 mb-4\">\r\n <div class=\"flex items-center justify-center\">\r\n <div class=\"card w-80 bg-base-300 shadow-xl\">\r\n <figure><StaticImage src=\"../images/programming.jpg\" alt=\"Build\" /></figure>\r\n <div class=\"card-body\">\r\n <h2 class=\"card-title\">Programming</h2>\r\n <p>Robots need instructions to run. The Programming\r\n Team along with all their bits and bytes, write\r\n these instructions. They are the brains of the\r\n operation. We'd all bark and no bite without them!</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"w-full md:w-1/3 lg:w-1/5 px-2 mb-4\">\r\n <div class=\"flex items-center justify-center\">\r\n <div class=\"card w-80 bg-base-300 shadow-xl\">\r\n <figure><StaticImage src=\"../images/programming.jpg\" alt=\"Build\" /></figure>\r\n <div class=\"card-body\">\r\n <h2 class=\"card-title\">Electrical</h2>\r\n <p>Electric and wiring handles the soldering,\r\n wiring, and other electronics that help our\r\n Robomos run. They take care of batteries,\r\n the cameras, everything.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"w-full md:w-1/3 lg:w-1/5 px-2 mb-4\">\r\n <div class=\"flex items-center justify-center\">\r\n <div class=\"card w-80 bg-base-300 shadow-xl\">\r\n <figure><StaticImage src=\"../images/programming.jpg\" alt=\"Build\" /></figure>\r\n <div class=\"card-body\">\r\n <h2 class=\"card-title\">Chairman's</h2>\r\n <p>Robots need instructions to run. The Programming Team along with all their bits and bytes, write these instructions. They are the brains of the operation. We'd all bark and no bite without them!</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <h1 class=\"text-4xl font-bold p-12 pl-20 pr-20\">About FIRST & FRC</h1>\r\n <p class=\"text-xl pl-20 pr-20\">Stuff</p>\r\n <Footer></Footer>\r\n </body>\r\n )\r\n}\r\n\r\n// Export Component\r\nexport default AboutPage\r\n"],"names":["charset","src","crossorigin","class","S","alt"],"sourceRoot":""}