index.html 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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 Number Coloring</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 Number Coloring</div>
  16. <div class="logo-name">Art Number Coloring</div>
  17. <div class="header-link">
  18. <a href="https://www.facebook.com/artnumbercoloring/" 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 Number Coloring - Color by Number 🎨 is one of the best paint by number coloring book with various categories of coloring pages. Coloring Pages are update everyday, you can always find images suite to you. It is 💯 Free! We offer this free coloring book as a color therapy to release your stress. Share your artworks to your friends and color anytime & anywhere.
  29. </div>
  30. <div class="content" style="margin-top: 90px;">Use it on your phone or tablet.</div>
  31. <div class="store-link">
  32. <a target="_blank" href="https://apps.apple.com/gb/app/art-number-coloring-book/id1575480118" class="appstore"></a>
  33. <a target="_blank" href="https://play.google.com/store/apps/details?id=com.pcoloring.art.puzzle.color.by.number" class="googleplay"></a>
  34. </div>
  35. <div class="content" style="margin-top: 90px;">Or visit our website:.</div>
  36. <div class="store-link">
  37. <a target="_blank" href="https://art.pcoloring.com" class="website"></a>
  38. </div>
  39. </div>
  40. <div class="right"></div>
  41. </section>
  42. <footer class="footer">
  43. <div class="line"></div>
  44. <ul class="footer-nav">
  45. <li>Follow us on
  46. <a class="icon-blue-fb" href="https://www.facebook.com/artnumbercoloring/"></a>
  47. </li>
  48. <li>
  49. <a href="/color_number_policy.html">Privacy Policy</a>
  50. </li>
  51. <li>
  52. <a href="mailto:ares.nju@gmail.com">Contact us</a>
  53. </li>
  54. </ul>
  55. <div class="store-link">
  56. <a target="_blank" href="https://apps.apple.com/gb/app/art-number-coloring-book/id1575480118" class="appstore"></a>
  57. <a target="_blank" href="https://play.google.com/store/apps/details?id=com.pcoloring.art.puzzle.color.by.number" class="googleplay"></a>
  58. </div>
  59. <div class="copyright">
  60. Copyright © Art Number Coloring
  61. </div>
  62. </footer>
  63. </div>
  64. </body>
  65. </html>