Skip to content

Commit

Permalink
add jeff
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersondarcy committed May 21, 2024
1 parent 9aac00e commit 513f9f5
Showing 1 changed file with 48 additions and 32 deletions.
80 changes: 48 additions & 32 deletions participants/jewgenij_steinhart.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,52 @@
// vim: ft=jsonc
// Please provide your info in your own .json file.
// See https://jscraftcamp.org/registration for more information
{
// your name / nickname (required)
"name": "Jewgenij \"Jeff\" Steinhart",
// optional company name (required)
"company": "independent",
// either both days or at least one day has to be set to true
"when": {
// 2023-06-30
"friday": true,
// 2023-07-01
"saturday": true
},
// if you are willing to take session notes and publish them to github (required)
"iCanTakeNotesDuringSessions": false,
// your current interests (JS and in general) (required)
"tags": ["React", "React Native", "Flutter"],
// if you only eat vegan food (optional)
"vegan": false,
// if you only eat vegan or vegetarian food (optional)
"vegetarian": false,
// tell us a few words how JavaScript affects you (required)
"whatIsMyConnectionToJavascript": "bread & butter :)",
// what can you contribute to the bar camp (required)
"whatCanIContribute": "participation and maybe starting a topic",
// if you want a T-Shirt we need your size and variant preference (optional)
"tShirt": {
// S | M | L | XL | 2XL | 3XL
"size": "l",
// fitted (also known as waist cut or women variant) or regular
"type": "regular"
},
// your Twitter handle - must match regex ^[a-zA-Z_]{1}[a-zA-Z0-9_]{0,14}$ (optional)
"twitter": "jeffstei"
// your real name (required by location host)
"realName": {
"givenName": "Jewgenij",
"familyName": "Steinhart",
// 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)
"hideFamilyNameOnWebsite": false
},
// please put in the account name of the PR creator, if you sign up somebody else
"githubAccountName": "jeffersondarcy",
// company name (optional)
"company": "independent",
// 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
},
// if you are willing to take session notes and publish them to github (required)
"iCanTakeNotesDuringSessions": false,
// your current interests (JS and in general) (required)
"tags": ["React", "Flutter"],
// if you only eat vegan food (optional)
"vegan": false,
// if you only eat vegan or vegetarian food (optional)
"vegetarian": false,
// what you cannot eat or drink (optional); If you don't want to put it in here, message the organizers.
// IMPORTANT: we cannot guarantee that food for every diet will be available,
// if you have gluten free diet, please make backup plans.
"allergies": [],
// tell us a few words how JavaScript affects you (required)
"whatIsMyConnectionToJavascript": "long story",
// what can you contribute to the bar camp (required)
"whatCanIContribute": "fuel discussions",
// if you want a T-Shirt we need your size and variant preference (optional)
// the following sizes are available: S, M, L, XL, 2XL, 3XL (only regular cut)
"tShirtSize": "L",
// your Mastodon URL (optional)
"mastodon": "",
// your LinkedIn profile URL
"linkedin": "https://www.linkedin.com/in/j-steinhart/",
// your X (Twitter) handle - must match regex ^[a-zA-Z_]{1}[a-zA-Z0-9_]{0,14}$ (optional)
"X": "jeffstei",
// your website URL or other social media (optional)
"website": ""
}

0 comments on commit 513f9f5

Please sign in to comment.