index.html 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>Art Color</title>
  8. <link rel="stylesheet" href="./reset.css">
  9. <link rel="stylesheet" href="./main.css">
  10. <link rel="shortcut icon" href="./favicon.ico">
  11. </head>
  12. <body>
  13. <header class="header">
  14. <div class="header-container">
  15. <div class="logo">Art Color</div>
  16. <div class="logo-name">Art Color</div>
  17. <div class="header-link">
  18. <a href="https://www.facebook.com/artcoloring/" class="link-fb"></a>
  19. <a href="mailto:ares.nju@gmail.com" class="link-email"></a>
  20. </div>
  21. </div>
  22. </header>
  23. <div class="container">
  24. <section class="section-main clearfix">
  25. <div class="left">
  26. <div class="title">Enjoy the Fun of Number Coloring!</div>
  27. <div class="content" style="margin-top: 40px;">
  28. 🎨 Art Color - Color by Number 🎨 is one of the best paint by number coloring book with various
  29. categories of coloring pages. Coloring Pages are update everyday, you can always find images suite
  30. to you. It is 💯 Free! We offer this free coloring book as a color therapy to release your stress.
  31. Share your artworks to your friends and color anytime & anywhere.
  32. </div>
  33. <div class="content" style="margin-top: 90px;">Use it on your phone or tablet.</div>
  34. <div class="store-link">
  35. <a target="_blank" href="https://apps.apple.com/gb/app/art-number-coloring-book/id1575480118"
  36. class="appstore"></a>
  37. <a target="_blank"
  38. href="https://play.google.com/store/apps/details?id=com.pcoloring.art.puzzle.color.by.number"
  39. class="googleplay"></a>
  40. </div>
  41. <div class="content" style="margin-top: 90px;">Or visit our website:.</div>
  42. <div class="store-link">
  43. <a target="_blank" href="https://art.pcoloring.com" class="website"></a>
  44. </div>
  45. </div>
  46. <div class="right"></div>
  47. </section>
  48. <footer class="footer">
  49. <div class="line"></div>
  50. <ul class="footer-nav">
  51. <li>Follow us on
  52. <a class="icon-blue-fb" href="https://www.facebook.com/artcoloring/"></a>
  53. </li>
  54. <li>
  55. <a href="/color_number_policy.html">Privacy Policy</a>
  56. </li>
  57. <li>
  58. <a href="mailto:ares.nju@gmail.com">Contact us</a>
  59. </li>
  60. </ul>
  61. <div class="store-link">
  62. <a target="_blank" href="https://apps.apple.com/gb/app/art-number-coloring-book/id1575480118"
  63. class="appstore"></a>
  64. <a target="_blank"
  65. href="https://play.google.com/store/apps/details?id=com.pcoloring.art.puzzle.color.by.number"
  66. class="googleplay"></a>
  67. </div>
  68. <div class="copyright">
  69. Copyright © Art Color
  70. </div>
  71. </footer>
  72. </div>
  73. </body>
  74. </html>