contactoPlantillaAsesoria.html 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  5. <meta content="width=device-width, initial-scale=1" name="viewport">
  6. <title>You're invited!</title>
  7. <!-- Designed by https://github.com/kaytcat -->
  8. <!-- Robot header image designed by Freepik.com -->
  9. <style type="text/css">
  10. @import url(http://fonts.googleapis.com/css?family=Droid+Sans);
  11. /* Take care of image borders and formatting */
  12. img {
  13. max-width: 600px;
  14. outline: none;
  15. text-decoration: none;
  16. -ms-interpolation-mode: bicubic;
  17. }
  18. a {
  19. text-decoration: none;
  20. border: 0;
  21. outline: none;
  22. color: #bbbbbb;
  23. }
  24. a img {
  25. border: none;
  26. }
  27. /* General styling */
  28. td,
  29. h1,
  30. h2,
  31. h3 {
  32. font-family: Helvetica, Arial, sans-serif;
  33. font-weight: 400;
  34. }
  35. td {
  36. text-align: center;
  37. }
  38. body {
  39. -webkit-font-smoothing: antialiased;
  40. -webkit-text-size-adjust: none;
  41. width: 100%;
  42. height: 100%;
  43. color: #37302d;
  44. background: #ffffff;
  45. font-size: 16px;
  46. }
  47. table {
  48. border-collapse: collapse !important;
  49. }
  50. .headline {
  51. color: #ffffff;
  52. font-size: 36px;
  53. }
  54. .force-full-width {
  55. width: 100% !important;
  56. }
  57. .force-width-80 {
  58. width: 80% !important;
  59. }
  60. </style>
  61. <style media="screen" type="text/css">
  62. @media screen {
  63. /*Thanks Outlook 2013! */
  64. td,
  65. h1,
  66. h2,
  67. h3 {
  68. font-family: 'Droid Sans', 'Helvetica Neue', 'Arial', 'sans-serif' !important;
  69. }
  70. }
  71. </style>
  72. <style media="only screen and (max-width: 480px)" type="text/css">
  73. /* Mobile styles */
  74. @media only screen and (max-width: 480px) {
  75. table[class="w320"] {
  76. width: 320px !important;
  77. }
  78. td[class="mobile-block"] {
  79. width: 100% !important;
  80. display: block !important;
  81. }
  82. }
  83. </style>
  84. </head>
  85. <body bgcolor="#FFFFFF" class="body" style="padding:0; margin:0; display:block; background:#ffffff; -webkit-text-size-adjust:none">
  86. <div style="width:0; opacity:0; max-height:0; mso-hide:all; overflow:hidden; float:left; display:none !important;">
  87. Se ha realizado una solicitud de Asesoría Técnica desde la página web www.rake.mx
  88. </div>
  89. <table align="center" cellpadding="0" cellspacing="0" class="force-full-width">
  90. <tbody>
  91. <tr>
  92. <td align="center" bgcolor="#FFFFFF" valign="top" width="100%">
  93. <center>
  94. <table cellpadding="0" cellspacing="0" class="w320" style="margin: 0 auto;" width="600">
  95. <tbody>
  96. <tr>
  97. <td align="center" valign="top">
  98. <table bgcolor="#fff" cellpadding="0" cellspacing="0" class="force-full-width" style="margin: 0 auto;">
  99. <tbody>
  100. <tr>
  101. <td style="font-size: 30px; text-align:center;padding: 10px;">
  102. <img alt="Rake" class="500" height="70" src="http://rake.mx/webQA/assets/logo.png">
  103. </td>
  104. </tr>
  105. </tbody>
  106. </table>
  107. <table bgcolor="#4DBFBF" cellpadding="0" cellspacing="0" class="force-full-width" style="margin: 0 auto;">
  108. <tbody>
  109. <tr>
  110. <td><br>
  111. <img alt="robot picture" height="240" src="https://www.filepicker.io/api/file/carctJpuT0exMaN8WUYQ" width="224">
  112. </td>
  113. </tr>
  114. <tr>
  115. <td class="headline"><br>
  116. <strong>Nueva demanda de Asesoría Ténica </strong><br>
  117. </td>
  118. </tr>
  119. <tr>
  120. <td>
  121. <center>
  122. <table cellpadding="0" cellspacing="0" style="margin: 0 auto;" width="60%">
  123. <tbody>
  124. <tr>
  125. <td style="font-size:18px;color:#fff;"><br> Se ha recibido una nueva solicitud de demanda de Asesoría Ténica desde la página web Rake MX<br>
  126. <br> Nombre: {{nombreAsesoria}} {{apellidosAsesoria}}
  127. <br> Empresa: {{empresaAsesoria}}
  128. <br> Dirección: {{estado}}, {{ciudad}}
  129. <br> Teléfono: {{numeroAsesoria}}
  130. <br> Correo electrónico: {{correoAsesoria}}
  131. <br> Disponibilidad 1: El día {{fecha1}} a las {{hora1}} hrs
  132. <br> Disponibilidad 2: El día {{fecha2}} a las {{hora2}} hrs
  133. <br> Disponibilidad 3: El día {{fecha3}} a las {{hora3}} hrs
  134. <br> Comentarios: {{comentariosAsesoria}}<br>
  135. <br>
  136. </td>
  137. </tr>
  138. </tbody>
  139. </table>
  140. </center>
  141. </td>
  142. </tr>
  143. <tr>
  144. <td>
  145. <br>
  146. <br>
  147. <br>
  148. <br>
  149. </td>
  150. </tr>
  151. </tbody>
  152. </table>
  153. <table bgcolor="#F5774E" cellpadding="0" cellspacing="0" class="force-full-width" style="margin: 0 auto;">
  154. <tbody>
  155. <tr>
  156. <td style="background-color:#f5774e;">
  157. <center></center>
  158. </td>
  159. </tr>
  160. </tbody>
  161. </table>
  162. <table bgcolor="#414141" cellpadding="0" cellspacing="0" class="force-full-width" style="margin: 0 auto;">
  163. <tbody>
  164. <tr>
  165. <td style="background-color:#414141;"><br><br>
  166. </td>
  167. </tr>
  168. <tr>
  169. <td style="color:#bbbbbb; font-size:12px;">
  170. <br>
  171. <br>
  172. </td>
  173. </tr>
  174. </tbody>
  175. </table>
  176. </td>
  177. </tr>
  178. </tbody>
  179. </table>
  180. </center>
  181. </td>
  182. </tr>
  183. </tbody>
  184. </table>
  185. </body>
  186. </html>