Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions app/views/session_invitation_mailer/invite_coach.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@

<p style="font-weight: 300; font-size: 16px; color: #2e2e2e;">You can find all of our available tutorials at <%= link_to "http://codebar.github.io/tutorials", "http://codebar.github.io/tutorials/", style: "text-decoration:none; color: #663095;" %>. If you would like to improve any of the existing content, feel free to issue a pull request to our <%= link_to "github repository", "https://github.com/codebar/tutorials" , style: "text-decoration:none; color: #663095;" %>. </p>

<p style="font-weight: 300; font-size: 16px; color: #2e2e2e;">Before committing to attend any of our workshops, make sure you read and understand our <%= link_to "code of conduct", "http://codebar.io/code-of-conduct", style: "text-decoration:none; color: #663095;" %> as we have a zero tolerance policy and expect everyone to behave appropriately. </p>
<p style="font-weight: 300; font-size: 16px; color: #2e2e2e;">Before committing to attend any of our workshops, make sure you read and understand our <%= link_to "code of conduct", "http://codebar.io/code-of-conduct", style: "text-decoration:none; color: #663095;" %> as we have a zero tolerance policy and expect everyone to behave appropriately. You should also go through our <b><%= link_to "How to be an effective teacher", "https://github.com/codebar/planner/issues/53", style: "text-decoration:none; color: #663095;" %></b> guide. If you have anything to add to it, please leave a comment on the page. </p>

<p style="font-weight: 300; font-size: 16px; color: #2e2e2e; margin-bottom: 20px;">You should also go through our <b><%= link_to "How to be an effective teacher", "https://github.com/codebar/planner/issues/53", style: "text-decoration:none; color: #663095;" %></b> guide. If you have anything to add to it, please leave a comment on the page. </p>
<p style="font-weight: 300; font-size: 16px; color: #2e2e2e; margin-bottom: 50px;">
Codebar is now on gitter. <%= link_to "Join the chat", "https://gitter.im/codebar/tutorials", style: "color: #a369d5; text-decoration: none;" %> to offer online help and guidance to students going through the tutorials.
</p>

<div style="display: block;">
<div style="width: 340px; padding-right: 40px; display: inline-block; vertical-align: top;">
Expand Down
8 changes: 6 additions & 2 deletions app/views/session_invitation_mailer/invite_student.html.erb
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
<h2 style="font-weight: 400; font-size: 24px; border-bottom:1px solid #ececec; padding-bottom: 10px; margin-bottom:35px">Hi <%= @member.name %></h2>

<h3 style="font-weight: 600; font-size: 17px; letter-spacing: 0.02em; color: #111111; margin-bottom: 10px;">We would like to invite you to the next <b>codebar</b> workshop</h3>.
<p style="font-weight: 300; font-size: 16px; color: #2e2e2e;"> In our workshops, you will be able to go through any of our available <%= link_to "HTML/CSS, Javascript and Ruby tutorials", "http://codebar.github.io/tutorials", style: "color: #a369d5; text-decoration: none;" %> or get guidance on your personal projects with help from our <b>superstar coaches</b>. You will also get the opportunity to meet other people interested in coding and pair with them.<br></p>
<p style="font-weight: 300; font-size: 16px; color: #2e2e2e;"> In our workshops, you will be able to go through any of our available <%= link_to "HTML/CSS, Javascript and Ruby tutorials", "http://codebar.github.io/tutorials", style: "color: #a369d5; text-decoration: none;" %> or get guidance on your personal projects with help from our <b><%= link_to "superstar coaches", full_url_for(wall_of_fame_url), style: "color: #a369d5; text-decoration: none;" %></b>. You will also get the opportunity to meet other people interested in coding and pair with them.<br></p>

<p style="font-weight: 300; font-size: 16px; color: #2e2e2e; margin-bottom: 50px;">
<p style="font-weight: 300; font-size: 16px; color: #2e2e2e; margin-bottom: 10px;">
If you are not a woman, but are part of an underrepresented minority or have any other reasons that you think you should be attending our workshops, reply to this email and let us know why. <b>codebar</b> exists to promote diversity and help breach the gender gap in the programming world, so you cannot attend without us agreeing to it first.
</p>

<p style="font-weight: 300; font-size: 16px; color: #2e2e2e; margin-bottom: 50px;">
Codebar is now on gitter. <%= link_to "Join the chat", "https://gitter.im/codebar/tutorials", style: "color: #a369d5; text-decoration: none;" %> to ask your questions and get help from other students and coaches.
</p>

<div style="display: block;">
<div style="width: 340px; padding-right: 40px; display: inline-block; vertical-align: top;">
<h2 style="color: #2d183d; font-size: 27px; font-weight: 500;letter-spacing: 0.03em; margin-bottom: 0;">Coding workshop</h2>
Expand Down