Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.44 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{
  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: 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 0px;
  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. a.button{
  77. text-align: center;
  78. width: 270px;
  79. border-radius: 30px;
  80. border: none;
  81. margin: auto;
  82. display: block;
  83. font-size: 1em;
  84. background: #00C4CB;
  85. color: #fff;
  86. font-weight: bold;
  87. padding-top: 15px;
  88. padding-bottom: 15px;
  89. text-decoration: none;
  90. }
  91. .star{
  92. background-image: url("https://ks-email.s3-sa-east-1.amazonaws.com/mailing_flujo_interactivo/staryou.png");
  93. height: 260px;
  94. background-position: center 15%;
  95. background-repeat: no-repeat;
  96. width: 68%;
  97. margin: auto;
  98. margin-top: 35px;
  99. background-size: 110%;
  100. }
  101. .need-help-text{
  102. font-size: 1em;
  103. text-align: center;
  104. line-height: 25px;
  105. color: #000;
  106. margin-bottom: 40px;
  107. }
  108. .need-help-text span{
  109. display: block;
  110. font-weight: bold;
  111. }
  112. .ks-team-menber .lucero-img{
  113. background-image: url("https://ks-emails.s3-sa-east-1.amazonaws.com/promo/lucero.png");
  114. background-size: 60px;
  115. background-repeat: no-repeat;
  116. height: 60px;
  117. background-position: right;
  118. width: 45%;
  119. display: inline-block;
  120. }
  121. .lucero-description{
  122. width: 51%;
  123. float: right;
  124. line-height: 23px;
  125. font-size: 16px;
  126. color: #000;
  127. }
  128. .lucero-description p{
  129. margin: 0;
  130. margin-top: 9px;
  131. color: #000;
  132. }
  133. .lucero-description p span{
  134. display: block;
  135. font-weight: bold;
  136. }
  137. hr{
  138. margin-bottom: 40px;
  139. margin-top: 40px;
  140. }
  141. .follow-us-text{
  142. text-align: center;
  143. font-size: 1em;
  144. color: #000;
  145. opacity: 0.6;
  146. }
  147. .get-ks-text{
  148. text-align: center;
  149. color: #000;
  150. opacity: 0.6;
  151. margin-bottom: 30px;
  152. line-height: 23px;
  153. }
  154. .get-ks-text span{
  155. font-weight: bold;
  156. }
  157. .unsubscribe-text{
  158. text-align: center;
  159. width: 80%;
  160. margin: auto;
  161. margin-bottom: 30px;
  162. color: #000;
  163. opacity: 0.6;
  164. line-height: 23px;
  165. }
  166. .unsubscribe-text a{
  167. text-decoration: underline;
  168. font-weight: bold;
  169. color: #000;
  170. }
  171. .terms-and-conditions-text{
  172. text-align: center;
  173. color: #000;
  174. opacity: 0.6;
  175. line-height: 23px;
  176. }
  177. .terms-and-conditions-text a{
  178. text-decoration: underline;
  179. color: #000;
  180. }
  181. .copyright{
  182. text-align: center;
  183. margin-top: 30px;
  184. font-size: 0.8em;
  185. color: #000;
  186. opacity: 0.6;
  187. }
  188. .social-container{
  189. list-style: none;
  190. text-align: center;
  191. margin-top: 20px;
  192. margin-bottom: 20px;
  193. padding-left: 0;
  194. }
  195. .social-container li{
  196. display: inline-block;
  197. list-style: none;
  198. }
  199. .social-container li a{
  200. display: block;
  201. }
  202. .social-image{
  203. width: 30px;
  204. }
  205. .social-margin{
  206. margin-right: 10px;
  207. }
  208. @media (min-width: 700px) and (max-width: 799px) {
  209. .white-box{
  210. padding: 50px 40px 0px;
  211. }
  212. }
  213. @media (min-width: 600px) and (max-width: 699px) {
  214. .white-box{
  215. padding: 50px 40px 0px;
  216. }
  217. .list-text{
  218. width: 87%;
  219. }
  220. .mail-title{
  221. font-size: 2em;
  222. }
  223. .star{
  224. width: 82%;
  225. }
  226. }
  227. @media (min-width: 500px) and (max-width: 599px) {
  228. .white-box{
  229. padding: 50px 40px 0px;
  230. }
  231. .mail-title{
  232. font-size: 1.5em;
  233. }
  234. .list-text{
  235. width: 82%;
  236. }
  237. .star{
  238. width: 100%;
  239. }
  240. }
  241. @media (max-width: 499px) {
  242. body{
  243. padding: 25px;
  244. }
  245. .white-box{
  246. padding: 50px 25px 0px;
  247. }
  248. .mail-title{
  249. font-size: 1.2em;
  250. }
  251. .mail-subtitle{
  252. font-size: 0.9em;
  253. }
  254. .list-container{
  255. padding-left: 0;
  256. }
  257. .list-text{
  258. width: 74%;
  259. font-size: 0.9em;
  260. }
  261. .star{
  262. width: 100%;
  263. }
  264. .unsubscribe-text{
  265. width: 100%;
  266. }
  267. .sing-experience-text{
  268. font-size: 1em;
  269. }
  270. }
  271. </style>
  272. </head>
  273. <body>
  274.  
  275. <div class="logo"></div>
  276.  
  277. <div class="white-box">
  278. <h1 class="mail-title"><span class="name-color">Andrea,</span> estás a un paso de divertirte cantando</h1>
  279. <p class="mail-subtitle">Esto es lo que acabas de hacer:</p>
  280. <ul class="list-container">
  281. <li class="list-item"><span class="checklist-icon"></span><span class="list-text">Personalizar el contenido musical según tus preferencias.</span></li>
  282. <li class="list-item"><span class="checklist-icon"></span><span class="list-text">Crear tu cuenta para acceder en cualquier dispositivo.</span></li>
  283. <li class="list-item"><span class="checklist-icon"></span><span class="list-text">Crear tu perfil de usuario en la comunidad de canto.</span></li>
  284. </ul>
  285. <h2 class="sing-experience-text">¡Falta que vivas la experiencia de canto en tu TV!</h2>
  286. <a class="button">Conectarme a la TV</a>
  287. <div class="star"></div>
  288. </div>
  289.  
  290. <p class="need-help-text">Si necesitas ayuda escríbenos al Whatsapp: <span>+51 941 410 822</span></p>
  291. <div class="ks-team-menber">
  292. <div class="lucero-img"></div>
  293. <div class="lucero-description">
  294. <p>Lucero de <span>Karaoke Smart</span></p>
  295. </div>
  296. </div>
  297. <hr>
  298. <div class="footert-section">
  299. <h3 class="follow-us-text">Síguenos:</h3>
  300. <ul class="social-container">
  301. <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>
  302. <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>
  303. <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>
  304. </ul>
  305. <p class="get-ks-text">Obtén Karaoke Smart para: <span>IPhone</span> | <span>Android</span> | <span>Smart TV</span></p>
  306. <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>
  307. <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>
  308. <p class="copyright">©2019 Karaoke Smart LLC., Delaware, USA</p>
  309. </div>
  310. </body>
  311. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement