-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomponent---src-pages-index-js-9f79e7a008e84f3b796e.js.map
1 lines (1 loc) · 2.04 KB
/
component---src-pages-index-js-9f79e7a008e84f3b796e.js.map
1
{"version":3,"sources":["webpack:///./src/pages/index.js"],"names":["Home","className","links","name","link"],"mappings":"2FAAA,4CAsDeA,UAlDF,WAqCX,OACE,kBAAC,IAAD,KACE,6BACE,wBAAIC,UAAU,aAAd,gCACA,uBAAGA,UAAU,WAAb,0HAKF,kBAAC,IAAD,CAASC,MA7CC,CACZ,CAAEC,KAAM,cAAeC,KAAM,4BAC7B,CACED,KAAM,oBACNC,KACE,0EAEJ,CACED,KAAM,kBACNC,KAAM,uCAER,CACED,KAAM,mBACNC,KAAM,iCAER,CACED,KAAM,gBACNC,KAAM,uCAER,CACED,KAAM,iBACNC,KAAM,uCAER,CACED,KAAM,uBACNC,KAAM,0CAER,CACED,KAAM,yBACNC,KAAM,0CAER,CACED,KAAM,0BACNC,KAAM","file":"component---src-pages-index-js-9f79e7a008e84f3b796e.js","sourcesContent":["import React from \"react\"\n\nimport { Layout, Sidebar } from \"../components/\"\n\nconst Home = () => {\n const links = [\n { name: \"Course Site\", link: \"https://21s.comp110.com/\" },\n {\n name: \"Virtual Sitterson\",\n link:\n \"https://unc.zoom.us/j/97191695899?pwd=cERyWklHbkhQKzJjRko0V2lCZmVzQT09\",\n },\n {\n name: \"Shift Lead Form\",\n link: \"https://forms.gle/KhTTH4ij8K9rna5y5\",\n },\n {\n name: \"Team Career Site\",\n link: \"https://intranet.comp110.com/\",\n },\n {\n name: \"Outreach Form\",\n link: \"https://forms.gle/eu5BrMcUcfwbcGzb7\",\n },\n {\n name: \"Extension Form\",\n link: \"https://forms.gle/QAyht4zDBYxAbjrv8\",\n },\n {\n name: \"Sprint Proposal Form\",\n link: \"https://airtable.com/shrjNbTyxrhTjVGet\",\n },\n {\n name: \"Sprint Reflection Form\",\n link: \"https://airtable.com/shrlP7a9gTxrCLqHP\",\n },\n {\n name: \"Website Suggestion Form\",\n link: \"https://forms.gle/k28syrfsSS9uuKkH6\",\n },\n ]\n return (\n <Layout>\n <div>\n <h1 className=\"highlight\">Welcome to the Team110 Site!</h1>\n <p className=\"outline\">\n This is a hub for all things at the intersection of COMP110 and\n literally everything else we do as a part of Team110.\n </p>\n </div>\n <Sidebar links={links} />\n </Layout>\n )\n}\nexport default Home\n"],"sourceRoot":""}