Skip to content

Commit de650b8

Browse files
Kimberley CookKimberley Cook
authored andcommitted
virtual workshop emails
1 parent e4aedad commit de650b8

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

app/views/virtual_workshop_invitation_mailer/_how_to_join_info.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
%li= I18n.t('workshop.virtual.invitation.info.line_4_html', discord_app: link_to('https://discord.com/download', 'https://discord.com/download')).html_safe
88
%br
99

10-
%h5= I18n.t('workshop.virtual.invitation.info.begins_title')
10+
%h4= I18n.t('workshop.virtual.invitation.info.begins_title')
1111
%ul
1212
%li= I18n.t('workshop.virtual.invitation.info.line_5')
1313
%li= I18n.t('workshop.virtual.invitation.info.line_6')

app/views/virtual_workshop_invitation_mailer/invite_coach.html.haml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,19 @@
1414
%td
1515
%h3 Hi #{@member.name},
1616
%p.lead
17-
Our next virtual #{@workshop.chapter.name} workshop is coming soon, and we’d like to invite you to join us as a coach
17+
We’re excited to invite you to join our upcoming virtual #{@workshop.chapter.name} workshop as a coach!
1818

19-
%p You will be helping students remotely as they work their way through one of our tutorials or a personal project they need help with. Not to worry, you’ll only be matched with students who you’ll be able to help based on your experience and expertise.
19+
%p As a coach, you’ll support students remotely as they work through one of our #{link_to 'tutorials', 'http://tutorials.codebar.io/'} or seek guidance on a personal project. Don’t worryyou’ll only be paired with students whose needs align with your skills and expertise.
2020

21-
%p You can find all of our tutorials at #{link_to 'http://tutorials.codebar.io/', 'http://tutorials.codebar.io/'}. If you have any suggestions to improve our existing content, you can issue a pull request to our #{link_to 'GitHub repository', 'https://github.com/codebar/tutorials'}
21+
%p You can explore all of our tutorials at #{link_to 'tutorials.codebar.io', 'http://tutorials.codebar.io/'}. If you have ideas for improving our content, feel free to contribute by submitting a pull request to our #{link_to 'GitHub repository', 'https://github.com/codebar/tutorials'}.
2222

23-
%p Before the workshop takes place, make sure that you have read and understood our #{link_to 'Code of Conduct', 'http://codebar.io/code-of-conduct'}. We have a zero tolerance policy towards negative conduct and expect everyone to behave appropriately. You should also go through our guide on #{link_to 'How to be an effective teacher.', 'http://codebar.io/effective-teacher-guide'}.
23+
%p Before the workshop, please take a moment to:
2424

25-
%p Please note: We do not accept any RSVPs over email.
25+
%ul
26+
%li Review our #{link_to 'Code of Conduct', 'http://codebar.io/code-of-conduct'}, which ensures a welcoming and respectful environment.
27+
%li Check out our guide on #{link_to 'How to be an effective teacher.', 'http://codebar.io/effective-teacher-guide'}.
28+
29+
%p <strong>Please note:</strong> We do not accept any RSVPs over email.
2630

2731
%p.callout #{link_to 'Join us on Slack', 'https://slack.codebar.io'} to offer help and guidance outside the workshops.
2832

@@ -33,7 +37,6 @@
3337
%h4
3438
=@workshop.to_s
3539
%br
36-
%br
3740
%small #{humanize_date(@workshop.date_and_time, @workshop.ends_at, with_time: true)}
3841
= link_to 'View invitation and RSVP', full_url_for(invitation_url(@invitation)), class: 'btn'
3942
%td{ width: '40%', style: 'vertical-align: top;'}

app/views/virtual_workshop_invitation_mailer/invite_student.html.haml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
%td
1414
%h3 Hi #{@member.name},
1515
%p.lead
16-
We’d love to have you at our next #{@workshop.chapter.name} virtual workshop.
16+
We’re excited to invite you to our next #{@workshop.chapter.name} virtual workshop.
1717
%p
1818
As part of our workshops, you’ll get to work through any of our #{link_to 'tutorials', 'http://codebar.github.io/tutorials' } or receive guidance on your personal project. We believe that everyone should be entitled to free learning and our community has #{ link_to 'a lot of devoted developers', full_url_for(coaches_url)} who help out as coaches.
1919
%p You will also get the opportunity to interact with other people interested in coding and collaborate with them.
20-
%p Please note: We do not accept any RSVPs over email.
20+
%p <strong>Please note:</strong> We do not accept any RSVPs over email.
2121

2222
%p.callout If you are working through the tutorials outside our workshop, or need any other help or advice, please #{ link_to 'join the codebar Slack', 'https://slack.codebar.io'}.
2323

@@ -26,6 +26,8 @@
2626
%tr
2727
%td{ width: '60%', style: 'vertical-align: top; padding-right: 20px;' }
2828
%h4
29+
=@workshop.to_s
30+
%br
2931
%small #{humanize_date(@workshop.date_and_time, @workshop.ends_at, with_time: true)}
3032
= link_to 'View invitation and RSVP', full_url_for(invitation_url(@invitation)), class: 'btn'
3133
%td{ width: '40%', style: 'vertical-align: top;'}

app/views/virtual_workshop_invitation_mailer/waiting_list_reminder.html.haml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
%p
1919
If an attendee drops out, the next person on the waiting list will automatically get their place. We'll email you if this happens.
2020
%strong Attendees often drop out at short notice,
21-
so you should keep the slot available and check your email during the afternoon on the day of the workshop.
21+
so you should keep keep an eye on your emails during the afternoon on the day of the workshop.
2222
%p
2323
Alternatively, if you know you can no longer make it, please
2424
= link_to 'remove yourself from the waiting list', full_url_for(invitation_url(@invitation))
@@ -28,8 +28,7 @@
2828
%table{ bgcolor: '#FFFFFF' }
2929
%tr
3030
%td
31-
%h4
32-
%small #{humanize_date(@workshop.date_and_time, @workshop.ends_at, with_time: true)}
31+
%p #{humanize_date(@workshop.date_and_time, @workshop.ends_at, with_time: true)}
3332
= link_to 'Update or cancel your attendance', full_url_for(invitation_url(@invitation)), class: 'btn'
3433

3534
.content

0 commit comments

Comments
 (0)