skill-assessment-app/app/views/recruiter_mailer/candidate_submitted.html.erb
2016-08-05 10:59:03 -06:00

27 lines
701 B
Plaintext

<table cellspacing="0" cellpadding="0" border="0" style="width:100%; font-family:sans-serif;">
<tr>
<td>
<div style="font-size: 28px;">PERFICIENT<span style="color: #EF0734;">/digital</span> Skills Assessment Test</div>
<br><br><br>
</td>
</tr>
<tr>
<td style="padding:50px;">
<p><strong><%= @candidate.name %></strong> has completed the Skills Assessment Test.</p>
<p><strong>Martin Ridgway</strong> will let you know if we would like to interview this candidate.</p>
</td>
</tr>
<tr>
<td>
<br><br><br>
<br><br><br>
<div style="background-color: #FFF200; height: 20px; width: 100%;">&nbsp;</div>
</td>
</tr>
</table>