From cf9b93f7aaebaff34f6e51c1032e803f7ba33961 Mon Sep 17 00:00:00 2001 From: Sebastian Herrmann Date: Wed, 5 Jun 2024 16:11:37 +0200 Subject: [PATCH] Remove Sebastian Herrmann again --- participants/herrherrmann.json | 59 ---------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 participants/herrherrmann.json diff --git a/participants/herrherrmann.json b/participants/herrherrmann.json deleted file mode 100644 index eb2055c0..00000000 --- a/participants/herrherrmann.json +++ /dev/null @@ -1,59 +0,0 @@ -// vim: ft=jsonc -// Please provide your info in your own .json file. -// See https://jscraftcamp.org/registration for more information -{ - // your real name (required by location host) - "realName": { - "givenName": "Sebastian", - "familyName": "Herrmann", - // 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": "herrherrmann", - // company name (optional) - "company": "picdrop", - // 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": true, - // your current interests (JS and in general) (required) - "tags": [ - "TypeScript", - "React", - "Next.js", - "Vue.js", - "Storybook", - "Node.js", - "Accessibility", - "Sustainability", - "Functional Programming", - "Browser Extensions", - "Cycling", - "Music" - ], - // if you only eat vegan food (optional) - "vegan": true, - // if you only eat vegan or vegetarian food (optional) - "vegetarian": true, - // tell us a few words how JavaScript affects you (required) - "whatIsMyConnectionToJavascript": "Professional (and hobby) web developer for ~10 years", - // what can you contribute to the bar camp (required) - "whatCanIContribute": "Happy to contribute with a presentation or two, and take notes!", - // 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": "S", - // your Mastodon URL (optional) - "mastodon": "https://mastodon.social/@herrherrmann", - // your LinkedIn profile URL - "linkedin": "https://www.linkedin.com/in/herrherrmann/", - // your website URL or other social media (optional) - "website": "https://herrherrmann.net/" -}