You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="note">First-time coach = someone who has never coached at a code curious or Rails Girls Berlin beginner workshop.</p>
13
39
<p>
14
40
<%=f.check_box:first_time_coaching%>
15
-
<%=f.label(:first_time_coaching,"yes, coaching for the first time")%>
41
+
<%=f.label(:first_time_coaching,"Yes, I'm coaching for the first time.")%>
16
42
</p>
17
43
<h2>Would you like to give a lightning talk? What topic do you have in mind?</h2>
18
-
<pclass="note">The talk should be understandable for beginners and no longer than 5 minutes.</p>
44
+
<pclass="note">
45
+
The talk should be understandable for beginners and no longer than 5 minutes.
46
+
We especially welcome more inspirational talks, from women/under-represented groups in tech.
47
+
This could be about what got you into tech or what cool projects you've done or are interested in doing.
48
+
</p>
19
49
<p>
20
50
<%=f.text_field:lightningtalk%>
21
51
</p>
52
+
<h2>Will you attend the coach the coaches?</h2>
53
+
<pclass="note">This is to help and familiarize you with the topics of the workshop. We suggest every coach be present, especially first-time coaches.</p>
54
+
<p>
55
+
<%=f.check_box:coach_the_coaches%>
56
+
<%=f.label(:coach_the_coaches,"Yes, I will attend the coach-the-coaches workshop.")%>
57
+
</p>
58
+
<h2>Is your company interested in sponsoring code curious?</h2>
59
+
<p>
60
+
<%=f.text_field:sponsor%>
61
+
</p>
22
62
<h2>Notes</h2>
23
63
<pclass="note">including if you would like to help the organizers on the day or even become an organizer in the future</p>
0 commit comments