Advertisement
Zhonkey

forgotten_first

Oct 17th, 2022
738
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 7.94 KB | Source Code | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5.     <meta name="viewport" content="width=device-width"/>
  6.     <title>Ваш заказ сформирован и ждёт вас в корзине!</title>
  7. </head>
  8. <body style="background: #ffffff; box-sizing: border-box; font-family: 'Roboto', Verdana, sans-serif; margin: 0; padding: 0; width: 100%;">
  9.     <table class="t-main" style="border-collapse: collapse; border-spacing: 0; box-sizing: border-box; color: #24363A; font-size: 16px; line-height: 21px; table-layout: fixed; width: 100%;">
  10.         <tr>
  11.             <td class="t-main__center" style="box-sizing: border-box; padding: 0; width: 100%;">
  12.                 <!-- Шапка -->
  13.                 <table class="t-header" style="border-collapse: collapse; border-spacing: 0; box-sizing: border-box; color: #24363A; font-size: 16px; line-height: 21px; table-layout: fixed; width: 100%;">
  14.                     <tr>
  15.                         <td class="t-header__logo" style="padding: 15px 50px;">
  16.                             <a href="http://docsuniform.ru/">
  17.                                 <img src="https://docsuniform.ru/emails/logo.png" width="100px" height="auto" />
  18.                             </a>
  19.                         </td>
  20.                         <td class="t-header__name-company" style="line-height: 19.52px; opacity: 0.5; text-align: right; padding: 15px 50px;">
  21.                             Магазин <br />медицинской <br />одежды
  22.                         </td>
  23.                     </tr>
  24.                 </table>
  25.                
  26.                 <!-- Первый экран -->
  27.                 <table class="t-success" style="box-sizing: border-box; border-collapse: collapse; border-spacing: 0; font-size: 16px; line-height: 21px; table-layout: fixed; width: 100%; color: #24363A; text-align: center;">
  28.                     <tr>
  29.                         <td class="t-success__img" style="box-sizing: border-box; padding: 50px 50px 15px;">
  30.                             Здравствуйте!
  31.                         </td>
  32.                     </tr>
  33.                     <tr>
  34.                         <td class="t-success__text" style="box-sizing: border-box; font-size: 36px; line-height: 47px; padding: 0 50px;">
  35.                             Благодарим Вас за выбор<br>интернет-магазина Docsuniform.ru! 😇
  36.                         </td>
  37.                     </tr>
  38.                     <tr>
  39.                         <td class="t-success__order" style="box-sizing: border-box; font-size: 24px; line-height: 31px; padding: 50px 50px 0 50px;">
  40.                             Ваш заказ сформирован и ждёт вас в корзине! ❤️
  41.                         </td>
  42.                     </tr>
  43.                 </table>
  44.  
  45.                 <!-- Ваши данные -->
  46.                 <table class="t-list" style="box-sizing: border-box; border-collapse: collapse; border-spacing: 0; color: #24363A; font-size: 16px; line-height: 21px; margin-top: 25px; table-layout: fixed; width: 100%;">
  47.                     <tr>
  48.                         <td class="t-list-item__wrapper" style="box-sizing: border-box; display: inline-block; font-size: 0;padding: 0 40px;">
  49.                             {% for item in items %}
  50.                                 <div class="t-list-item" style="display: inline-block; max-width: 240px; padding: 0 10px 25px;vertical-align: top; width: 100%;">
  51.                                     <img src="{{ item.item_image_url }}" height="340" width="240" />
  52.                                     <a href="{{ item.item_page_url }}" style="color: #24363A; font-size: 16px; line-height: 21px; padding-top: 10px; text-decoration: none;">{{ item.item_name }}</a>
  53.                                 </div>
  54.                             {% endfor %}
  55.                         </td>
  56.                     </tr>
  57.                 </table>
  58.  
  59.                 <!-- Кнопки -->
  60.                 <table class="t-list" style="box-sizing: border-box; border-collapse: collapse; border-spacing: 0; color: #24363A; font-size: 16px; line-height: 21px; margin-top: 50px; table-layout: fixed; width: 100%;">
  61.                     <tr>
  62.                         <td class="t-list-item__wrapper" style="box-sizing: border-box; padding: 0 50px;">
  63.                             <a href="https://docsuniform.ru/cart" style="display: block; margin: 0 auto; max-width: 426px;">
  64.                                 <img src="https://docsuniform.ru/emails/make-order.png" style="height: auto; width: 100%;" />
  65.                             </a>
  66.                         </td>
  67.                     </tr>
  68.  
  69.                     <tr>
  70.                         <td class="t-list-item__wrapper" style="box-sizing: border-box; padding: 25px 50px 0;">
  71.                             <a href="tel:+74952059394" style="display: block; margin: 0 auto; max-width: 426px;">
  72.                                 <img src="https://docsuniform.ru/emails/make-call.png" style="height: auto; width: 100%;" />
  73.                             </a>
  74.                         </td>
  75.                     </tr>
  76.                 </table>
  77.  
  78.                 <table class="t-regards" style="box-sizing: border-box; border-collapse: collapse; border-spacing: 0; color: #24363A; font-size: 16px; line-height: 21px; table-layout: fixed; width: 100%;">
  79.                     <tr>
  80.                         <td style="box-sizing: border-box; padding: 67px 50px 33px; text-align: center;">
  81.                             Спасибо за покупку!
  82.                         </td>
  83.                     </tr>
  84.                 </table>
  85.  
  86.                 <table class="t-footer" style="box-sizing: border-box; border-collapse: collapse; border-spacing: 0; color: #24363A; font-size: 16px; line-height: 21px; margin-top: 30px; table-layout: fixed; width: 100%; border-top: 1px solid #e9ebeb;">
  87.                     <tr>
  88.                         <td class="t-footer__logo" style="box-sizing: border-box; padding: 15px 0 32px 50px;">
  89.                             <a href="http://docsuniform.ru/">
  90.                                 <img src="https://docsuniform.ru/emails/logo.png" width="100px" height="auto" />
  91.                             </a>
  92.                         </td>
  93.                         <td class="t-footer__phone" style="box-sizing: border-box; padding: 15px 0 32px 0; text-align: center;">
  94.                             <span style="letter-spacing: 0.02em; color: #24363A; opacity: 0.5;">Поддержка покупателей</span><br />
  95.                             <a href="tel:+74952059394" style="box-sizing: border-box; font-weight: 700; color: #519999; text-decoration: none;">+7 (495) 205-93-94</a>
  96.                         </td>
  97.                         <td class="t-footer__social" style="box-sizing: border-box; padding: 15px 50px 32px 0; text-align: right;">
  98.                             <a href="https://www.instagram.com/docsuniform/" style="box-sizing: border-box; display: inline-block; padding-left: 15px;">
  99.                                 <img src="https://docsuniform.ru/emails/inst.png" width="28px" height="auto" />
  100.                             </a>
  101.                             <a href="viber://chat?number=74952059394" style="box-sizing: border-box; display: inline-block; padding-left: 15px;">
  102.                                 <img src="https://docsuniform.ru/emails/whats.png" width="28px" height="auto" />
  103.                             </a>
  104.                             <a href="https://wa.me/74952059394" style="box-sizing: border-box; display: inline-block; padding-left: 15px;">
  105.                                 <img src="https://docsuniform.ru/emails/viber.png" width="28px" height="auto" />
  106.                             </a>
  107.                         </td>
  108.                     </tr>
  109.                 </table>
  110.             </td>
  111.         </tr>
  112.     </table>
  113. </body>
  114. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement