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] Sarah, Have you given up on Caviar?
  </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;">
    [Caviar] Sarah, Have you given up on Caviar?
   </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:1kXOyb:wknzB_okiZ8KCT7m5_9YBbZDMn4dtZ01dc7n3bIjpSo" 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; 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;">
           Hey Sarah,
          </h1>
          <p style="margin: 0;">
           Have you given up on Caviar? Caviar is growing fast and we need your help delivering food to our hungry diners. Click the button below to complete orientation!
          </p>
          <br/>
          <br/>
          <table align="center" aria-hidden="true" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;">
           <tbody>
            <tr>
             <td class="button-td" style="border-radius: 3px; background: #fb7139; text-align: center;">
              <div mc:edit="button">
               <a class="button-a" style="background: rgb(251, 113, 57); border: 15px solid rgb(251, 113, 57); 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: rgb(255, 255, 255);">
                 <font face="sqmarket-medium, Helvetica Neue, Helvetica, sans-serif">
                  I'm interested!
                 </font>
                </span>
               </a>
              </div>
             </td>
            </tr>
           </tbody>
          </table>
          <br/>
          <br/>
          <h3 style="margin: 0 0 10px 0; font-family:sqmarket, Helvetica Neue, Helvetica, sans-serif; font-size: 20px; line-height: 27px; font-weight: bold; color: #f97242;">
           Why deliver with Caviar?
          </h3>
          <p style="text-align: center">
          </p>
          <p>
          </p>
          <ul>
           <li>
            Get paid instantly with the Cash App
           </li>
           <li>
            Earn more money during peak hours (lunch and dinner rushes) with Peak Pay
           </li>
           <li>
            See the pay, pickup location, and drop off location for each order before you accept the assignment!
           </li>
           <li>
            Work with a dedicated Courier Support team, ready to Live Chat when you need them — usual response time is under 2 minutes!
           </li>
           <li>
            Complete orientation on your smartphone or computer and start this week!
           </li>
          </ul>
          <br/>
          <h3 style="margin: 0 0 10px 0; font-family:sqmarket, Helvetica Neue, Helvetica, sans-serif; font-size: 20px; line-height: 27px; font-weight: bold; color: #f97242;">
           New Courier Resources
          </h3>
          <p style="text-align: center">
          </p>
          <p>
          </p>
          <ul>
           <li>
            <b>
             <a>
              Download the Courier App
             </a>
            </b>
           </li>
           <li>
            <b>
             <a>
              Watch the Courier App walkthrough video
             </a>
            </b>
           </li>
           <li>
            <b>
             <a>
              Courier Support Center and City information
             </a>
            </b>
           </li>
          </ul>
          <br/>
          <p>
           If you need help,
           <a>
            contact us
           </a>
           . Please select the topic, "Orientation Inquiry."
          </p>
          <p>
           Thanks,
           <br/>
           Caviar SF: East Bay Team
          </p>
         </td>
        </tr>
       </table>
      </td>
     </tr>
     <!-- 1 Column Text + Button : END -->
    </table>
    <!-- Email Body : END -->
    <!-- Email Footer : BEGIN -->
    <table align="center" aria-hidden="true" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 680px;" width="100%">
     <tbody>
      <tr>
       <td class="x-gmail-data-detectors" style="padding: 40px 10px;width: 100%;font-size: 12px; font-family: sqmarket, Helvetica Neue, Helvetica, sans-serif; line-height:18px; text-align: center; color: #888888;">
        <br/>
        <br/>
        This email was sent to 9b5319f3@uifeed.com •
        <a style="color:#888888;">
         Why did I get this email?
        </a>
        •
        <a style="color:#888888;">
         Unsubscribe
        </a>
        <br/>
        Caviar - 1455 Market St, Suite 600, San Francisco, CA 94103
       </td>
      </tr>
     </tbody>
    </table>
    <!-- Email Footer : 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-2BewL7IGellE460BghXBHUQj8GfPrMTZlNJ1GZKXzPtt37hL5MUt3Hjvj-2B9gTR1BweyCyokAQIUDQk9kdf4vAvnqTFWTzSfUEU-2BSin-2FWZb51eHt-2FWkRoJlTwc7dUGDtQC38Ic5cHUVeOhvaG4ViSpRO235g9MckXYxA5lJrOtenoRRxeNmPtJiMLxoE5i6YWDwa8lAaDlIRcYBuMlWORD-2BG-2BCQm5-2Bh2yQFu7l6VK1fvxu5iBBzOY22yZqMkFPqgPuRzwKP1Xin1m-2FmnKGASYbmlEea1Bf6O08rWBLeuXDmpIxofQY-2BFz05oe0PqP-2Bg6qfYSr7srX4nF2bZ6jOmW5Rz-2FlcnlyfcX01Km9s-2BQ-2BLcy8skWLTXY0GC2urJMx-2FQIYqFQlhl8NRcEneYRL1XZuq75pzvhGQsl8TGAIpbuUYz0joV38zYO5pftBcTZ7EsRjTqDejq8TLq8-3D/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmxpbmsuZm91bnRhaSJ9:1kXOyb:UszgaLL_lVWZ5bvgkb1ODI7OCgvh8XuZu9Q5PjQnpOY" 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>