aboutsummaryrefslogtreecommitdiff
path: root/landing/_includes/page-header.html
diff options
context:
space:
mode:
Diffstat (limited to 'landing/_includes/page-header.html')
-rw-r--r--landing/_includes/page-header.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/landing/_includes/page-header.html b/landing/_includes/page-header.html
new file mode 100644
index 00000000..8ebabfb7
--- /dev/null
+++ b/landing/_includes/page-header.html
@@ -0,0 +1,18 @@
+<section class="page-header">
+ <h1 class="project-name">{{ site.title }}</h1>
+ <h2 class="project-tagline">{{ site.tagline }}</h2>
+ <a href="/#/home" class="btn">GET STARTED</a>
+ <br><br>
+ <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>
+ <span class="donate" style="width: 100px">
+ <img src="{{site.baseurl}}/assets/img/patreon.png">
+ <a href="{{site.baseurl}}/pages/donation.html#donate">Support us</a>
+ </span>
+ <br><br>
+ <ul id="translations">
+ <li><a href="{{site.baseurl}}/cn/" class="nav-link">中文</a></li>
+ <li class="delimiter">|</li>
+ <li><a href="{{site.baseurl}}/" class="nav-link">English</a></li>
+ </ul>
+</section>
+