Няма описание

newsletterZeit.js 24KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543
  1. export default `<!doctype html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
  3. <head>
  4. <!-- NAME: SIMPLE TEXT -->
  5. <!--[if gte mso 15]>
  6. <xml>
  7. <o:OfficeDocumentSettings>
  8. <o:AllowPNG/>
  9. <o:PixelsPerInch>96</o:PixelsPerInch>
  10. </o:OfficeDocumentSettings>
  11. </xml>
  12. <![endif]-->
  13. <meta charset="UTF-8">
  14. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  15. <meta name="viewport" content="width=device-width, initial-scale=1">
  16. <title>Node.js 8 – End-Of-Life</title>
  17. <style type="text/css">
  18. p{
  19. margin:10px 0;
  20. padding:0;
  21. }
  22. table{
  23. border-collapse:collapse;
  24. }
  25. h1,h2,h3,h4,h5,h6{
  26. display:block;
  27. margin:0;
  28. padding:0;
  29. }
  30. img,a img{
  31. border:0;
  32. height:auto;
  33. outline:none;
  34. text-decoration:none;
  35. }
  36. body,#bodyTable,#bodyCell{
  37. height:100%;
  38. margin:0;
  39. padding:0;
  40. width:100%;
  41. }
  42. .mcnPreviewText{
  43. display:none !important;
  44. }
  45. #outlook a{
  46. padding:0;
  47. }
  48. img{
  49. -ms-interpolation-mode:bicubic;
  50. }
  51. table{
  52. mso-table-lspace:0pt;
  53. mso-table-rspace:0pt;
  54. }
  55. .ReadMsgBody{
  56. width:100%;
  57. }
  58. .ExternalClass{
  59. width:100%;
  60. }
  61. p,a,li,td,blockquote{
  62. mso-line-height-rule:exactly;
  63. }
  64. a[href^=tel],a[href^=sms]{
  65. color:inherit;
  66. cursor:default;
  67. text-decoration:none;
  68. }
  69. p,a,li,td,body,table,blockquote{
  70. -ms-text-size-adjust:100%;
  71. -webkit-text-size-adjust:100%;
  72. }
  73. .ExternalClass,.ExternalClass p,.ExternalClass td,.ExternalClass div,.ExternalClass span,.ExternalClass font{
  74. line-height:100%;
  75. }
  76. a[x-apple-data-detectors]{
  77. color:inherit !important;
  78. text-decoration:none !important;
  79. font-size:inherit !important;
  80. font-family:inherit !important;
  81. font-weight:inherit !important;
  82. line-height:inherit !important;
  83. }
  84. #bodyCell{
  85. padding:10px;
  86. }
  87. .templateContainer{
  88. max-width:600px !important;
  89. }
  90. a.mcnButton{
  91. display:block;
  92. }
  93. .mcnImage,.mcnRetinaImage{
  94. vertical-align:bottom;
  95. }
  96. .mcnTextContent{
  97. word-break:break-word;
  98. }
  99. .mcnTextContent img{
  100. height:auto !important;
  101. }
  102. .mcnDividerBlock{
  103. table-layout:fixed !important;
  104. }
  105. body,#bodyTable{
  106. background-color:#ffffff;
  107. background-image:none;
  108. background-repeat:no-repeat;
  109. background-position:center;
  110. background-size:cover;
  111. }
  112. #bodyCell{
  113. border-top:0;
  114. }
  115. .templateContainer{
  116. border:0;
  117. }
  118. h1{
  119. color:#202020;
  120. font-family:Helvetica;
  121. font-size:26px;
  122. font-style:normal;
  123. font-weight:bold;
  124. line-height:125%;
  125. letter-spacing:normal;
  126. text-align:left;
  127. }
  128. h2{
  129. color:#202020;
  130. font-family:Helvetica;
  131. font-size:22px;
  132. font-style:normal;
  133. font-weight:bold;
  134. line-height:125%;
  135. letter-spacing:normal;
  136. text-align:left;
  137. }
  138. h3{
  139. color:#202020;
  140. font-family:Helvetica;
  141. font-size:20px;
  142. font-style:normal;
  143. font-weight:bold;
  144. line-height:125%;
  145. letter-spacing:normal;
  146. text-align:left;
  147. }
  148. h4{
  149. color:#202020;
  150. font-family:Helvetica;
  151. font-size:18px;
  152. font-style:normal;
  153. font-weight:bold;
  154. line-height:125%;
  155. letter-spacing:normal;
  156. text-align:left;
  157. }
  158. #templateHeader{
  159. border-top:0;
  160. border-bottom:0;
  161. }
  162. #templateHeader .mcnTextContent,#templateHeader .mcnTextContent p{
  163. color:#202020;
  164. font-family:Helvetica;
  165. font-size:16px;
  166. line-height:150%;
  167. text-align:left;
  168. }
  169. #templateHeader .mcnTextContent a,#templateHeader .mcnTextContent p a{
  170. color:#007C89;
  171. font-weight:normal;
  172. text-decoration:underline;
  173. }
  174. #templateBody{
  175. border-top:0;
  176. border-bottom:0;
  177. }
  178. #templateBody .mcnTextContent,#templateBody .mcnTextContent p{
  179. color:#202020;
  180. font-family:Helvetica;
  181. font-size:16px;
  182. line-height:150%;
  183. text-align:left;
  184. }
  185. #templateBody .mcnTextContent a,#templateBody .mcnTextContent p a{
  186. color:#067df7;
  187. font-weight:normal;
  188. text-decoration:none;
  189. }
  190. #templateFooter{
  191. border-top:0;
  192. border-bottom:0;
  193. }
  194. #templateFooter .mcnTextContent,#templateFooter .mcnTextContent p{
  195. color:#202020;
  196. font-family:Helvetica;
  197. font-size:12px;
  198. line-height:150%;
  199. text-align:left;
  200. }
  201. #templateFooter .mcnTextContent a,#templateFooter .mcnTextContent p a{
  202. color:#202020;
  203. font-weight:normal;
  204. text-decoration:underline;
  205. }
  206. @media only screen and (min-width:768px){
  207. .templateContainer{
  208. width:600px !important;
  209. }
  210. } @media only screen and (max-width: 480px){
  211. body,table,td,p,a,li,blockquote{
  212. -webkit-text-size-adjust:none !important;
  213. }
  214. } @media only screen and (max-width: 480px){
  215. body{
  216. width:100% !important;
  217. min-width:100% !important;
  218. }
  219. } @media only screen and (max-width: 480px){
  220. #bodyCell{
  221. padding-top:10px !important;
  222. }
  223. } @media only screen and (max-width: 480px){
  224. .mcnRetinaImage{
  225. max-width:100% !important;
  226. }
  227. } @media only screen and (max-width: 480px){
  228. .mcnImage{
  229. width:100% !important;
  230. }
  231. } @media only screen and (max-width: 480px){
  232. .mcnCartContainer,.mcnCaptionTopContent,.mcnRecContentContainer,.mcnCaptionBottomContent,.mcnTextContentContainer,.mcnBoxedTextContentContainer,.mcnImageGroupContentContainer,.mcnCaptionLeftTextContentContainer,.mcnCaptionRightTextContentContainer,.mcnCaptionLeftImageContentContainer,.mcnCaptionRightImageContentContainer,.mcnImageCardLeftTextContentContainer,.mcnImageCardRightTextContentContainer,.mcnImageCardLeftImageContentContainer,.mcnImageCardRightImageContentContainer{
  233. max-width:100% !important;
  234. width:100% !important;
  235. }
  236. } @media only screen and (max-width: 480px){
  237. .mcnBoxedTextContentContainer{
  238. min-width:100% !important;
  239. }
  240. } @media only screen and (max-width: 480px){
  241. .mcnImageGroupContent{
  242. padding:9px !important;
  243. }
  244. } @media only screen and (max-width: 480px){
  245. .mcnCaptionLeftContentOuter .mcnTextContent,.mcnCaptionRightContentOuter .mcnTextContent{
  246. padding-top:9px !important;
  247. }
  248. } @media only screen and (max-width: 480px){
  249. .mcnImageCardTopImageContent,.mcnCaptionBottomContent:last-child .mcnCaptionBottomImageContent,.mcnCaptionBlockInner .mcnCaptionTopContent:last-child .mcnTextContent{
  250. padding-top:18px !important;
  251. }
  252. } @media only screen and (max-width: 480px){
  253. .mcnImageCardBottomImageContent{
  254. padding-bottom:9px !important;
  255. }
  256. } @media only screen and (max-width: 480px){
  257. .mcnImageGroupBlockInner{
  258. padding-top:0 !important;
  259. padding-bottom:0 !important;
  260. }
  261. } @media only screen and (max-width: 480px){
  262. .mcnImageGroupBlockOuter{
  263. padding-top:9px !important;
  264. padding-bottom:9px !important;
  265. }
  266. } @media only screen and (max-width: 480px){
  267. .mcnTextContent,.mcnBoxedTextContentColumn{
  268. padding-right:18px !important;
  269. padding-left:18px !important;
  270. }
  271. } @media only screen and (max-width: 480px){
  272. .mcnImageCardLeftImageContent,.mcnImageCardRightImageContent{
  273. padding-right:18px !important;
  274. padding-bottom:0 !important;
  275. padding-left:18px !important;
  276. }
  277. } @media only screen and (max-width: 480px){
  278. .mcpreview-image-uploader{
  279. display:none !important;
  280. width:100% !important;
  281. }
  282. } @media only screen and (max-width: 480px){
  283. h1{
  284. font-size:22px !important;
  285. line-height:125% !important;
  286. }
  287. } @media only screen and (max-width: 480px){
  288. h2{
  289. font-size:20px !important;
  290. line-height:125% !important;
  291. }
  292. } @media only screen and (max-width: 480px){
  293. h3{
  294. font-size:18px !important;
  295. line-height:125% !important;
  296. }
  297. } @media only screen and (max-width: 480px){
  298. h4{
  299. font-size:16px !important;
  300. line-height:150% !important;
  301. }
  302. } @media only screen and (max-width: 480px){
  303. table.mcnBoxedTextContentContainer td.mcnTextContent,td.mcnBoxedTextContentContainer td.mcnTextContent p{
  304. font-size:14px !important;
  305. line-height:150% !important;
  306. }
  307. } @media only screen and (max-width: 480px){
  308. td#templateHeader td.mcnTextContent,td#templateHeader td.mcnTextContent p{
  309. font-size:16px !important;
  310. line-height:150% !important;
  311. }
  312. } @media only screen and (max-width: 480px){
  313. td#templateBody td.mcnTextContent,td#templateBody td.mcnTextContent p{
  314. font-size:16px !important;
  315. line-height:150% !important;
  316. }
  317. } @media only screen and (max-width: 480px){
  318. td#templateFooter td.mcnTextContent,td#templateFooter td.mcnTextContent p{
  319. font-size:14px !important;
  320. line-height:150% !important;
  321. }
  322. }</style></head>
  323. <body style="background:#ffffff none no-repeat center/cover;height: 100%;padding: 0;width: 100%;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #ffffff;background-image: none;background-repeat: no-repeat;background-position: center;background-size: cover;">
  324. <!--
  325. -->
  326. <!--[if !gte mso 9]><!----><span class="mcnPreviewText" style="display:none; font-size:0px; line-height:0px; max-height:0px; max-width:0px; opacity:0; overflow:hidden; visibility:hidden; mso-hide:all;">Our upstream provider AWS is deprecating support for Node.js 8. As a result, you need to switch to a more recent Node.js version.</span><!--<![endif]-->
  327. <!--
  328. -->
  329. <center>
  330. <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable" style="background:#ffffff none no-repeat center/cover;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;height: 100%;margin: 0;padding: 0;width: 100%;background-color: #ffffff;background-image: none;background-repeat: no-repeat;background-position: center;background-size: cover;">
  331. <tr>
  332. <td align="left" valign="top" id="bodyCell" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;height: 100%;margin: 0;padding: 10px;width: 100%;border-top: 0;padding-left: 0 !important;padding-right: 0 !important;">
  333. <!-- BEGIN TEMPLATE // -->
  334. <!--[if (gte mso 9)|(IE)]>
  335. <table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
  336. <tr>
  337. <td align="center" valign="top" width="600" style="width:600px;">
  338. <![endif]-->
  339. <table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;border: 0;max-width: 600px !important;">
  340. <tr>
  341. <td valign="top" id="templateHeader" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;border-top: 0;border-bottom: 0;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
  342. <tbody class="mcnImageBlockOuter">
  343. <tr>
  344. <td valign="top" style="padding: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnImageBlockInner">
  345. <table align="left" width="100%" border="0" cellpadding="0" cellspacing="0" class="mcnImageContentContainer" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
  346. <tbody><tr>
  347. <td class="mcnImageContent" valign="top" style="padding-right: 9px;padding-left: 9px;padding-top: 0;padding-bottom: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
  348. <a href="https://zeit.us12.list-manage.com/track/click?u=3c9e9e13d7e6dae8faf375bed&id=fbf5042448&e=c9edb6a9f6" title="" class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
  349. <img align="left" alt="" src="https://gallery.mailchimp.com/3c9e9e13d7e6dae8faf375bed/images/d0280daa-f502-479f-885d-a16228c996f5.png" width="40" style="max-width: 80px;padding-bottom: 0;display: inline !important;vertical-align: bottom;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" class="mcnRetinaImage">
  350. </a>
  351. </td>
  352. </tr>
  353. </tbody></table>
  354. </td>
  355. </tr>
  356. </tbody>
  357. </table></td>
  358. </tr>
  359. <tr>
  360. <td valign="top" id="templateBody" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;border-top: 0;border-bottom: 0;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
  361. <tbody class="mcnTextBlockOuter">
  362. <tr>
  363. <td valign="top" class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
  364. <!--[if mso]>
  365. <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  366. <tr>
  367. <![endif]-->
  368. <!--[if mso]>
  369. <td valign="top" width="600" style="width:600px;">
  370. <![endif]-->
  371. <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
  372. <tbody><tr>
  373. <td valign="top" class="mcnTextContent" style="padding: 0px 18px 9px;color: #000000;font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, Verdana, sans-serif;font-size: 14px;line-height: 150%;text-align: left;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;">
  374. <br>
  375. Hey there,<br>
  376. <br>
  377. I am writing to give notice that <strong>Node.js 8</strong> will reach its <strong>End-Of-Life</strong> on <strong>December 31, 2019,</strong> and will no longer be supported by <a href="https://zeit.us12.list-manage.com/track/click?u=3c9e9e13d7e6dae8faf375bed&id=62e3d7fde7&e=c9edb6a9f6" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #067df7;font-weight: normal;text-decoration: none;">ZEIT Now</a> starting <strong>January 6, 2020</strong> (<a href="https://zeit.us12.list-manage.com/track/click?u=3c9e9e13d7e6dae8faf375bed&id=9845df9a61&e=c9edb6a9f6" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #067df7;font-weight: normal;text-decoration: none;">enforced</a> by our upstream provider <a href="https://zeit.us12.list-manage.com/track/click?u=3c9e9e13d7e6dae8faf375bed&id=43d08558eb&e=c9edb6a9f6" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #067df7;font-weight: normal;text-decoration: none;">AWS Lambda</a>).<br>
  378. <br>
  379. You can find more details about the Node.js End-Of-Life Schedule <a href="https://zeit.us12.list-manage.com/track/click?u=3c9e9e13d7e6dae8faf375bed&id=2d516b0a6e&e=c9edb6a9f6" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #067df7;font-weight: normal;text-decoration: none;">here</a>.<br>
  380. <br>
  381. &nbsp;
  382. <h3 style="display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 20px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;text-align: left;">What Does This Mean?</h3>
  383. <br>
  384. Starting on&nbsp;<strong>January 6, 2020</strong>, new deployments without <span style="color:#cc00ff; font-family:menlo,monaco,lucida console,liberation mono,dejavu sans mono,bitstream vera sans mono,courier new,monospace; font-size:14px"><code>engines</code></span> defined in&nbsp;<span style="color:#cc00ff; font-family:menlo,monaco,lucida console,liberation mono,dejavu sans mono,bitstream vera sans mono,courier new,monospace; font-size:14px"><code>package.json</code></span>&nbsp;will use the most recent (<a href="https://zeit.us12.list-manage.com/track/click?u=3c9e9e13d7e6dae8faf375bed&id=972783ffb3&e=c9edb6a9f6" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #067df7;font-weight: normal;text-decoration: none;">LTS</a>) version of Node.js: 12.<br>
  385. <br>
  386. If your <span style="color:#cc00ff; font-family:menlo,monaco,lucida console,liberation mono,dejavu sans mono,bitstream vera sans mono,courier new,monospace; font-size:14px"><code>package.json</code></span> file contains&nbsp; <span style="color:#cc00ff; font-family:menlo,monaco,lucida console,liberation mono,dejavu sans mono,bitstream vera sans mono,courier new,monospace; font-size:14px"><code>"engines": { "node": "8.10.x" }</code></span>, it will fail to build and print an error message explaining you must use 12.x instead.<br>
  387. <br>
  388. &nbsp;
  389. <h3 style="display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 20px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;text-align: left;">What Should You Do?</h3>
  390. <br>
  391. To avoid your project from ceasing to work, we recommend configuring the most recent Node.js version (12) in your <span style="color:#cc00ff; font-family:menlo,monaco,lucida console,liberation mono,dejavu sans mono,bitstream vera sans mono,courier new,monospace; font-size:14px"><code>package.json</code></span> file.<br>
  392. <br>
  393. To do so, you only need add the <span style="color:#cc00ff; font-family:menlo,monaco,lucida console,liberation mono,dejavu sans mono,bitstream vera sans mono,courier new,monospace; font-size:14px"><code>"engines": { "node": "12.x" }</code></span> property and create a new <a href="https://zeit.us12.list-manage.com/track/click?u=3c9e9e13d7e6dae8faf375bed&id=6309ae0eb3&e=c9edb6a9f6" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #067df7;font-weight: normal;text-decoration: none;">Production Deployment</a>.<br>
  394. <br>
  395. Learn more about how to set a custom Node.js version <a href="https://zeit.us12.list-manage.com/track/click?u=3c9e9e13d7e6dae8faf375bed&id=96958079cf&e=c9edb6a9f6" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #067df7;font-weight: normal;text-decoration: none;">in our documentation</a>.<br>
  396. <br>
  397. <style type="text/css">.email-image {
  398. max-width: 550px;
  399. }
  400. @media only screen and (max-width: 480px){
  401. .email-image{
  402. height:auto !important;
  403. max-width:550px !important;
  404. width: 100% !important;
  405. }
  406. }
  407. </style>
  408. </td>
  409. </tr>
  410. </tbody></table>
  411. <!--[if mso]>
  412. </td>
  413. <![endif]-->
  414. <!--[if mso]>
  415. </tr>
  416. </table>
  417. <![endif]-->
  418. </td>
  419. </tr>
  420. </tbody>
  421. </table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
  422. <tbody class="mcnTextBlockOuter">
  423. <tr>
  424. <td valign="top" class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
  425. <!--[if mso]>
  426. <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  427. <tr>
  428. <![endif]-->
  429. <!--[if mso]>
  430. <td valign="top" width="600" style="width:600px;">
  431. <![endif]-->
  432. <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
  433. <tbody><tr>
  434. <td valign="top" class="mcnTextContent" style="padding: 0px 18px 9px;color: #000000;font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, Verdana, sans-serif;font-size: 14px;line-height: 150%;text-align: left;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;">
  435. –<br>
  436. <a href="https://zeit.us12.list-manage.com/track/click?u=3c9e9e13d7e6dae8faf375bed&id=8a02a06799&e=c9edb6a9f6" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #067df7;font-weight: normal;text-decoration: none;">Leo Lamprecht</a><br>
  437. Head of Product<br>
  438. ZEIT, Inc.
  439. <style type="text/css">#bodyCell { padding-left: 0 !important; padding-right: 0 !important; }
  440. </style>
  441. </td>
  442. </tr>
  443. </tbody></table>
  444. <!--[if mso]>
  445. </td>
  446. <![endif]-->
  447. <!--[if mso]>
  448. </tr>
  449. </table>
  450. <![endif]-->
  451. </td>
  452. </tr>
  453. </tbody>
  454. </table></td>
  455. </tr>
  456. <tr>
  457. <td valign="top" id="templateFooter" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;border-top: 0;border-bottom: 0;"></td>
  458. </tr>
  459. </table>
  460. <!--[if (gte mso 9)|(IE)]>
  461. </td>
  462. </tr>
  463. </table>
  464. <![endif]-->
  465. <!-- // END TEMPLATE -->
  466. </td>
  467. </tr>
  468. </table>
  469. </center>
  470. <center>
  471. <br />
  472. <br />
  473. <br />
  474. <br />
  475. <br />
  476. <br />
  477. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="canspamBarWrapper" style="background-color:#FFFFFF; border-top:1px solid #E5E5E5;">
  478. <tr>
  479. <td align="center" valign="top" style="padding-top:20px; padding-bottom:20px;">
  480. <table border="0" cellpadding="0" cellspacing="0" id="canspamBar">
  481. <tr>
  482. <td align="center" valign="top" style="color:#606060; font-family:Helvetica, Arial, sans-serif; font-size:11px; line-height:150%; padding-right:20px; padding-bottom:5px; padding-left:20px; text-align:center;">
  483. This email was sent to <a href="mailto:###@###.com" target="_blank" style="color:#404040 !important;">###@###.com</a>
  484. <br />
  485. <a href="https://zeit.us12.list-manage.com/about" target="_blank" style="color:#404040 !important;"><em>why did I get this?</em></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://zeit.us12.list-manage.com/unsubscribe" style="color:#404040 !important;">unsubscribe from this list</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://zeit.us12.list-manage.com/profile" style="color:#404040 !important;">update subscription preferences</a>
  486. <br />
  487. ▲ZEIT &middot; 1046 Kearny St &middot; San Francisco, CA 94133 &middot; USA
  488. <br />
  489. <br />
  490. </td>
  491. </tr>
  492. </table>
  493. </td>
  494. </tr>
  495. </table>
  496. <style type="text/css">
  497. @media only screen and (max-width: 480px){
  498. table#canspamBar td{font-size:14px !important;}
  499. table#canspamBar td a{display:block !important; margin-top:10px !important;}
  500. }
  501. </style>
  502. </center><img src="https://zeit.us12.list-manage.com/track/open.php?u=3c9e9e13d7e6dae8faf375bed&id=ce66ec2f9f&e=c9edb6a9f6" height="1" width="1"></body>
  503. </html>`;