blog.html 1.0 KB

12345678910111213141516171819202122232425
  1. <section id="blog">
  2. <div class="wrapper">
  3. <svg id="sky" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100%" viewBox="0 0 1600 450">
  4. <g id="sun" fill="#F68479">
  5. <circle r="110" cx="1400" cy="230"/>
  6. <circle r="35" cx="1230" cy="230"/>
  7. <circle r="25" cx="1320" cy="65"/>
  8. <circle r="30" cx="1500" cy="80"/>
  9. <circle r="20" cx="1570" cy="230"/>
  10. <circle r="35" cx="1500" cy="380"/>
  11. <circle r="25" cx="1320" cy="380"/>
  12. <!--<animateTransform attributeName="transform" begin="0s" dur="3s" type="rotate" from="0 1400 230" to="360 1400 230" repeatCount="indefinite"/>-->
  13. </g>
  14. </svg>
  15. <div class="content text-center">
  16. <div>
  17. <h1 class="white-title">A EPuters.net Project</h1>
  18. </div>
  19. <div>
  20. <a class="btn-primary btn-white" href="/blog/">Enter</a>
  21. </div>
  22. </div>
  23. </div>
  24. </section>