Language/styling updates
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<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>
|
||||
<div style="font-size: 28px;">PERFICIENT<span style="color: #EF0734;">/digital</span> Skills Assessment Test</div>
|
||||
<br><br><br>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
@ -11,14 +11,22 @@
|
||||
<td style="padding:50px;">
|
||||
<p>The following candidate has been invited to take the Skills Assessment Test:</p>
|
||||
<p>
|
||||
<strong>Candidate Name:</strong> <%= @candidate.name %><br />
|
||||
<strong>Candidate Email:</strong> <%= @candidate.email %><br />
|
||||
<strong>Candidate name:</strong> <%= @candidate.name %><br />
|
||||
<strong>Candidate email:</strong> <%= @candidate.email %><br />
|
||||
<strong>Candidate ID:</strong> <%= @candidate.test_hash %><br />
|
||||
<strong>Years of Experience:</strong> <%= @candidate.experience %> Years<br />
|
||||
<strong>Years of experience:</strong> <%= @candidate.experience %> Years<br />
|
||||
</p>
|
||||
|
||||
<p>You will be notified when the candidate has finished taking the test.</p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<br><br><br>
|
||||
<br><br><br>
|
||||
<div style="background-color: #FFF200; height: 20px; width: 100%;"> </div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,10 +1,10 @@
|
||||
PERFICIENT DIGITAL - Skills Assessment Test
|
||||
PERFICIENT/digital - Skills Assessment Test
|
||||
|
||||
The following candidate has been invited to take the Skills Assessment Test:
|
||||
|
||||
Candidate Name: <%= @candidate.name %>
|
||||
Candidate Email: <%= @candidate.email %>
|
||||
Candidate name: <%= @candidate.name %>
|
||||
Candidate email: <%= @candidate.email %>
|
||||
Candidate ID: <%= @candidate.test_hash %>
|
||||
Years of Experience: <%= @candidate.experience %> Years
|
||||
Years of experience: <%= @candidate.experience %> Years
|
||||
|
||||
You will be notified when the candidate has finished taking the test.
|
||||
|
@ -1,8 +1,9 @@
|
||||
<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>
|
||||
<div style="font-size: 28px;">PERFICIENT<span style="color: #EF0734;">/digital</span> Skills Assessment Test</div>
|
||||
<br><br><br>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
@ -14,4 +15,12 @@
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<br><br><br>
|
||||
<br><br><br>
|
||||
<div style="background-color: #FFF200; height: 20px; width: 100%;"> </div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,4 +1,4 @@
|
||||
PERFICIENT DIGITAL - Skills Assessment Test
|
||||
PERFICIENT/digital - Skills Assessment Test
|
||||
|
||||
<%= @candidate.name %> has completed the Skills Assessment Test.
|
||||
Martin Ridgway will let you know if we would like to interview this candidate.
|
||||
|
Reference in New Issue
Block a user