diff --git a/content/events/2023/winter/April-Code-Party.md b/content/events/2023/winter/April-Code-Party.md new file mode 100644 index 00000000..4e851adc --- /dev/null +++ b/content/events/2023/winter/April-Code-Party.md @@ -0,0 +1,17 @@ +--- +name: "April Fool's Day Code Party" +short: "Come hang out to work on your assignments, side projects and board games. There will be snacks, refreshments, and fun April Foolโ€™s pranks throughout the evening!" +startDate: "March 31 2023 18:00" +endDate: "March 31 2023 20:00" +online: false +location: "DC 1351" +poster: "images/events/2023/winter/April-Code-Party.jpg" +--- + +๐Ÿ“ฃ๐Ÿ“ฃ Attention CSC Members! Come join us for our ๐ŸŽŠ April Foolโ€™s ๐ŸŽŠ themed code party! There will be free pizza ๐Ÿ•, free Codey Coins ๐Ÿคซ, some fun pranks, and the chance to win some prizesโ€ฆ So come hang out, study, and get bamboozled with us! + +๐Ÿ“… Event Date: March 31, 6-8 pm + +๐Ÿ“Œ Location : DC 1351 + +See you there!! \ No newline at end of file diff --git a/content/team/web-committee.json b/content/team/web-committee.json index 781bf732..5e70c16a 100644 --- a/content/team/web-committee.json +++ b/content/team/web-committee.json @@ -20,7 +20,7 @@ { "name": "Aditya Thakral", "role": "Alumni" - }, + }, { "name": "Darren Lo" }, diff --git a/images/events/2023/winter/April-Code-Party.jpg b/images/events/2023/winter/April-Code-Party.jpg new file mode 100644 index 00000000..e83c116b Binary files /dev/null and b/images/events/2023/winter/April-Code-Party.jpg differ diff --git a/package-lock.json b/package-lock.json index f156be99..c13a0881 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,8 +17,10 @@ "image-size": "^1.0.0", "ldapts": "^3.1.0", "markdown-truncate": "^1.0.4", + "n": "^9.0.1", "next": "11.0.1", "next-mdx-remote": "3.0.4", + "node": "^16.19.1", "prettier": "^2.3.0", "react": "17.0.2", "react-dom": "17.0.2", @@ -4904,6 +4906,20 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, + "node_modules/n": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/n/-/n-9.0.1.tgz", + "integrity": "sha512-SsKwY5iFdKd3xpsT4ISFmRLnCVcx+eNMc2NIlxMQL+w6zKK4hjaMvSZf8V+Fq2ipVCuuLD2fhVJSA6cszfJq9g==", + "os": [ + "!win32" + ], + "bin": { + "n": "bin/n" + }, + "engines": { + "node": "*" + } + }, "node_modules/nanoid": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.2.0.tgz", @@ -5109,6 +5125,26 @@ "node": ">=0.10.0" } }, + "node_modules/node": { + "version": "16.19.1", + "resolved": "https://registry.npmjs.org/node/-/node-16.19.1.tgz", + "integrity": "sha512-3AqPTEeuh1S39LKyVGg18DHcGhsX9isWHHA4Qnf7QWb8MtYofQV/U1q1X6e8kyJaFXcuwedbh7JqHxQ+u/kxTw==", + "hasInstallScript": true, + "dependencies": { + "node-bin-setup": "^1.0.0" + }, + "bin": { + "node": "bin/node" + }, + "engines": { + "npm": ">=5.0.0" + } + }, + "node_modules/node-bin-setup": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/node-bin-setup/-/node-bin-setup-1.1.3.tgz", + "integrity": "sha512-opgw9iSCAzT2+6wJOETCpeRYAQxSopqQ2z+N6BXwIMsQQ7Zj5M8MaafQY8JMlolRR6R1UXg2WmhKp0p9lSOivg==" + }, "node_modules/node-fetch": { "version": "2.6.1", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", @@ -11354,6 +11390,11 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, + "n": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/n/-/n-9.0.1.tgz", + "integrity": "sha512-SsKwY5iFdKd3xpsT4ISFmRLnCVcx+eNMc2NIlxMQL+w6zKK4hjaMvSZf8V+Fq2ipVCuuLD2fhVJSA6cszfJq9g==" + }, "nanoid": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.2.0.tgz", @@ -11498,6 +11539,19 @@ } } }, + "node": { + "version": "16.19.1", + "resolved": "https://registry.npmjs.org/node/-/node-16.19.1.tgz", + "integrity": "sha512-3AqPTEeuh1S39LKyVGg18DHcGhsX9isWHHA4Qnf7QWb8MtYofQV/U1q1X6e8kyJaFXcuwedbh7JqHxQ+u/kxTw==", + "requires": { + "node-bin-setup": "^1.0.0" + } + }, + "node-bin-setup": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/node-bin-setup/-/node-bin-setup-1.1.3.tgz", + "integrity": "sha512-opgw9iSCAzT2+6wJOETCpeRYAQxSopqQ2z+N6BXwIMsQQ7Zj5M8MaafQY8JMlolRR6R1UXg2WmhKp0p9lSOivg==" + }, "node-fetch": { "version": "2.6.1", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", diff --git a/package.json b/package.json index 66a20fe5..5c2f3254 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,10 @@ "image-size": "^1.0.0", "ldapts": "^3.1.0", "markdown-truncate": "^1.0.4", + "n": "^9.0.1", "next": "11.0.1", "next-mdx-remote": "3.0.4", + "node": "^16.19.1", "prettier": "^2.3.0", "react": "17.0.2", "react-dom": "17.0.2",