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

Participant jan w sat #2093

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions participants/jan_wahler.json → participants/jan_w.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// your real name (required by location host)
"realName": {
"givenName": "Jan",
"familyName": "Wahler",
"familyName": "Wa",
// if you prefer to have your family name shown first (optional)
"placeFamilyNameFirst": false,
// if you do not want to show your family name on the participant list (optional)
Expand All @@ -14,13 +14,13 @@
// please put in the account name of the PR creator, if you sign up somebody else
"githubAccountName": "bs123",
// company name (optional)
"company": "ARRI",
"company": "",
// either both days or at least one day has to be set to true
"when": {
// June 7th, 2024
"friday": true,
// June 8th, 2024
"saturday": true
"saturday": false
},
// if you are willing to take session notes and publish them to github (required)
"iCanTakeNotesDuringSessions": true,
Expand All @@ -44,7 +44,7 @@
// your Mastodon URL (optional)
"mastodon": "",
// your LinkedIn profile URL
"linkedin": "https://www.linkedin.com/in/jan-wahler/",
"linkedin": "",
// your X (Twitter) handle - must match regex ^[a-zA-Z_]{1}[a-zA-Z0-9_]{0,14}$ (optional)
"X": "",
// your website URL or other social media (optional)
Expand Down
Loading