2016-08-11 16:30:57 -05:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
2016-07-26 11:59:23 -05:00
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2016-08-11 16:30:57 -05:00
|
|
|
<meta name="viewport" content="width=device-width" />
|
2016-08-15 12:29:50 -05:00
|
|
|
<%= stylesheet_link_tag "mailers/foundation_vendor_manifest" %>
|
2016-07-26 11:59:23 -05:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2016-08-18 16:35:37 -05:00
|
|
|
<table class="body" data-made-with-foundation="">
|
2016-08-11 16:30:57 -05:00
|
|
|
<tr>
|
|
|
|
<td class="center" align="center" valign="top">
|
|
|
|
<center>
|
2016-08-18 16:35:37 -05:00
|
|
|
<container class="email-container">
|
|
|
|
<row>
|
|
|
|
<columns class="email-heading">
|
|
|
|
<span class="prft-slash">/</span> <span class="email-title">Skills Assessment Test</span>
|
|
|
|
</columns>
|
|
|
|
</row>
|
|
|
|
<%= yield %>
|
|
|
|
<row>
|
|
|
|
<columns>
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td class="email-copyright">
|
|
|
|
©2016 All Rights Reserved - Perficient Digital
|
|
|
|
</td>
|
|
|
|
<td class="email-logo">
|
|
|
|
<%= image_tag("perficientdigital-logo.jpg", alt:"Perficient Digital") %>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</columns>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<columns>
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td style="width:6px;">
|
|
|
|
<%= image_tag("yellowslant-left.jpg", alt:"Perficient Digital") %>
|
|
|
|
</td>
|
2016-08-19 17:50:17 -05:00
|
|
|
<td class="email-bg" style="font-size:1px;">
|
2016-08-18 16:35:37 -05:00
|
|
|
|
|
|
|
</td>
|
|
|
|
<td style="width:6px;">
|
|
|
|
<%= image_tag("yellowslant-right.jpg", alt:"Perficient Digital") %>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</columns>
|
|
|
|
</row>
|
|
|
|
</container>
|
2016-08-11 16:30:57 -05:00
|
|
|
</center>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2016-07-26 11:59:23 -05:00
|
|
|
</body>
|
|
|
|
</html>
|