diff --git a/client/package.json b/client/package.json index 00b3b87d..d171c791 100644 --- a/client/package.json +++ b/client/package.json @@ -55,6 +55,6 @@ "webpack-cli": "^5.0.1" }, "engines": { - "node": ">=16.0.0 <17.0.0" + "node": ">=14.0.0 <17.0.0" } } diff --git a/client/pages/committees.jsx b/client/pages/committees.jsx index 2a14f522..07abe61a 100644 --- a/client/pages/committees.jsx +++ b/client/pages/committees.jsx @@ -12,14 +12,19 @@ export default function Committees() {
- WECE has seven great committees you can join and participate in! - Read more to find out what each of them do :) If you would like to - join, fill out your committee preferences below! -
-
+ WECE has seven committees for you to join and participate in!
+
+ Interested in being a part of a commitee? Be sure to join our slack!
+
The Academic Committee organizes and hosts workshops and @@ -45,9 +64,23 @@ export default function Committees() { + +
The Infrastructure Commitee develops and updates the WECE @@ -65,9 +98,37 @@ export default function Committees() { + + + +
The Marketing Committee advertises WECE events and creatively @@ -87,16 +148,37 @@ export default function Committees() { + + +
The WECE Mentorship Committee strives to build a welcoming and @@ -114,9 +196,27 @@ export default function Committees() { + + +
The outreach committee works with the surrounding community to @@ -132,9 +232,23 @@ export default function Committees() { + +
Social Committee is all about fostering relationships. Whether @@ -159,9 +273,37 @@ export default function Committees() { + + + +
The WECE technical committee works on a project which is diff --git a/client/styles/Committees.module.css b/client/styles/Committees.module.css index 56ce235a..a2c50a51 100644 --- a/client/styles/Committees.module.css +++ b/client/styles/Committees.module.css @@ -6,7 +6,7 @@ } .section-flex p { - width: 500px; + width: 530px; } .section-flex figcaption { @@ -18,9 +18,9 @@ border-radius: 100%; object-fit: cover; object-position: center; - width: 150px; - height: 150px; - padding: 15px; + width: 100px; + height: 100px; + padding: 20px; } .committee-text { diff --git a/client/yarn.lock b/client/yarn.lock index ede381c9..fbfaa762 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -12507,13 +12507,15 @@ react-docgen@^5.0.0: node-dir "^0.1.10" strip-indent "^3.0.0" -react-dom@^18.2.0: - version "18.2.0" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d" - integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g== +react-dom@^16.13.1: + version "16.14.0" + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89" + integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw== dependencies: loose-envify "^1.1.0" - scheduler "^0.23.0" + object-assign "^4.1.1" + prop-types "^15.6.2" + scheduler "^0.19.1" react-double-scrollbar@0.0.15: version "0.0.15" @@ -12710,12 +12712,14 @@ react-typeform-embed@^0.2.1: dependencies: "@typeform/embed" "^0.10.0" -react@^18.2.0: - version "18.2.0" - resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5" - integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ== +react@^16.13.1: + version "16.14.0" + resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d" + integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g== dependencies: loose-envify "^1.1.0" + object-assign "^4.1.1" + prop-types "^15.6.2" read-cache@^1.0.0: version "1.0.0" @@ -13268,12 +13272,13 @@ saxes@^5.0.1: dependencies: xmlchars "^2.2.0" -scheduler@^0.23.0: - version "0.23.0" - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.0.tgz#ba8041afc3d30eb206a487b6b384002e4e61fdfe" - integrity sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw== +scheduler@^0.19.1: + version "0.19.1" + resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196" + integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA== dependencies: loose-envify "^1.1.0" + object-assign "^4.1.1" schema-utils@2.7.0: version "2.7.0"