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 new paris event #127

Merged
merged 6 commits into from
Mar 19, 2024
Merged
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
2 changes: 1 addition & 1 deletion data/berlin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ announcement:
mainOrganizer:
- name: Sara Vieira
main: true
phoneNumber: '+351 91 729 6830'
phoneNumber: '+44 07928251169'
twitterHandle: '@NikkitaFTW'
email: [email protected]
organizers:
Expand Down
Binary file added data/icons/paris/leboncoin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/online-2020-16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ announcement:
mainOrganizer:
- name: Sara Vieira
main: true
phoneNumber: '+491789183962'
phoneNumber: '+44 07928251169'
twitterHandle: '@NikkitaFTW'
email: [email protected]
- name: Paola Ducolin
Expand Down
46 changes: 46 additions & 0 deletions data/paris-2024.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
info:
city: Paris
link: paris-2024
date: 04/23/2024
hour: '18:30'
icon: icons/paris/paris.svg
iconHover: icons/paris/paris-hover.svg
hostIcon: icons/paris/leboncoin.png
hostName: Leboncoin
rsvpsClosed: false
food: true
site:
cfp: true
city: Paris
location: Leboncoin
googleMapsLink: https://maps.app.goo.gl/QQGXdYYK1epVQ5ir7
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏 praise
It was unexpectedly uneasy to find "office leboncoin" without getting tons of office desk announces

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

really? I just searched it on google maps lol

calendarLink: https://calendar.google.com/calendar/render?action=TEMPLATE&dates=20240423T163000Z%2F20240423T180000Z&details=&location=24%20Rue%20des%20Jeuneurs%2C%2075002%20Paris%2C%20France&text=QueerJS%20Paris
mainOrganizer:
- name: Paola Ducolin
main: true
phoneNumber: '+33 783059652'
twitterHandle: PolaDuco
email: [email protected]
githubLink: pducolin
- name: Sara Vieira
phoneNumber: '+44 07928251169'
twitterHandle: NikkitaFTW
email: [email protected]
githubLink: SaraVieira
thanks: []
sponsors:
- name: Leboncoin
link: https://www.leboncoin.fr/
media: https://i.imgur.com/te3ixBA.png
speakers:
- name: Rachel Nabors
twitterLink: rachelnabors
githubLink: rachelnabors
- name: Sara Vieira
twitterLink: NikkitaFTW
githubLink: SaraVieira
- mc: true
name: Paola Ducolin
twitterLink: PolaDuco
githubLink: pducolin
7 changes: 6 additions & 1 deletion src/components/Speakers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,12 @@ const Speakers = ({ noSpeak, speakers, cfp }) => {
/>
</>
) : (
<RainbowWithClicker />
<RainbowWithClicker
styles={{
width: 240,
height: 240
}}
/>
)}
</SpeakerPhoto>
<Unstyled>{human.name}</Unstyled>
Expand Down
2 changes: 1 addition & 1 deletion src/components/rainbow/RainbowWithClicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const RainbowWithClicker = ({ className, flag, ...props }) => {
<Rainbow
{...props}
stripes={flag || stripes}
style={{ cursor: 'pointer' }}
style={{ cursor: 'pointer', ...props.styles }}
className={className}
onClick={() => !flag && cycle()}
/>
Expand Down
21 changes: 17 additions & 4 deletions src/pages/_organizers.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
{
name: 'Alejandra Villa',
twitterLink: 'AlxSavage',
githubLink: 'AlxSavage',
// githubLink: 'AlxSavage',
colors: gayStripes
},
{
Expand Down Expand Up @@ -51,15 +51,16 @@ export default {
},
{
name: 'Lian Li',
twitterLink: 'Chimney42',
githubLink: 'Chimney42',
twitterLink: 'lianmakesthings',
githubLink: 'lianmakesthings',
colors: phillyStripes
}
],
barcelona: [
{
name: 'Jeremias Menichelli',
twitterLink: 'jeremenichelli',
githubLink: 'jeremenichelli',
colors: []
},
{
Expand Down Expand Up @@ -101,6 +102,17 @@ export default {
twitterLink: 'bitandbang',
githubLink: 'bnb',
colors: []
},
{
name: 'Edward Sharp',
githubLink: 'edwardsharp',
colors: []
},
{
name: 'Daniel Ehrenberg',
twitterLink: 'littledan',
githubLink: 'littledan',
colors: gayStripes
}
],
Stockholm: [
Expand Down Expand Up @@ -156,7 +168,8 @@ export default {
githubLink: 'cDevPaul',
colors: gayStripes
},
{ name: 'Ramón Huidobro',
{
name: 'Ramón Huidobro',
twitterHandle: 'hola_soy_milk',
githubLink: 'hola-soy-milk',
email: '[email protected]',
Expand Down
Loading