subscribe.ejs 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Welcome to Art Color!</title>
  7. <style>
  8. :root {
  9. --primary-color: #ff6b6b;
  10. --secondary-color: #4ecdc4;
  11. --accent-color: #ffd166;
  12. --text-color: #333;
  13. --light-text: #666;
  14. --background-color: #f9f9f9;
  15. }
  16. a {
  17. text-decoration: none;
  18. }
  19. body {
  20. font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  21. line-height: 1.6;
  22. color: var(--text-color);
  23. background-color: #f8f9fa;
  24. margin: 0;
  25. padding: 0;
  26. }
  27. .email-container {
  28. max-width: 600px;
  29. margin: 0 auto;
  30. background-color: white;
  31. border-radius: 10px;
  32. overflow: hidden;
  33. box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  34. }
  35. .header {
  36. background-color: var(--primary-color);
  37. color: white;
  38. text-align: center;
  39. padding: 30px 20px;
  40. }
  41. .header h1 {
  42. margin: 0;
  43. font-size: 1.8rem;
  44. }
  45. .content {
  46. padding: 30px 20px;
  47. }
  48. .welcome-message {
  49. margin-bottom: 30px;
  50. }
  51. .welcome-message h2 {
  52. color: var(--secondary-color);
  53. margin-bottom: 15px;
  54. }
  55. .coloring-pages-grid {
  56. display: grid;
  57. grid-template-columns: repeat(2, 1fr);
  58. gap: 15px;
  59. margin: 30px 0;
  60. }
  61. .coloring-page {
  62. border-radius: 8px;
  63. overflow: hidden;
  64. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  65. transition: transform 0.3s ease;
  66. }
  67. .coloring-page:hover {
  68. transform: translateY(-5px);
  69. }
  70. .coloring-page img {
  71. width: 100%;
  72. height: 200px;
  73. object-fit: cover;
  74. }
  75. .coloring-page h4 {
  76. background-color: var(--secondary-color);
  77. color: white;
  78. text-align: center;
  79. padding: 10px;
  80. margin: 0;
  81. font-size: 0.9rem;
  82. }
  83. .cta-buttons {
  84. display: flex;
  85. flex-wrap: wrap;
  86. gap: 15px;
  87. justify-content: center;
  88. margin: 30px 0;
  89. }
  90. .cta-button {
  91. background-color: var(--accent-color);
  92. color: var(--text-color);
  93. padding: 12px 25px;
  94. border-radius: 5px;
  95. text-decoration: none;
  96. font-weight: 600;
  97. display: inline-block;
  98. transition: background-color 0.3s ease;
  99. }
  100. .cta-button:hover {
  101. background-color: #ffc14d;
  102. }
  103. .app-button {
  104. background-color: var(--secondary-color);
  105. color: white;
  106. padding: 10px 20px;
  107. border-radius: 5px;
  108. text-decoration: none;
  109. font-weight: 500;
  110. display: flex;
  111. align-items: center;
  112. gap: 10px;
  113. min-width: 200px;
  114. transition: background-color 0.3s ease;
  115. }
  116. .app-button:hover {
  117. background-color: #3aa39c;
  118. }
  119. .app-button svg {
  120. width: 20px;
  121. height: 20px;
  122. }
  123. .footer {
  124. background-color: var(--text-color);
  125. color: white;
  126. text-align: center;
  127. padding: 20px;
  128. font-size: 0.9rem;
  129. }
  130. .footer p {
  131. margin: 5px 0;
  132. }
  133. @media (max-width: 480px) {
  134. .coloring-pages-grid {
  135. grid-template-columns: 1fr;
  136. }
  137. .cta-buttons {
  138. flex-direction: column;
  139. align-items: center;
  140. }
  141. }
  142. </style>
  143. </head>
  144. <body>
  145. <div class="email-container">
  146. <div class="header">
  147. <h1>Welcome to Art Color!</h1>
  148. </div>
  149. <div class="content">
  150. <div class="welcome-message">
  151. <h2>Hello from our coloring community!</h2>
  152. <p>Thank you for subscribing to Art Color! We're excited to have you join our creative
  153. community.</p>
  154. <p>As a welcome gift, here's your free 18-page Eclectic Coloring Book with themes like architecture and
  155. kawaii.</p>
  156. <p>Click the button below to download your coloring book:</p>
  157. <a href="https://art.pcoloring.com/art-coloring-book.pdf" class="cta-button">Download Coloring Book</a>
  158. </div>
  159. <div>
  160. <h3>Explore Our Favorite Coloring Pages</h3>
  161. <p>Here are some of our most popular coloring pages for you to enjoy. Click on any image to download and
  162. start coloring!</p>
  163. <div class="coloring-pages-grid">
  164. <a href="https://art.pcoloring.com/coloring-page/685ba37c2fb65d38d9aeea9a" class="coloring-page"
  165. target="_blank">
  166. <img src="https://d2mb6s2cy1zg97.cloudfront.net/thumbs/coloring-page/page/480/685ba37c2fb65d38d9aeea9a.webp"
  167. alt="Couple Coloring Page">
  168. <h4>Sweet Couple</h4>
  169. </a>
  170. <a href="https://art.pcoloring.com/coloring-page/685417b1e6830677ae9d7e22" class="coloring-page"
  171. target="_blank">
  172. <img src="https://d2mb6s2cy1zg97.cloudfront.net/thumbs/coloring-page/page/480/685417b1e6830677ae9d7e22.webp"
  173. alt="Flower Coloring Page">
  174. <h4>Flower</h4>
  175. </a>
  176. <a href="https://art.pcoloring.com/coloring-page/62b85f0f79dbae3f38eee1e2" class="coloring-page"
  177. target="_blank">
  178. <img src="https://d2mb6s2cy1zg97.cloudfront.net/thumbs/coloring-page/page/480/62b85f0f79dbae3f38eee1e2.webp"
  179. alt="Tiger Coloring Page">
  180. <h4>King of Forest</h4>
  181. </a>
  182. <a href="https://art.pcoloring.com/coloring-page/6850e5351908c1750d297cae" class="coloring-page"
  183. target="_blank">
  184. <img src="https://d2mb6s2cy1zg97.cloudfront.net/thumbs/coloring-page/page/480/6850e5351908c1750d297cae.webp"
  185. alt="Icecream Coloring Page">
  186. <h4>Icecream</h4>
  187. </a>
  188. <a href="https://art.pcoloring.com/coloring-page/67ca444f5f45a930454abd61" class="coloring-page"
  189. target="_blank">
  190. <img src="https://d2mb6s2cy1zg97.cloudfront.net/thumbs/coloring-page/page/480/67ca444f5f45a930454abd61.webp"
  191. alt="Fantasy Coloring Page">
  192. <h4>Dryad</h4>
  193. </a>
  194. <a href="https://art.pcoloring.com/coloring-page/67d106b75f45a930454d2307" class="coloring-page"
  195. target="_blank">
  196. <img src="https://d2mb6s2cy1zg97.cloudfront.net/thumbs/coloring-page/page/480/67d106b75f45a930454d2307.webp"
  197. alt="Zentangle Coloring Page">
  198. <h4>Fish Zentangle</h4>
  199. </a>
  200. </div>
  201. </div>
  202. <div>
  203. <h3>Download Our App</h3>
  204. <p>Take your coloring experience to the next level with our mobile app. Available for both iOS and
  205. Android devices.</p>
  206. <div class="cta-buttons">
  207. <a href="itms-apps://itunes.apple.com/app/id1575480118" class="app-button" target="_blank">
  208. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white">
  209. <path
  210. d="M18.41 16.24c-.34-.48-.79-.91-1.22-1.32-.43-.42-.86-.83-1.29-1.22-.44-.39-.88-.78-1.3-1.18-.43-.4-.87-.78-1.31-1.17-.44-.39-.89-.77-1.33-1.14-.44-.38-.88-.76-1.33-1.13-.45-.37-.9-.74-1.35-1.11-.45-.37-.91-.74-1.36-1.11C6.9 7.31 6.46 7 6 7c-.41 0-.81.11-1.18.33-.37.22-.68.53-.93.91-.25.38-.44.8-.57 1.26-.13.46-.2 1.04-.2 1.75v2.8c0 .71.07 1.29.2 1.75.13.46.32.88.57 1.26.25.38.56.69.93.91.37.22.77.33 1.18.33.46 0 .9-.12 1.32-.35.42-.23.85-.49 1.28-.77.43-.28.87-.58 1.31-.9.44-.32.88-.65 1.32-.99.44-.34.87-.69 1.3-1.05.43-.36.87-.72 1.3-1.09.44-.37.89-.73 1.34-1.09.45-.36.9-.73 1.36-1.09.45-.36.9-.73 1.35-1.09.44-.36.89-.72 1.33-1.08zm-6.41 5.76c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z" />
  211. </svg>
  212. <span>Download on the App Store</span>
  213. </a>
  214. <a href="https://play.google.com/store/apps/details?id=com.pcoloring.art.puzzle.color.by.number&pcampaignid=web_share"
  215. class="app-button" target="_blank">
  216. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white">
  217. <path
  218. d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" />
  219. <path d="M7.5 14.5V9.5l6 3z" />
  220. </svg>
  221. <span>Get it on Google Play</span>
  222. </a>
  223. </div>
  224. </div>
  225. <p>We'll be sending you regular updates with new coloring pages, tips, and exclusive offers. If you have any
  226. questions, feel free to reply to this email.</p>
  227. <p>Happy coloring!</p>
  228. <p>The Art Color Team</p>
  229. </div>
  230. <div class="footer">
  231. <p>© 2025 Art Color. All rights reserved.</p>
  232. </div>
  233. </div>
  234. </body>
  235. </html>