Skip to content

Commit

Permalink
Remove Sponsor Us/Partner With Us page (#218)
Browse files Browse the repository at this point in the history
This page has been out of date for a long time. We'll revamp our
sponsorship approach soon, and in the meantime, I'm removing anything
we're not currently using.
  • Loading branch information
egiurleo authored Feb 14, 2024
1 parent 397c035 commit c938ba8
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 596 deletions.
2 changes: 0 additions & 2 deletions app/controllers/site_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ def home; end

def join_us; end

def sponsor_us; end

def meetups; end

def jobs; end
Expand Down
109 changes: 0 additions & 109 deletions app/javascript/components/SponsorsTile.jsx

This file was deleted.

8 changes: 4 additions & 4 deletions app/javascript/components/layout/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Twitter from 'components/icons/Twitter';

import 'stylesheets/footer.scss';

const Footer = () => (
const Footer = () =>
<footer>
<div className="footer">
<div className="footer-left">
Expand All @@ -14,8 +14,8 @@ const Footer = () => (
<a className="footer-col-item" href="/join-us">
Join WNB.rb
</a>
<a className="footer-col-item" href="/partner-with-us">
Partner with Us
<a className="footer-col-item" href="mailto:organizers@wnb-rb.dev">
Contact the Organizers
</a>
<a className="footer-col-item" href="/donate">
Donate
Expand Down Expand Up @@ -85,6 +85,6 @@ const Footer = () => (
</div>
</div>
</footer>
);
;

export default Footer;
3 changes: 1 addition & 2 deletions app/javascript/components/layout/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import 'stylesheets/header.scss';

const Header = () => {
const links = [
{ id: 2, text: 'Meetups', href: '/meetups' },
{ id: 3, text: 'Partner with Us', href: '/partner-with-us' },
{ id: 1, text: 'Meetups', href: '/meetups' },
];

const [headerState, setHeaderState] = useState({
Expand Down
103 changes: 0 additions & 103 deletions app/javascript/components/pages/SponsorUs.jsx

This file was deleted.

50 changes: 0 additions & 50 deletions app/javascript/components/sponsor_us/SponsorCard.jsx

This file was deleted.

19 changes: 0 additions & 19 deletions app/javascript/components/sponsor_us/SponsorUsInfoCard.jsx

This file was deleted.

33 changes: 0 additions & 33 deletions app/javascript/components/sponsor_us/SponsorshipOption.jsx

This file was deleted.

14 changes: 0 additions & 14 deletions app/javascript/components/sponsor_us/WhySponsorUsSection.jsx

This file was deleted.

Loading

0 comments on commit c938ba8

Please sign in to comment.