skill-assessment-app/app/views/candidate_mailer/welcome.html.erb

46 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-08-04 17:24:53 -05:00
<table cellspacing="0" cellpadding="0" border="0" style="width: 100%; font-family: sans-serif;">
2016-08-02 10:08:16 -05:00
<tr>
2016-08-04 17:24:53 -05:00
<td>
<div style="font-size: 28px;">PERFICIENT<span style="color: #EF0734;">/digital</span></div>
<br><br><br>
2016-08-02 10:08:16 -05:00
</td>
</tr>
2016-08-04 17:24:53 -05:00
<tr>
<td>
<p>Hello there! You have been invited to take our Skills Assessment Test.</p>
<br><br>
</td>
</tr>
2016-08-02 10:08:16 -05:00
<tr>
2016-08-04 17:24:53 -05:00
<td>
<p style="font-size: 20px; text-align: center; padding: 50px; background-color: #f3f3f3">
2016-08-04 08:51:54 -05:00
Please visit <%= link_to nil, login_url(@candidate.test_hash) %> to begin your test.
2016-08-04 17:24:53 -05:00
</p>
2016-08-02 10:08:16 -05:00
</td>
</tr>
<tr>
2016-08-04 17:24:53 -05:00
<td>
<br><br>
2016-08-04 08:51:54 -05:00
<p>
Or, visit <%= link_to nil, root_url %> and enter your Test ID to begin your test.
2016-08-04 17:24:53 -05:00
Your Test ID is: <strong><%= @candidate.test_hash %></strong>.<br><br>
Once we have evaluated your answers, your recruiter will be in touch. Good luck!
2016-08-04 08:51:54 -05:00
</p>
2016-08-02 10:08:16 -05:00
</td>
</tr>
2016-08-04 17:24:53 -05:00
<tr>
<td>
<br><br><br>
<br><br><br>
<div style="background-color: #FFF200; height: 20px; width: 100%;">&nbsp;</div>
</td>
</tr>
2016-08-02 10:08:16 -05:00
</table>