36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
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>
|
|
Please visit <%= link_to nil, login_url(@candidate.test_hash) %> to begin your test.
|
|
</h1>
|
|
<!-- <h1>Your Test 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>
|
|
Or, visit <%= root_url %> and enter your Test ID to begin your test.
|
|
Your Test ID is: <strong><%= @candidate.test_hash %></strong>.
|
|
</p>
|
|
<!-- <p>If you would rather, visit <%= link_to nil, root_url %>
|
|
and enter the above Candidate ID to begin your test.</p> -->
|
|
<h5>Once we have evaluated your answers, your recruiter will be in touch. Good luck!</h5>
|
|
</td>
|
|
|
|
</tr>
|
|
</table>
|