templates/emails/Activatiocompte.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html
  2.     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6.     <meta charset="utf-8"> <!-- utf-8 works for most cases -->
  7.     <meta charset="UTF-8">
  8.     <meta http-equiv="x-ua-compatible" content="ie=edge">
  9.     <meta name="viewport" content="width=device-width, initial-scale=1">
  10.     <title>5 sur 5</title>
  11.     <style type="text/css">
  12.         span.paracrea {
  13.             font-weight: bold;
  14.         }
  15.         a.white-btn {
  16.             display: inline-block !important;
  17.             background: transparent !important;
  18.             padding: 0px 18px !important;
  19.             font-size: 12px !important;
  20.             margin-left: 36% !important;
  21.             font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif !important;
  22.             font-weight: bold !important;
  23.             color: #41a2aa !important;
  24.             text-decoration: none !important;
  25.             text-align: center !important;
  26.             letter-spacing: 10px;
  27.         }
  28.         a.white-btn:hover {
  29.             color: #f09e7a;
  30.             text-decoration: none;
  31.         }
  32.         .blue-btn {
  33.             display: inline-block !important;
  34.             margin-bottom: 34px !important;
  35.             border: 3px solid #f09e7a !important;
  36.             padding: 3px 3px !important;
  37.             font-size: 12px !important;
  38.             font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  39.             font-weight: bold !important;
  40.             color: #fff !important;
  41.             text-decoration: none !important;
  42.             text-align: center !important;
  43.             background-color: #f09e7a !important;
  44.             border-radius: 25px !important;
  45.         }
  46.         .blue-btn:hover {
  47.             background-color: #41A2AA !important;
  48.             border-color: #41A2AA !important;
  49.         }
  50.         h2.special {
  51.             margin: 0;
  52.             font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  53.             color: #000;
  54.             padding: 15px 70px 0px 70px;
  55.             font-size: 13px;
  56.         }
  57.         p.special {
  58.             color: #fff;
  59.             font-size: 12px;
  60.             color: #000;
  61.             font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  62.             padding: 0px 70px 10px 70px;
  63.         }
  64.         p.special2 {
  65.             font-size: 10px;
  66.             color: #555151;
  67.             font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  68.             padding: 0px 70px 10px 70px;
  69.         }
  70.         #social-icons {
  71.             width: 100%;
  72.         }
  73.         .buttonwrapper {
  74.             margin-left: 49%;
  75.             width: 100%
  76.         }
  77.         body {
  78.             margin: 0;
  79.             padding: 0;
  80.             min-width: 100% !important;
  81.         }
  82.         .content {
  83.             width: 100%;
  84.             max-width: 600px;
  85.         }
  86.         .header {
  87.             padding: 40px 30px 20px 30px;
  88.         }
  89.         .header1 {
  90.             padding: 40px 30px 20px 30px;
  91.         }
  92.         .col425 {
  93.             width: 425px !important;
  94.         }
  95.         .subhead {
  96.             font-size: 15px;
  97.             color: #41A2AA;
  98.             font-family: sans-serif;
  99.             letter-spacing: 10px;
  100.         }
  101.         .h1 {
  102.             font-size: 33px;
  103.             line-height: 38px;
  104.             font-weight: bold;
  105.         }
  106.         .h1,
  107.         .h2,
  108.         .bodycopy {
  109.             color: #153643;
  110.             font-family: sans-serif;
  111.         }
  112.         .innerpadding {
  113.             padding: 30px 30px 30px 30px;
  114.         }
  115.         .borderbottom {
  116.             border-bottom: 1px solid #F2EEED;
  117.         }
  118.         .h2 {
  119.             padding: 0 0 15px 0;
  120.             font-size: 24px;
  121.             line-height: 28px;
  122.             font-weight: bold;
  123.         }
  124.         .bodycopy {
  125.             font-size: 16px;
  126.             line-height: 22px;
  127.         }
  128.         .button {
  129.             text-align: center;
  130.             font-size: 18px;
  131.             font-family: sans-serif;
  132.             font-weight: bold;
  133.             padding: 0 30px 0 30px;
  134.         }
  135.         .button a {
  136.             color: #FFFFFF;
  137.             text-decoration: none;
  138.         }
  139.         img {
  140.             height: auto;
  141.         }
  142.         .footer {
  143.             padding: 20px 30px 15px 30px;
  144.         }
  145.         .footercopy {
  146.             font-family: sans-serif;
  147.             font-size: 14px;
  148.             color: #153643;
  149.         }
  150.         .footercopy a {
  151.             color: #FFFFFF;
  152.             text-decoration: underline;
  153.         }
  154.         body[yahoo] .unsubscribe {
  155.             display: block;
  156.             margin-top: 20px;
  157.             padding: 10px 50px;
  158.             background: #2F3942;
  159.             border-radius: 5px;
  160.             text-decoration: none !important;
  161.             font-weight: bold;
  162.         }
  163.         body[yahoo] .hide {
  164.             display: none !important;
  165.         }
  166.     </style>
  167.     <style type="text/css">
  168.         @media only screen and (min-device-width: 601px) {
  169.             .header1 {
  170.                 padding: 1px 30px 20px 0px;
  171.             }
  172.             .content {
  173.                 width: 600px !important;
  174.             }
  175.             .col425 {
  176.                 width: 425px !important;
  177.             }
  178.             .col380 {
  179.                 width: 380px !important;
  180.             }
  181.         }
  182.         @media only screen and (max-width: 550px),
  183.         screen and (max-device-width: 550px) {
  184.             body[yahoo] .buttonwrapper {
  185.                 background-color: transparent !important;
  186.                 margin-left: 33%;
  187.                 width: 100%
  188.             }
  189.             body[yahoo] .button a {
  190.                 background-color: #E05443;
  191.                 padding: 15px 15px 13px !important;
  192.                 display: block !important;
  193.             }
  194.         }
  195.     </style>
  196.     <style type="text/css">
  197.         table {
  198.             border-collapse: separate;
  199.         }
  200.         a {
  201.             text-decoration: none;
  202.             color: #00788A;
  203.         }
  204.         a:hover {
  205.             text-decoration: underline;
  206.         }
  207.         h2,
  208.         h2 a,
  209.         h3,
  210.         h3 a,
  211.         h4,
  212.         h5,
  213.         h6,
  214.         .t_cht {
  215.             color: #000 !important;
  216.         }
  217.         .ExternalClass p,
  218.         .ExternalClass span,
  219.         .ExternalClass font,
  220.         .ExternalClass td {
  221.             line-height: 100%;
  222.         }
  223.         .ExternalClass {
  224.             width: 100%;
  225.         }
  226.     </style>
  227. </head>
  228. <body yahoo bgcolor="#fff">
  229.     <table width="100%" bgcolor="#fff" border="0" cellpadding="0" cellspacing="0">
  230.         <tr>
  231.             <td>
  232.                 <!--[if (gte mso 9)|(IE)]>
  233. <table width="600" align="center" cellpadding="0" cellspacing="0" border="0">
  234.     <tr>
  235.         <td>
  236.             <![endif]-->
  237.                 <table class="content" align="center" cellpadding="0" cellspacing="0" border="0">
  238.                     <tr>
  239.                         <td class="header" bgcolor="#41A2AA">
  240.                             <!--[if (gte mso 9)|(IE)]>
  241. <table width="425" align="left" cellpadding="0" cellspacing="0" border="0">
  242.     <tr>
  243.         <td>
  244.         <![endif]-->
  245.                             <table align="center" border="0" cellpadding="0" cellspacing="0"
  246.                                 style="width: 100%; max-width: 600px;">
  247.                                 <tr>
  248.                                     <td height="70">
  249.                                         <table width="100%" border="0" cellspacing="0" cellpadding="0">
  250.                                             <tr>
  251.                                                 <td align="center" style="padding: 10px 0 0 1px;">
  252.                                                     <img src="{{image1}}" border="0" alt="" />
  253.                                                 </td>
  254.                                             </tr>
  255.                                         </table>
  256.                                     </td>
  257.                                 </tr>
  258.                             </table>
  259.                             <!--[if (gte mso 9)|(IE)]>
  260.         </td>
  261.     </tr>
  262. </table>
  263. <![endif]-->
  264.                         </td>
  265.                     </tr>
  266.                     <tr>
  267.                         <td class="header1" bgcolor="#EDEDED">
  268.                             <table width="70" align="left" border="0" cellpadding="0" cellspacing="0">
  269.                                 <tr>
  270.                                     <td height="70" style="padding: 0 0px 20px 20px;">
  271.                                     </td>
  272.                                 </tr>
  273.                             </table>
  274.                             <!--[if (gte mso 9)|(IE)]>
  275. <table width="425" align="left" cellpadding="0" cellspacing="0" border="0">
  276.     <tr>
  277.         <td>
  278.         <![endif]-->
  279.                             <table class="col425" align="left" border="0" cellpadding="0" cellspacing="0"
  280.                                 style="width: 100%; max-width: 425px;">
  281.                                 <tr>
  282.                                     <td height="70" class="biev" style="padding: 3px 6px 11px 30px;">
  283.                                         <table width="100%" border="0" cellspacing="0" cellpadding="0">
  284.                                             <tr>
  285.                                                 <td style="padding: 5px 0 0 13px;">
  286.                                                     <h1
  287.                                                         style="margin:0; mso-line-height-rule:exactly;text-align: center;font-size:20px;color:black">
  288.                                                         Bienvenue sur 5sur5séjour</h1>
  289.                                                     <br>
  290.                                                     <p
  291.                                                         style="margin:0; mso-line-height-rule:exactly;text-align: center;font-size:16px;color: #41a2aa !important;letter-spacing: 10px;text-decoration: none !important;">
  292.                                                         <a style="font-size:16px;color: #41a2aa !important;letter-spacing: 10px;text-decoration: none !important;"
  293.                                                             href="https://5sur5sejour.com/">CONTACT</a></p><br>
  294.                                                 </td>
  295.                                             </tr>
  296.                                         </table>
  297.                                     </td>
  298.                                 </tr>
  299.                             </table>
  300.                             <!--[if (gte mso 9)|(IE)]>
  301.         </td>
  302.     </tr>
  303. </table>
  304. <![endif]-->
  305.                         </td>
  306.                     </tr>
  307.                     <tr>
  308.                         <td class="innerpadding borderbottom" bgcolor="#fff" style="padding-top: 7%;">
  309.                             <table class="col425" bgcolor="#fff" width="100%" border="0" cellspacing="0" cellpadding="0"
  310.                                 style="width: 488px!important;padding-left: 4%!important;font-size: 16px;">
  311.                                 <tr>
  312.                                     <td class="bodycopy">
  313.                                         <p style="margin:0; color:black;" class="special">Merci d'activer Votre Compte.
  314.                                         </p>
  315.                                         <p style="margin:0; color:black;" class="special">Veuillez suivre ce lien afin
  316.                                             d'activer Votre compte<br><a
  317.                                                 href="{{ absolute_url(path('appActiveAcompt',{'id':accompagnateur.id}))}}"
  318.                                                 align="center" > <span style="color: #00788a !important;">Activer mon compte</span> </a></p>
  319.                                     </td>
  320.                                 </tr>
  321.                             </table>
  322.                         </td>
  323.                     </tr>
  324.                     <tr>
  325.                         <td class="innerpaddingv borderbottom">
  326.                             <img src="{{image2}}" width="100%" border="0" alt="" />
  327.                         </td>
  328.                     </tr>
  329.                     <tr>
  330.                         <td class="footer" bgcolor="#EDEDED">
  331.                             <table width="100%" border="0" cellspacing="0" cellpadding="0">
  332.                                 <tr>
  333.                                     <td align="center" valign="top" id="socials">
  334.                                         <table id="social-icons" border="0" cellspacing="0" cellpadding="0">
  335.                                             <tr>
  336.                                                 <td align="center">
  337.                                                     <a href="https://5sur5sejour.com/"><img src="{{iconfooter}}" width="32" height="32"
  338.                                                             style="display:block;" alt="" /></a>
  339.                                                 </td>
  340.                                             </tr>
  341.                                         </table>
  342.                                     </td>
  343.                                 </tr>
  344.                                 <tr>
  345.                                     <td style="text-align: center;">
  346.                                         <p style="margin:0;" id="footer-txt"> <b> 5 sur 5 séjour - 312 rue Louis Courtois de Viçose, Bâtiment 3</b>
  347.                                             <br />
  348.                                             69140 LYON France - T. <a  href="tel:+33 5 36 28 29 30" style="color:#41A2AA !important;">05 36 28 29 30</a> - <a href = "mailto: contact@5sur5sejour.com" style="color:#41A2AA !important;">contact@5sur5sejour.com</a>
  349.                                         </p>
  350.                                     </td>
  351.                                 </tr>
  352.                                 <tr>
  353.                                     <td style="text-align: center;">
  354.                                         <p style="margin:0;" class="footer-txt">
  355.                                             Veuillez ajouter <a href = "mailto: contact@5sur5sejour.com" style="color:#41A2AA !important;">contact@5sur5sejour.com</a> à votre liste d’expéditeurs
  356.                                             autorisé pour assurer la réception de ces emails.
  357.                                         </p>
  358.                                     </td>
  359.                                 </tr>
  360.                             </table>
  361.                         </td>
  362.                     </tr>
  363.                 </table>
  364.                 <!--[if (gte mso 9)|(IE)]>
  365.         </td>
  366.     </tr>
  367. </table>
  368. <![endif]-->
  369.             </td>
  370.         </tr>
  371.     </table>
  372. </body>
  373. </html>