Skip to content

Commit

Permalink
more sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
rongc0723 committed Nov 15, 2023
1 parent fd3b95f commit cd6588c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Binary file added src/assets/images/LandingPage/BUCDS.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.
Binary file added src/assets/images/LandingPage/BUECESponsor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/components/LandingPageComponents/Sponsor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ import bucsSponsor from '../../assets/images/LandingPage/bucsSponsor.png';
import sublimeSponsor from '../../assets/images/LandingPage/sublimeSponsor.png';
import incaSponsor from '../../assets/images/LandingPage/incaSponsor.png';
import claimSponsor from '../../assets/images/LandingPage/claimSponsor.png';
import cdsSponsor from '../../assets/images/LandingPage/BUCDS.png';
import haririSponsor from '../../assets/images/LandingPage/BUComputingSponsor.png';
import eceSponsor from '../../assets/images/LandingPage/BUECESponsor.png';

export default function Sponsor() {
const sponsors = [
{
Expand Down Expand Up @@ -65,6 +69,18 @@ export default function Sponsor() {
id: 12,
image: claimSponsor,
},
{
id: 13,
image: cdsSponsor,
},
{
id: 14,
image: haririSponsor,
},
{
id: 15,
image: eceSponsor,
},

];
return (
Expand Down

0 comments on commit cd6588c

Please sign in to comment.