page-header.html 785 B

123456789101112131415161718
  1. <section class="page-header">
  2. <h1 class="project-name">{{ site.title }}</h1>
  3. <h2 class="project-tagline">{{ site.tagline }}</h2>
  4. <a href="/#/home" class="btn">GET STARTED</a>
  5. <br><br>
  6. <iframe src="https://ghbtns.com/github-btn.html?user=tboox&repo=xmake&type=star&count=true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
  7. <span class="donate" style="width: 100px">
  8. <img src="{{site.baseurl}}/assets/img/patreon.png">
  9. <a href="{{site.baseurl}}/pages/donation.html#donate">Support us</a>
  10. </span>
  11. <br><br>
  12. <ul id="translations">
  13. <li><a href="{{site.baseurl}}/cn/" class="nav-link">中文</a></li>
  14. <li class="delimiter">|</li>
  15. <li><a href="{{site.baseurl}}/" class="nav-link">English</a></li>
  16. </ul>
  17. </section>