Language/styling updates

This commit is contained in:
Jennifer Siegfried
2016-08-04 16:24:53 -06:00
parent 11fffc0cdf
commit 1566edec4c
13 changed files with 100 additions and 51 deletions

View File

@ -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>
@ -12,16 +13,24 @@
<p>Dear <strong><%= @candidate.name %></strong>,</p>
<p>
Thank you for taking the Skills Assessment Test. However, it looks like you have not submitted it
yet. If you are having troubles, please reach out to your recruiter:
yet. If you are having trouble, please reach out to your recruiter:
<%= mail_to @candidate.recruiter.email %>
</p>
<p>
You can return to the test here:
<%= link_to nil, root_url %>
<%= link_to nil, root_url %>.
<br>
Your test id is: <%= @candidate.test_hash %>
Your Test ID is: <strong><%= @candidate.test_hash %></strong>
</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>

View File

@ -1,10 +1,11 @@
PERFICIENT DIGITAL - Skills Assessment Test
PERFICIENT/digital - Skills Assessment Test
Thank you for taking the Skills Assessment Test. However, it looks like you have not submitted it
yet. If you are having troubles, please reach out to your recruiter:
yet. If you are having trouble, please reach out to your recruiter:
<%= @candidate.recruiter.email %>
You can return to the test here:
<%= root_url %>
<%= root_url %>.
Your test id is: <%= @candidate.test_hash %>
Your Test ID is:
<%= @candidate.test_hash %>

View File

@ -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%;">&nbsp;</div>
</td>
</tr>
</table>

View File

@ -1,4 +1,4 @@
PERFICIENT DIGITAL - Skills Assessment Test
PERFICIENT/digital - Skills Assessment Test
Dear <%= @candidate.name %>,

View File

@ -1,35 +1,45 @@
<table cellspacing="0" cellpadding="0" border="0" style="width:100%; font-family:sans-serif;">
<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></div>
<br><br><br>
</td>
</tr>
<tr>
<td>
<p>Hello there! You have been invited to take our Skills Assessment Test.</p>
<br><br>
</td>
</tr>
<tr>
<td style="text-align:center; padding:50px;">
<h1>
<td>
<p style="font-size: 20px; text-align: center; padding: 50px; background-color: #f3f3f3">
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> -->
</p>
</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> -->
<td>
<br><br>
<p>
Or, visit <%= root_url %> and enter your Test ID to begin your test.
Your Test ID is: <strong><%= @candidate.test_hash %></strong>.
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!
</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>
<tr>
<td>
<br><br><br>
<br><br><br>
<div style="background-color: #FFF200; height: 20px; width: 100%;">&nbsp;</div>
</td>
</tr>
</table>

View File

@ -1,4 +1,6 @@
PERFICIENT DIGITAL - Skills Assessment Test
PERFICIENT/digital
Hello there! You have been invited to take our Skills Assessment Test.
Please visit <%= login_url(@candidate.test_hash) %> to begin your test.