Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.19 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" >
  3.  
  4. <head>
  5. <meta charset="UTF-8">
  6. <title>A warm welcome to Twist!</title>
  7.  
  8.  
  9.  
  10.  
  11.  
  12. </head>
  13.  
  14. <body>
  15.  
  16. <head>
  17.  
  18. <meta charset="utf-8">
  19.  
  20. <meta name="viewport" content="width=device-width">
  21.  
  22. <!--[if !mso]><!-->
  23. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  24. <!--<![endif]-->
  25.  
  26. <title></title>
  27.  
  28.  
  29. <!-- Normalize Styles -->
  30. <style type="text/css">
  31.  
  32. /* What it does: Remove spaces around the email design added by some email clients. */
  33. /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
  34. html,
  35. body {
  36. margin: 0 auto !important;
  37. padding: 0 !important;
  38. height: 100% !important;
  39. width: 100% !important;
  40. }
  41.  
  42. /* What it does: Stops WebKit and Windows mobile clients resizing small text. */
  43. * {
  44. -ms-text-size-adjust: 100%;
  45. -webkit-text-size-adjust: 100%;
  46. }
  47.  
  48. /* What is does: Centers email on Android 4.4 */
  49. div[style*="margin: 16px 0"] {
  50. margin: 0 !important;
  51. }
  52.  
  53. /* What it does: Remove spacing between tables in Outlook 2007 and up. */
  54. table,
  55. td {
  56. mso-table-lspace: 0pt !important;
  57. mso-table-rspace: 0pt !important;
  58. }
  59.  
  60. /* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. */
  61. table {
  62. border-spacing: 0 !important;
  63. table-layout: fixed !important;
  64. margin: 0 auto !important;
  65. }
  66.  
  67. /* What it does: Reset styles. */
  68. img {
  69. line-height: 100%;
  70. outline: none;
  71. text-decoration: none;
  72. /* Uses a smoother rendering method when resizing images in IE. */
  73. -ms-interpolation-mode: bicubic;
  74. /* Remove border when inside `a` element in IE 8/9/10. */
  75. border: 0;
  76. /* Sets a maximum width relative to the parent and auto scales the height */
  77. max-width: 100%;
  78. height: auto;
  79. /* Remove the gap between images and the bottom of their containers */
  80. vertical-align: middle;
  81. }
  82.  
  83. /* What it does: Overrides styles added when Yahoo's auto-senses a link. */
  84. .yshortcuts a {
  85. border-bottom: none !important;
  86. }
  87.  
  88. /* What it does: A work-around for iOS meddling in triggered links. */
  89. a[x-apple-data-detectors] {
  90. color: inherit !important;
  91. text-decoration: none !important;
  92. font-size: inherit !important;
  93. font-family: inherit !important;
  94. font-weight: inherit !important;
  95. line-height: inherit !important;
  96. }
  97.  
  98. /* What it does: Neutralize whitespace for inline-block grids on iOS. */
  99. @media screen and (min-width: 600px) {
  100. .ios-responsive-grid {
  101. display: -webkit-box !important;
  102. display: -webkit-flex !important;
  103. display: -moz-box !important;
  104. display: -ms-flexbox !important;
  105. display: flex !important;
  106. }
  107. /* Alternative method. Not needed if already using the .ios-responsive-grid flex workaround. */
  108. /* .ios-responsive-grid__unit class would need to be added to the inline-block <div> grid units */
  109. .ios-responsive-grid__unit {
  110. float: left;
  111. }
  112. }
  113.  
  114.  
  115.  
  116. body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
  117.  
  118.  
  119.  
  120. </style>
  121.  
  122. <!--[if gte mso 9]>
  123. <style type="text/css">
  124. /* What it does: Normalize space between bullets and text. */
  125. /* https://litmus.com/community/discussions/1093-bulletproof-lists-using-ul-and-li */
  126. li {
  127. text-indent: -1em;
  128. }
  129. </style>
  130. <![endif]-->
  131.  
  132. <!-- Progressive Enhancements -->
  133. <style type="text/css">
  134.  
  135. /* Components */
  136.  
  137. /* What it does: Hover styles for buttons */
  138. .button__td,
  139. .button__a {
  140. transition: all 100ms ease;
  141. }
  142.  
  143. .button__td:hover,
  144. .button__a:hover {
  145. background: #185de7 !important;
  146. }
  147.  
  148.  
  149.  
  150. /* What it does: Mobile optimized styles */
  151. @media screen and (max-width: 599px) {
  152.  
  153. /* Components */
  154.  
  155.  
  156.  
  157. .tw-body { padding: 8px 8px 0 !important; }
  158. .tw-card-header,
  159. .tw-card-banner,
  160. .tw-card-body,
  161. .tw-card-footer { padding-left: 15px !important; padding-right: 15px !important; }
  162. .tw-card-banner { padding-top: 20px !important; padding-bottom: 10px !important; }
  163. .tw-card-body-xsmall { padding: 10px !important; }
  164. .tw-header-cta { display: none !important; }
  165. .tw-h1 { font-size: 22px !important; line height: 30px !important; }
  166. .tw-signoff,
  167. .tw-footnotes { margin-top: 30px !important; }
  168.  
  169.  
  170.  
  171. /* Utilities */
  172.  
  173. /* Display */
  174. .mobile-hidden {
  175. display: none !important;
  176. }
  177.  
  178. .mobile-d-block {
  179. display: block !important;
  180. }
  181.  
  182. /* Size */
  183. .mobile-w-full {
  184. width: 100% !important;
  185. }
  186.  
  187. .mobile-h-auto {
  188. height: auto !important;
  189. }
  190.  
  191. /* Margin */
  192. .mobile-m-h-auto {
  193. margin: 0 auto !important;
  194. }
  195.  
  196. /* Padding */
  197. .mobile-p-0 {
  198. padding: 0 !important;
  199. }
  200.  
  201. .mobile-p-h-0 {
  202. padding-right: 0 !important;
  203. padding-left: 0 !important;
  204. }
  205.  
  206. .mobile-p-t-0 {
  207. padding-top: 0 !important;
  208. }
  209.  
  210. /* Text */
  211. .mobile-text-start {
  212. text-align: left !important;
  213. }
  214.  
  215. .mobile-text-end {
  216. text-align: right !important;
  217. }
  218.  
  219. /* Images */
  220. .mobile-img-fluid {
  221. max-width: 100% !important;
  222. width: 100% !important;
  223. height: auto !important;
  224. }
  225. }
  226.  
  227. </style>
  228. </head>
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235. <body style="background: #ffffff; height: 100% !important; margin: 0 auto !important; padding: 0 !important; width: 100% !important; ">
  236.  
  237.  
  238.  
  239.  
  240.  
  241. <div style="display: none; font-size: 1px; line-height: 1px; max-height: 0; max-width: 0; opacity: 0; overflow: hidden; mso-hide: all;">
  242.  
  243. Plus some quick resources to help make the transition as smooth as possible.
  244.  
  245. </div>
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253. <table cellpadding="0" cellspacing="0" style="background: #F7F8FA; border: 0; border-radius: 0; width: 100%; ">
  254. <tbody><tr>
  255. <td align="center" class="tw-body" style="padding: 15px 15px 0;">
  256.  
  257. <table cellpadding="0" cellspacing="0" style="background: #F7F8FA; border: 0; border-radius: 0; ">
  258. <tbody><tr>
  259. <td align="center" class="" style="width: 600px;">
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270. <table cellpadding="0" cellspacing="0" style="background: #FFFFFF; border: 0; border-radius: 4px; width: 100%; overflow: hidden;">
  271. <tbody><tr>
  272. <td align="center" class="" style="padding: 0;">
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281. <table cellpadding="0" cellspacing="0" style="background: #ffffff; border: 0; border-radius: 0; width: 100%; ">
  282. <tbody><tr>
  283. <td align="center" class="tw-card-header" style="padding: 25px 35px 10px 35px;">
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296. <table cellpadding="0" cellspacing="0" dir="ltr" style="border: 0; width: 100%;">
  297. <tbody><tr>
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305. <td class="" align="center" valign="top" style="width: 103px;">
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313. <table cellpadding="0" cellspacing="0" dir="ltr" style="border: 0; width: 100%; ">
  314.  
  315. <tbody><tr>
  316. <td class="" style="padding: 0; text-align: left; ">
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323. <a href="https://twistapp.com?utm_medium=email&amp;utm_source=sendgrid&amp;utm_campaign=twist_onboarding_team_creator&amp;utm_content=169273&amp;utm_term=welcome" style="text-decoration: none; " universal="true" target="_blank">
  324.  
  325. <img alt="Twist" class=" " src="https://static.twistapp.com/2de6a7422496cccf7126a996eadcdd88.png" style="border: 0; height: auto; max-width: 100%; vertical-align: middle; " width="103">
  326.  
  327. </a>
  328.  
  329.  
  330.  
  331.  
  332.  
  333. </td>
  334. </tr>
  335.  
  336. </tbody></table>
  337.  
  338.  
  339.  
  340.  
  341.  
  342. </td>
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350. <td class="" align="center" valign="middle" style="width: 100%;">
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358. <table cellpadding="0" cellspacing="0" dir="ltr" style="border: 0; width: 100%; ">
  359.  
  360. <tbody><tr>
  361. <td class="tw-header-cta" style="padding: 0 0 0 20px; text-align: right; color: #6F6F6F; font-family: sans-serif;">
  362.  
  363.  
  364.  
  365.  
  366. <p class="" style="margin: 20px 0; font-size: 16px; mso-line-height-rule: exactly; line-height: 24px; margin: 20px 0; margin: 0;">
  367.  
  368.  
  369.  
  370. <a href="https://twistapp.com?utm_medium=email&amp;utm_source=sendgrid&amp;utm_campaign=twist_onboarding_team_creator&amp;utm_content=169273&amp;utm_term=welcome" style="color: #9A9A9A; text-decoration: none; " universal="true" target="_blank">Launch Twist</a>
  371.  
  372.  
  373. </p>
  374.  
  375.  
  376.  
  377.  
  378. </td>
  379. </tr>
  380.  
  381. </tbody></table>
  382.  
  383.  
  384.  
  385.  
  386.  
  387. </td>
  388.  
  389.  
  390.  
  391.  
  392. </tr>
  393. </tbody></table>
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402. </td>
  403. </tr>
  404. </tbody></table>
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417. <table cellpadding="0" cellspacing="0" dir="ltr" style="border: 0; width: 100%; ">
  418.  
  419. <tbody><tr>
  420. <td class="tw-card-banner" style="padding: 40px 35px; text-align: center; ">
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429. <img alt="You’re all set and off to the races." class=" " src="https://static.twistapp.com/3b9c644b02046c4a8537249410475950.png" style="border: 0; height: auto; max-width: 100%; vertical-align: middle; " width="391">
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437. </td>
  438. </tr>
  439.  
  440. </tbody></table>
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452. <table cellpadding="0" cellspacing="0" dir="ltr" style="border: 0; width: 100%; ">
  453.  
  454. <tbody><tr>
  455. <td class="tw-card-body" style="padding: 20px 35px; text-align: left; color: #6F6F6F; font-family: sans-serif; border-top: 0;">
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462. <h1 class="tw-h1" style="font-size: 36px; font-weight: normal; mso-line-height-rule: exactly; line-height: 38px; margin: 20px 0; color: #474747; font-size: 24px; font-weight: bold; mso-line-height-rule: exactly; line-height: 32px; margin: 0 0 20px; ">
  463.  
  464.  
  465.  
  466. Welcome to Twist, Smiles Davis!
  467.  
  468.  
  469.  
  470. </h1>
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477. <p class="" style="margin: 20px 0; font-size: 16px; mso-line-height-rule: exactly; line-height: 24px; margin: 20px 0; ">
  478.  
  479.  
  480.  
  481. You just created the <span style="color: #474747; font-weight: bold;">Really Good Emails</span> team on Twist. It’s a first step toward helping your team collaborate in a calmer, more productive way (something most of today’s leaders unfortunately <span style="font-style: italic;">don’t</span> do). Congrats!
  482.  
  483.  
  484.  
  485. </p>
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492. <p class="" style="margin: 20px 0; font-size: 16px; mso-line-height-rule: exactly; line-height: 24px; margin: 20px 0; ">
  493.  
  494.  
  495.  
  496. Changing the way your team communicates isn’t easy, but we’ve got your back. We put together a few resources and best practices for successfully onboarding your team to Twist:
  497.  
  498.  
  499.  
  500. </p>
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508. <div class="" style="border-top: 0; font-size: 1px; mso-line-height-rule: exactly; line-height: 1px; max-height: 0; margin: 20px 0; overflow: hidden;">​</div>
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515. <table cellpadding="0" cellspacing="0" style="border: 0; width: 100%;">
  516. <tbody><tr>
  517. <td>
  518.  
  519. <table class="button mobile-w-full" align="center" cellspacing="0" cellpadding="0" style="border: 0; margin: 0; margin-left: auto !important; margin-right: auto !important; width: 100%;">
  520. <tbody><tr>
  521. <td class="button__td " style="background: #316FEA; border-radius: 4px; text-align:center;">
  522.  
  523.  
  524.  
  525. <!--[if mso]>
  526. <a href="https://lnk.twistapp.com/wf/click?upn=3aZdNblVXzQcNhDdVdjpE4U5hsDAE6z-2FHPI-2BSqaT-2FRlzFqiOYIVV3xhZnCTd6ci0B44NNbRUNIhUcT9c12ucNg-3D-3D_eLFMrKDT8iBxZ-2Fbnk-2BZqvRm7gLQf0EF1gz9NAjgHD5V5QzY-2B023FSeyWLfj8rc5L2aYbNyXZTUaub-2BXLVoSFDbsBeU-2FOxINBPPv2ZvPRkMotiXmykOKxmfXVIOEv0JW0TfQ7ZYxwbXiYalG2H6UBccYB6G3tf6LFNhsFkLky3c4ctd4Nqq0CtjJnpYQU3HijtcRQWI2Kdg66WfnVNv3UCdxopoyccMAoHfkGbdZ6NOo-3D" class="button__a" target="_blank" style="border-radius: 4px; color: #FFFFFF; display: block; font-family: sans-serif; font-size: 18px; font-weight: bold; mso-height-rule: exactly; line-height: 1.1; padding: 14px 18px; text-decoration: none; text-transform: none; border: 1px solid #316FEA;">&nbsp;Browse the guides &rarr;&nbsp;</a>
  527. <![endif]-->
  528.  
  529. <!--[if !mso]><!-->
  530. <a href="https://twist.zendesk.com/hc/en-us/sections/115001138125" class="button__a" target="_blank" style="border-radius: 4px; color: #FFFFFF; display: block; font-family: sans-serif; font-size: 18px; font-weight: bold; mso-height-rule: exactly; line-height: 1.1; padding: 14px 18px; text-decoration: none; text-transform: none; border: 0;">Browse the guides →</a>
  531. <!--<![endif]-->
  532.  
  533. </td>
  534. </tr>
  535. </tbody></table>
  536.  
  537. </td>
  538. </tr>
  539. </tbody></table>
  540.  
  541.  
  542.  
  543.  
  544. <div class="" style="border-top: 0; font-size: 1px; mso-line-height-rule: exactly; line-height: 1px; max-height: 0; margin: 20px 0; overflow: hidden;">​</div>
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551. <p class="" style="margin: 20px 0; font-size: 16px; mso-line-height-rule: exactly; line-height: 24px; margin: 20px 0; ">
  552.  
  553.  
  554.  
  555. We’ll be in touch in the coming days to help make sure your team’s transition to Twist is as smooth as possible. If you have any questions now, simply reply to this email.
  556.  
  557.  
  558.  
  559. </p>
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566. <p class="" style="margin: 20px 0; font-size: 16px; mso-line-height-rule: exactly; line-height: 24px; margin: 20px 0; ">
  567.  
  568.  
  569.  
  570. We’re glad you’re here!
  571.  
  572.  
  573.  
  574. </p>
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582. <p class="tw-signoff" style="margin: 20px 0; font-size: 16px; mso-line-height-rule: exactly; line-height: 24px; margin: 20px 0; margin: 45px 0 5px; ">
  583.  
  584.  
  585. Our best, <br> Amir and the Twist team
  586.  
  587.  
  588. </p>
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595. </td>
  596. </tr>
  597.  
  598. </tbody></table>
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606. </td>
  607. </tr>
  608. </tbody></table>
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619. <table cellpadding="0" cellspacing="0" dir="ltr" style="border: 0; width: 100%; ">
  620.  
  621. <tbody><tr>
  622. <td class="" style="padding: 25px 0; text-align: center; color: #9A9A9A; font-family: sans-serif; font-size: 13px; mso-line-height-rule: exactly; line-height: 20px;">
  623.  
  624.  
  625.  
  626.  
  627. <p class="" style="margin: 20px 0; margin: 0 0 10px;">
  628.  
  629.  
  630. Stay in touch with your team from anywhere.
  631.  
  632. <a href="https://twist.zendesk.com/hc/en-us/sections/115001137885" style="color: #316FEA; text-decoration: none; " target="_blank">Download the apps</a>
  633.  
  634.  
  635. </p>
  636.  
  637.  
  638.  
  639.  
  640. <p class="" style="margin: 20px 0; margin: 0;">
  641.  
  642.  
  643.  
  644. <a href="https://blog.doist.com?utm_medium=email&amp;utm_source=sendgrid&amp;utm_campaign=twist_onboarding_team_creator&amp;utm_content=169273&amp;utm_term=welcome" style="color: #316FEA; text-decoration: none; " target="_blank">Blog</a> &nbsp; | &nbsp;
  645.  
  646. <a href="https://twitter.com/twistappteam" style="color: #316FEA; text-decoration: none; " target="_blank">Twitter</a> &nbsp; | &nbsp;
  647.  
  648. <a href="https://twist.zendesk.com/hc/en-us" style="color: #316FEA; text-decoration: none; " target="_blank">Help Center</a>
  649.  
  650.  
  651. </p>
  652.  
  653.  
  654.  
  655.  
  656.  
  657. <p class="" style="margin: 20px 0; margin: 10px 0 0;">
  658.  
  659.  
  660. <a href="#" style="color: #316FEA; text-decoration: none;" target="_blank">Unsubscribe from Twist tips</a>
  661.  
  662.  
  663. </p>
  664.  
  665.  
  666.  
  667.  
  668. </td>
  669. </tr>
  670.  
  671. </tbody></table>
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679. </td>
  680. </tr>
  681. </tbody></table>
  682.  
  683. </td>
  684. </tr>
  685. </tbody></table>
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697. </body>
  698.  
  699.  
  700.  
  701. </body>
  702.  
  703. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement