diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0461d65..79e3928 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -6369,9 +6369,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001553", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001553.tgz", - "integrity": "sha512-N0ttd6TrFfuqKNi+pMgWJTb9qrdJu4JSpgPFLe/lrD19ugC6fZgF0pUewRowDwzdDnb9V41mFcdlYgl/PyKf4A==", + "version": "1.0.30001566", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001566.tgz", + "integrity": "sha512-ggIhCsTxmITBAMmK8yZjEhCO5/47jKXPu6Dha/wuCS4JePVL+3uiDEBuhu2aIoT+bqTOR8L76Ip1ARL9xYsEJA==", "funding": [ { "type": "opencollective", diff --git a/frontend/public/BPU_PartyPics/IndependentParty.png b/frontend/public/BPU_PartyPics/IndependentParty.png new file mode 100644 index 0000000..d30a024 Binary files /dev/null and b/frontend/public/BPU_PartyPics/IndependentParty.png differ diff --git a/frontend/public/BPU_PartyPics/LiberalParty.png b/frontend/public/BPU_PartyPics/LiberalParty.png new file mode 100644 index 0000000..d629dac Binary files /dev/null and b/frontend/public/BPU_PartyPics/LiberalParty.png differ diff --git a/frontend/public/BPU_PartyPics/SocialistParty.png b/frontend/public/BPU_PartyPics/SocialistParty.png new file mode 100644 index 0000000..66502e6 Binary files /dev/null and b/frontend/public/BPU_PartyPics/SocialistParty.png differ diff --git a/frontend/public/BPU_PartyPics/Socialist_Party_of_America_-_Logo.gif b/frontend/public/BPU_PartyPics/Socialist_Party_of_America_-_Logo.gif new file mode 100644 index 0000000..8ae0ac0 Binary files /dev/null and b/frontend/public/BPU_PartyPics/Socialist_Party_of_America_-_Logo.gif differ diff --git a/frontend/src/components/Footnote.jsx b/frontend/src/components/Footnote.jsx index deffe6f..ae18186 100644 --- a/frontend/src/components/Footnote.jsx +++ b/frontend/src/components/Footnote.jsx @@ -36,19 +36,19 @@ const Footnote = () => {
- About Us + About Us
- Events + Events
- Constitution + Constitution
- Parties + Parties
- Leadership + Leadership
Contact diff --git a/frontend/src/components/Navbar.jsx b/frontend/src/components/Navbar.jsx index 2447bc0..83a81ce 100644 --- a/frontend/src/components/Navbar.jsx +++ b/frontend/src/components/Navbar.jsx @@ -6,7 +6,7 @@ const buttons = [ { name: "Constitution", link: "/constitution" }, { name: "Parties", link: "/parties" }, { name: "Leadership", link: "/leadership" }, - // { name: "Contact", link: "/contact" }, + { name: "Contact", link: "https://docs.google.com/forms/d/e/1FAIpQLSdSC_VzIloUZ37vlAICG21CtEdShoidBJuHIbnGSh-PIBNzbA/viewform" }, ]; const NavbarButton = ({ name, link }) => { diff --git a/frontend/src/data/parties.json b/frontend/src/data/parties.json index 3bfb266..abe1077 100644 --- a/frontend/src/data/parties.json +++ b/frontend/src/data/parties.json @@ -10,7 +10,7 @@ "blurbs": "Hello World" }, { - "image": "https://source.unsplash.com/yUHAbzjJhR0", + "image": "frontend/public/BPU_PartyPics/IndependentParty.png", "name": "Independence Party", "blurbs": "Hello World" }, diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 87de659..c7e9ee5 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3608,9 +3608,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001538, caniuse-lite@^1.0.30001541: - version "1.0.30001553" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001553.tgz" - integrity sha512-N0ttd6TrFfuqKNi+pMgWJTb9qrdJu4JSpgPFLe/lrD19ugC6fZgF0pUewRowDwzdDnb9V41mFcdlYgl/PyKf4A== + version "1.0.30001566" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001566.tgz" + integrity sha512-ggIhCsTxmITBAMmK8yZjEhCO5/47jKXPu6Dha/wuCS4JePVL+3uiDEBuhu2aIoT+bqTOR8L76Ip1ARL9xYsEJA== case-sensitive-paths-webpack-plugin@^2.4.0: version "2.4.0"