Inboxes

Create an inbox to save and track emails. It's free!

+New inbox

<!DOCTYPE html>
<html lang="en">
 <head>
  <meta charset="utf-8"/>
  <!-- utf-8 works for most cases -->
  <meta content="width=device-width" name="viewport"/>
  <!-- Forcing initial-scale shouldn't be necessary -->
  <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
  <!-- Use the latest (edge) version of IE rendering engine -->
  <meta name="x-apple-disable-message-reformatting"/>
  <!-- Disable auto-scale in iOS 10 Mail entirely -->
  <title>
   [Caviar] We're sorry to see you go...
  </title>
  <!-- The title tag shows in email notifications, like Android 4.4. -->
  <!-- Web Font / @font-face : BEGIN -->
  <!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely removed. -->
  <!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
  <!--[if mso]>
        <style>
            * {
                font-family: sans-serif !important;
            }
        </style>
    <![endif]-->
  <!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: //stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
  <!--[if !mso]><!-->
  <link href="https://d1g145x70srn7h.cloudfront.net/images/email/misc/sq-market.css" rel="stylesheet" type="text/css"/>
  <!--<![endif]-->
  <!--<![endif]-->
  <!-- Web Font / @font-face : END -->
  <!-- CSS Reset -->
  <style>
   b {
          font-family:sqmarket-medium, Helvetica Neue, Helvetica, sans-serif;
          font-weight:bold;
          /*color: #fb7139;*/
        }
        /* What it does: Remove spaces around the email design added by some email clients. */
        /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
        html,
        body {
            margin: 0 auto !important;
            padding: 0 !important;
            height: 100% !important;
            width: 100% !important;
        }

        /* What it does: Stops email clients resizing small text. */
        * {
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
        }

        /* What it does: Centers email on Android 4.4 */
        div[style*="margin: 16px 0"] {
            margin:0 !important;
        }

        /* What it does: Stops Outlook from adding extra spacing to tables. */
        table,
        td {
            mso-table-lspace: 0pt !important;
            mso-table-rspace: 0pt !important;
        }

        /* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
        table {
            border-spacing: 0 !important;
            border-collapse: collapse !important;
            table-layout: fixed !important;
            margin: 0 auto !important;
        }
        table table table {
            table-layout: auto;
        }

        /* What it does: Uses a better rendering method when resizing images in IE. */
        img {
            -ms-interpolation-mode:bicubic;
        }

        /* What it does: A work-around for iOS meddling in triggered links. */
        *[x-apple-data-detectors] {
            color: inherit !important;
            text-decoration: none !important;
        }

        /* What it does: A work-around for Gmail meddling in triggered links. */
        .x-gmail-data-detectors,
        .x-gmail-data-detectors *,
        .aBn {
            border-bottom: 0 !important;
            cursor: default !important;
        }

        /* What it does: Prevents Gmail from displaying an download button on large, non-linked images. */
        .a6S {
	        display: none !important;
	        opacity: 0.01 !important;
        }
        /* If the above doesn't work, add a .g-img class to any image in question. */
        img.g-img + div {
	        display:none !important;
	   	}

        /* What it does: Prevents underlining the button text in Windows 10 */
        .button-link {
            text-decoration: none !important;
        }

        /* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
        /* Create one of these media queries for each additional viewport size you'd like to fix */
        /* Thanks to Eric Lepetit (@ericlepetitsf) for help troubleshooting */
        @media only screen and (min-device-width: 375px) and (max-device-width: 413px) { /* iPhone 6 and 6+ */
            .email-container {
                min-width: 375px !important;
            }
        }
  </style>
  <!-- What it does: Makes background images in 72ppi Outlook render at correct size. -->
  <!--[if gte mso 9]>
	<xml>
		<o:OfficeDocumentSettings>
			<o:AllowPNG/>
			<o:PixelsPerInch>96</o:PixelsPerInch>
		</o:OfficeDocumentSettings>
	</xml>
	<![endif]-->
  <!-- Progressive Enhancements -->
  <style>
   /* What it does: Hover styles for buttons */
        .button-td,
        .button-a {
            transition: all 100ms ease-in;
        }
        .button-td:hover,
        .button-a:hover {
            background: #2d3c48 !important;
            border-color: #2d3c48 !important;
        }

        /* Media Queries */
        @media screen and (max-width: 600px) {

            /* What it does: Adjust typography on small screens to improve readability */
			.email-container p {
				font-size: 17px !important;
				line-height: 22px !important;
			}

        }
  </style>
 </head>
 <body bgcolor="#2d3c48" style="margin: 0; mso-line-height-rule: exactly;" width="100%">
  <center style="width: 100%; background: #2d3c48; text-align: left;">
   <!-- Visually Hidden Preheader Text : BEGIN -->
   <div style="display:none;font-size:1px;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;mso-hide:all;font-family:sqmarket, Helvetica Neue, Helvetica, sans-serif;">
    We're sorry to see you go...
   </div>
   <!-- Visually Hidden Preheader Text : END -->
   <!--
            Set the email width. Defined in two places:
            1. max-width for all clients except Desktop Windows Outlook, allowing the email to squish on narrow but never go wider than 600px.
            2. MSO tags for Desktop Windows Outlook enforce a 600px width.
        -->
   <div class="email-container" style="max-width: 600px; margin: auto;">
    <!--[if mso]>
            <table role="presentation" aria-hidden="true" cellspacing="0" cellpadding="0" border="0" width="600" align="center">
            <tr>
            <td>
            <![endif]-->
    <!-- Email Header : BEGIN -->
    <table align="center" aria-hidden="true" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 600px;" width="100%">
     <tr>
      <td style="padding: 20px 0; text-align: center">
       <img alt="alt_text" aria-hidden="true" border="0" height="50" src="https://inboxflows.com/_/image/https%253A%252F%252Fd2kkn9zvxxltd8.cloudfront.net%252Fcaviar-250.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMmtrbjl6dnh4bCJ9:1kXPIH:LWnte7e5YX_3GuyfFBXdCVsk-I7hisztmT4L-DBNbOg" style="height: auto; font-family:sqmarket, Helvetica Neue, Helvetica, sans-serif; font-size: 15px; line-height: 20px; color: #555555;" width="200"/>
      </td>
     </tr>
    </table>
    <!-- Email Header : END -->
    <!-- Email Body : BEGIN -->
    <table align="center" aria-hidden="true" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 600px;" width="100%">
     <!-- 1 Column Text + Button : BEGIN -->
     <tr>
      <td bgcolor="#ffffff">
       <table aria-hidden="true" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td style="padding: 40px 40px 0px 40px; font-family:sqmarket, Helvetica Neue, Helvetica, sans-serif; font-size: 15px; line-height: 20px; color: #555555;">
          <h1 style="margin: 0 0 10px 0; font-family:sqmarket, Helvetica Neue, Helvetica, sans-serif; font-size: 24px; line-height: 27px; color: #333333; font-weight: normal;">
           Hi, Sarah!
          </h1>
          <p style="margin: 0;">
           You’re almost ready to start delivering with Caviar but you haven't completed the courier orientation yet. In the orientation, we will share how to make the most money on Caviar, and make sure you know how to use the app.
          </p>
          <p>
           If you would still like to be considered as a potential courier with Caviar, please click the button below. If you have found a better opportunity, and are no longer interested, congratulations! No further action on your part is required, and thank you for taking interest in Caviar.
           <marker>
           </marker>
          </p>
          <br/>
         </td>
        </tr>
        <tr>
         <td style="padding: 0 40px; font-family:sqmarket, Helvetica Neue, Helvetica, sans-serif; font-size: 15px; line-height: 20px; color: #555555;">
          <!-- Button : BEGIN -->
          <table align="center" aria-hidden="true" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;">
           <tr>
            <td class="button-td" style="border-radius: 3px; background: #fb7139; text-align: center;">
             <button style="background-color: transparent; border-color: transparent;">
              <a class="button-a" style="background: #fb7139; border: 15px solid #fb7139; font-family:sqmarket, Helvetica Neue, Helvetica, sans-serif; font-size: 13px; line-height: 1.1; text-align: center; text-decoration: none; display: block; border-radius: 3px; font-weight: bold;">
               <span class="button-link" style="color:#ffffff;">
                <b>
                 I'm Interested!
                </b>
               </span>
              </a>
             </button>
            </td>
           </tr>
          </table>
          <!-- Button : END -->
         </td>
        </tr>
        <tr>
         <td style="padding: 0px 40px 40px 40px; font-family:sqmarket, Helvetica Neue, Helvetica, sans-serif; font-size: 15px; line-height: 20px; color: #555555;">
          <p style="margin: 0;">
          </p>
          <p>
           In the meantime, if you need assistance, please submit this support form:
           <a>
            Courier Support Form
           </a>
           .
          </p>
          <p>
           Thanks,
           <br/>
           Caviar SF: East Bay Team
          </p>
         </td>
        </tr>
       </table>
      </td>
     </tr>
     <!-- 1 Column Text + Button : END -->
    </table>
    <!-- Email Body : END -->
    <!--[if mso]>
            </td>
            </tr>
            </table>
            <![endif]-->
   </div>
  </center>
  <img alt="" border="0" height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Flink.fountain.com%252Fwf%252Fopen%253Fupn%253DRLipBG5SyiHfPkyTfdhwLrt6hbEN-2FvXEu-2BewL7IGellE460BghXBHUQj8GfPrMTZOsy57RDUSdtfplg0fCx-2BKCAlB-2FECnWbT782Ge3QNTs23Ll2jM-2FdDtv8MZtqcrmRjn3ezNMO2D7J3QB5bOxUfGgPbbPXp80luogWVYuj4s9HLbd4JVDHV8fi1167uKvDkhJT7REZ4UX41tkNQ-2FiCtgo1awHxFxiNn3VYm-2Fh8g0ziMpPrDxEsElLdnZSakD9WyZFwgH8ck1zefGyevoAM20u0ZRBfs-2Bg6c-2FT057huxcn6eQZwbiepu4eO54F9Yo9WheJDS5EUDDqs7Ck6fJ3X-2FKWyl3kTK3C5rNCOadBYGd1DDP6XX-2FGRnCm-2Bf9nSIcZd-2F1GK3LL1MwFPW93ymH61AvmWNqbNanxnmMg1sH1xovwocH4DrV2IItBXfS1snZHPkWOnaGrQlos3YK4eBWgZ0ag-3D-3D/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmxpbmsuZm91bnRhaSJ9:1kXPIH:uPcHkEmQds5Uoq30Z5B3LDguuHHcwcIJnZ1F80saUec" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;" width="1"/>
 </body>
</html>