templates/emails/Inscriptionparent.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 20px 20px 0;">
  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">
  283.                                         <table width="100%" border="0" cellspacing="0" cellpadding="0">
  284.                                             <tr>
  285.                                                 <td style="padding: 5px 0 0 31px;">
  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><br>
  289.                                                     <p
  290.                                                         style="margin:0; mso-line-height-rule:exactly;text-align: center;font-size:16px;color: #41a2aa !important;letter-spacing: 10px;text-decoration: none !important;">
  291.                                                         <a style="font-size:16px;color: #41a2aa !important;letter-spacing: 10px;text-decoration: none !important;"
  292.                                                             href="https://5sur5sejour.com/">CONTACT</a></p><br>
  293.                                                 </td>
  294.                                             </tr>
  295.                                            
  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" 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="color:black;"> Cher(e) parent,</p><br>
  314.                                         <p style="color:black;"> Nous vous remercions d’avoir créé un compte sur
  315.                                             5sur5séjour. Vous y trouverez messages, photos, et vidéos postés par l’accompagnateur du séjour de votre enfant.</p>
  316.                                         <p style="color:black;">Il suffit pour cela d’avoir, au préalable, activer votre compte parent grâce au mail « activation compte » reçu au moment de la création. Laissez-vous guider puis vous pourrez vous connecter à tout moment et depuis n’importe quel ordinateur ou portable grâce à votre email ({{ identifiant  }}) et votre mot de passe celui que vous venez de créer.
  317.                                            </p>
  318.                                         <p style="color:black;"> Vous pouvez toujours modifier votre mot de passe sur la page « Mon compte » ou depuis « mot de passe oublié » :.
  319.                                             <a href="{{ absolute_url(path('forgotPassparent'))}}">Modifier
  320.                                                 mot de passe</a></p>
  321.                                        <tr>
  322.                                     <td style="padding: 20px 0 0 0;">
  323.                                         <table class="buttonwrapper" border="0" cellspacing="0" cellpadding="0"
  324.                                             style="margin: 0px !important;padding: 0px 134px 0px 208px;width: 500px; ">
  325.                                             <tr>
  326.                                                 <td class="button" height="45">
  327.                                                     <a <a href="{{ absolute_url(path('app_back_Parent'))}}"
  328.                                                         class="blue-btn" align="center"
  329.                                                         style=" display: inline-block !important;margin-bottom: 34px !important;border: 3px solid #f09e7a !important;padding: 3px 3px !important;font-size: 12px !important;font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;font-weight: bold !important;color: #fff !important;text-decoration: none !important;text-align: center !important;background-color: #f09e7a !important;border-radius: 25px !important;">
  330.                                                         Je me connecte </a>
  331.                                                 </td>
  332.                                             </tr>
  333.                                         </table>
  334.                                     </td>
  335.                                 </tr>
  336.                                 <tr>
  337.                                     <td class="bodycopy">
  338.                                 <tr>
  339.                                     <td class="bodycopy">
  340.                                         <p style="color:black;"> Une fois connecté, entrez le code séjour, communiqué par l’accompagnateur..</p><br>
  341.                                         <p style="font-weight: bold;">Vivez ainsi les moments forts du séjour de votre enfant en toute sécurité et dans le respect des nouvelles lois RGPD..</p><br>
  342.                                         <p style="color:black;"> A chaque nouveau dépôt d’images ou de messages, vous serez prévenu par SMS ou par emails, selon votre choix..</p><br>
  343.                                         <br>
  344.                                         <p style="color:black;">L’équipe 5sur5séjour.</p>
  345.                                     </td>
  346.                                 </tr>
  347.                         </td>
  348.                     </tr>
  349.                                     </td>
  350.                                 </tr>
  351.                             </table>
  352.                         </td>
  353.                     </tr>
  354.                     <tr>
  355.                         <td class="innerpadding borderbottom" bgcolor="#fff">
  356.                             <!--[if (gte mso 9)|(IE)]>
  357.       <table width="380" align="left" cellpadding="0" cellspacing="0" border="0">
  358.         <tr>
  359.           <td>
  360.     <![endif]-->
  361.                             <table class="col425" border="0" cellpadding="0" cellspacing="0"
  362.                                 style="width: 488px!important;padding-left: 4%!important;font-size: 16px;">
  363.                                 <tr>
  364.                                     <td>
  365.                                         <table width="100%" border="0" cellspacing="0" cellpadding="0">
  366.                                             <tr>
  367.                                                 <td align="left">
  368.                                                     {# <p style="margin:0; color:black;" class="special"> Vous pouvez toujours modifier votre mot de passe
  369.                         sur la page « Mon compte » de notre plateforme “5 sur 5 séjour”. <a href="{{ absolute_url(path('patenaireforget'))}}"> Modifier mot de passe </a></p>#}
  370.                                                 </td>
  371.                                             </tr>
  372.                                             <tr>
  373.                                               
  374.                                             </tr>
  375.                                         </table>
  376.                                     </td>
  377.                                 </tr>
  378.                             </table>
  379.                             <!--[if (gte mso 9)|(IE)]>
  380.           </td>
  381.         </tr>
  382.     </table>
  383.     <![endif]-->
  384.                         </td>
  385.                     </tr>
  386.                    
  387.                     <tr>
  388.                         <td class="footer" bgcolor="#fff">
  389.                             <table width="600" border="0" cellpadding="0" cellspacing="0" align="center"
  390.                                 class="border-complete deviceWidth" bgcolor="#fff">
  391.                                 <tr>
  392.                                     <td align="center" valign="top" id="socials">
  393.                                         <table id="social-icons" border="0" cellspacing="0" cellpadding="0">
  394.                                             <tr>
  395.                                                 <td style="width:100px;padding-left:25px;padding-right: 25px">
  396.                                                     <table cellpadding="0" cellspacing="0" border="0">
  397.                                                         <tr>
  398.                                                             <td>
  399.                                                                 <img src="{{iconphoto}}"
  400.                                                                     style="margin:auto;width: 30px;height: 24px;margin-left: 36%; "
  401.                                                                     alt="" />
  402.                                                                 <br>
  403.                                                                 <span style="font-weight: 700;font-size: 11px;"> Photos
  404.                                                                     et vidéos</span>
  405.                                                             </td>
  406.                                                         </tr>
  407.                                                     </table>
  408.                                                 </td>
  409.                                                 <td style="width: 100px;padding-left: 25px;padding-right: 25px">
  410.                                                     <table cellpadding="0" cellspacing="0" border="0">
  411.                                                         <tr>
  412.                                                             <td>
  413.                                                                 <img src="{{iconmsg}}"
  414.                                                                     style="margin:auto;width: 31px;height: 25px;margin-left: 31%;"
  415.                                                                     alt="" />
  416.                                                                 <br>
  417.                                                                 <span style="font-weight: 700;font-size: 11px;">
  418.                                                                     Messages Audio</span>
  419.                                                             </td>
  420.                                                         </tr>
  421.                                                     </table>
  422.                                                 </td>
  423.                                                 <td style="width:100px;padding-left: 25px;padding-right: 25px">
  424.                                                     <table cellpadding="0" cellspacing="0" border="0">
  425.                                                         <tr>
  426.                                                             <td>
  427.                                                                 <img src="{{iconloca}}"
  428.                                                                     style="margin:auto;width: 17px;height: 25px;margin-left: 44%;"
  429.                                                                     alt="" />
  430.                                                                 <br>
  431.                                                                 <span style="font-weight: 700;font-size: 11px;">
  432.                                                                     Localisation / Carte</span>
  433.                                                             </td>
  434.                                                         </tr>
  435.                                                     </table>
  436.                                                 </td>
  437.                                             </tr>
  438.                                         </table>
  439.                                     </td>
  440.                                 </tr>
  441.                             </table>
  442.                         </td>
  443.                     </tr>
  444.                     <tr>
  445.                         <td width="100%">
  446.                     <tr align="center" style="width:100%;">
  447.                         <td align="center"
  448.                             style="padding-left: 0px;background-color:#fff;width:100%;max-height: 100px;height: 100px;">
  449.                             <img src="{{image2}}" style=" width:100%">
  450.                         </td>
  451.                     </tr>
  452.             </td>
  453.         </tr>
  454.         <tr>
  455.             <td width="100%">
  456.                 <table border="0" cellpadding="0" cellspacing="0" align="center" class="deviceWidth"
  457.                     style="width: 100%;">
  458.                     <tr align="center" style="width:100%;">
  459.                         <td align="center"
  460.                             style="padding-left: 0px;background-color:#fff;width:100%;max-height: 100px;height: 100px;">
  461.                             <img src="{{imggarcon}}" style=" width:100%" alt="">
  462.                         </td>
  463.                     </tr>
  464.                 </table>
  465.             </td>
  466.         </tr>
  467.         <tr>
  468.             <td class="footer" bgcolor="#EDEDED">
  469.                 <table width="100%" border="0" cellspacing="0" cellpadding="0">
  470.                     <tr>
  471.                         <td align="center" valign="top" id="socials">
  472.                             <table id="social-icons" border="0" cellspacing="0" cellpadding="0">
  473.                                 <tr>
  474.                                     <td align="center">
  475.                                         <a href="#"><img src="{{iconfooter}}" width="32" height="32"
  476.                                                 style="display:block;" alt="" /></a>
  477.                                     </td>
  478.                                 </tr>
  479.                             </table>
  480.                         </td>
  481.                     </tr>
  482.                     <tr>
  483.                         <td style="text-align: center;">
  484.                             <p style="margin:0;" id="footer-txt"> <b> 5 sur 5 séjour - 12 rue Louis Courtois de Viçose, Bâtiment 3</b>
  485.                                 <br />
  486.                                 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>
  487.                             </p>
  488.                         </td>
  489.                     </tr>
  490.                     <tr>
  491.                         <td style="text-align: center;">
  492.                             <p style="margin:0;" class="footer-txt">
  493.                                 Veuillez ajouter <a href = "mailto: contact@5sur5sejour.com" style="color:#41A2AA !important;">contact@5sur5sejour.com</a> à votre liste d’expéditeurs
  494.                                 autorisé pour assurer la réception de ces emails.
  495.                             </p>
  496.                         </td>
  497.                     </tr>
  498.                 </table>
  499.             </td>
  500.         </tr>
  501.     </table>
  502.     <!--[if (gte mso 9)|(IE)]>
  503.         </td>
  504.     </tr>
  505. </table>
  506. <![endif]-->
  507.     </td>
  508.     </tr>
  509.     </table>
  510. </body>
  511. </html>