email-signature.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" style="color-scheme: light dark; supported-color-schemes: light dark;">
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5. <meta name="x-apple-disable-message-reformatting">
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <meta name="color-scheme" content="light dark">
  8. <meta name="supported-color-schemes" content="light dark">
  9. <title></title> <style type="text/css" rel="stylesheet" media="all">
  10. /* Base ------------------------------ */
  11. @import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700&display=swap');
  12. body {
  13. width: 100% !important;
  14. height: 100%;
  15. margin: 0;
  16. -webkit-text-size-adjust: none;
  17. }
  18. a {
  19. color: #3869D4;
  20. }
  21. a img {
  22. border: none;
  23. }
  24. td {
  25. word-break: break-word;
  26. }
  27. .preheader {
  28. display: none !important;
  29. visibility: hidden;
  30. mso-hide: all;
  31. font-size: 1px;
  32. line-height: 1px;
  33. max-height: 0;
  34. max-width: 0;
  35. opacity: 0;
  36. overflow: hidden;
  37. }
  38. /* Type ------------------------------ */
  39. body,
  40. td,
  41. th {
  42. font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
  43. }
  44. h1 {
  45. margin-top: 0;
  46. color: #333333;
  47. font-size: 22px;
  48. font-weight: bold;
  49. text-align: left;
  50. }
  51. h2 {
  52. margin-top: 0;
  53. color: #333333;
  54. font-size: 16px;
  55. font-weight: bold;
  56. text-align: left;
  57. }
  58. h3 {
  59. margin-top: 0;
  60. color: #333333;
  61. font-size: 16px;
  62. font-weight: bold;
  63. text-align: left;
  64. }
  65. td,
  66. th {
  67. font-size: 16px;
  68. color: #333333;
  69. }
  70. ul,
  71. ol,
  72. blockquote {
  73. margin: .4em 0 1.1875em;
  74. font-size: 16px;
  75. line-height: 1.625;
  76. }
  77. p {
  78. margin: .4em 0 1.1875em;
  79. line-height: 1.625;
  80. }
  81. /* Utilities ------------------------------ */
  82. .align-right {
  83. text-align: right;
  84. }
  85. .align-left {
  86. text-align: left;
  87. }
  88. .align-center {
  89. text-align: center;
  90. }
  91. /* Buttons ------------------------------ */
  92. .button {
  93. display: inline-block;
  94. text-decoration: none;
  95. border-radius: 3px;
  96. box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  97. -webkit-text-size-adjust: none;
  98. box-sizing: border-box;
  99. }
  100. @media only screen and (max-width: 500px) {
  101. .button {
  102. width: 100% !important;
  103. text-align: center !important;
  104. }
  105. }
  106. /* Attribute list ------------------------------ */
  107. .attributes {
  108. margin: 0 0 21px;
  109. }
  110. .attributes_content {
  111. background-color: #F4F4F7;
  112. padding: 16px;
  113. }
  114. .attributes_item {
  115. padding: 0;
  116. vertical-align: top;
  117. }
  118. /* Data table ------------------------------ */
  119. .table_wrapper {
  120. width: 100%;
  121. margin: 0;
  122. }
  123. .table_item {
  124. padding: 10px 0;
  125. color: #51545E;
  126. font-size: 15px;
  127. line-height: 18px;
  128. }
  129. .table_heading {
  130. padding-bottom: 8px;
  131. border-bottom: 1px solid #EAEAEC;
  132. }
  133. .table_heading p {
  134. margin: 0;
  135. color: #85878E;
  136. font-size: 12px;
  137. }
  138. body {
  139. background-color: #F4F4F7;
  140. color: #51545E;
  141. }
  142. p {
  143. color: #51545E;
  144. }
  145. p.sub {
  146. color: #6B6E76;
  147. }
  148. .email-wrapper {
  149. width: 100%;
  150. margin: 0;
  151. padding: 0;
  152. background-color: #F4F4F7;
  153. }
  154. .email-content {
  155. margin: 0;
  156. padding: 0;
  157. }
  158. /* Masthead ----------------------- */
  159. .email-masthead {
  160. padding: 25px;
  161. }
  162. .email-masthead_name {
  163. font-size: 16px;
  164. font-weight: bold;
  165. color: #A8AAAF;
  166. text-decoration: none;
  167. text-shadow: 0 1px 0 white;
  168. }
  169. /* Body ------------------------------ */
  170. .email-body {
  171. margin: 0;
  172. padding: 0;
  173. background-color: #FFFFFF;
  174. }
  175. .email-body_inner {
  176. width: 600px;
  177. margin: 0 auto;
  178. padding: 0;
  179. background-color: #FFFFFF;
  180. }
  181. .email-footer {
  182. width: 600px;
  183. margin: 0 auto;
  184. padding: 0;
  185. text-align: center;
  186. }
  187. .email-footer p {
  188. color: #6B6E76;
  189. }
  190. .email-footer a {
  191. color: #6B6E76;
  192. text-decoration: underline;
  193. }
  194. .body-action {
  195. width: 100%;
  196. margin: 30px auto;
  197. padding: 0;
  198. text-align: center;
  199. }
  200. .body-image {
  201. width: 100%;
  202. padding: 0;
  203. }
  204. .body-side-image {
  205. width: 100%;
  206. padding: 0;
  207. }
  208. .body-gallery {;
  209. padding: 0;
  210. }
  211. .body-side-image p,
  212. .body-gallery p {
  213. color: #51545E;
  214. margin: .4em 0 .4em;
  215. line-height: 1.325;
  216. }
  217. .body-sub {
  218. margin-top: 25px;
  219. padding-top: 25px;
  220. border-top: 1px solid #EAEAEC;
  221. }
  222. .content-cell {
  223. padding: 35px;
  224. }
  225. /*Media Queries ------------------------------ */
  226. @media only screen and (max-width: 600px) {
  227. .email-body_inner,
  228. .email-footer {
  229. width: 100% !important;
  230. }
  231. }
  232. </style>
  233. <!--[if mso]>
  234. <style type="text/css">
  235. .f-fallback {
  236. font-family: Arial, sans-serif;
  237. }
  238. </style>
  239. <![endif]-->
  240. </head>
  241. <body style="background-color: #FFF; color: #51545E; font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;">
  242. <table class="email-wrapper" width="100%" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0; padding: 0;" border="0" bgcolor="#fff">
  243. <tr>
  244. <table width="600" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0; padding: 0;margin-bottom:20px" border="0">
  245. <tr>
  246. <td style="color: #333333; font-family: 'Nunito Sans', Helvetica, Arial, sans-serif; font-size: 14px; word-break: break-word;">
  247. <img src="https://endothera.com/img/snyder-logo.png" alt="" height="15" style="border: none;margin-bottom:10px;">
  248. <p style="margin:0px;line-height:20px;">Sal Shah</p>
  249. <p style="margin:0px;line-height:20px;">MDE Medical</p>
  250. <p style="margin:0px;line-height:20px;">FDA Operator #: 10086694</p>
  251. <p style="margin:0px;line-height:20px;">(415) 404-0270 (cell)</p>
  252. <p style="margin:0px;line-height:20px;">(800) 888-8888 (office)</p>
  253. <p style="margin:0px;line-height:20px;">shah@hemband.com</p>
  254. <p style="margin:0px;line-height:20px;">sales@hemband.com</p>
  255. <p style="margin:0px;line-height:20px;">https://www.hemband.com</p>
  256. </td>
  257. </tr>
  258. </table>
  259. </tr>
  260. <tr>
  261. <td align="center" style="color: #333333; font-family: 'Nunito Sans', Helvetica, Arial, sans-serif; font-size: 16px; word-break: break-word;">
  262. <table width="600" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0; padding: 0;" border="0">
  263. <!-- Email Body -->
  264. <tr>
  265. <td width="600" cellpadding="0" cellspacing="0" style="color: #333333; font-family: 'Nunito Sans', Helvetica, Arial, sans-serif; font-size: 16px; margin: 0; padding: 0; word-break: break-word;" bgcolor="#FFFFFF">
  266. <table align="center" width="600" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0 auto; padding: 0;" border="0" bgcolor="#FFFFFF">
  267. <!-- Body content -->
  268. <!-- <tr>
  269. <td style="color: #333333; font-family: 'Nunito Sans', Helvetica, Arial, sans-serif; font-size: 16px; padding: 25px 45px; word-break: break-word; border-bottom:2px solid #1C3C80">
  270. <img src="https://endothera.com/img/snyder-logo.png" alt="" height="15" style="border: none;">
  271. </td>
  272. </tr> -->
  273. <tr>
  274. <td style="color: #1C3C80; font-family: 'Nunito Sans', Helvetica, Arial, sans-serif; font-size: 30px; padding: 20px 45px; text-align:center; border-bottom:2px solid #1C3C80;">
  275. <h4 style="width:500px;margin:auto;padding-bottom:20px;">Introducing the NEW Snyder Hemband Ligator!</h4>
  276. <h5 style="color:#333;font-size:18px;margin:auto;">The quality you have come to expect at a fraction of the cost:</h5>
  277. </td>
  278. </tr>
  279. <tr>
  280. <td style="color: #1C3C80; font-family: 'Nunito Sans', Helvetica, Arial, sans-serif; font-size: 30px; padding: 30px 45px; text-align:center; border-bottom:2px solid #1C3C80;">
  281. <img src="https://endothera.com/img/snyder.png" width="300">
  282. <p style="color:#333;font-size:17px;margin:auto; padding-top:10px;"><b>Each ligator is packaged with 3 bands and a patient education guide.</b></p>
  283. <p style="color:#333;font-size:17px;margin:auto;"><b>Call for special introductory pricing.</b></p>
  284. </td>
  285. </tr>
  286. <tr>
  287. <td style="color: #333; font-family: 'Nunito Sans', Helvetica, Arial, sans-serif; font-size: 18px; padding: 30px 45px; text-align:center;">
  288. <h5 style="margin:auto;color:#1C3C80;font-size:28px;">Samples Available!</h5>
  289. <br>
  290. <b>Contact Snyder Hemband at:</b>
  291. <br>
  292. <b><a href="mailto:sales@hemband.com">sales@hemband.com</a> or <a href="tel:(800) 290-9092">(800) 290-9092</a></b>
  293. <br>
  294. <br>
  295. </td>
  296. </tr>
  297. </table>
  298. </td>
  299. </tr>
  300. <!-- Email Footer -->
  301. <!-- <tr>
  302. <td style="color: #333333; font-family: 'Nunito Sans', Helvetica, Arial, sans-serif; font-size: 16px; word-break: break-word;">
  303. <table class="email-footer" align="center" width="600" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0 auto; padding: 0; text-align: center;" border="0">
  304. <tr>
  305. <td class="content-cell" align="center" style="color: #333333; font-family: 'Nunito Sans', Helvetica, Arial, sans-serif; font-size: 16px; padding: 35px; word-break: break-word;">
  306. <p class="f-fallback sub" style="color: #6B6E76; font-size: 13px; line-height: 1.625; margin: .4em 0 1.1875em;">&copy;2022 Hemband MDE Medical LLC. All rights reserved.</p>
  307. </td>
  308. </tr>
  309. </table>
  310. </td>
  311. </tr> -->
  312. </table>
  313. </td>
  314. </tr>
  315. </table>
  316. </body>
  317. </html>