From 513f9f57a2ca05950e7548c493c0af1938e3d59b Mon Sep 17 00:00:00 2001 From: Jewgenij Steinhart <4200365+jeffersondarcy@users.noreply.github.com> Date: Tue, 21 May 2024 10:55:40 +0200 Subject: [PATCH] add jeff --- participants/jewgenij_steinhart.json | 80 +++++++++++++++++----------- 1 file changed, 48 insertions(+), 32 deletions(-) diff --git a/participants/jewgenij_steinhart.json b/participants/jewgenij_steinhart.json index 7f0a3d97d..2ad722f95 100644 --- a/participants/jewgenij_steinhart.json +++ b/participants/jewgenij_steinhart.json @@ -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": "" }