Advertisement
carlosluisb24

Untitled

Dec 12th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.98 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>Vive Cantando</title>
  8. <link href="https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap" rel="stylesheet">
  9. <style>
  10. table, body{
  11. background: #f3f3f3;
  12. padding: 50px;
  13. font-family: "Montserrat";
  14. }
  15. .logo{
  16. background-image: url("https://ks-email.s3-sa-east-1.amazonaws.com/mailing_flujo_interactivo/logo-negro.png");
  17. width: 220px;
  18. background-size: contain;
  19. height: 50px;
  20. background-repeat: no-repeat;
  21. margin: auto;
  22. margin-top: 25px;
  23. }
  24. .white-box{
  25. background: #fff;
  26. padding: 50px 70px;
  27. margin-top: 40px;
  28. margin-bottom: 40px;
  29. }
  30. .mail-title{
  31. font-weight: bold;
  32. text-align: center;
  33. color: #000;
  34. font-size: 2.46em;
  35. }
  36. .mail-title .name-color{
  37. color: #00C4CB;
  38. }
  39. .mail-subtitle{
  40. text-align: center;
  41. font-size: 1.2em;
  42. margin-bottom: 40px;
  43. }
  44. .list-container{
  45. padding-left: 20px;
  46. }
  47. .list-item {
  48. font-size: 1em;
  49. margin-bottom: 30px;
  50. list-style: none;
  51. color: #000;
  52. }
  53. .checklist-icon{
  54. background-image: url("https://ks-email.s3-sa-east-1.amazonaws.com/mailing_flujo_interactivo/Check.png");
  55. display: inline-block;
  56. height: 30px;
  57. background-repeat: no-repeat;
  58. background-size: contain;
  59. vertical-align: middle;
  60. margin-right: 26px;
  61. width: 6%;
  62. min-width: 20px;
  63. }
  64. .list-text{
  65. display: inline-block;
  66. width: 88%;
  67. vertical-align: middle;
  68. line-height: 23px;
  69. }
  70. .sing-experience-text{
  71. font-size: 1.2em;
  72. text-align: center;
  73. margin-top: 50px;
  74. margin-bottom: 30px;
  75. color: #000;
  76. }
  77. button{
  78. text-align: center;
  79. width: 270px;
  80. height: 52px;
  81. border-radius: 30px;
  82. border: none;
  83. margin: auto;
  84. display: block;
  85. font-size: 1em;
  86. background: #00C4CB;
  87. color: #fff;
  88. font-weight: bold;
  89. }
  90. .star{
  91. background-image: url("https://ks-email.s3-sa-east-1.amazonaws.com/mailing_flujo_interactivo/staryou.png");
  92. height: 260px;
  93. background-position: center 15%;
  94. background-repeat: no-repeat;
  95. width: 68%;
  96. margin: auto;
  97. margin-top: 35px;
  98. background-size: 110%;
  99. }
  100. .need-help-text{
  101. font-size: 1em;
  102. text-align: center;
  103. line-height: 25px;
  104. color: #000;
  105. margin-bottom: 40px;
  106. }
  107. .need-help-text span{
  108. display: block;
  109. font-weight: bold;
  110. }
  111. .ks-team-menber .lucero-img{
  112. background-image: url("https://ks-emails.s3-sa-east-1.amazonaws.com/promo/lucero.png");
  113. background-size: 60px;
  114. background-repeat: no-repeat;
  115. height: 60px;
  116. background-position: right;
  117. width: 45%;
  118. display: inline-block;
  119. }
  120. .lucero-description{
  121. width: 51%;
  122. float: right;
  123. line-height: 23px;
  124. font-size: 16px;
  125. color: #000;
  126. }
  127. .lucero-description p{
  128. margin: 0;
  129. margin-top: 9px;
  130. color: #000;
  131. }
  132. .lucero-description p span{
  133. display: block;
  134. font-weight: bold;
  135. }
  136. hr{
  137. margin-bottom: 40px;
  138. margin-top: 40px;
  139. }
  140. .follow-us-text{
  141. text-align: center;
  142. font-size: 1em;
  143. color: #000;
  144. opacity: 0.6;
  145. }
  146. .get-ks-text{
  147. text-align: center;
  148. color: #000;
  149. opacity: 0.6;
  150. margin-bottom: 30px;
  151. line-height: 23px;
  152. }
  153. .get-ks-text span{
  154. font-weight: bold;
  155. }
  156. .unsubscribe-text{
  157. text-align: center;
  158. width: 80%;
  159. margin: auto;
  160. margin-bottom: 30px;
  161. color: #000;
  162. opacity: 0.6;
  163. line-height: 23px;
  164. }
  165. .unsubscribe-text a{
  166. text-decoration: underline;
  167. font-weight: bold;
  168. color: #000;
  169. }
  170. .terms-and-conditions-text{
  171. text-align: center;
  172. color: #000;
  173. opacity: 0.6;
  174. line-height: 23px;
  175. }
  176. .terms-and-conditions-text a{
  177. text-decoration: underline;
  178. color: #000;
  179. }
  180. .copyright{
  181. text-align: center;
  182. margin-top: 30px;
  183. font-size: 0.8em;
  184. color: #000;
  185. opacity: 0.6;
  186. }
  187. .social-container{
  188. list-style: none;
  189. text-align: center;
  190. margin-top: 20px;
  191. margin-bottom: 20px;
  192. padding-left: 0;
  193. }
  194. .social-container li{
  195. display: inline-block;
  196. list-style: none;
  197. }
  198. .social-container li a{
  199. display: block;
  200. }
  201. .social-image{
  202. width: 30px;
  203. }
  204. .social-margin{
  205. margin-right: 10px;
  206. }
  207. .recomended-container{
  208. width: 80%;
  209. margin: auto;
  210. text-align: center;
  211. }
  212. .recomended-container img{
  213. width: 100%;
  214. }
  215. .phone-animations-container .col-1{
  216. width: 50%;
  217. display: inline-block;
  218. vertical-align: middle;
  219. }
  220. .phone-animations-container .col-2{
  221. width: 47%;
  222. display: inline-block;
  223. vertical-align: middle;
  224. }
  225. .canal-text{
  226. font-size: 1em;
  227. line-height: 23px;
  228. color: #000;
  229. }
  230. .canal-text span{
  231. font-weight: bold;
  232. }
  233. a.button{
  234. text-align: center;
  235. width: 270px;
  236. border-radius: 30px;
  237. border: none;
  238. margin: auto;
  239. display: block;
  240. font-size: 1em;
  241. background: #00C4CB;
  242. color: #fff;
  243. font-weight: bold;
  244. padding-top: 15px;
  245. padding-bottom: 15px;
  246. text-decoration: none;
  247. }
  248. @media (min-width: 700px) and (max-width: 799px) {
  249. .white-box{
  250. padding: 50px 40px;
  251. }
  252. }
  253. @media (min-width: 600px) and (max-width: 699px) {
  254. .white-box{
  255. padding: 50px 40px;
  256. }
  257. .list-text{
  258. width: 87%;
  259. }
  260. .mail-title{
  261. font-size: 2em;
  262. }
  263. .star{
  264. width: 82%;
  265. }
  266. .phone-animations-container .col-1{
  267. width: 50%;
  268. display: block;
  269. margin: auto;
  270. }
  271. .phone-animations-container .col-2{
  272. width: 60%;
  273. display: block;
  274. margin: auto;
  275. }
  276. .canal-text{
  277. text-align: center;
  278. }
  279. }
  280. @media (min-width: 500px) and (max-width: 599px) {
  281. .white-box{
  282. padding: 50px 40px;
  283. }
  284. .mail-title{
  285. font-size: 1.5em;
  286. }
  287. .list-text{
  288. width: 82%;
  289. }
  290. .star{
  291. width: 100%;
  292. }
  293. .recomended-container{
  294. width: 100%;
  295. }
  296. .phone-animations-container .col-1{
  297. width: 80%;
  298. display: block;
  299. margin: auto;
  300. }
  301. .phone-animations-container .col-2{
  302. width: 100%;
  303. display: block;
  304. margin: auto;
  305. }
  306. .canal-text{
  307. text-align: center;
  308. }
  309. }
  310. @media (max-width: 499px) {
  311. table, body{
  312. padding: 25px;
  313. }
  314. a.button{
  315. width: 240px;
  316. }
  317. .white-box{
  318. padding: 50px 40px;
  319. }
  320. .mail-title{
  321. font-size: 1.2em;
  322. }
  323. .list-container{
  324. padding-left: 0;
  325. }
  326. .list-text{
  327. width: 82%;
  328. }
  329. .star{
  330. width: 100%;
  331. }
  332. .unsubscribe-text{
  333. width: 100%;
  334. }
  335. .sing-experience-text{
  336. font-size: 0.97em;
  337. }
  338. .recomended-container{
  339. width: 100%;
  340. }
  341. .phone-animations-container .col-1{
  342. width: 100%;
  343. display: block;
  344. margin: auto;
  345. }
  346. .phone-animations-container .col-2{
  347. width: 100%;
  348. display: block;
  349. margin: auto;
  350. }
  351. .canal-text{
  352. text-align: center;
  353. }
  354. .ks-team-menber .lucero-img{
  355. width: 35%;
  356. }
  357. .lucero-description{
  358. width: 59%;
  359. }
  360. }
  361.  
  362. @media (min-width: 420px) and (max-width: 450px){
  363. .ks-team-menber .lucero-img{
  364. width: 36%;
  365. }
  366. .lucero-description{
  367. width: 58%;
  368. }
  369. }
  370. </style>
  371. </head>
  372. <body>
  373.  
  374. <table width=100% bgColor=#f3f3f3>
  375. <div class="logo"></div>
  376.  
  377. <div class="white-box">
  378. <h1 class="mail-title"><span class="name-color">Andrea,</span> ya eres parte de la comunidad más divertida de canto.</h1>
  379. <div class="phone-animations-container">
  380. <div class="col-1">
  381. <img style="width: 100%;" src="https://ks-email.s3-sa-east-1.amazonaws.com/mailing_flujo_interactivo/comunidad.gif">
  382. </div>
  383. <div class="col-2">
  384. <p class="canal-text">Canta ahora y aparece en nuestro canal de destacados <span>en el mundo.</span></p>
  385. </div>
  386. </div>
  387. <h2 class="sing-experience-text">Descubre lo que tenemos para ti</h2>
  388. <div class="recomended-container">
  389. <img style="text-align: center;" src="https://ks-email.s3-sa-east-1.amazonaws.com/mailing_flujo_interactivo/recomendados.jpg">
  390. </div>
  391. <h2 class="sing-experience-text">¡Vive una nueva experiencia de canto!</h2>
  392. <a class="button" href="#">Cantar Ahora</a>
  393. </div>
  394.  
  395. <p class="need-help-text">Si necesitas ayuda escríbenos al Whatsapp: <span>+51 941 410 822</span></p>
  396. <div class="ks-team-menber">
  397. <div class="lucero-img"></div>
  398. <div class="lucero-description">
  399. <p>Lucero de <span>Karaoke Smart</span></p>
  400. </div>
  401. </div>
  402. <hr>
  403. <div class="footert-section">
  404. <h3 class="follow-us-text">Síguenos:</h3>
  405. <ul class="social-container">
  406. <li><a target="_blank" href="https://www.facebook.com/karaokesmart.co/"><img class="social-image social-margin" src="https://ks-emails.s3-sa-east-1.amazonaws.com/promo/facebook.png"></a></li>
  407. <li><a target="_blank" href="https://www.instagram.com/karaokesmart/"><img class="social-image social-margin" src="https://ks-emails.s3-sa-east-1.amazonaws.com/promo/instagram.png"></a></li>
  408. <li><a target="_blank" href="https://www.youtube.com/channel/UCoE0MdrYjh1lWHm4_e5ef1w"><img class="social-image" src="https://ks-emails.s3-sa-east-1.amazonaws.com/promo/youtube.png"></a></li>
  409. </ul>
  410. <p class="get-ks-text">Obtén Karaoke Smart para: <span>IPhone</span> | <span>Android</span> | <span>Smart TV</span></p>
  411. <p class="unsubscribe-text">Recibes este correo porque te suscribiste a nuestra base de datos, puedes dejar de recibir nuestros correos <a target="_blank" href="https://karaokesmart.co">aquí.</a></p>
  412. <p class="terms-and-conditions-text"><a target="_blank" href="https://karaokesmart.co/termsAndConditions">Términos y condiciones</a> | <a target="_blank" href="https://karaokesmart.co/ayuda">Preguntas Frecuentes</a> | Contáctanos: 0800-76766</p>
  413. <p class="copyright">©2019 Karaoke Smart LLC., Delaware, USA</p>
  414. </div>
  415.  
  416. </table>
  417. </body>
  418. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement