April-Code-Party (#567)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Add april code party even announcement to CSC website Co-authored-by: Tejas Srikanth <tcsrikan@high-fructose-corn-syrup.csclub.uwaterloo.ca> Co-authored-by: shahanneda <shahan.neda@gmail.com> Reviewed-on: #567 Reviewed-by: Mark Chiu <e26chiu@csclub.uwaterloo.ca> Reviewed-by: Shahan Nedadahandeh <snedadah@csclub.uwaterloo.ca> Co-authored-by: Tejas Srikanth <tcsrikan@csclub.uwaterloo.ca> Co-committed-by: Tejas Srikanth <tcsrikan@csclub.uwaterloo.ca>
This commit is contained in:
parent
508b74a126
commit
48c056ea92
17
content/events/2023/winter/April-Code-Party.md
Normal file
17
content/events/2023/winter/April-Code-Party.md
Normal file
@ -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!!
|
@ -20,7 +20,7 @@
|
||||
{
|
||||
"name": "Aditya Thakral",
|
||||
"role": "Alumni"
|
||||
},
|
||||
},
|
||||
{
|
||||
"name": "Darren Lo"
|
||||
},
|
||||
|
BIN
images/events/2023/winter/April-Code-Party.jpg
Normal file
BIN
images/events/2023/winter/April-Code-Party.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
54
package-lock.json
generated
54
package-lock.json
generated
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user