Advertisement
Guest User

Untitled

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