Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 4.62 KB | None | 0 0
  1. <div style="max-width: 650px; width: 100%; margin: 0 auto; background: #fff; text-align: center;">
  2.     <img src="https://themes-tiger.zoovu.com/custom-dev/telekom/telekom-hero-text.png" alt="text" style="margin-bottom: 20px">
  3.     <img src="https://themes-tiger.zoovu.com/custom-dev/telekom/telekom-hero-img.png" alt="img" style="margin-bottom: 30px">
  4.     <p style="color: #b90f2b; font-family: 'Open Sans'; font-size: 12px; font-weight: 700; line-height: 15.1px; margin:0 0 20px">
  5.         {{form.companyName}} • VAT: {{form.vat}} • {{form.email}} • {{form.phone}}
  6.     </p>
  7.     <div>
  8.         <p style="width: 380px; text-align: left; color: #333333; display:inline-block; font-family: 'Open Sans'; font-size: 13px; font-weight: 400; line-height: 17.1px;">
  9.             Thank you for visiting MTS online today. Here are the details of your perfect bundle.
  10.         </p>
  11.     </div>
  12.     <div style="width: 100%; text-align: center">
  13.         <div style="margin: 0 auto;display: inline-block" class="no-margin-last-child">
  14.             {{#bundle.products}}
  15.             <div style="display: inline-block; margin-right: 10px">
  16.                 <div style="color: #b90f2b; font-family: 'Open Sans'; font-size: 16px; font-weight: 400; line-height: 25.1px;">{{name}}</div>
  17.                 <div style="letter-spacing: -0.48px;font-size: 12px; font-weight: 600; line-height: 40px; font-family: 'Open Sans'; color: #333333; height: 40px">Amount: {{lines}}</div>
  18.                 <div style="letter-spacing: -0.56px;font-size: 14px; font-weight: 400; line-height: 15.1px; font-family: 'Open Sans'; color: #333333">{{price}} din.</div>
  19.             </div>
  20.             {{/bundle.products}}
  21.         </div>
  22.     </div>
  23.     <div style="text-align: center">
  24.         <img src="https://themes-tiger.zoovu.com/custom-dev/telekom/telekom-bar.png" alt="img" style="margin: 25px auto 15px; display: block; ">
  25.         <div style="margin-bottom: 33px;letter-spacing: -0.56px;font-size: 14px; font-weight: 400; line-height: 15.1px; font-family: 'Open Sans'; color: #333333">
  26.             Total cost for this pacakage: <strong>{{bundle.totalPriceMonth}} din/month</strong>
  27.         </div>
  28.         <div style="margin-bottom: 15px;font-size: 12px; font-weight: 400; line-height: 15.1px; font-family: 'Open Sans'; color: #000000">Additional Benefits Include:</div>
  29.         <ul style="margin: 0 auto 30px; display: inline-block; text-align: left">
  30.             {{#bundle.topProduct.benefits}}
  31.             <li style="list-style-type: none; color:#000000;font-family: 'Open Sans';font-size: 12px;font-weight: 400;line-height: 20.1px;"><img src="https://themes-tiger.zoovu.com/custom-dev/telekom/checked.png" alt="checked" style="margin-right: 10px">{{.}}</li>
  32.             {{/bundle.topProduct.benefits}}
  33.         </ul>
  34.         <a href="#" style="display: block; margin:0 auto 30px;color: #b90f2b;font-family: 'Titillium Web';font-size: 20px;font-weight: 400;line-height: 24.1px; text-decoration: underline;">View and Edit My Offer</a>
  35.         <div style="width: 389px; height: 1px; background-color: #c9c9c9; margin: 0 auto 20px"></div>
  36.     </div>
  37.     <div style="width: 390px; margin: 0 auto; text-align: left">
  38.         <div style="color: #b90f2b;font-family: 'Open Sans';font-size: 16px;font-weight: 600;line-height: 15.1px;margin-bottom: 20px">About this offer:</div>
  39.         {{#bundle.products}}
  40.         <div>
  41.             <div style="color: #333333;font-family: 'Open Sans';font-size: 12px;font-weight: 600;line-height: 15.1px;">{{name}}</div>
  42.             <ul style="padding: 0;margin: 0 auto 20px; text-align: left">
  43.                 {{#spec}}
  44.                 <li style="list-style-type: none; color:#000000;font-family: 'Open Sans';font-size: 12px;font-weight: 400;line-height: 20.1px;"><span style="margin-right: 2px; color: #b90f2b;">&#62;</span>{{.}}</li>
  45.                 {{/spec}}
  46.             </ul>
  47.         </div>
  48.         {{/bundle.products}}
  49.         <div style="color: #b90f2b;font-family: 'Open Sans';font-size: 16px;font-weight: 600;line-height: 15.1px;margin-bottom: 20px">Other Available Services:</div>
  50.         {{#bundle.upsells}}
  51.         <div>
  52.             <div style="color: #333333;font-family: 'Open Sans';font-size: 12px;font-weight: 600;line-height: 15.1px;">{{name}}</div>
  53.             <ul style="padding: 0;margin: 0 auto 20px; text-align: left">
  54.                 {{#spec}}
  55.                 <li style="list-style-type: none; color:#000000;font-family: 'Open Sans';font-size: 12px;font-weight: 400;line-height: 20.1px;"><span style="margin-right: 2px; color: #b90f2b;">&#62;</span>{{.}}</li>
  56.                 {{/spec}}
  57.             </ul>
  58.         </div>
  59.         {{/bundle.upsells}}
  60.     </div>
  61. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement