Advertisement
Zhonkey

forgotten_second

Oct 17th, 2022
732
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 7.95 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>в корзине 😥
  36.                         </td>
  37.                     </tr>
  38.                     <tr>
  39.                         <td class="t-success__order" style="box-sizing: border-box; font-size: 16px; line-height: 21px; padding: 15px 50px 0 50px;">
  40.                             Недавно вы заходили на сайт медицинской одежды DOC’S и добавили товары в корзину
  41.                         </td>
  42.                     </tr>
  43.                     <tr>
  44.                         <td class="t-success__order" style="box-sizing: border-box; font-size: 20px; line-height: 26px; padding: 75px 50px 0 50px;">
  45.                             Спешите оформить покупку, пока товары есть в наличии! ❤️
  46.                         </td>
  47.                     </tr>
  48.                 </table>
  49.  
  50.                 <!-- Ваши данные -->
  51.                 <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%;">
  52.                     <tr>
  53.                         <td class="t-list-item__wrapper" style="box-sizing: border-box; display: inline-block; font-size: 0;padding: 0 40px;">
  54.                             {% for item in items %}
  55.                                 <div class="t-list-item" style="display: inline-block; max-width: 240px; padding: 0 10px 25px;vertical-align: top; width: 100%;">
  56.                                     <img src="{{ item.item_image_url }}" height="340" width="240" />
  57.                                     <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>
  58.                                 </div>
  59.                             {% endfor %}
  60.                         </td>
  61.                     </tr>
  62.                 </table>
  63.  
  64.                 <!-- Кнопки -->
  65.                 <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%;">
  66.                     <tr>
  67.                         <td class="t-list-item__wrapper" style="box-sizing: border-box; padding: 0 50px;">
  68.                             <a href="https://docsuniform.ru/cart" style="background-color: #519999; color: #FFFFFF; display: block; height: 68px; line-height: 68px; margin: 0 auto; max-width: 330px; text-align: center; text-decoration: none; text-transform: uppercase;">
  69.                                 оформить покупку
  70.                             </a>
  71.                         </td>
  72.                     </tr>
  73.                 </table>
  74.  
  75.                 <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%;">
  76.                     <tr>
  77.                         <td style="box-sizing: border-box; padding: 67px 50px 33px; text-align: center;">
  78.                             C Уважением, команда DOC’S
  79.                         </td>
  80.                     </tr>
  81.                 </table>
  82.  
  83.                 <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;">
  84.                     <tr>
  85.                         <td class="t-footer__logo" style="box-sizing: border-box; padding: 15px 0 32px 50px;">
  86.                             <a href="http://docsuniform.ru/">
  87.                                 <img src="https://docsuniform.ru/emails/logo.png" width="100px" height="auto" />
  88.                             </a>
  89.                         </td>
  90.                         <td class="t-footer__phone" style="box-sizing: border-box; padding: 15px 0 32px 0; text-align: center;">
  91.                             <span style="letter-spacing: 0.02em; color: #24363A; opacity: 0.5;">Поддержка покупателей</span><br />
  92.                             <a href="tel:+74952059394" style="box-sizing: border-box; font-weight: 700; color: #519999; text-decoration: none;">+7 (495) 205-93-94</a>
  93.                         </td>
  94.                         <td class="t-footer__social" style="box-sizing: border-box; padding: 15px 50px 32px 0; text-align: right;">
  95.                             <a href="https://www.instagram.com/docsuniform/" style="box-sizing: border-box; display: inline-block; padding-left: 15px;">
  96.                                 <img src="https://docsuniform.ru/emails/inst.png" width="28px" height="auto" />
  97.                             </a>
  98.                             <a href="viber://chat?number=74952059394" style="box-sizing: border-box; display: inline-block; padding-left: 15px;">
  99.                                 <img src="https://docsuniform.ru/emails/whats.png" width="28px" height="auto" />
  100.                             </a>
  101.                             <a href="https://wa.me/74952059394" style="box-sizing: border-box; display: inline-block; padding-left: 15px;">
  102.                                 <img src="https://docsuniform.ru/emails/viber.png" width="28px" height="auto" />
  103.                             </a>
  104.                         </td>
  105.                     </tr>
  106.                 </table>
  107.             </td>
  108.         </tr>
  109.     </table>
  110. </body>
  111. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement