Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add contact to the header, add links to the footer #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/BPU_PartyPics/LiberalParty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/BPU_PartyPics/SocialistParty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions frontend/src/components/Footnote.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ const Footnote = () => {

<div className="float-right grid grid-rows-2 grid-flow-col gap-6 pt-12 pr-20">
<div className="text-2xl text-[#650202] font-bold inline-block">
About Us
<a href="/about">About Us</a>
</div>
<div className="text-2xl text-[#650202] font-bold inline-block">
Events
<a href="/events">Events</a>
</div>
<div className="text-2xl text-[#650202] font-bold inline-block">
Constitution
<a href="/constitution">Constitution</a>
</div>
<div className="text-2xl text-[#650202] font-bold inline-block">
Parties
<a href="/parties">Parties</a>
</div>
<div className="text-2xl text-[#650202] font-bold inline-block">
Leadership
<a href="/leadership">Leadership</a>
</div>
<div className="text-2xl text-[#650202] font-bold inline-block">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdSC_VzIloUZ37vlAICG21CtEdShoidBJuHIbnGSh-PIBNzbA/viewform">Contact</a>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/data/parties.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down