Skip to content

Commit

Permalink
Registration request (#1698)
Browse files Browse the repository at this point in the history
* Registration request

* Updated availability to Saturday only and corrected website URL
  • Loading branch information
sophiavf committed Jun 30, 2023
1 parent 646cb61 commit 5365d64
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions participants/sophia_fairbairn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
// Please provide your info in your own .json file.
// See https://jscraftcamp.org/registration for more information
{
// your name / nickname (required)
"name": "Sophia Fairbairn",
// optional company name (required)
"company": "actively seeking opportunities",
// either both days or at least one day has to be set to true
"when": {
// 2023-06-30
"friday": false,
// 2023-07-01
"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": ["React", "TypeScript", "WebScraping", "Node.JS", "Vite"],
// if you only eat vegan food (optional)
"vegan": null,
// if you only eat vegan or vegetarian food (optional)
"vegetarian": null,
// what you cannot eat or drink (optional)
"allergies": null,
// tell us a few words how JavaScript affects you (required)
"whatIsMyConnectionToJavascript": "JavaScript has had a profound impact on my journey as someone transitioning into software development. Learning JavaScript has opened up a world of possibilities and opportunities for me in the software development field.",
// what can you contribute to the bar camp (required)
"whatCanIContribute": "volunteer support, content creation, taking notes, and organizational skills - as well as a more business oriented perspective",
// if you want a T-Shirt we need your size and variant preference (optional)
"tShirt": {
// S | M | L | XL | 2XL | 3XL
"size": "S",
// fitted (also known as waist cut or women variant) or regular
"type": "fitted"
},

// your Twitter handle - must match regex ^[a-zA-Z_]{1}[a-zA-Z0-9_]{0,14}$ (optional)
"twitter": "Sophia_techy",
// your Mastodon URL (optional)
"mastodon": null,
// your website URL or other social media (optional)
"website": "https://devbysophia.online"
}

0 comments on commit 5365d64

Please sign in to comment.