diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..40b878db5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ \ No newline at end of file diff --git a/my-app/.DS_Store b/my-app/.DS_Store new file mode 100644 index 000000000..575c88e22 Binary files /dev/null and b/my-app/.DS_Store differ diff --git a/my-app/public/.DS_Store b/my-app/public/.DS_Store new file mode 100644 index 000000000..5008ddfcf Binary files /dev/null and b/my-app/public/.DS_Store differ diff --git a/node_modules/.cache/.eslintcache b/node_modules/.cache/.eslintcache deleted file mode 100644 index 6d2d86de1..000000000 --- a/node_modules/.cache/.eslintcache +++ /dev/null @@ -1 +0,0 @@ -[{"/Users/childrebelsoldier/calusmo/src/index.js":"1","/Users/childrebelsoldier/calusmo/src/App.js":"2","/Users/childrebelsoldier/calusmo/src/reportWebVitals.js":"3","/Users/childrebelsoldier/calusmo/src/pages/Home.js":"4","/Users/childrebelsoldier/calusmo/src/pages/Contact.js":"5","/Users/childrebelsoldier/calusmo/src/pages/NoPage.js":"6","/Users/childrebelsoldier/calusmo/src/pages/Donations.js":"7","/Users/childrebelsoldier/calusmo/src/pages/Services.js":"8","/Users/childrebelsoldier/calusmo/src/pages/OurTeam.js":"9","/Users/childrebelsoldier/calusmo/src/components/Header.js":"10","/Users/childrebelsoldier/calusmo/src/components/Footer.js":"11"},{"size":535,"mtime":1708998384364,"results":"12","hashOfConfig":"13"},{"size":794,"mtime":1708998384363,"results":"14","hashOfConfig":"13"},{"size":362,"mtime":1708998384364,"results":"15","hashOfConfig":"13"},{"size":1005,"mtime":1709604696536,"results":"16","hashOfConfig":"13"},{"size":1418,"mtime":1709606769792,"results":"17","hashOfConfig":"13"},{"size":248,"mtime":1709604276223,"results":"18","hashOfConfig":"13"},{"size":804,"mtime":1709604256400,"results":"19","hashOfConfig":"13"},{"size":237,"mtime":1709000787057,"results":"20","hashOfConfig":"13"},{"size":237,"mtime":1708998384364,"results":"21","hashOfConfig":"13"},{"size":1954,"mtime":1709604458447,"results":"22","hashOfConfig":"13"},{"size":48,"mtime":1708998384363,"results":"23","hashOfConfig":"13"},{"filePath":"24","messages":"25","suppressedMessages":"26","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"6g6khs",{"filePath":"27","messages":"28","suppressedMessages":"29","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"30","messages":"31","suppressedMessages":"32","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"33","messages":"34","suppressedMessages":"35","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"36","messages":"37","suppressedMessages":"38","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"39","messages":"40","suppressedMessages":"41","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"42","messages":"43","suppressedMessages":"44","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"45","messages":"46","suppressedMessages":"47","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"48","messages":"49","suppressedMessages":"50","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"51","messages":"52","suppressedMessages":"53","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"54","messages":"55","suppressedMessages":"56","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/childrebelsoldier/calusmo/src/index.js",[],[],"/Users/childrebelsoldier/calusmo/src/App.js",[],[],"/Users/childrebelsoldier/calusmo/src/reportWebVitals.js",[],[],"/Users/childrebelsoldier/calusmo/src/pages/Home.js",["57"],[],"/Users/childrebelsoldier/calusmo/src/pages/Contact.js",["58"],[],"/Users/childrebelsoldier/calusmo/src/pages/NoPage.js",["59"],[],"/Users/childrebelsoldier/calusmo/src/pages/Donations.js",["60"],[],"/Users/childrebelsoldier/calusmo/src/pages/Services.js",["61"],[],"/Users/childrebelsoldier/calusmo/src/pages/OurTeam.js",["62"],[],"/Users/childrebelsoldier/calusmo/src/components/Header.js",["63","64"],[],"/Users/childrebelsoldier/calusmo/src/components/Footer.js",[],[],{"ruleId":"65","severity":1,"message":"66","line":5,"column":1,"nodeType":"67","endLine":29,"endColumn":2},{"ruleId":"65","severity":1,"message":"66","line":6,"column":1,"nodeType":"67","endLine":47,"endColumn":2},{"ruleId":"65","severity":1,"message":"66","line":4,"column":1,"nodeType":"67","endLine":12,"endColumn":2},{"ruleId":"65","severity":1,"message":"66","line":4,"column":1,"nodeType":"67","endLine":21,"endColumn":2},{"ruleId":"65","severity":1,"message":"66","line":4,"column":1,"nodeType":"67","endLine":12,"endColumn":2},{"ruleId":"65","severity":1,"message":"66","line":4,"column":1,"nodeType":"67","endLine":12,"endColumn":2},{"ruleId":"68","severity":1,"message":"69","line":2,"column":8,"nodeType":"70","messageId":"71","endLine":2,"endColumn":11},{"ruleId":"72","severity":1,"message":"73","line":44,"column":1,"nodeType":"74","messageId":"75","endLine":44,"endColumn":65},"import/no-anonymous-default-export","Unexpected default export of anonymous function","ExportDefaultDeclaration","no-unused-vars","'Nav' is defined but never used.","Identifier","unusedVar","no-lone-blocks","Block is redundant.","BlockStatement","redundantBlock"] \ No newline at end of file diff --git a/node_modules/.cache/babel-loader/00305c25c484b8ce7f357f2165d3191eed0444270e0492983f073aa75d17d132.json b/node_modules/.cache/babel-loader/00305c25c484b8ce7f357f2165d3191eed0444270e0492983f073aa75d17d132.json deleted file mode 100644 index 223dec5c5..000000000 --- a/node_modules/.cache/babel-loader/00305c25c484b8ce7f357f2165d3191eed0444270e0492983f073aa75d17d132.json +++ /dev/null @@ -1 +0,0 @@ -{"ast":null,"code":"/* global __react_refresh_library__ */\n\nconst safeThis = require('core-js-pure/features/global-this');\nconst RefreshRuntime = require('react-refresh/runtime');\nif (process.env.NODE_ENV !== 'production') {\n if (typeof safeThis !== 'undefined') {\n var $RefreshInjected$ = '__reactRefreshInjected';\n // Namespace the injected flag (if necessary) for monorepo compatibility\n if (typeof __react_refresh_library__ !== 'undefined' && __react_refresh_library__) {\n $RefreshInjected$ += '_' + __react_refresh_library__;\n }\n\n // Only inject the runtime if it hasn't been injected\n if (!safeThis[$RefreshInjected$]) {\n // Inject refresh runtime into global scope\n RefreshRuntime.injectIntoGlobalHook(safeThis);\n\n // Mark the runtime as injected to prevent double-injection\n safeThis[$RefreshInjected$] = true;\n }\n }\n}","map":{"version":3,"names":["safeThis","require","RefreshRuntime","process","env","NODE_ENV","$RefreshInjected$","__react_refresh_library__","injectIntoGlobalHook"],"sources":["/Users/childrebelsoldier/calusmo/node_modules/@pmmmwh/react-refresh-webpack-plugin/client/ReactRefreshEntry.js"],"sourcesContent":["/* global __react_refresh_library__ */\n\nconst safeThis = require('core-js-pure/features/global-this');\nconst RefreshRuntime = require('react-refresh/runtime');\n\nif (process.env.NODE_ENV !== 'production') {\n if (typeof safeThis !== 'undefined') {\n var $RefreshInjected$ = '__reactRefreshInjected';\n // Namespace the injected flag (if necessary) for monorepo compatibility\n if (typeof __react_refresh_library__ !== 'undefined' && __react_refresh_library__) {\n $RefreshInjected$ += '_' + __react_refresh_library__;\n }\n\n // Only inject the runtime if it hasn't been injected\n if (!safeThis[$RefreshInjected$]) {\n // Inject refresh runtime into global scope\n RefreshRuntime.injectIntoGlobalHook(safeThis);\n\n // Mark the runtime as injected to prevent double-injection\n safeThis[$RefreshInjected$] = true;\n }\n }\n}\n"],"mappings":"AAAA;;AAEA,MAAMA,QAAQ,GAAGC,OAAO,CAAC,mCAAmC,CAAC;AAC7D,MAAMC,cAAc,GAAGD,OAAO,CAAC,uBAAuB,CAAC;AAEvD,IAAIE,OAAO,CAACC,GAAG,CAACC,QAAQ,KAAK,YAAY,EAAE;EACzC,IAAI,OAAOL,QAAQ,KAAK,WAAW,EAAE;IACnC,IAAIM,iBAAiB,GAAG,wBAAwB;IAChD;IACA,IAAI,OAAOC,yBAAyB,KAAK,WAAW,IAAIA,yBAAyB,EAAE;MACjFD,iBAAiB,IAAI,GAAG,GAAGC,yBAAyB;IACtD;;IAEA;IACA,IAAI,CAACP,QAAQ,CAACM,iBAAiB,CAAC,EAAE;MAChC;MACAJ,cAAc,CAACM,oBAAoB,CAACR,QAAQ,CAAC;;MAE7C;MACAA,QAAQ,CAACM,iBAAiB,CAAC,GAAG,IAAI;IACpC;EACF;AACF"},"metadata":{},"sourceType":"script","externalDependencies":[]} \ No newline at end of file diff --git a/node_modules/.cache/babel-loader/0059b96c8a663524e65311ec5abd24c9eba4f114af34e5bcce4b212fdbe6df4c.json b/node_modules/.cache/babel-loader/0059b96c8a663524e65311ec5abd24c9eba4f114af34e5bcce4b212fdbe6df4c.json deleted file mode 100644 index d48d39131..000000000 --- a/node_modules/.cache/babel-loader/0059b96c8a663524e65311ec5abd24c9eba4f114af34e5bcce4b212fdbe6df4c.json +++ /dev/null @@ -1 +0,0 @@ -{"ast":null,"code":"var _jsxFileName = \"/Users/childrebelsoldier/calusmo/src/components/Header.js\";\nimport '../index.css';\nimport Container from 'react-bootstrap/Container';\nimport Nav from 'react-bootstrap/Nav';\nimport Navbar from 'react-bootstrap/Navbar';\nimport NavDropdown from 'react-bootstrap/NavDropdown';\n// shoutout to bootstrap\n// I am just doing some work! :D \nimport { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\nfunction Header() {\n return /*#__PURE__*/_jsxDEV(Navbar, {\n expand: \"lg\",\n className: \"bg-body-tertiary\",\n children: /*#__PURE__*/_jsxDEV(Container, {\n children: [/*#__PURE__*/_jsxDEV(Navbar.Brand, {\n href: \"../pages/Home.js\",\n children: \"React-Bootstrap\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 13,\n columnNumber: 17\n }, this), /*#__PURE__*/_jsxDEV(Navbar.Brand, {\n href: \"\",\n children: \" \"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 14,\n columnNumber: 17\n }, this), /*#__PURE__*/_jsxDEV(Navbar.Toggle, {\n \"aria-controls\": \"basic-navbar-nav\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 15,\n columnNumber: 17\n }, this), /*#__PURE__*/_jsxDEV(Navbar.Collapse, {\n id: \"basic-navbar-nav\",\n children: /*#__PURE__*/_jsxDEV(Nav, {\n className: \"me-auto\",\n children: [/*#__PURE__*/_jsxDEV(Nav.Link, {\n href: \"../pages/Home.js\",\n children: \"Home\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 18,\n columnNumber: 25\n }, this), /*#__PURE__*/_jsxDEV(Nav.Link, {\n href: \"../\",\n children: \"Link\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 19,\n columnNumber: 25\n }, this), /*#__PURE__*/_jsxDEV(NavDropdown, {\n title: \"Dropdown\",\n id: \"basic-nav-dropdown\",\n children: [/*#__PURE__*/_jsxDEV(NavDropdown.Item, {\n href: \"#action/3.1\",\n children: \"Action\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 21,\n columnNumber: 29\n }, this), /*#__PURE__*/_jsxDEV(NavDropdown.Item, {\n href: \"#action/3.2\",\n children: \"Another action\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 22,\n columnNumber: 29\n }, this), /*#__PURE__*/_jsxDEV(NavDropdown.Item, {\n href: \"#action/3.3\",\n children: \"Something\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 25,\n columnNumber: 29\n }, this), /*#__PURE__*/_jsxDEV(NavDropdown.Divider, {}, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 26,\n columnNumber: 29\n }, this), /*#__PURE__*/_jsxDEV(NavDropdown.Item, {\n href: \"#action/3.4\",\n children: \"Separated link\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 27,\n columnNumber: 29\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 20,\n columnNumber: 25\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 17,\n columnNumber: 21\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 16,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 12,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 11,\n columnNumber: 9\n }, this);\n // :DDD \n // sanity rambling check (im ok guys)\n // goal: familiarizing with react by making a silly header :DDDD \n // this better not be final otherwise I kill myself \n // Ok !\n}\n_c = Header;\nexport default Header;\nvar _c;\n$RefreshReg$(_c, \"Header\");","map":{"version":3,"names":["Container","Nav","Navbar","NavDropdown","jsxDEV","_jsxDEV","Header","expand","className","children","Brand","href","fileName","_jsxFileName","lineNumber","columnNumber","Toggle","Collapse","id","Link","title","Item","Divider","_c","$RefreshReg$"],"sources":["/Users/childrebelsoldier/calusmo/src/components/Header.js"],"sourcesContent":["import '../index.css';\nimport Container from 'react-bootstrap/Container';\nimport Nav from 'react-bootstrap/Nav';\nimport Navbar from 'react-bootstrap/Navbar';\nimport NavDropdown from 'react-bootstrap/NavDropdown';\n// shoutout to bootstrap\n// I am just doing some work! :D \n\nfunction Header() {\n return (\n \n \n React-Bootstrap\n \n \n \n \n \n \n \n );\n // :DDD \n // sanity rambling check (im ok guys)\n // goal: familiarizing with react by making a silly header :DDDD \n // this better not be final otherwise I kill myself \n // Ok !\n}\nexport default Header; \n"],"mappings":"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"},"metadata":{},"sourceType":"module","externalDependencies":[]} \ No newline at end of file diff --git a/node_modules/.cache/babel-loader/007bc5c3b6a98a8a281464df2c21a600f88bdd8743a7c337a22c626d4c9f2543.json b/node_modules/.cache/babel-loader/007bc5c3b6a98a8a281464df2c21a600f88bdd8743a7c337a22c626d4c9f2543.json deleted file mode 100644 index fb97fd1bd..000000000 --- a/node_modules/.cache/babel-loader/007bc5c3b6a98a8a281464df2c21a600f88bdd8743a7c337a22c626d4c9f2543.json +++ /dev/null @@ -1 +0,0 @@ -{"ast":null,"code":"'use strict';\n\nmodule.exports = true;","map":{"version":3,"names":["module","exports"],"sources":["/Users/majuyeon/calusmo/node_modules/core-js-pure/internals/is-pure.js"],"sourcesContent":["'use strict';\nmodule.exports = true;\n"],"mappings":"AAAA,YAAY;;AACZA,MAAM,CAACC,OAAO,GAAG,IAAI"},"metadata":{},"sourceType":"script","externalDependencies":[]} \ No newline at end of file diff --git a/node_modules/.cache/babel-loader/00abca82b60ad6110da3f1c6132e0b2f78749defc18d22fd7ad46d35a73ebe18.json b/node_modules/.cache/babel-loader/00abca82b60ad6110da3f1c6132e0b2f78749defc18d22fd7ad46d35a73ebe18.json deleted file mode 100644 index 742ed619d..000000000 --- a/node_modules/.cache/babel-loader/00abca82b60ad6110da3f1c6132e0b2f78749defc18d22fd7ad46d35a73ebe18.json +++ /dev/null @@ -1 +0,0 @@ -{"ast":null,"code":"var _jsxFileName = \"/Users/childrebelsoldier/calusmo/src/components/Header.js\";\nimport '../index.css';\nimport { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\nexport default function Header() {\n return /*#__PURE__*/_jsxDEV(\"h1\", {\n className: \"\",\n children: \"Placeholder Header\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 4,\n columnNumber: 9\n }, this)\n // why is there still h1?\n ;\n}\n_c = Header;\nvar _c;\n$RefreshReg$(_c, \"Header\");","map":{"version":3,"names":["jsxDEV","_jsxDEV","Header","className","children","fileName","_jsxFileName","lineNumber","columnNumber","_c","$RefreshReg$"],"sources":["/Users/childrebelsoldier/calusmo/src/components/Header.js"],"sourcesContent":["import '../index.css';\nexport default function Header() {\n return (\n

Placeholder Header

\n // why is there still h1?\n\n )\n}"],"mappings":";AAAA,OAAO,cAAc;AAAC,SAAAA,MAAA,IAAAC,OAAA;AACtB,eAAe,SAASC,MAAMA,CAAA,EAAG;EAC7B,oBACID,OAAA;IAAIE,SAAS,EAAC,EAAE;IAAAC,QAAA,EAAC;EAAkB;IAAAC,QAAA,EAAAC,YAAA;IAAAC,UAAA;IAAAC,YAAA;EAAA,OAAI;EACvC;EAAA;AAGR;AAACC,EAAA,GANuBP,MAAM;AAAA,IAAAO,EAAA;AAAAC,YAAA,CAAAD,EAAA"},"metadata":{},"sourceType":"module","externalDependencies":[]} \ No newline at end of file diff --git a/node_modules/.cache/babel-loader/011c520578f333bf05880afa80c46e896cbe429aa807e94a6e10637ba3aa7550.json b/node_modules/.cache/babel-loader/011c520578f333bf05880afa80c46e896cbe429aa807e94a6e10637ba3aa7550.json deleted file mode 100644 index e6e0482e8..000000000 --- a/node_modules/.cache/babel-loader/011c520578f333bf05880afa80c46e896cbe429aa807e94a6e10637ba3aa7550.json +++ /dev/null @@ -1 +0,0 @@ -{"ast":null,"code":"var _jsxFileName = \"/Users/childrebelsoldier/calusmo/src/components/Header.js\";\nimport Container from 'react-bootstrap/Container';\nimport Nav from 'react-bootstrap/Nav';\nimport Navbar from 'react-bootstrap/Navbar';\nimport 'bootstrap/dist/css/bootstrap.min.css';\nimport \"../index.css\";\nimport { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\nfunction BasicExample() {\n return /*#__PURE__*/_jsxDEV(Navbar, {\n sticky: \"top\",\n expand: \"lg\",\n className: \"bg-body-tertiary\",\n children: /*#__PURE__*/_jsxDEV(Container, {\n children: [/*#__PURE__*/_jsxDEV(Navbar.Brand, {\n href: \"../pages/Home.js\",\n children: /*#__PURE__*/_jsxDEV(\"img\", {\n src: \"/logo.png\",\n width: \"30\",\n height: \"30\",\n className: \"Top-bar-logo\",\n alt: \"calusmo Logo\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 20,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 19,\n columnNumber: 9\n }, this), /*#__PURE__*/_jsxDEV(Nav, {\n href: \"../\",\n children: \"About Us\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 29,\n columnNumber: 9\n }, this), /*#__PURE__*/_jsxDEV(Nav, {\n children: \"Contact Us\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 30,\n columnNumber: 9\n }, this), /*#__PURE__*/_jsxDEV(Nav, {\n children: \"Donate\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 31,\n columnNumber: 9\n }, this), /*#__PURE__*/_jsxDEV(Nav, {\n children: \"Home\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 32,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 14,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 12,\n columnNumber: 5\n }, this);\n}\n_c = BasicExample;\n{/* TODO: get all elements setup and add a nice hover effect */}\nexport default BasicExample;\nvar _c;\n$RefreshReg$(_c, \"BasicExample\");","map":{"version":3,"names":["Container","Nav","Navbar","jsxDEV","_jsxDEV","BasicExample","sticky","expand","className","children","Brand","href","src","width","height","alt","fileName","_jsxFileName","lineNumber","columnNumber","_c","$RefreshReg$"],"sources":["/Users/childrebelsoldier/calusmo/src/components/Header.js"],"sourcesContent":["import Container from 'react-bootstrap/Container';\nimport Nav from 'react-bootstrap/Nav';\nimport Navbar from 'react-bootstrap/Navbar';\nimport 'bootstrap/dist/css/bootstrap.min.css';\nimport \"../index.css\"\n\n\n\nfunction BasicExample() {\n \n return (\n \n {/* sticky: scrollability, expand = \"lg\", bg-body-tertiary doesnt actually do anything except add border */}\n \n {/* \"containers are used to limit horizontal width*/}\n {/* \"while not required, you can wrap the navbar in a component to center it on a page, or add one within to the only center the contents of a fixed or static top navbar. */}\n {/* \"what is expand =?*/}\n {/* ok so there's a CSS import. OK. Im just stupid guys :D */}\n \n \n {/* What do I want to get done today? Just this topbar? */}\n \n \n \n \n \n \n \n );\n}\n{/* TODO: get all elements setup and add a nice hover effect */}\nexport default BasicExample;\n\n\n"],"mappings":";AAAA,OAAOA,SAAS,MAAM,2BAA2B;AACjD,OAAOC,GAAG,MAAM,qBAAqB;AACrC,OAAOC,MAAM,MAAM,wBAAwB;AAC3C,OAAO,sCAAsC;AAC7C,OAAO,cAAc;AAAA,SAAAC,MAAA,IAAAC,OAAA;AAIrB,SAASC,YAAYA,CAAA,EAAG;EAEtB,oBACED,OAAA,CAACF,MAAM;IAACI,MAAM,EAAC,KAAK;IAACC,MAAM,EAAC,IAAI;IAACC,SAAS,EAAC,kBAAkB;IAAAC,QAAA,eAE3DL,OAAA,CAACJ,SAAS;MAAAS,QAAA,gBAKRL,OAAA,CAACF,MAAM,CAACQ,KAAK;QAACC,IAAI,EAAC,kBAAkB;QAAAF,QAAA,eACnCL,OAAA;UACEQ,GAAG,EAAC,WAAW;UACfC,KAAK,EAAC,IAAI;UACVC,MAAM,EAAC,IAAI;UACXN,SAAS,EAAC,cAAc;UACxBO,GAAG,EAAC;QAAc;UAAAC,QAAA,EAAAC,YAAA;UAAAC,UAAA;UAAAC,YAAA;QAAA,OACnB;MAAC;QAAAH,QAAA,EAAAC,YAAA;QAAAC,UAAA;QAAAC,YAAA;MAAA,OAEU,CAAC,eACff,OAAA,CAACH,GAAG;QAACU,IAAI,EAAC,KAAK;QAAAF,QAAA,EAAC;MAAQ;QAAAO,QAAA,EAAAC,YAAA;QAAAC,UAAA;QAAAC,YAAA;MAAA,OAAK,CAAC,eAC9Bf,OAAA,CAACH,GAAG;QAAAQ,QAAA,EAAC;MAAU;QAAAO,QAAA,EAAAC,YAAA;QAAAC,UAAA;QAAAC,YAAA;MAAA,OAAK,CAAC,eACrBf,OAAA,CAACH,GAAG;QAAAQ,QAAA,EAAC;MAAM;QAAAO,QAAA,EAAAC,YAAA;QAAAC,UAAA;QAAAC,YAAA;MAAA,OAAK,CAAC,eACjBf,OAAA,CAACH,GAAG;QAAAQ,QAAA,EAAC;MAAI;QAAAO,QAAA,EAAAC,YAAA;QAAAC,UAAA;QAAAC,YAAA;MAAA,OAAK,CAAC;IAAA;MAAAH,QAAA,EAAAC,YAAA;MAAAC,UAAA;MAAAC,YAAA;IAAA,OACN;EAAC;IAAAH,QAAA,EAAAC,YAAA;IAAAC,UAAA;IAAAC,YAAA;EAAA,OACN,CAAC;AAEb;AAACC,EAAA,GA3BQf,YAAY;AA4BrB,CAAC;AACD,eAAeA,YAAY;AAAC,IAAAe,EAAA;AAAAC,YAAA,CAAAD,EAAA"},"metadata":{},"sourceType":"module","externalDependencies":[]} \ No newline at end of file diff --git a/node_modules/.cache/babel-loader/0124e19f319a8e0fec92c66215ec617faa8173e3f462ef0e71618e2f0cac5d8a.json b/node_modules/.cache/babel-loader/0124e19f319a8e0fec92c66215ec617faa8173e3f462ef0e71618e2f0cac5d8a.json deleted file mode 100644 index 8d5aab8bc..000000000 --- a/node_modules/.cache/babel-loader/0124e19f319a8e0fec92c66215ec617faa8173e3f462ef0e71618e2f0cac5d8a.json +++ /dev/null @@ -1 +0,0 @@ -{"ast":null,"code":"'use strict';\n\nvar call = require('../internals/function-call');\nvar isCallable = require('../internals/is-callable');\nvar isObject = require('../internals/is-object');\nvar $TypeError = TypeError;\n\n// `OrdinaryToPrimitive` abstract operation\n// https://tc39.es/ecma262/#sec-ordinarytoprimitive\nmodule.exports = function (input, pref) {\n var fn, val;\n if (pref === 'string' && isCallable(fn = input.toString) && !isObject(val = call(fn, input))) return val;\n if (isCallable(fn = input.valueOf) && !isObject(val = call(fn, input))) return val;\n if (pref !== 'string' && isCallable(fn = input.toString) && !isObject(val = call(fn, input))) return val;\n throw new $TypeError(\"Can't convert object to primitive value\");\n};","map":{"version":3,"names":["call","require","isCallable","isObject","$TypeError","TypeError","module","exports","input","pref","fn","val","toString","valueOf"],"sources":["/Users/majuyeon/calusmo/node_modules/core-js-pure/internals/ordinary-to-primitive.js"],"sourcesContent":["'use strict';\nvar call = require('../internals/function-call');\nvar isCallable = require('../internals/is-callable');\nvar isObject = require('../internals/is-object');\n\nvar $TypeError = TypeError;\n\n// `OrdinaryToPrimitive` abstract operation\n// https://tc39.es/ecma262/#sec-ordinarytoprimitive\nmodule.exports = function (input, pref) {\n var fn, val;\n if (pref === 'string' && isCallable(fn = input.toString) && !isObject(val = call(fn, input))) return val;\n if (isCallable(fn = input.valueOf) && !isObject(val = call(fn, input))) return val;\n if (pref !== 'string' && isCallable(fn = input.toString) && !isObject(val = call(fn, input))) return val;\n throw new $TypeError(\"Can't convert object to primitive value\");\n};\n"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,IAAI,GAAGC,OAAO,CAAC,4BAA4B,CAAC;AAChD,IAAIC,UAAU,GAAGD,OAAO,CAAC,0BAA0B,CAAC;AACpD,IAAIE,QAAQ,GAAGF,OAAO,CAAC,wBAAwB,CAAC;AAEhD,IAAIG,UAAU,GAAGC,SAAS;;AAE1B;AACA;AACAC,MAAM,CAACC,OAAO,GAAG,UAAUC,KAAK,EAAEC,IAAI,EAAE;EACtC,IAAIC,EAAE,EAAEC,GAAG;EACX,IAAIF,IAAI,KAAK,QAAQ,IAAIP,UAAU,CAACQ,EAAE,GAAGF,KAAK,CAACI,QAAQ,CAAC,IAAI,CAACT,QAAQ,CAACQ,GAAG,GAAGX,IAAI,CAACU,EAAE,EAAEF,KAAK,CAAC,CAAC,EAAE,OAAOG,GAAG;EACxG,IAAIT,UAAU,CAACQ,EAAE,GAAGF,KAAK,CAACK,OAAO,CAAC,IAAI,CAACV,QAAQ,CAACQ,GAAG,GAAGX,IAAI,CAACU,EAAE,EAAEF,KAAK,CAAC,CAAC,EAAE,OAAOG,GAAG;EAClF,IAAIF,IAAI,KAAK,QAAQ,IAAIP,UAAU,CAACQ,EAAE,GAAGF,KAAK,CAACI,QAAQ,CAAC,IAAI,CAACT,QAAQ,CAACQ,GAAG,GAAGX,IAAI,CAACU,EAAE,EAAEF,KAAK,CAAC,CAAC,EAAE,OAAOG,GAAG;EACxG,MAAM,IAAIP,UAAU,CAAC,yCAAyC,CAAC;AACjE,CAAC"},"metadata":{},"sourceType":"script","externalDependencies":[]} \ No newline at end of file diff --git a/node_modules/.cache/babel-loader/01396528646f96763964c927e378916e97333d19c719f0d5f86788c20efdcbe2.json b/node_modules/.cache/babel-loader/01396528646f96763964c927e378916e97333d19c719f0d5f86788c20efdcbe2.json deleted file mode 100644 index 47adcbacf..000000000 --- a/node_modules/.cache/babel-loader/01396528646f96763964c927e378916e97333d19c719f0d5f86788c20efdcbe2.json +++ /dev/null @@ -1 +0,0 @@ -{"ast":null,"code":"/* eslint-disable no-return-assign */\nimport canUseDOM from './canUseDOM';\nexport var optionsSupported = false;\nexport var onceSupported = false;\ntry {\n var options = {\n get passive() {\n return optionsSupported = true;\n },\n get once() {\n // eslint-disable-next-line no-multi-assign\n return onceSupported = optionsSupported = true;\n }\n };\n if (canUseDOM) {\n window.addEventListener('test', options, options);\n window.removeEventListener('test', options, true);\n }\n} catch (e) {\n /* */\n}\n\n/**\n * An `addEventListener` ponyfill, supports the `once` option\n * \n * @param node the element\n * @param eventName the event name\n * @param handle the handler\n * @param options event options\n */\nfunction addEventListener(node, eventName, handler, options) {\n if (options && typeof options !== 'boolean' && !onceSupported) {\n var once = options.once,\n capture = options.capture;\n var wrappedHandler = handler;\n if (!onceSupported && once) {\n wrappedHandler = handler.__once || function onceHandler(event) {\n this.removeEventListener(eventName, onceHandler, capture);\n handler.call(this, event);\n };\n handler.__once = wrappedHandler;\n }\n node.addEventListener(eventName, wrappedHandler, optionsSupported ? options : capture);\n }\n node.addEventListener(eventName, handler, options);\n}\nexport default addEventListener;","map":{"version":3,"names":["canUseDOM","optionsSupported","onceSupported","options","passive","once","window","addEventListener","removeEventListener","e","node","eventName","handler","capture","wrappedHandler","__once","onceHandler","event","call"],"sources":["/Users/childrebelsoldier/calusmo/node_modules/dom-helpers/esm/addEventListener.js"],"sourcesContent":["/* eslint-disable no-return-assign */\nimport canUseDOM from './canUseDOM';\nexport var optionsSupported = false;\nexport var onceSupported = false;\n\ntry {\n var options = {\n get passive() {\n return optionsSupported = true;\n },\n\n get once() {\n // eslint-disable-next-line no-multi-assign\n return onceSupported = optionsSupported = true;\n }\n\n };\n\n if (canUseDOM) {\n window.addEventListener('test', options, options);\n window.removeEventListener('test', options, true);\n }\n} catch (e) {\n /* */\n}\n\n/**\n * An `addEventListener` ponyfill, supports the `once` option\n * \n * @param node the element\n * @param eventName the event name\n * @param handle the handler\n * @param options event options\n */\nfunction addEventListener(node, eventName, handler, options) {\n if (options && typeof options !== 'boolean' && !onceSupported) {\n var once = options.once,\n capture = options.capture;\n var wrappedHandler = handler;\n\n if (!onceSupported && once) {\n wrappedHandler = handler.__once || function onceHandler(event) {\n this.removeEventListener(eventName, onceHandler, capture);\n handler.call(this, event);\n };\n\n handler.__once = wrappedHandler;\n }\n\n node.addEventListener(eventName, wrappedHandler, optionsSupported ? options : capture);\n }\n\n node.addEventListener(eventName, handler, options);\n}\n\nexport default addEventListener;"],"mappings":"AAAA;AACA,OAAOA,SAAS,MAAM,aAAa;AACnC,OAAO,IAAIC,gBAAgB,GAAG,KAAK;AACnC,OAAO,IAAIC,aAAa,GAAG,KAAK;AAEhC,IAAI;EACF,IAAIC,OAAO,GAAG;IACZ,IAAIC,OAAOA,CAAA,EAAG;MACZ,OAAOH,gBAAgB,GAAG,IAAI;IAChC,CAAC;IAED,IAAII,IAAIA,CAAA,EAAG;MACT;MACA,OAAOH,aAAa,GAAGD,gBAAgB,GAAG,IAAI;IAChD;EAEF,CAAC;EAED,IAAID,SAAS,EAAE;IACbM,MAAM,CAACC,gBAAgB,CAAC,MAAM,EAAEJ,OAAO,EAAEA,OAAO,CAAC;IACjDG,MAAM,CAACE,mBAAmB,CAAC,MAAM,EAAEL,OAAO,EAAE,IAAI,CAAC;EACnD;AACF,CAAC,CAAC,OAAOM,CAAC,EAAE;EACV;AAAA;;AAGF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASF,gBAAgBA,CAACG,IAAI,EAAEC,SAAS,EAAEC,OAAO,EAAET,OAAO,EAAE;EAC3D,IAAIA,OAAO,IAAI,OAAOA,OAAO,KAAK,SAAS,IAAI,CAACD,aAAa,EAAE;IAC7D,IAAIG,IAAI,GAAGF,OAAO,CAACE,IAAI;MACnBQ,OAAO,GAAGV,OAAO,CAACU,OAAO;IAC7B,IAAIC,cAAc,GAAGF,OAAO;IAE5B,IAAI,CAACV,aAAa,IAAIG,IAAI,EAAE;MAC1BS,cAAc,GAAGF,OAAO,CAACG,MAAM,IAAI,SAASC,WAAWA,CAACC,KAAK,EAAE;QAC7D,IAAI,CAACT,mBAAmB,CAACG,SAAS,EAAEK,WAAW,EAAEH,OAAO,CAAC;QACzDD,OAAO,CAACM,IAAI,CAAC,IAAI,EAAED,KAAK,CAAC;MAC3B,CAAC;MAEDL,OAAO,CAACG,MAAM,GAAGD,cAAc;IACjC;IAEAJ,IAAI,CAACH,gBAAgB,CAACI,SAAS,EAAEG,cAAc,EAAEb,gBAAgB,GAAGE,OAAO,GAAGU,OAAO,CAAC;EACxF;EAEAH,IAAI,CAACH,gBAAgB,CAACI,SAAS,EAAEC,OAAO,EAAET,OAAO,CAAC;AACpD;AAEA,eAAeI,gBAAgB"},"metadata":{},"sourceType":"module","externalDependencies":[]} \ No newline at end of file diff --git a/node_modules/.cache/babel-loader/015ad474cdc697f56c28608dc3796e900af58784d44f2cc784aa7c72f41ae491.json b/node_modules/.cache/babel-loader/015ad474cdc697f56c28608dc3796e900af58784d44f2cc784aa7c72f41ae491.json deleted file mode 100644 index 02de0a3d8..000000000 --- a/node_modules/.cache/babel-loader/015ad474cdc697f56c28608dc3796e900af58784d44f2cc784aa7c72f41ae491.json +++ /dev/null @@ -1 +0,0 @@ -{"ast":null,"code":"var _jsxFileName = \"/Users/majuyeon/calusmo/src/pages/Home.js\";\nimport Header from \"../components/Header\";\nimport Footer from \"../components/Footer\";\nimport { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\nimport { Fragment as _Fragment } from \"react/jsx-dev-runtime\";\nexport default function () {\n return /*#__PURE__*/_jsxDEV(_Fragment, {\n children: [/*#__PURE__*/_jsxDEV(Header, {}, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 7,\n columnNumber: 13\n }, this), /*#__PURE__*/_jsxDEV(\"h2\", {\n children: \"Home Page\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 8,\n columnNumber: 13\n }, this), /*#__PURE__*/_jsxDEV(Footer, {}, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 9,\n columnNumber: 13\n }, this)]\n }, void 0, true);\n}","map":{"version":3,"names":["Header","Footer","jsxDEV","_jsxDEV","Fragment","_Fragment","children","fileName","_jsxFileName","lineNumber","columnNumber"],"sources":["/Users/majuyeon/calusmo/src/pages/Home.js"],"sourcesContent":["import Header from \"../components/Header\"\nimport Footer from \"../components/Footer\"\n\nexport default function() {\n return (\n <>\n
\n

Home Page

\n