Skip to content

Commit

Permalink
Add sponsors silver and add Laurence as team member
Browse files Browse the repository at this point in the history
  • Loading branch information
ldev6 committed Sep 16, 2024
1 parent 13f7232 commit 37c5c2a
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
24 changes: 24 additions & 0 deletions public/images/partners/transit.svg
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 public/images/team/laurence.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/components/sections/Sponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ const Sponsors = () => {

<SponsorCard sponsors={sponsors.filter(checkSponsorshipLevel('gold'))} />

<SponsorLevelTitle
title="Silver"
level="silver"
titleClassName="max-w-4xl" />

<SponsorCard sponsors={sponsors.filter(checkSponsorshipLevel('silver'))} />


<PillButton
href="https://docs.google.com/presentation/d/1ezmE9o9o-EXhEa_ofPospL9hFGxAYm8xtnV_0m3AqSo/edit?usp=sharing"
label="Sponsorship Proposal" />
Expand Down
12 changes: 11 additions & 1 deletion src/data/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,12 @@ export const sponsors = [{
logo: '/images/partners/SECloudExperts.svg',
company: 'SE Cloud Experts',
website: 'https://se-cloud-experts.com/',
}];
}, {
level: 'silver',
logo: '/images/partners/transit.svg',
company: 'Transit',
website: 'https://manifesto.transitapp.com/fr/jobs',
},];

export const eventPhotos = [{
title: 'DevFest 2023 was so much fun.',
Expand Down Expand Up @@ -187,4 +192,9 @@ export const team = [{
title: 'Full-Stack Developer @Unity | GDE Flutter | GDG & Flutter Montreal Organizer',
image: '/images/speakers/2023/jhin.jpg',
link: 'https://g.dev/leehack',
}, {
name: 'Laurence de Villers',
title: 'Android Developer at Transit | GDG Organizer | Women Techmakers Ambassador',
image: '/images/team/laurence.jpg',
link: 'https://www.linkedin.com/in/ldevillers/'
}];

0 comments on commit 37c5c2a

Please sign in to comment.