|
2 | 2 | "http://www.w3.org/TR/html4/loose.dtd">
|
3 | 3 |
|
4 | 4 | <html lang="en">
|
5 |
| -<head style="margin-top: <%= Rails.env.development? ? 120 : 20 %>;margin-bottom: 0;margin-right: 0;margin-left: 0;padding-top: 0;padding-bottom: 0;padding-right: 0;padding-left: 0;background-color: #48494e;margin: 0;padding: 0;-webkit-text-size-adjust:none;"> |
| 5 | +<head> |
6 | 6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
7 | 7 | <title>A message from Coderwall</title>
|
8 |
| - <style> |
| 8 | + <style type="text/css"> |
9 | 9 | @media only screen and (max-device-width: 480px) {
|
10 | 10 | div[class="header"] {
|
11 | 11 | font-size: 16px !important;
|
|
74 | 74 | <tr>
|
75 | 75 | <td width="600" bgcolor="#48494e" class="logocell">
|
76 | 76 | <center>
|
77 |
| - <img id='messageLogo' src="<%= image_path('email/email-logo.jpg') %>" height='auto' style="height: auto;line-height: 100%;outline: none;text-decoration: none;display: block;width: 211px;margin: 0 auto;"/> |
| 77 | + <img id='messageLogo' src="<%= image_path('email/email-logo.jpg') %>" height='auto' style="height: auto;line-height: 100%;outline: none;text-decoration: none;display: block;width: 211px;margin: 0 auto;" alt=""/> |
78 | 78 | </center>
|
79 | 79 | </td>
|
80 | 80 | </tr>
|
|
99 | 99 | </td>
|
100 | 100 | </tr>
|
101 | 101 | </table>
|
102 |
| - <img border="0" src="<%= image_path('email/spacer.gif') %>" width="1" height="15" class="divider"><br> |
| 102 | + <img border="0" src="<%= image_path('email/spacer.gif') %>" width="1" height="15" class="divider" alt=""><br> |
103 | 103 |
|
104 | 104 | <table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#48494e">
|
105 | 105 | <tr>
|
106 | 106 | <td>
|
107 | 107 | <center>
|
108 |
| - <img border="0" src="<%= image_path('email/spacer.gif') %>" width="1" height="0"><br> |
| 108 | + <img border="0" src="<%= image_path('email/spacer.gif') %>" width="1" height="0" alt=""><br> |
109 | 109 |
|
110 | 110 | <table width="600" cellpadding="0" cellspacing="0" border="0" align="center" class="table">
|
111 | 111 | <tr>
|
|
115 | 115 | <tr>
|
116 | 116 | <td width="380" valign="top" class="footershow">
|
117 | 117 |
|
118 |
| - <img border="0" src="<%= image_path('email/spacer.gif') %>" width="1" height="8"><br> |
| 118 | + <img border="0" src="<%= image_path('email/spacer.gif') %>" width="1" height="8" alt=""><br> |
119 | 119 |
|
120 | 120 | <p style="color:#fff;font-size:12px;font-family:'Helvetica Neue','Helvetica','Arial','sans-serif';margin-top:0;margin-bottom:15px;padding-top:0;padding-bottom:0;line-height:18px;" class="reminder">You're
|
121 | 121 | receiving this email because you signed up for Coderwall. We hate spam and make an effort
|
122 | 122 | to keep notifications to a minimum.</p>
|
123 | 123 |
|
124 | 124 | <p style="color:#c9c9c9;font-size:12px;font-family:'Helvetica Neue','Helvetica','Arial','sans-serif';">
|
125 |
| - <preferences style="color:#3ca7dd;text-decoration:none;"> |
126 |
| - <strong><a href='https://coderwall.com/settings#email' style="color:#3ca7dd;text-decoration:none;">Edit |
127 |
| - your subscription</a></strong></preferences> |
| 125 | + <strong style="color:#3ca7dd;text-decoration:none;"><a href='https://coderwall.com/settings#email' style="color:#3ca7dd;text-decoration:none;">Edit |
| 126 | + your subscription</a></strong> |
128 | 127 | |
|
129 |
| - <unsubscribe style="color:#3ca7dd;text-decoration:none;"> |
130 |
| - <strong><a href='%unsubscribe_url%' style="color:#3ca7dd;text-decoration:none;">Unsubscribe |
131 |
| - instantly</a></strong></unsubscribe> |
| 128 | + <strong style="color:#3ca7dd;text-decoration:none;"><a href='%unsubscribe_url%' style="color:#3ca7dd;text-decoration:none;">Unsubscribe |
| 129 | + instantly</a></strong> |
132 | 130 | </p>
|
133 | 131 | </td>
|
134 | 132 | </tr>
|
135 | 133 | </table>
|
136 | 134 | </center>
|
137 |
| - <img border="0" src="<%= image_path('email/spacer.gif') %>" width="1" height="25"><br> |
| 135 | + <img border="0" src="<%= image_path('email/spacer.gif') %>" width="1" height="25" alt=""><br> |
138 | 136 |
|
139 | 137 | </center>
|
140 | 138 | </td>
|
|
0 commit comments