-
-
Save sbdchd/ccf3fa32756b2bf275cc01493ee5078b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html | |
| lang="en" | |
| dir="ltr" | |
| xmlns:v="urn:schemas-microsoft-com:vml" | |
| xmlns:o="urn:schemas-microsoft-com:office:office" | |
| style=" | |
| width: 100%; | |
| margin: 0; | |
| padding: 0; | |
| color-scheme: light dark; | |
| supported-color-schemes: light dark; | |
| " | |
| > | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| <meta | |
| name="viewport" | |
| content="width=device-width,initial-scale=1 user-scalable=yes" | |
| /> | |
| <meta | |
| name="format-detection" | |
| content="telephone=no, date=no, address=no, email=no, url=no" | |
| /> | |
| <meta name="x-apple-disable-message-reformatting" /> | |
| <meta name="color-scheme" content="light dark" /> | |
| <meta name="supported-color-schemes" content="light dark" /> | |
| <title>DoorDash</title> | |
| <!-- WEB FONTS --> | |
| <!--[if !mso]>--> | |
| <style type="text/css"> | |
| @font-face { | |
| font-family: "TTNorms"; | |
| font-style: normal; | |
| font-weight: 800; | |
| src: url("https://typography.doordash.com/TTNorms-Pro/TTNormsPro-ExtraBold.woff2") | |
| format("woff2"); | |
| } | |
| @font-face { | |
| font-family: "TTNorms"; | |
| font-style: normal; | |
| font-weight: 700; | |
| src: url("https://typography.doordash.com/TTNorms-Pro/TTNormsPro-Bold.woff2") | |
| format("woff2"); | |
| } | |
| @font-face { | |
| font-family: "TTNorms"; | |
| font-style: normal; | |
| font-weight: 500; | |
| src: url("https://typography.doordash.com/TTNorms-Pro/TTNormsPro-Medium.woff2") | |
| format("woff2"); | |
| } | |
| @font-face { | |
| font-family: "TTNorms"; | |
| font-style: normal; | |
| font-weight: 400; | |
| src: url("https://typography.doordash.com/TTNorms-Pro/TTNormsPro-Regular.woff2") | |
| format("woff2"); | |
| } | |
| </style> | |
| <!--<![endif]--> | |
| <!-- STYLE RESETS --> | |
| <style type="text/css"> | |
| .ExternalClass { | |
| width: 100%; | |
| } | |
| .ExternalClass, | |
| .ExternalClass p, | |
| .ExternalClass span, | |
| .ExternalClass font, | |
| .ExternalClass td, | |
| .ExternalClass div { | |
| mso-line-height-rule: exactly; | |
| line-height: 100%; | |
| } | |
| a[href^="tel"], | |
| a[href^="sms"] { | |
| color: inherit; | |
| cursor: default; | |
| font-weight: inherit; | |
| text-decoration: none; | |
| } | |
| a[x-apple-data-detectors] { | |
| color: inherit !important; | |
| font-family: inherit !important; | |
| font-size: inherit !important; | |
| font-weight: inherit !important; | |
| line-height: inherit !important; | |
| text-decoration: none !important; | |
| } | |
| body { | |
| -ms-text-size-adjust: 100%; | |
| -webkit-font-smoothing: antialiased; | |
| -webkit-text-size-adjust: 100%; | |
| mso-line-height-rule: exactly; | |
| } | |
| html, | |
| body { | |
| width: 100%; | |
| margin: 0; | |
| padding: 0; | |
| } | |
| img { | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: 0; | |
| text-decoration: none; | |
| } | |
| table { | |
| border: 0 !important; | |
| padding: 0 !important; | |
| border-collapse: collapse !important; | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| } | |
| u + .body a { | |
| color: inherit; | |
| font-family: inherit; | |
| font-size: inherit; | |
| font-weight: inherit; | |
| line-height: inherit; | |
| } | |
| img + div > div { | |
| display: none !important; | |
| } | |
| a[x-apple-data-detectors="true"] { | |
| color: inherit !important; | |
| text-decoration: inherit !important; | |
| } | |
| span.MsoHyperlink { | |
| color: inherit !important; | |
| mso-style-priority: 99 !important; | |
| } | |
| span.MsoHyperlinkFollowed { | |
| color: inherit !important; | |
| mso-style-priority: 99 !important; | |
| } | |
| </style> | |
| <!-- FONTS --> | |
| <style type="text/css"> | |
| h1, | |
| h2, | |
| h3, | |
| h4, | |
| h5 { | |
| font-family: "TTNorms", system-ui, sans-serif; | |
| font-weight: 800; | |
| margin: 0 0 24px 0; | |
| text-transform: uppercase; | |
| } | |
| p, | |
| ol, | |
| ul { | |
| font-family: "TTNorms", system-ui, sans-serif; | |
| font-weight: 400; | |
| margin: 0 0 24px 0; | |
| } | |
| li { | |
| margin: 0 0 16px 0; | |
| } | |
| h1 { | |
| font-size: 50px; | |
| line-height: 50px; | |
| letter-spacing: -0.03em; | |
| } | |
| h2 { | |
| font-size: 40px; | |
| line-height: 48px; | |
| letter-spacing: -0.03em; | |
| } | |
| h3 { | |
| font-size: 32px; | |
| line-height: 40px; | |
| letter-spacing: -0.03em; | |
| } | |
| h4 { | |
| font-size: 24px; | |
| line-height: 28px; | |
| } | |
| h5 { | |
| font-size: 20px; | |
| line-height: 26px; | |
| } | |
| p.para-rg { | |
| font-size: 16px; | |
| line-height: 20px; | |
| } | |
| p.para-md { | |
| font-size: 14px; | |
| line-height: 18px; | |
| } | |
| p.para-sm { | |
| font-size: 12px; | |
| line-height: 16px; | |
| } | |
| </style> | |
| <!-- COLORS --> | |
| <style type="text/css"> | |
| body, | |
| #Main_Table { | |
| background-color: #f4f4f4; | |
| } | |
| #Basic-000 { | |
| background-color: #feffff; | |
| } | |
| #Red-100 { | |
| background-color: #ff3008; | |
| background-image: linear-gradient(#ff3008, #ff3008); | |
| } | |
| #TidePool-200 { | |
| background-color: #00838a; | |
| background-image: linear-gradient(#00838a, #00838a); | |
| } | |
| #Main_Table #TidePool-200 td { | |
| color: #fff; | |
| } | |
| #Main_Table #Basic-000 td { | |
| color: #191919; | |
| } | |
| </style> | |
| <!-- CTAs --> | |
| <style type="text/css"> | |
| .button { | |
| border-radius: 30px; | |
| } | |
| .button a { | |
| border: 1px solid #ff3008; | |
| color: #fff; | |
| display: inline-block; | |
| font-family: "TTNorms", system-ui, sans-serif; | |
| border-radius: 30px; | |
| font-size: 18px; | |
| line-height: 22px; | |
| font-weight: 700 !important; | |
| padding: 12px 24px; | |
| text-align: center; | |
| text-decoration: none; | |
| -webkit-text-size-adjust: none; | |
| } | |
| #Red-100.button a { | |
| border: 1px solid #ff3008 !important; | |
| } | |
| </style> | |
| <!-- STAR HOVER STYLES --> | |
| <style type="text/css"> | |
| .rollover div, | |
| .rollover a { | |
| display: inline-block; | |
| } | |
| .rating05:hover img.star05 { | |
| max-height: 0 !important; | |
| } | |
| .rating05:hover img.fill05 { | |
| max-height: none !important; | |
| } | |
| .rating04:hover img.star04 { | |
| max-height: 0 !important; | |
| } | |
| .rating04:hover img.fill04 { | |
| max-height: none !important; | |
| } | |
| .rating03:hover img.star03 { | |
| max-height: 0 !important; | |
| } | |
| .rating03:hover img.fill03 { | |
| max-height: none !important; | |
| } | |
| .rating02:hover img.star02 { | |
| max-height: 0 !important; | |
| } | |
| .rating02:hover img.fill02 { | |
| max-height: none !important; | |
| } | |
| .rating01:hover img.star01 { | |
| max-height: 0 !important; | |
| } | |
| .rating01:hover img.fill01 { | |
| max-height: none !important; | |
| } | |
| </style> | |
| <!-- MOBILE STYLES --> | |
| <style type="text/css"> | |
| @media only screen and (max-width: 699px) { | |
| #Main_Table > table { | |
| max-width: 410px !important; | |
| } | |
| .full { | |
| width: 100% !important; | |
| height: auto !important; | |
| } | |
| .pad12 { | |
| padding: 12px !important; | |
| } | |
| .pad24 { | |
| padding-left: 24px !important; | |
| padding-right: 24px !important; | |
| } | |
| .pad-l-24 { | |
| padding-left: 24px !important; | |
| padding-right: 0 !important; | |
| } | |
| .pad-r-24 { | |
| padding-left: 0 !important; | |
| padding-right: 24px !important; | |
| } | |
| .block { | |
| display: block !important; | |
| } | |
| .hide { | |
| display: none !important; | |
| min-height: 0 !important; | |
| max-height: 0 !important; | |
| max-width: 0 !important; | |
| overflow: hidden !important; | |
| font-size: 0 !important; | |
| } | |
| .logo { | |
| padding: 40px 24px 40px 0 !important; | |
| } | |
| .rollover img { | |
| width: 44px !important; | |
| } | |
| h1, | |
| h2 { | |
| font-size: 32px !important; | |
| line-height: 32px !important; | |
| } | |
| h3 { | |
| font-size: 24px !important; | |
| line-height: 28px !important; | |
| letter-spacing: 0 !important; | |
| } | |
| h4 { | |
| font-size: 20px !important; | |
| line-height: 26px !important; | |
| } | |
| h5 { | |
| font-size: 18px !important; | |
| line-height: 24px !important; | |
| } | |
| } | |
| </style> | |
| <!-- DARK MODE STYLES --> | |
| <style type="text/css"> | |
| :root { | |
| color-scheme: light dark; | |
| supported-color-schemes: light dark; | |
| } | |
| @media (prefers-color-scheme: dark) { | |
| body, | |
| #Main_Table, | |
| #Footer { | |
| background-color: #000 !important; | |
| } | |
| [id^="Basic"] { | |
| background-color: #191919 !important; | |
| } | |
| [id^="Flush"], | |
| [id^="Red"] { | |
| background-color: #380e0a !important; | |
| } | |
| #Main_Table table[id] td { | |
| color: #fff !important; | |
| } | |
| #Main_Table table[id] a { | |
| color: inherit !important; | |
| } | |
| #Main_Table #Basic-000.button a { | |
| background-color: #feffff !important; | |
| color: #191919 !important; | |
| } | |
| } | |
| </style> | |
| <!-- GMAIL APP DARK MODE FIX --> | |
| <style> | |
| @media only screen and (max-width: 699px) { | |
| u + .body .gmail-blend-screen { | |
| background: #000; | |
| mix-blend-mode: screen; | |
| } | |
| u + .body .gmail-blend-difference { | |
| background: #000; | |
| mix-blend-mode: difference; | |
| } | |
| } | |
| </style> | |
| <!-- OUTLOOK SPECIFIC CSS --> | |
| <!--[if gte mso 9 | |
| ]><noscript> | |
| <xml> | |
| <o:OfficeDocumentSettings> | |
| <o:PixelsPerInch>96</o:PixelsPerInch> | |
| </o:OfficeDocumentSettings> | |
| </xml> | |
| </noscript><! | |
| [endif]--> | |
| </head> | |
| <body | |
| class="body" | |
| style=" | |
| -ms-text-size-adjust: 100%; | |
| -webkit-font-smoothing: antialiased; | |
| -webkit-text-size-adjust: 100%; | |
| mso-line-height-rule: exactly; | |
| background-color: #f4f4f4; | |
| width: 100%; | |
| margin: 0; | |
| padding: 0; | |
| " | |
| > | |
| <span | |
| style=" | |
| color: transparent; | |
| visibility: hidden; | |
| display: none; | |
| opacity: 0; | |
| height: 0; | |
| width: 0; | |
| font-size: 0; | |
| " | |
| ></span | |
| ><img | |
| src="https://links.doordash.com/e/eo?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=BI7vBbOEHn4xa3YUS-qrZZ56SooBn1DCfrNFooiWIJTegFa30gIQKusjrQtQS7oXA_07xR8ppV1wTAJkhurMlWnUZNbLDTwUhRVTJ0yZDjsOjlaLBc7dDLQRU4wpq4Ut" | |
| style=" | |
| border: 0; | |
| width: 1px; | |
| height: 1px; | |
| border-width: 0px !important; | |
| display: none !important; | |
| line-height: 0 !important; | |
| " | |
| width="1" | |
| height="1" | |
| /> | |
| <div | |
| role="article" | |
| aria-roledescription="email" | |
| aria-label="DoorDash Email" | |
| lang="en" | |
| dir="ltr" | |
| style="font-size: medium; font-size: max(16px, 1rem)" | |
| > | |
| <div style="display: none; max-height: 0px; overflow: hidden"> | |
| ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ ͏‌ | |
| </div> | |
| <table | |
| align="center" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| role="presentation" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| width: 100%; | |
| border: 0 !important; | |
| padding: 0 !important; | |
| border-collapse: collapse !important; | |
| " | |
| width="100%" | |
| > | |
| <tr> | |
| <td | |
| align="center" | |
| id="Main_Table" | |
| style="background-color: #f4f4f4" | |
| bgcolor="#F4F4F4" | |
| > | |
| <table | |
| align="center" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| class="full" | |
| id="Basic-000" | |
| role="presentation" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| background-color: #feffff; | |
| width: 700px; | |
| border: 0 !important; | |
| padding: 0 !important; | |
| border-collapse: collapse !important; | |
| " | |
| width="700" | |
| bgcolor="#FEFFFF" | |
| > | |
| <tr> | |
| <td | |
| align="left" | |
| class="logo" | |
| style="color: #191919; padding: 48px 0" | |
| > | |
| <div class="hide"> | |
| <a | |
| href="https://links.doordash.com/a/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-htcpqhkrtu1fcSxLFgDDFG85b2xT75j_qCAoApcACReeaWm28BvBH9Ruvf7ULtqkldkfqQZnxQsksJqra5sWPX4P7628e_OOb9TcnswJbxlN8L6RV0dYIiCuoaRcgY27Z54Rdjbt8Nb7bGib8CkBasQxisjTbeUtqoLkvmzs07w-pRFI4efuxsaukQkzvZgWHVx4zGqAgOBxQy95r2MI28lTZqKsDwIaxLnro8bszh71JYXfVMBozdiC2DGt3_Wn74pchJEfqnA7cpUhT3hz3q9dSowepnoDHVVr-GRw9U7g%3D%3D" | |
| style="text-decoration: none" | |
| target="_blank" | |
| ><img | |
| alt="DoorDash Neighborhood of Good" | |
| src="https://static.iterable.com/0aa68ff8882e44c293eed51160dfd2e2/22-08-26-nog-desktop-logo.png" | |
| width="448" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| " | |
| /></a> | |
| </div> | |
| <!--[if !mso]>--> | |
| <div class="block" style="display: none"> | |
| <a | |
| href="https://links.doordash.com/a/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-htcpqhkrtu1fcSxLFgDDFG85b2xT75j_qCAoApcACReeaWm28BvBH9Ruvf7ULtqkldkfqQZnxQsksJqra5sWPX4P7628e_OOb9TcnswJbxlN8L6RV0dYIiCuoaRcgY27Z54Rdjbt8Nb7bGib8CkBasAmQ5mLQ66ZwMW_HSCgJEpWBnjwr1_4VioHv8XMEaAtNj3FfD78JarM1HYTuDtbXDcT29JwQadslgKPKZ6ovBownbgvVOO_gZyIVZNvz5YGZfaN297W7dgKWwZVpqs5NlUqOTV9Cfl1_6MGaGDW_lgA%3D%3D" | |
| style="text-decoration: none" | |
| target="_blank" | |
| ><img | |
| alt="DoorDash Neighborhood of Good" | |
| src="https://static.iterable.com/0aa68ff8882e44c293eed51160dfd2e2/22-08-26-nog-mobile-logo.png" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| width: 100%; | |
| max-width: 349px; | |
| " | |
| /></a> | |
| </div> | |
| <!--<![endif]--> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td | |
| align="left" | |
| class="pad24" | |
| style="color: #191919; padding: 0 59px 48px 64px" | |
| > | |
| <table | |
| align="left" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| role="presentation" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| width: 100%; | |
| border: 0 !important; | |
| padding: 0 !important; | |
| border-collapse: collapse !important; | |
| " | |
| width="100%" | |
| > | |
| <tr> | |
| <td align="left" style="color: #191919"> | |
| <h1 | |
| style=" | |
| font-family: 'TTNorms', system-ui, sans-serif; | |
| font-weight: 800; | |
| margin: 0 0 24px 0; | |
| text-transform: uppercase; | |
| font-size: 50px; | |
| line-height: 50px; | |
| letter-spacing: -0.03em; | |
| color: #ff3008; | |
| " | |
| > | |
| <!---->Thanks for your pickup order, Steve | |
| <!----> | |
| </h1> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td | |
| align="center" | |
| style="color: #191919; padding: 0 0 24px 0" | |
| > | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-ggOjc49vkRiCtBQZr5juhZZwHk3Cj3xG-q4uvmzar9rygdwR08Azb3hleD3WfJrCDG3Vxudli6BEZLJCy4Zal9Yt3a2zd5xGrND79dA1UZuiYqyo_EyBwKsz89-8TApXIqXPV0hUYZw_TUCQ0PYBILH--xE6IU6y4_U6uD7D7M9CyOw_1OMB-jlmAKxnx7iFY0ZdPqtXEjRsJ4UHWNHBwFtzkmSRgbbuxT3-pWA4Yexfx4aRd-3GCPosAl7aRdL2ulSlXF_EZvK_j91zwvtJ33cTZ0p1xHthjFTkbPGSgLnnGc3qdZf5Ava4EpMWnykxOGry64-LS9mopUxXOgI9v7FWoTKD8_x7aEPhGX-ikwyA%3D%3D" | |
| target="_blank" | |
| ><img | |
| alt | |
| src="https://static.iterable.com/0aa68ff8882e44c293eed51160dfd2e2/22-08-30-nog-email-receipt-hero-img-desktop-2x.png" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| width: 100%; | |
| max-width: 577px; | |
| " | |
| width="577" | |
| /></a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td align="left" style="color: #191919"> | |
| <p | |
| class="para-rg" | |
| style=" | |
| font-family: 'TTNorms', system-ui, sans-serif; | |
| font-weight: 400; | |
| margin: 0 0 24px 0; | |
| font-size: 16px; | |
| line-height: 20px; | |
| " | |
| > | |
| Your order from | |
| <strong>Flour Bakery + Cafe</strong> will be ready | |
| soon. You can pick it up at | |
| <strong>40 Erie St, Cambridge, MA 02139, USA</strong>. | |
| </p> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td | |
| align="left" | |
| style="color: #191919; padding: 8px 0 0 0" | |
| > | |
| <table | |
| align="left" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| role="presentation" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| border: 0 !important; | |
| padding: 0 !important; | |
| border-collapse: collapse !important; | |
| " | |
| > | |
| <tr> | |
| <td align="center" style="color: #191919"> | |
| <div | |
| class="button" | |
| id="Red-100" | |
| style=" | |
| border-radius: 30px; | |
| background-color: #ff3008; | |
| background-image: linear-gradient( | |
| #ff3008, | |
| #ff3008 | |
| ); | |
| " | |
| > | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-ggOjc49vkRiCtBQZr5juhZZwHk3Cj3xG-q4uvmzar9rygdwR08Azb3hleD3WfJrCDG3Vxudli6BEZLJCy4Zal9Yt3a2zd5xGrND79dA1UZuiYqyo_EyBwKsz89-8TApXIqXPV0hUYZw_TUCQ0PYBILH--xE6IU6y4_U6uD7D7M9CyOw_1OMB-jlmAKxnx7iFY0ZdPqtXEjRsJ4UHWNHBwFe3zwXGjBjNQyD6q8Z9DZBVPUwLb1kFUqTz1QE7Dc7fz4ZYix0eEoi34qPWizrUHQu9IMeo7wtRcZjlr9wj9ltqdjLedDdZP8grmwna6b4lhLl1-0WCVDhm-LxFOLaddWgcVgiUdc1wThMgrLxtwICA%3D%3D" | |
| style=" | |
| display: inline-block; | |
| font-family: 'TTNorms', system-ui, | |
| sans-serif; | |
| border-radius: 30px; | |
| font-size: 18px; | |
| line-height: 22px; | |
| padding: 12px 24px; | |
| text-align: center; | |
| text-decoration: none; | |
| -webkit-text-size-adjust: none; | |
| color: #ffffff; | |
| font-weight: 700 !important; | |
| border: 1px solid #ff3008 !important; | |
| " | |
| target="_blank" | |
| >Track Your Order</a | |
| > | |
| </div> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td | |
| align="left" | |
| id="Red-100" | |
| class="pad12" | |
| style=" | |
| background-color: #ff3008; | |
| background-image: linear-gradient(#ff3008, #ff3008); | |
| color: #191919; | |
| padding: 24px; | |
| " | |
| bgcolor="#FF3008" | |
| > | |
| <table | |
| align="left" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| role="presentation" | |
| id="Basic-000" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| background-color: #feffff; | |
| width: 100%; | |
| border: 0 !important; | |
| padding: 0 !important; | |
| border-collapse: collapse !important; | |
| " | |
| width="100%" | |
| bgcolor="#FEFFFF" | |
| > | |
| <tr> | |
| <td | |
| align="left" | |
| class="pad24" | |
| style="color: #191919; padding: 40px" | |
| > | |
| <table | |
| align="right" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| role="presentation" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| width: 100%; | |
| border: 0 !important; | |
| padding: 0 !important; | |
| border-collapse: collapse !important; | |
| " | |
| width="100%" | |
| > | |
| <tr> | |
| <td | |
| align="left" | |
| style="color: #191919; padding: 0 0 8px 0" | |
| > | |
| <!-- --> | |
| <p | |
| class="para-rg" | |
| style=" | |
| font-family: 'TTNorms', system-ui, sans-serif; | |
| font-weight: 400; | |
| font-size: 16px; | |
| line-height: 20px; | |
| margin: 0 0 4px 0; | |
| " | |
| > | |
| Paid with credits | |
| </p> | |
| <p | |
| class="para-rg" | |
| style=" | |
| font-family: 'TTNorms', system-ui, sans-serif; | |
| font-weight: 400; | |
| font-size: 16px; | |
| line-height: 20px; | |
| margin: 0 0 4px 0; | |
| " | |
| > | |
| Flour Bakery + Cafe | |
| </p> | |
| <p | |
| class="para-rg" | |
| style=" | |
| font-family: 'TTNorms', system-ui, sans-serif; | |
| margin: 0 0 24px 0; | |
| font-size: 16px; | |
| line-height: 20px; | |
| font-weight: 700; | |
| " | |
| > | |
| Total: $38.79 | |
| </p> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td | |
| align="left" | |
| style=" | |
| color: #191919; | |
| border-bottom: 1px solid #e5e5e5; | |
| " | |
| > | |
| <h4 | |
| style=" | |
| font-family: 'TTNorms', system-ui, sans-serif; | |
| font-weight: 800; | |
| text-transform: uppercase; | |
| font-size: 24px; | |
| line-height: 28px; | |
| margin: 0 0 4px 0; | |
| " | |
| > | |
| Your receipt | |
| </h4> | |
| <p | |
| class="para-rg" | |
| style=" | |
| font-family: 'TTNorms', system-ui, sans-serif; | |
| font-weight: 400; | |
| margin: 0 0 24px 0; | |
| font-size: 16px; | |
| line-height: 20px; | |
| " | |
| > | |
| <a style="text-decoration: none; color: inherit" | |
| >40 Erie St, Cambridge, MA 02139, USA</a | |
| > | |
| </p> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td | |
| align="left" | |
| style="color: #191919; padding: 16px 0 8px 0" | |
| > | |
| <table | |
| align="left" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| role="presentation" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| width: 100%; | |
| border: 0 !important; | |
| padding: 0 !important; | |
| border-collapse: collapse !important; | |
| " | |
| width="100%" | |
| > | |
| <tr> | |
| <td align="left" style="color: #191919"> | |
| <p | |
| class="para-rg" | |
| style=" | |
| font-family: 'TTNorms', system-ui, | |
| sans-serif; | |
| margin: 0 0 24px 0; | |
| font-size: 16px; | |
| line-height: 20px; | |
| font-weight: 700; | |
| " | |
| > | |
| Estimated Total | |
| </p> | |
| </td> | |
| <td align="right" style="color: #191919"> | |
| <p | |
| class="para-rg" | |
| style=" | |
| font-family: 'TTNorms', system-ui, | |
| sans-serif; | |
| margin: 0 0 24px 0; | |
| font-size: 16px; | |
| line-height: 20px; | |
| font-weight: 700; | |
| " | |
| > | |
| $38.79 | |
| </p> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td align="left" style="color: #666666"> | |
| <!----> | |
| <!----> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td align="left" style="color: #191919"> | |
| <p | |
| class="para-rg" | |
| style=" | |
| font-family: 'TTNorms', system-ui, sans-serif; | |
| font-weight: 400; | |
| font-size: 16px; | |
| line-height: 20px; | |
| margin: 0 0 4px 0; | |
| color: #ff3008; | |
| " | |
| > | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-ggOjc49vkRiCtBQZr5juhZZwHk3Cj3xG-q4uvmzar9rygdwR08Azb3hleD3WfJrCDG3Vxudli6BEZLJCy4Zal9Yt3a2zd5xGrND79dA1UZuiYqyo_EyBwKsz89-8TApXIqXPV0hUYZw_TUCQ0PYBILH--xE6IU6y4_U6uD7D7M9CyOw_1OMB-jlmAKxnx7iFY0ZdPqtXEjRsJ4UHWNHBwFCsAZ5sOVro0h_5c-h9cFTMn3Xp_FzwR0nx3RdwkwrEE1ib9LzY1u6FlvuqEhXNhMch3Z_xbl8lr1cM6d3fkf4paj8h9khIp_CleLcXIJCqkUxv1ilKrXgFe6SWAY629Doh-GXPY9gssKPPwW_kqmOA%3D%3D" | |
| target="_blank" | |
| style="text-decoration: none; color: #ff3008" | |
| >Get Order Help</a | |
| > | |
| </p> | |
| <!----> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <!----> | |
| <tr> | |
| <td | |
| align="center" | |
| class="pad24" | |
| style="color: #191919; padding: 48px 64px" | |
| > | |
| <table | |
| role="presentation" | |
| align="left" | |
| border="0" | |
| cellspacing="0" | |
| cellpadding="0" | |
| width="100%" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| border: 0 !important; | |
| padding: 0 !important; | |
| border-collapse: collapse !important; | |
| " | |
| > | |
| <tr> | |
| <td align="left" style="color: #191919"> | |
| <h4 | |
| style=" | |
| font-family: 'TTNorms', system-ui, sans-serif; | |
| font-weight: 800; | |
| text-transform: uppercase; | |
| font-size: 24px; | |
| line-height: 28px; | |
| margin: 0 0 16px 0; | |
| " | |
| > | |
| Review this Store | |
| </h4> | |
| <p | |
| class="para-rg" | |
| style=" | |
| font-family: 'TTNorms', system-ui, sans-serif; | |
| font-weight: 400; | |
| margin: 0 0 24px 0; | |
| font-size: 16px; | |
| line-height: 20px; | |
| " | |
| > | |
| Share your thoughts on your order with fellow | |
| customers and | |
| <span style="white-space: nowrap" | |
| >Flour Bakery + Cafe</span | |
| >. | |
| </p> | |
| </td> | |
| </tr> | |
| <!--[if !mso]>--> | |
| <tr> | |
| <td align="left" class="rollover" style="color: #191919"> | |
| <div class="rating01" style="display: inline-block"> | |
| <a | |
| href="https://links.doordash.com/a/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-ixgY2tF-zzqofn2eu5IumkmLhTIKNk2N9xhw2CqGVHJgcJL_qeTu4bPxFfCcHK98HhZSViWzuajJ4VClSlReEFNEcFDxyyreKKV2RoMwBkFJj6PqaDgJZ-u-0p6qaSYRCMgllU1G9lg5BasA3XKg2IKWtOOEgV68GQrhgUkS-rX58t4zzSDPBlIxLT3oawQzgGcmI0GRc_FET04X3vlbXrawsWblg7Ez5PZoLzHPEDAa-uUs3D84qFNE6BQkSnnGO6T7vVhpfPcSrChFwWx0yKYmHcY3-gssAiBs2yUlJLkpB_wBLslRZOC8kkl3oeij7uRRnFCJ6du3k8xtCGpGbp" | |
| target="_blank" | |
| style="display: inline-block" | |
| > | |
| <img | |
| class="star01" | |
| alt="1" | |
| src="https://assets.doordash.team/m/2c1bb38833e4540d/original/24-star-line-red100.png" | |
| width="60" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| " | |
| /> | |
| <img | |
| class="fill01" | |
| alt="1" | |
| src="https://assets.doordash.team/m/72b811ac5ca23bb3/original/24-fill-red100.png" | |
| width="60" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| max-height: 0px; | |
| " | |
| /> | |
| </a> | |
| <div class="rating02" style="display: inline-block"> | |
| <a | |
| href="https://links.doordash.com/a/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-ixgY2tF-zzqofn2eu5IumkRWIIKMFhzMSBtyu0tXBZwgDMv2vXyV-Wfdjgj8rJabqRxJrn2QJnuEpXqVgPzXGYmSya1SBedHOj3UTrGjBXYsliFVxsJgIh9kB-K7JsX5faineq4YYyDNLSuigDAqmNx_pPpT2B7T_1Bxny3WXQ4Uj705xSSqRD2U87tLLGmLgvT0gV49DxBEY2d8GWqDDeHfLUuHbrRzq2MYYAYLlPoYT0FRyXIXyUrQtCp-6eMjVk-fkSATFfys7i4zFYKX100wREYo9UX6GIDPKx-cwMMTmP7abZ1BcBnYbPAIbzSVLe4MuRmXLoB7eRGwgV5SWc" | |
| target="_blank" | |
| style="display: inline-block" | |
| > | |
| <img | |
| class="star02" | |
| alt="2" | |
| src="https://assets.doordash.team/m/2c1bb38833e4540d/original/24-star-line-red100.png" | |
| width="60" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| " | |
| /> | |
| <img | |
| class="fill02" | |
| alt="2" | |
| src="https://assets.doordash.team/m/72b811ac5ca23bb3/original/24-fill-red100.png" | |
| width="60" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| max-height: 0px; | |
| " | |
| /> | |
| </a> | |
| <div class="rating03" style="display: inline-block"> | |
| <a | |
| href="https://links.doordash.com/a/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-ixgY2tF-zzqofn2eu5Iumko8ZOqKJXP3BTnOn4mRWNaLacjQCVoxorQaJ3O0CCcPfYkk9FqdFikzKhRPjBJ2PnN0tVnGHiVIxkF59RlwHw-do8SSk5TBmDyewL0SaL-xiUC7sH4KI9fIzbgNs7lzYTKqUDXST-38PmgWo6pJgSGLEiTr2PAlPSmUN3Pv8hfOQO8OdcG8ZLSAM3UTyNjWjPJ7swUBCLHxyVqIkpz1mgIAU3Qo7_s8w8xQgKathDHDMDepw5rflW3qJISR7E2Ert6QYEE2jU66qB9hjl5I-cXTejk-MsNtv3E0GQzQYlPFU_MZoVX9z-HrQfSUfHhC4q" | |
| target="_blank" | |
| style="display: inline-block" | |
| > | |
| <img | |
| class="star03" | |
| alt="3" | |
| src="https://assets.doordash.team/m/2c1bb38833e4540d/original/24-star-line-red100.png" | |
| width="60" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| " | |
| /> | |
| <img | |
| class="fill03" | |
| alt="3" | |
| src="https://assets.doordash.team/m/72b811ac5ca23bb3/original/24-fill-red100.png" | |
| width="60" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| max-height: 0px; | |
| " | |
| /> | |
| </a> | |
| <div | |
| class="rating04" | |
| style="display: inline-block" | |
| > | |
| <a | |
| href="https://links.doordash.com/a/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-ixgY2tF-zzqofn2eu5IumkAFoioj5orojlH3xHxdspukwJEneQwARagsJjZvRFCRlfReZUyv57yGE4oRwVUs3lVQ4KrJ06L3Z5AI4daIOnMWb_Y1EW6JnSWib3vER8fUuMASCGBdgHNjctBVrAeapezOwy1swSA8nO6wmqhGbmLvQO84zseok2Kxd8o7pzCwKSgh57x-O7VO_IEE_TD6MYsaduYdQwQlleiFubdKBv6mJj2C_AJxGg223qMfKHO4w9keRURR8eGgh9j7MxZP-tlVDRz_Paq2NusybKgZwqmWv7j2Zwnp7VjTjcJnw73OzYtOBZw-vHVViRSjhvJ0AQ" | |
| target="_blank" | |
| style="display: inline-block" | |
| > | |
| <img | |
| class="star04" | |
| alt="4" | |
| src="https://assets.doordash.team/m/2c1bb38833e4540d/original/24-star-line-red100.png" | |
| width="60" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| " | |
| /> | |
| <img | |
| class="fill04" | |
| alt="4" | |
| src="https://assets.doordash.team/m/72b811ac5ca23bb3/original/24-fill-red100.png" | |
| width="60" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| max-height: 0px; | |
| " | |
| /> | |
| </a> | |
| <div | |
| class="rating05" | |
| style="display: inline-block" | |
| > | |
| <a | |
| href="https://links.doordash.com/a/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-ixgY2tF-zzqofn2eu5Iumkn85pa4bULmkQbLnKlbjMdHgbbrUWhrcMbJ0IemZwvc3Bv6-J3QEmt3CixrIoLINmBbxUEeC1ilZAq8HzFxQKwnwVPD_2abUTKosASdlLw6EuRHSbgGHDW8jTZwI92pZxiy0dKYR8j-XV23metr839UvdhYmBqBO_BYSoIK3aeI7q7YApukkDhJ1rL6GaR_RaEz0oaXoJEtApdKTwhOuwj0YprHmQFzZA1dvPA4E7f2jaaRxQJvVr7u_FAztndouYgsO9lZ1Nf7CDfsnjU1rXXZd_8oIvQc-A2gx2PufKCk1qWHmZuEFETrURDqhW9rrY" | |
| target="_blank" | |
| style="display: inline-block" | |
| > | |
| <img | |
| class="star05" | |
| alt="5" | |
| src="https://assets.doordash.team/m/2c1bb38833e4540d/original/24-star-line-red100.png" | |
| width="60" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| " | |
| /> | |
| <img | |
| class="fill05" | |
| alt="5" | |
| src="https://assets.doordash.team/m/72b811ac5ca23bb3/original/24-fill-red100.png" | |
| width="60" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| max-height: 0px; | |
| " | |
| /> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </td> | |
| </tr> | |
| <!--<![endif]--> | |
| <!--[if mso | |
| ]><tr> | |
| <td align="left"> | |
| <table | |
| align="left" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| role="presentation" | |
| > | |
| <tr> | |
| <td align="left"> | |
| <a | |
| href="https://links.doordash.com/a/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-ixgY2tF-zzqofn2eu5IumkmLhTIKNk2N9xhw2CqGVHJgcJL_qeTu4bPxFfCcHK98HhZSViWzuajJ4VClSlReEFNEcFDxyyreKKV2RoMwBkFJj6PqaDgJZ-u-0p6qaSYRCMgllU1G9lg5BasA3XKg2IKWtOOEgV68GQrhgUkS-rX58t4zzSDPBlIxLT3oawQzjBJ1VWKpoS1L91tWjLJ2NmSndZOze0Rgqd-ZaEr031UazYd_9eFEB_zHZV52NRtNxhVA189aRVqIdexAcaxcWeM8vdQM38wzzKhUcq2yVom1FuuLl3F_-q1JxsnB-nnHgIc-iNHYaxK28CtrmjwwRw" | |
| target="_blank" | |
| ><img | |
| class="star01" | |
| alt="1" | |
| src="https://assets.doordash.team/m/2c1bb38833e4540d/original/24-star-line-red100.png" | |
| width="60" | |
| /></a> | |
| </td> | |
| <td align="left"> | |
| <a | |
| href="https://links.doordash.com/a/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-ixgY2tF-zzqofn2eu5IumkRWIIKMFhzMSBtyu0tXBZwgDMv2vXyV-Wfdjgj8rJabqRxJrn2QJnuEpXqVgPzXGYmSya1SBedHOj3UTrGjBXYsliFVxsJgIh9kB-K7JsX5faineq4YYyDNLSuigDAqmNx_pPpT2B7T_1Bxny3WXQ4Uj705xSSqRD2U87tLLGmLgh34vAvVTAOSb9Tdsrk-KRElQV-zKJ3AWXBZYahEpA1i2I0ygLotXO82iOJ-d1QUYh7OlWPZ9urhvkSj1O7auTGOZ-zozikBUYoPJtfe81hzjwbRF3Zll7hh12A-7fmvfI4k4EHkA55lReFCZu4M_F" | |
| target="_blank" | |
| ><img | |
| class="star01" | |
| alt="2" | |
| src="https://assets.doordash.team/m/2c1bb38833e4540d/original/24-star-line-red100.png" | |
| width="60" | |
| /></a> | |
| </td> | |
| <td align="left"> | |
| <a | |
| href="https://links.doordash.com/a/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-ixgY2tF-zzqofn2eu5Iumko8ZOqKJXP3BTnOn4mRWNaLacjQCVoxorQaJ3O0CCcPfYkk9FqdFikzKhRPjBJ2PnN0tVnGHiVIxkF59RlwHw-do8SSk5TBmDyewL0SaL-xiUC7sH4KI9fIzbgNs7lzYTKqUDXST-38PmgWo6pJgSGLEiTr2PAlPSmUN3Pv8hfOQCcmUq4G4MN12jjFX2c8OmvcdQkZh8HmqYe4grzHM6S7AgTd3_4eBqu3TwGLdFB0aK-M0CIRfQKEZZVrCOh-sYzmASv8VuKkdnJEkkND42tUNiGyNb39b87liQgbe7zKhtAXrF54x0tdjHbv5bZg_K" | |
| target="_blank" | |
| ><img | |
| class="star01" | |
| alt="3" | |
| src="https://assets.doordash.team/m/2c1bb38833e4540d/original/24-star-line-red100.png" | |
| width="60" | |
| /></a> | |
| </td> | |
| <td align="left"> | |
| <a | |
| href="https://links.doordash.com/a/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-ixgY2tF-zzqofn2eu5IumkAFoioj5orojlH3xHxdspukwJEneQwARagsJjZvRFCRlfReZUyv57yGE4oRwVUs3lVQ4KrJ06L3Z5AI4daIOnMWb_Y1EW6JnSWib3vER8fUuMASCGBdgHNjctBVrAeapezOwy1swSA8nO6wmqhGbmLvQO84zseok2Kxd8o7pzCwKAi9eK09_OuSiSkScRs9mcrEISij2gRTZmIFzsZhc1yTdAAMi9XOVJRrzOCF2lLzqf7Mc3Zei0kozy6IEUm3DIe7P5bEFHecLjnljcmLL3uTGKRt75fLdg_nSV_DACdhxY280LQ4XCCJLxRuMb3U0c" | |
| target="_blank" | |
| ><img | |
| class="star01" | |
| alt="4" | |
| src="https://assets.doordash.team/m/2c1bb38833e4540d/original/24-star-line-red100.png" | |
| width="60" | |
| /></a> | |
| </td> | |
| <td align="left"> | |
| <a | |
| href="https://links.doordash.com/a/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-ixgY2tF-zzqofn2eu5Iumkn85pa4bULmkQbLnKlbjMdHgbbrUWhrcMbJ0IemZwvc3Bv6-J3QEmt3CixrIoLINmBbxUEeC1ilZAq8HzFxQKwnwVPD_2abUTKosASdlLw6EuRHSbgGHDW8jTZwI92pZxiy0dKYR8j-XV23metr839UvdhYmBqBO_BYSoIK3aeI4fScZxcDH2aDFv0reiNuAP2eW7mxusLLHuLfujy_MNe02goO4URgF7YpMDM3fPf8unTRMUTDJzIkDL1tMIOP1jduJStX1kOatFPXwbRPd0LFdZJ--9DTFpyGZ_LKRJz5W1oZzsAryf-jl-34M6MEK6" | |
| target="_blank" | |
| ><img | |
| class="star01" | |
| alt="5" | |
| src="https://assets.doordash.team/m/2c1bb38833e4540d/original/24-star-line-red100.png" | |
| width="60" | |
| /></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td></tr | |
| ><![endif]--> | |
| </table> | |
| </td> | |
| </tr> | |
| <!----> | |
| </table> | |
| <table | |
| align="center" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| class="full" | |
| id="TidePool-200" | |
| role="presentation" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| background-color: #00838a; | |
| background-image: linear-gradient(#00838a, #00838a); | |
| width: 700px; | |
| border: 0 !important; | |
| padding: 0 !important; | |
| border-collapse: collapse !important; | |
| " | |
| width="700" | |
| bgcolor="#00838A" | |
| > | |
| <tr> | |
| <td align="left" style="color: #ffffff; padding: 48px 0 0 0"> | |
| <table | |
| align="left" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| role="presentation" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| width: 100%; | |
| border: 0 !important; | |
| padding: 0 !important; | |
| border-collapse: collapse !important; | |
| " | |
| width="100%" | |
| > | |
| <tr> | |
| <td | |
| align="left" | |
| class="pad24" | |
| style="color: #ffffff; padding: 0 64px 16px 64px" | |
| > | |
| <div class="gmail-blend-screen"> | |
| <div class="gmail-blend-difference"> | |
| <h3 | |
| style=" | |
| font-family: 'TTNorms', system-ui, sans-serif; | |
| font-weight: 800; | |
| margin: 0 0 24px 0; | |
| text-transform: uppercase; | |
| font-size: 32px; | |
| line-height: 40px; | |
| letter-spacing: -0.03em; | |
| " | |
| > | |
| What to do when you arrive | |
| </h3> | |
| </div> | |
| </div> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td | |
| align="left" | |
| class="pad-r-24" | |
| style="color: #ffffff; padding: 0 64px 0 0" | |
| > | |
| <table | |
| align="right" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| class="full" | |
| role="presentation" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| width: 282px; | |
| border: 0 !important; | |
| padding: 0 !important; | |
| border-collapse: collapse !important; | |
| " | |
| width="282" | |
| > | |
| <tr> | |
| <td | |
| align="left" | |
| class="pad-l-24" | |
| style="color: #ffffff" | |
| > | |
| <table | |
| align="left" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| role="presentation" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| width: 100%; | |
| border: 0 !important; | |
| padding: 0 !important; | |
| border-collapse: collapse !important; | |
| " | |
| width="100%" | |
| > | |
| <tr> | |
| <td | |
| align="left" | |
| valign="top" | |
| width="88" | |
| style="color: #ffffff; padding: 0 0 24px 0" | |
| > | |
| <img | |
| alt | |
| src="https://assets.doordash.team/m/180ece3664a28bac/original/dd-pickup-confirmation-instruction-icon01.png" | |
| width="64" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| " | |
| /> | |
| </td> | |
| <td | |
| align="left" | |
| valign="top" | |
| style="color: #ffffff; padding: 0 0 24px 0" | |
| > | |
| <div class="gmail-blend-screen"> | |
| <div class="gmail-blend-difference"> | |
| <p | |
| class="para-rg" | |
| style=" | |
| font-family: 'TTNorms', system-ui, | |
| sans-serif; | |
| font-size: 16px; | |
| line-height: 20px; | |
| margin: 0; | |
| font-weight: 500; | |
| " | |
| > | |
| Skip the line! Go straight to the | |
| restaurant's pick-up counter. | |
| </p> | |
| </div> | |
| </div> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td | |
| align="left" | |
| valign="top" | |
| width="88" | |
| style="color: #ffffff; padding: 0 0 24px 0" | |
| > | |
| <img | |
| alt | |
| src="https://assets.doordash.team/m/469f47ef48658eb2/original/dd-pickup-confirmation-instruction-icon02.png" | |
| width="64" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| " | |
| /> | |
| </td> | |
| <td | |
| align="left" | |
| valign="top" | |
| style="color: #ffffff; padding: 0 0 24px 0" | |
| > | |
| <div class="gmail-blend-screen"> | |
| <div class="gmail-blend-difference"> | |
| <p | |
| class="para-rg" | |
| style=" | |
| font-family: 'TTNorms', system-ui, | |
| sans-serif; | |
| font-size: 16px; | |
| line-height: 20px; | |
| margin: 0; | |
| font-weight: 500; | |
| " | |
| > | |
| Show the staff your DoorDash app or | |
| receipt to claim your order. | |
| </p> | |
| </div> | |
| </div> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td | |
| align="left" | |
| valign="top" | |
| width="88" | |
| style="color: #ffffff; padding: 0 0 24px 0" | |
| > | |
| <img | |
| alt | |
| src="https://assets.doordash.team/m/7bc4f26f861188a6/original/dd-pickup-confirmation-instruction-icon03.png" | |
| width="64" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| " | |
| /> | |
| </td> | |
| <td | |
| align="left" | |
| valign="top" | |
| style="color: #ffffff; padding: 0 0 24px 0" | |
| > | |
| <div class="gmail-blend-screen"> | |
| <div class="gmail-blend-difference"> | |
| <p | |
| class="para-rg" | |
| style=" | |
| font-family: 'TTNorms', system-ui, | |
| sans-serif; | |
| font-size: 16px; | |
| line-height: 20px; | |
| margin: 0; | |
| font-weight: 500; | |
| " | |
| > | |
| Before heading out, double check to | |
| confirm you've received all items. | |
| </p> | |
| </div> | |
| </div> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td | |
| colspan="2" | |
| align="left" | |
| style=" | |
| color: #ffffff; | |
| padding: 8px 0 32px 0; | |
| " | |
| > | |
| <table | |
| align="left" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| role="presentation" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| border: 0 !important; | |
| padding: 0 !important; | |
| border-collapse: collapse !important; | |
| " | |
| > | |
| <tr> | |
| <td | |
| align="center" | |
| style="color: #ffffff" | |
| > | |
| <div | |
| class="button" | |
| id="Red-100" | |
| style=" | |
| border-radius: 30px; | |
| background-color: #ff3008; | |
| background-image: linear-gradient( | |
| #ff3008, | |
| #ff3008 | |
| ); | |
| " | |
| > | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-ggOjc49vkRiCtBQZr5juhZZwHk3Cj3xG-q4uvmzar9rygdwR08Azb3hleD3WfJrCDG3Vxudli6BEZLJCy4Zal9Yt3a2zd5xGrND79dA1UZuiYqyo_EyBwKsz89-8TApXIqXPV0hUYZw_TUCQ0PYBILH--xE6IU6y4_U6uD7D7M9CyOw_1OMB-jlmAKxnx7iFY0ZdPqtXEjRsJ4UHWNHBwFVSwX6VfbMbt4gqe_CSFM0Jo6s_mf3iBWHQba8K3KPhT12MBYCmfKaX5uGnU6C0R8yQ4if35cDI8TDdnNwUUzJ01YJx477X-ILsTZWXMxVFQepkVWrjv5g8hUambZlfBCkSYp1q562oHK-1INQutq8A%3D%3D" | |
| style=" | |
| display: inline-block; | |
| font-family: 'TTNorms', | |
| system-ui, sans-serif; | |
| border-radius: 30px; | |
| font-size: 18px; | |
| line-height: 22px; | |
| padding: 12px 24px; | |
| text-align: center; | |
| text-decoration: none; | |
| -webkit-text-size-adjust: none; | |
| color: #ffffff; | |
| font-weight: 700 !important; | |
| border: 1px solid #ff3008 !important; | |
| " | |
| target="_blank" | |
| >Track Your Order</a | |
| > | |
| </div> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <table | |
| align="left" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| class="full" | |
| role="presentation" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| width: 323px; | |
| border: 0 !important; | |
| padding: 0 !important; | |
| border-collapse: collapse !important; | |
| " | |
| width="323" | |
| > | |
| <tr> | |
| <td align="left" style="color: #ffffff"> | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-ggOjc49vkRiCtBQZr5juhZZwHk3Cj3xG-q4uvmzar9rygdwR08Azb3hleD3WfJrCDG3Vxudli6BEZLJCy4Zal9Yt3a2zd5xGrND79dA1UZuiYqyo_EyBwKsz89-8TApXIqXPV0hUYZw_TUCQ0PYBILH--xE6IU6y4_U6uD7D7M9CyOw_1OMB-jlmAKxnx7iFY0ZdPqtXEjRsJ4UHWNHBwFEd4-RuZhGHT9bfZpGwWQrs-d9pA-YW6pXqIzXM4hFlenMzbYv0AT-sOF-sgRX-AZGe0xojTnO9WdO1ydjaFJjyPGaJUIn0JnNRXNSkmNAfHnoTOMwZrVPOAmOPYQ265gtSCMoFimI6mgOxZHPYRooQ%3D%3D" | |
| target="_blank" | |
| ><img | |
| alt | |
| src="https://assets.doordash.team/m/e35d2290018dfa9/original/dd-pickup-confirmation-instruction-illo.png" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| width: 100%; | |
| max-width: 323px; | |
| " | |
| width="323" | |
| /></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <table | |
| align="center" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| class="full" | |
| role="presentation" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| width: 700px; | |
| border: 0 !important; | |
| padding: 0 !important; | |
| border-collapse: collapse !important; | |
| " | |
| width="700" | |
| > | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!--SET LOC--> | |
| <!-- --> | |
| <!--[if (gte mso 9)|(IE)]><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:620px;background-color:#F4F4F4;"> <tr> <td align="center"><![endif]--> | |
| <table | |
| align="center" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| id="Footer" | |
| role="presentation" | |
| style=" | |
| background-color: #f4f4f4; | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| width: 100%; | |
| max-width: 700px; | |
| border: 0; | |
| padding: 0; | |
| border-collapse: collapse; | |
| " | |
| width="100%" | |
| > | |
| <tr> | |
| <td | |
| align="center" | |
| style="color: #191919; padding: 0 24px" | |
| > | |
| <table | |
| align="center" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| role="presentation" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| width: 100%; | |
| max-width: 572px; | |
| border: 0; | |
| padding: 0; | |
| border-collapse: collapse; | |
| " | |
| width="100%" | |
| > | |
| <tr> | |
| <td | |
| align="left" | |
| style=" | |
| color: #191919; | |
| padding: 48px 0 32px 0; | |
| border-bottom: 1px solid #e7e7e7; | |
| " | |
| > | |
| <a | |
| href="https://links.doordash.com/a/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-htcpqhkrtu1fcSxLFgDDFG85b2xT75j_qCAoApcACReeaWm28BvBH9Ruvf7ULtqkldkfqQZnxQsksJqra5sWPX4P7628e_OOb9TcnswJbxlN8L6RV0dYIiCuoaRcgY27Z54Rdjbt8Nb7bGib8CkBasAmQ5mLQ66ZwMW_HSCgJEpcwmZC2gAWw67BWM01NSXuqQeZtBWPykgi1U-J41phamE8PBy0cBn4LkI0Yjj-ivgYztnvmZ3Td_w7PZMfH5z-8RLGWh8RmrahJFIDYynDVW8laHDIGNdgLTF-oxJhCqxQ%3D%3D" | |
| target="_blank" | |
| style="color: #191919" | |
| ><img | |
| alt="DoorDash" | |
| border="0" | |
| src="https://assets.doordash.team/m/60228540eee4df0c/original/DoorDash-Logo-Full-Red100.png" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| color: #ff3008; | |
| font-family: 'TTNorms', system-ui, | |
| sans-serif; | |
| font-weight: bold; | |
| font-size: 18px; | |
| text-decoration: none; | |
| " | |
| width="183" | |
| /></a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td | |
| align="left" | |
| style="color: #191919; padding: 0 0 48px 0" | |
| > | |
| <table | |
| align="left" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| role="presentation" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| width: 100%; | |
| border: 0; | |
| padding: 0; | |
| border-collapse: collapse; | |
| " | |
| width="100%" | |
| > | |
| <tr> | |
| <td align="left" style="color: #191919"> | |
| <table | |
| align="left" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| role="presentation" | |
| width="100%" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| width: 100%; | |
| max-width: 280px; | |
| border: 0; | |
| padding: 0; | |
| border-collapse: collapse; | |
| float: left; | |
| " | |
| > | |
| <tr> | |
| <td | |
| align="left" | |
| valign="top" | |
| style=" | |
| color: #191919; | |
| padding: 32px 0 0 0; | |
| width: 50%; | |
| " | |
| width="50%" | |
| > | |
| <table | |
| align="left" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| role="presentation" | |
| width="100%" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| width: 100%; | |
| max-width: 140px; | |
| border: 0; | |
| padding: 0; | |
| border-collapse: collapse; | |
| " | |
| > | |
| <tr> | |
| <td | |
| align="left" | |
| valign="top" | |
| style=" | |
| color: #191919; | |
| height: 40px; | |
| " | |
| height="40" | |
| > | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_udbiRSkFt5hgm9gPYc99ou25K6w_7su6VQ9guQRiFsh5kEHcJIP_r1a-afKKWJ0x-ZLtS-TroNtfLacBbGhmu_EkEjYfLZcIedCBRbFxIWmVr70ids1v_756cGkLAH33zshjE6pOymOBuI0hPOaZvWcFxBVA9NBzNDX2BYaQ7AlEpZGgDcj4n1I2SXu9nQPqKu6GofpZSmWC4f30gz7xYMsWokrpP3S6wwJNi31E-AVfB9ee4jebqgF7VuHA-FTS4qOypMYaDTdQvmE2qlrditmoeGnrvqaoZfg-cpeGgfTGqYbJECOniToDfBR70IinmZH7vtaA28ziyWxFDRgOpuhuRo4QhSVuBswXs3gbYZJyWeXIxp_zWYB_mAVX9jLik3QOtukN8J5coawB81tyLKfoutTu2kdqrWTkG2wo1zh18zUTMdevweRJv-USbcKqAnK-ARbiOofF5-wPGm3W1Q%3D" | |
| target="_blank" | |
| style="color: #191919" | |
| ><img | |
| alt="Download the app" | |
| src="https://assets.doordash.team/m/500fea64c23bc120/original/icon-footer-mobileapp.png" | |
| width="55" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| " | |
| /></a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td | |
| align="left" | |
| valign="top" | |
| style="color: #191919" | |
| > | |
| <p | |
| style=" | |
| font-family: 'TTNorms', | |
| system-ui, sans-serif; | |
| font-size: 16px; | |
| line-height: 22px; | |
| font-weight: 500; | |
| margin: 0; | |
| " | |
| > | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_udbiRSkFt5hgm9gPYc99ou25K6w_7su6VQ9guQRiFsh5kEHcJIP_r1a-afKKWJ0x-ZLtS-TroNtfLacBbGhmu_EkEjYfLZcIedCBRbFxIWmVr70ids1v_756cGkLAH33zshjE6pOymOBuI0hPOaZvWcFxBVA9NBzNDX2BYaQ7AlEpZGgDcj4n1I2SXu9nQPqKu6GofpZSmWC4f30gz7xYMsWokrpP3S6wwJNi31E-AVfB9ee4jebqgF7VuHA-FTS4qOypMYaDTdQvmE2qlrditmoeGnrvqaoZfg-cpeGgfTGqYbJECOniToDfBR70Iing-2ozjvspXy5rqVlmo__hwsixl7UEIOcftEn25STCg3uz06jbFjMiWW5Z-1MorjWjYlwCnvwhyqN1-vZFK_NPiLM2Tpp_AU6D6E1vF5zVqSFlkpUriIUUTiS_y_Gn0ZXYE4CWHAtvwltz3h0T1HU-I%3D" | |
| target="_blank" | |
| style=" | |
| color: #191919; | |
| text-decoration: none; | |
| " | |
| > | |
| <!-- --> | |
| <!----> | |
| Download <br />the app | |
| </a> | |
| </p> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td | |
| align="left" | |
| valign="top" | |
| style=" | |
| color: #191919; | |
| padding: 32px 0 0 0; | |
| width: 50%; | |
| " | |
| width="50%" | |
| > | |
| <!----> | |
| <table | |
| align="left" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| role="presentation" | |
| width="100%" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| width: 100%; | |
| max-width: 140px; | |
| border: 0; | |
| padding: 0; | |
| border-collapse: collapse; | |
| " | |
| > | |
| <tr> | |
| <td | |
| align="left" | |
| valign="top" | |
| style=" | |
| color: #191919; | |
| height: 40px; | |
| " | |
| height="40" | |
| > | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-i2KztC352ClRJhkR5XCIWmsanoaz7EgpaqmWKff2LB2tutzD_xaTE9WB3DDnYL155xVUlsi6lTemzfScBcZ-EsD60MufitcsMIclvfA6njaeo0RG__U-qwzT17ByxvpgHYo2H_gh4rSZmmWWnBsXhYYl4PlZi_uYmJLumIgknSBNpIDixbaOr393A_BipjbTriHI2wB8dUCv0WlqfnD6NkYIFnYGVXebCtbKDtoHF1NgRfUVvWDc58FPd4yVZ0od5CGIrlVUbHmOPv80n_Z-TMmjGIkguJNd8_ewYvNBW7DZ1z5Mvlf8ZcGTot6babKcU%3D" | |
| target="_blank" | |
| style="color: #191919" | |
| ><img | |
| alt="Sign up for DashPass" | |
| src="https://assets.doordash.team/m/34392ebc1383858e/original/icon-dashpass.png" | |
| width="45" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| " | |
| /></a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td | |
| align="left" | |
| valign="top" | |
| style="color: #191919" | |
| > | |
| <p | |
| style=" | |
| font-family: 'TTNorms', | |
| system-ui, sans-serif; | |
| font-size: 16px; | |
| line-height: 22px; | |
| font-weight: 500; | |
| margin: 0; | |
| " | |
| > | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-i2KztC352ClRJhkR5XCIWmsanoaz7EgpaqmWKff2LB2tutzD_xaTE9WB3DDnYL155xVUlsi6lTemzfScBcZ-EsD60MufitcsMIclvfA6njaeo0RG__U-qwzT17ByxvpgHYo2H_gh4rSZmmWWnBsXhYYl4PlZi_uYmJLumIgknSBJF48884lu5n0YN-F28-rUrUFv_F5olZy_MFHAo4A61-rEIFeI8y0VyUNBHecZkB9dLmB8f2YrohYPRISOFLafQ02SbEuL5v2OLwTu8FYYqKy1FL6CAIsxu6KqPC64eFLS1FHL8dn__MQ5qsHLcveJ4%3D" | |
| target="_blank" | |
| style=" | |
| color: #191919; | |
| text-decoration: none; | |
| " | |
| > | |
| <!-- --> | |
| <!----> | |
| Sign up for <br />DashPass | |
| </a> | |
| </p> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </table> | |
| <!--[if gte mso 9]></td><td align="left"><![endif]--> | |
| <table | |
| align="left" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| role="presentation" | |
| width="100%" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| width: 100%; | |
| max-width: 280px; | |
| border: 0; | |
| padding: 0; | |
| border-collapse: collapse; | |
| float: left; | |
| " | |
| > | |
| <tr> | |
| <td | |
| align="left" | |
| valign="top" | |
| style=" | |
| color: #191919; | |
| padding: 32px 0 0 0; | |
| width: 50%; | |
| " | |
| width="50%" | |
| > | |
| <table | |
| align="left" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| role="presentation" | |
| width="100%" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| width: 100%; | |
| max-width: 140px; | |
| border: 0; | |
| padding: 0; | |
| border-collapse: collapse; | |
| " | |
| > | |
| <tr> | |
| <td | |
| align="left" | |
| valign="top" | |
| style=" | |
| color: #191919; | |
| height: 40px; | |
| " | |
| height="40" | |
| > | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-j_uNoJii6gIVuDLLhmmfXRWN92orzdpWsUf8K4Jne9-ylN6yiAberSxTciGnDYjvDpDNxEXz8pJedV7fcUw7lNTpxxc5ReXjEJtaIMyRtp62QsqqITWT1pJqV6-kG-jAb8yg8ATS0y06P1Khmm-bxGnJMIgSl2z2-s4mrJwJrHwu7RfRXTtIRUbYuAvxnd0DuL7a4SN6nev2-cuyivr5jyF-dZMFFl7UTDX2ZL_29R4E6Docc1A0H2Yrmnue90BPkU9EvS32flVBD7sD986z5BDKhbJzuZcvbP7Sy4dzLyDHgb9DTEYV6xdIw9-PBydPY%3D" | |
| target="_blank" | |
| style="color: #191919" | |
| ><img | |
| alt="Refer and Earn Credit" | |
| src="https://assets.doordash.team/m/73675450875ebb57/original/icon-footer-refer.png" | |
| width="30" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| " | |
| /></a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td | |
| align="left" | |
| valign="top" | |
| style="color: #191919" | |
| > | |
| <p | |
| style=" | |
| font-family: 'TTNorms', | |
| system-ui, sans-serif; | |
| font-size: 16px; | |
| line-height: 22px; | |
| font-weight: 500; | |
| margin: 0; | |
| " | |
| > | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-j_uNoJii6gIVuDLLhmmfXRWN92orzdpWsUf8K4Jne9-ylN6yiAberSxTciGnDYjvDpDNxEXz8pJedV7fcUw7lNTpxxc5ReXjEJtaIMyRtp62QsqqITWT1pJqV6-kG-jAb8yg8ATS0y06P1Khmm-bxGnJMIgSl2z2-s4mrJwJrHwu7RfRXTtIRUbYuAvxnd0DvtWR1nQJtPXUyBiHgm3CG9xSbdQDOeGYdaPBgGUlu8U1Mz9HaGGK3AvPoXflT80t_naPUJxLaSVLZaqq1zQxyec4Q9WXuOWj5cZ4DKGoIHUhJWGxsLda2hlOiXJIanVN0%3D" | |
| target="_blank" | |
| style=" | |
| color: #191919; | |
| text-decoration: none; | |
| " | |
| > | |
| <!-- --> | |
| <!----> | |
| Refer and <br />Earn Credit | |
| </a> | |
| </p> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td | |
| align="left" | |
| valign="top" | |
| style=" | |
| color: #191919; | |
| padding: 32px 0 0 0; | |
| width: 50%; | |
| " | |
| width="50%" | |
| > | |
| <table | |
| align="left" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| role="presentation" | |
| width="100%" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| width: 100%; | |
| max-width: 140px; | |
| border: 0; | |
| padding: 0; | |
| border-collapse: collapse; | |
| " | |
| > | |
| <tr> | |
| <td | |
| align="left" | |
| valign="top" | |
| style=" | |
| color: #191919; | |
| height: 40px; | |
| " | |
| height="40" | |
| > | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-iBLRH19pvrGDfWj_K2khoHavbCjHQAOedSdCMuv7Y4P1Zf4zV6ubsMSDvOzDkdcNf91oTB6WkwwKq23DHyvdJLyShub6Ii4jtWZ6k6WAxqTXGPI9r-5-ZvV5_zp8mmN9b6M15irUaxlAFEuxMgE22Oba299zItrwBhpmvugac4tXJmEsJtm75SUfO910zjVFAdc6BXWCblnu8JFN5dtLVJF8GS6XQdL-7zUTP0Vn1duHF_t1N-JQPvj-d5xVl2mpVSJJSZ8GFAZZ_IxIuvKP0rrvtPA2nk8jUR-PbtXZK5f6OctD6RKuMbt3TwPO5gVX0%3D" | |
| target="_blank" | |
| style="color: #191919" | |
| ><img | |
| alt="Deliver with DoorDash" | |
| src="https://assets.doordash.team/m/d3fd5564cd1d0f3/original/icon-footer-deliverdd.png" | |
| width="27" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| " | |
| /></a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td | |
| align="left" | |
| valign="top" | |
| style="color: #191919" | |
| > | |
| <p | |
| style=" | |
| font-family: 'TTNorms', | |
| system-ui, sans-serif; | |
| font-size: 16px; | |
| line-height: 22px; | |
| font-weight: 500; | |
| margin: 0; | |
| " | |
| > | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_rA2m2mdNOdO7z8VjTUg3-iBLRH19pvrGDfWj_K2khoHavbCjHQAOedSdCMuv7Y4P1Zf4zV6ubsMSDvOzDkdcNf91oTB6WkwwKq23DHyvdJLyShub6Ii4jtWZ6k6WAxqTXGPI9r-5-ZvV5_zp8mmN9b6M15irUaxlAFEuxMgE22Oba299zItrwBhpmvugac4tWLM87YGRqZs1WaRcF7o1nFs0MsfiMZRpgIeDmMeBZ6oSYCOjxtgSeO1ELJky_pyv9eJBEjCCgUOLcgXezENOPU-sbUK5IBmIxDSDUqJoVTzJPld1yipOGNjDC3Qvq1RAjqFPt8lsMKlk73GQ3Gqq5M%3D" | |
| target="_blank" | |
| style=" | |
| color: #191919; | |
| text-decoration: none; | |
| " | |
| > | |
| <!-- --> | |
| <!----> | |
| Deliver with <br />DoorDash | |
| </a> | |
| </p> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td | |
| align="left" | |
| style="color: #191919; padding: 0 0 16px 0" | |
| > | |
| <p | |
| style=" | |
| font-family: 'TTNorms', system-ui, sans-serif; | |
| font-size: 14px; | |
| line-height: 18px; | |
| font-weight: 400; | |
| margin: 0; | |
| color: #9a9a9a; | |
| " | |
| > | |
| <!-- --> | |
| <!----> | |
| ©2023 | |
| <a style="color: #9a9a9a; text-decoration: none" | |
| >DoorDash Inc. <br />303 2nd Street, South | |
| Tower, Suite 800 <br />San Francisco, CA | |
| 94107</a | |
| > | |
| </p> | |
| <p | |
| style=" | |
| font-family: 'TTNorms', system-ui, sans-serif; | |
| font-size: 14px; | |
| line-height: 18px; | |
| font-weight: 400; | |
| margin: 0; | |
| color: #9a9a9a; | |
| " | |
| > | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_q6s8n6DsqkJcpquys_Qxa2idoX8ilHpJ0VUdpZRC6IVKuIwDJgt0gIyb7csETJu74IT6fj9Eiq14ZPRChNWdLkNW4DY6iWC3cNrfm5Oq_8ziZLZUqczgsveTRwsqqXoYHMNC7mPZKSSKGYvuVSOzbfDQ4eP1csx8n7yRbuD5RChl4cWVTrlBmmfH1WDyjFWYNLJi75wnEQBA3KtDB7metthGBbqcKNBID83oxxdZ1NfNxSSmrdnaeO0927YpnqMAgxyZ38YsYZDQzHftYT7jy1tbJkVeWN6rZ-wfY6Q3UHes_DXdK9dXv3E-MHQ5YieLSmhfnT7gNkNQxpum8AG4enC2SGtA6H6GSCC6bdnv9323BzFKUBKVeh0_0O4REjLlw%3D%3D" | |
| target="_blank" | |
| style="color: #9a9a9a; text-decoration: none" | |
| >Privacy Policy</a | |
| > | |
| </p> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td | |
| align="left" | |
| style="color: #191919; padding: 0 0 16px 0" | |
| > | |
| <table | |
| align="left" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| role="presentation" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| border: 0; | |
| padding: 0; | |
| border-collapse: collapse; | |
| " | |
| > | |
| <tr> | |
| <td | |
| align="left" | |
| valign="middle" | |
| style="color: #191919; padding: 0 16px 0 0" | |
| > | |
| <!----> | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_v7Fbmv-UnmI_6zalbMzCroJi3XjmLUZzp9VleVYorQhSp_0I-E7P8BdWaexebIa84EeYNOtiLY5qRKx7F_SFH_CiXKulamdnQ6KyALc5YzVlIkot2eEj3qOlcrZVzUTVqLlh9AdafekqtPU8U__SNvhniYtTvNXB_uFjDzVp1CSCUmGuu0l7n1lu6_lyxqB89gx_tCWZsaD_ZDygiCSBT1gd4ZZZWb3S6zrEG0hH6eOeiWwLHOMUfCkY6GYALTtumUklRHJDHtdMMVY9KPoJfNIjOUPWo_RcShSk4Y0lxyip3gIkOrWDaItdZWFQ_OCxXXesw6-votPqm7UqaaeYwg%3D" | |
| target="_blank" | |
| style="color: #191919" | |
| ><img | |
| alt="fb" | |
| src="https://assets.doordash.team/m/37d81129130e116e/original/icon_facebook.png" | |
| width="8" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| " | |
| /></a> | |
| </td> | |
| <td | |
| align="left" | |
| valign="middle" | |
| style="color: #191919; padding: 0 16px 0 0" | |
| > | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_mr2T2wYgMRxka_CkRwwsi0OYMdfm3QjOucHH6OhYBhWkpA-tyWtEh33WQ3Pn1CS-YXKcvs1488KYdqN7gAfD-450Xu26iFqX7HTMUXT7gQR71YBIiU2oPWL1ZtIwTleolVQ8JNW8pvcv0V8RzBG1SUbEeBX84YbwPipVPExez0rae58nEr-ut4lsh5AfR8Bu0AHCohms210I-MqU7vzMWLSRNJ9NAM_72PvDsTImU1HAyQCPeOK0_zaTujl5ux8BiwQdCnMm3G561qZKMoieo7QRp8OKg7Nq9vMV2cyOcxeCWpEZ7rRl_0-GkV51W_zlJ1TQSdEDH0HPRUZOsAmHbs%3D" | |
| target="_blank" | |
| style="color: #191919" | |
| ><img | |
| alt="tw" | |
| src="https://assets.doordash.team/m/75871ba5701539eb/original/icon_twitter.png" | |
| width="21" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| " | |
| /></a> | |
| </td> | |
| <td | |
| align="left" | |
| valign="middle" | |
| style="color: #191919; padding: 0 16px 0 0" | |
| > | |
| <!----> | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_kSShNLtmqX_njePHTCdf0qOjFTyhC9GqQS9DL-o1wu3qXajZZ8SoS1CAs6drlR8Id5yhS9HJbKY3EZo8dQVSwrti2jN4iA9a85GrTd_rpd7DtX4xTf5F8mi2HcHmdGBBQndtUsDlLtJ0K48yj8b6bvug5l-Wxks7il4gZHYQen6PdwvMjB72qmM7_hAeoUlDLv5J5GXnMeFMVCeKdwvqDxXmpQ-648k2bgNBm6MpsLdeX6Tb5ZoQ_Pam12BwobJ19c1SoKEWUsIkIG9GgpWKRGozFdmw0BUCAK2wYDQYvO03GtiKYxk_u9RfUv9Zx7rFpCpRogYhztSdSgud_39lxs%3D" | |
| target="_blank" | |
| style="color: #191919" | |
| ><img | |
| alt="ig" | |
| src="https://assets.doordash.team/m/150e605a2978041f/original/icon_instagram.png" | |
| width="18" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| " | |
| /></a> | |
| </td> | |
| <td | |
| align="left" | |
| valign="middle" | |
| style="color: #191919; padding: 0 16px 0 0" | |
| > | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_lGnBCQIGgnNR4XqcB1tP2WphGIlMgiXPxL0tkY57T0BG-0_Vl0apXJZP3yDXIDCOAVSfFSTrGZ6IZE4NtQOqXA6XZJ52lcx4H33YLkNvKtoptVNHGJxqxrShmQuqzKjEPb2uPwkHoyD0TPPz1j3PHqu9rfmER0rqYVpFx-dXw_6FxK8PO9kMcRDWViUmE7F6eSTon0ESuVbq3FZ8OlhCJ80Fxn2PRgOYKmTdWUPK8dsvd0MWCbHrR7vKdK601X9Cb66MCKR-NevryzeQw2OFEj5eQhdMGAV2tPgSSzBG05zgzukHhXNXaF-6_50H_N3cQ%3D%3D" | |
| target="_blank" | |
| style="color: #191919" | |
| ><img | |
| alt="blog" | |
| src="https://assets.doordash.team/m/4d258e2251ad126b/original/icon_medium.png" | |
| width="18" | |
| style=" | |
| -ms-interpolation-mode: bicubic; | |
| border: 0; | |
| display: block; | |
| height: auto; | |
| line-height: 100%; | |
| outline: none; | |
| text-decoration: none; | |
| " | |
| /></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td | |
| align="left" | |
| style="color: #191919; padding: 0 0 24px 0" | |
| > | |
| <p | |
| style=" | |
| font-family: 'TTNorms', system-ui, sans-serif; | |
| font-size: 14px; | |
| line-height: 18px; | |
| font-weight: 500; | |
| margin: 0; | |
| color: #9a9a9a; | |
| " | |
| > | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_q6s8n6DsqkJcpquys_Qxa0leERdBBqvYNqmSzVhFGu8sZYUdN-DaHG6iefEJfny9RuYLUarmN_eaLErBqTjcc00hCH8vmMorqBSvi798W-TCfUdg-NkcbQQ3a1dLL-OEwj8EqjN_nahc_sQvpuu9NyfGuhuqXJYcdyIEPLZ0KgwDTeAbvGppmtMw29hS6axAENgSERxLcZ5hZamJt8wu2appIWREHHceH5ptAuUlQgoqVZpfwFX0HpEqA6_T1GO71TcjRRlZeJ3zmqAH7OHK8bpBIsYwZo-yk4S2u__Je1rnf3uZVnTJsUJ2bx1w-S08RnJDAC_zBgknobB5EvnsyU%3D" | |
| target="_blank" | |
| style="color: #9a9a9a; text-decoration: none" | |
| > | |
| <!-- --> | |
| <!----> | |
| Help Center | |
| </a> | |
| | | |
| <!----> | |
| <a | |
| href="https://links.doordash.com/e/evib?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=BI7vBbOEHn4xa3YUS-qrZa_e0H07a5oHdkmZpg8A7uotUg5pqedHu5hv08GFqp2W" | |
| target="_blank" | |
| style="color: #9a9a9a; text-decoration: none" | |
| > | |
| <!-- --> | |
| <!----> | |
| View email in browser | |
| </a> | |
| </p> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!--[if (gte mso 9)|(IE)]></td> </tr> </table><![endif]--> | |
| <!-- cassie Fallback --> | |
| <!-- ddfw --> | |
| <!-- <!-- ddfw admin --> | |
| <!-- <!-- cx --> | |
| <!-- --> | |
| </td> | |
| </tr> | |
| </table> | |
| <table | |
| align="center" | |
| border="0" | |
| cellpadding="0" | |
| cellspacing="0" | |
| class="full" | |
| role="presentation" | |
| style=" | |
| mso-table-lspace: 0; | |
| mso-table-rspace: 0; | |
| width: 700px; | |
| border: 0 !important; | |
| padding: 0 !important; | |
| border-collapse: collapse !important; | |
| " | |
| width="700" | |
| > | |
| <tr> | |
| <td | |
| align="left" | |
| valign="top" | |
| class="pad24" | |
| style="padding: 0 64px 24px" | |
| > | |
| <!----> | |
| <p | |
| class="para-sm" | |
| style=" | |
| font-family: 'TTNorms', system-ui, sans-serif; | |
| font-weight: 400; | |
| font-size: 12px; | |
| line-height: 16px; | |
| margin: 0 0 16px 0; | |
| color: #9a9a9a; | |
| " | |
| > | |
| Prop 65 Restaurant | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_sJef11IjV4oAN7bafB2E7cTv90X84jvb6PETu6E6IUdPX_ICLuqecBLKydRV0rgx0bBA2yrbcXV6NuvIIrrTqm4Jl300--5Ejtq1HLEhsKrUVOPlmeziXNWSVNQXjd6DwsDMq6pbSY032CFCrQJmtvG0T5XFi2AULEjniCiDSLMlVCcerE-_JjSUlpRlI8yOTYdqmjC5X4_QlyYBnKOTHosYtSyPhmK9nXrVqRHsRiHe4Zp6A0IWbv9Q7fF2hcWzrXslmEMyQ4cX3pOcLC2H6f_f06AO5GP9M30n9S60JJS3I683YgEbUPSb2W3cC1ASyKzeh7SuMfIaed4JROTnWR23nZQk6rnv4EOaqvkEgua" | |
| target="_blank" | |
| style="color: #9a9a9a" | |
| >WARNING</a | |
| > | |
| </p> | |
| <p | |
| class="para-sm" | |
| style=" | |
| font-family: 'TTNorms', system-ui, sans-serif; | |
| font-weight: 400; | |
| font-size: 12px; | |
| line-height: 16px; | |
| margin: 0 0 16px 0; | |
| color: #9a9a9a; | |
| " | |
| > | |
| Prop 65 Alcohol | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_sJef11IjV4oAN7bafB2E7ept_1YbfGlSTVF30oZlidwxqTq345R9pW2pWG26phb_6zr7EWlyCx-tOh-SuPA9q4e_gAUvVDePLdP-VFGWDbMgmBkzbM1JFX-6PNbzXCOIgY0HZVtzFHWi_2si_J4v9hU7OspxtTszUQXcseDfmHrXkw6NjPm3S9zz_F1uwiE2C0LyylLMszE1e7IBTntj-n_H9mDO7jTIzXvCLG9TQtaVnuBCrd0ox_jfROpDPjJ4P8Zi57v4HpzZxe-7goYutf0ZGtkEO2JXwB_2TrrpfFNj6xqwSHndgeWsJeW-wdjlCx2mk-dyoPSs9yAkp1zN_HKWHVs0B2FonkXSSjENj3Ty-b5NJ77HS4D1fwNouOYVg%3D%3D" | |
| target="_blank" | |
| style="color: #9a9a9a" | |
| >WARNING</a | |
| >. Drinking distilled spirits, beer, coolers, wine, and | |
| other alcoholic beverages may increase cancer risk, and, | |
| during pregnancy, can cause birth defects. For more | |
| information go to | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=Wpx9sbvYkVTPBisNzJbUmOuneeoQnnZWbLd77aUJMLAD63Xcs-fr8YkewmhDnIdJFGi2wwNUZfGMiVj0tEKHZp_bXsBhwDTmQtRHGOVS_-knVuMIue6ORvI3VEMvMOzL5FYsDwOQnCB5MSC3uJZ1qqpOjhwpFfrLMWLUYqXElhjnr0MxUjtXsrwM8WmKxV9jRS4Pra1eRZMP0TxcpTi3iUyQeQ_cm1-VwUg9HADMLRiR6PnTPxJGVcEwbJqJ_QAjBUxKWPw2F_1yEAY9VusBf_ivTbW_yDmI0XsUxw-nT28-TVxpQ2_DtQ_12UaCSn2ry_VmxdwnuQY6hOUL3eD4XjdB_TacdLz-jASR8HyC2Gk%3D" | |
| style="text-decoration: none; color: #9a9a9a" | |
| >www.P65Warnings.ca.gov/alcohol</a | |
| >. | |
| </p> | |
| <p | |
| class="para-sm" | |
| style=" | |
| font-family: 'TTNorms', system-ui, sans-serif; | |
| font-weight: 400; | |
| font-size: 12px; | |
| line-height: 16px; | |
| margin: 0 0 16px 0; | |
| color: #9a9a9a; | |
| " | |
| > | |
| Prop 65 BPA | |
| <a | |
| href="https://links.doordash.com/u/click?_t=0aa68ff8882e44c293eed51160dfd2e2&_m=7cb48b891fb34a1ba2943d38b5e8fa05&_e=bf9VaRRKJAt7X_ZDLMH6_sJef11IjV4oAN7bafB2E7f1SMngRSFbGgwTy8kVQwzqZCTq9BW6TuhF8zk6IV2DWNLaqQGH-q7NYl1i7SRww-5C7aVCFj5urOwvPsDZPI5EawGTBVCPgQEcdB16XDmwkG3ye8LaF5AzZ1Qn3GOi5Vtr6Ax1hxCwDOfgZwZmQcRchIiZcZPn1R6youj9kQz26qxaUmD_tBxtLMFdeTKSsIqfjkEqmNKtCt6qOM2utIdgVnTr9W2b3hOckd4tg443iSA8y9gYMmUM5kdcVfZNurexigejFfBnZidEkXWPB1C-KcfLbArxEGEP52arwFrbopHMg0kYBSfpEdHkDVBfcrFHOuiSBJxDm8e2jLLg7Djf" | |
| target="_blank" | |
| style="color: #9a9a9a" | |
| >WARNING</a | |
| > | |
| </p> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <img | |
| border="0" | |
| width="1" | |
| height="1" | |
| alt="" | |
| src="http://post.spmailtechnolo.com/q/PwB02QHH_Z3O1zoqORiTmw~~/AAEh-AA~/RgRmYN5yPlcDc3BjQgpkdXJZfmQrNDK9UhBzdGV2ZUBkaWduYW0ueHl6WAQAAAAA" | |
| /> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment