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

29 lines
845 B
Plaintext

<table cellspacing="0" cellpadding="0" border="0" style="width:100%; font-family:sans-serif;">
<tr>
<td style="background-color:#cc0c0d; color:#ffffff; padding:15px 20px;">
PERFICIENT DIGITAL - Skills Assessment Test
</td>
</tr>
<tr>
<td style="text-align:center; padding:50px;">
<h1>Your Candidate ID is <i><%= @candidate.test_hash %></i></h1>
</td>
</tr>
<tr>
<td style="padding:15px 20px; background-color:#cdcdcd; text-align:center;">
<h4>
Please visit <%= link_to nil, login_url(@candidate.test_hash) %> to get started.
</h4>
<p>If you would rather, visit <%= link_to nil, root_url %>
and enter the above Candidate ID to being your test.</p>
<h5>We will reach back to you once we have evaluated your answers. Good luck!</h5>
</td>
</tr>
</table>