aboutsummaryrefslogtreecommitdiff
path: root/landing/_includes/page-header.cn.html
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2017-08-31 09:08:38 +0800
committerruki <waruqi@gmail.com>2017-08-31 09:08:38 +0800
commit9078c01303c065fbf6e6cefbddcb462adede7bfb (patch)
treec33052b914aeaca00186e6cc83df6f88f4e1c1b4 /landing/_includes/page-header.cn.html
downloadxmake-docs-9078c01303c065fbf6e6cefbddcb462adede7bfb.tar.gz
xmake-docs-9078c01303c065fbf6e6cefbddcb462adede7bfb.zip
first commit
Diffstat (limited to 'landing/_includes/page-header.cn.html')
-rw-r--r--landing/_includes/page-header.cn.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/landing/_includes/page-header.cn.html b/landing/_includes/page-header.cn.html
new file mode 100644
index 00000000..e58830f0
--- /dev/null
+++ b/landing/_includes/page-header.cn.html
@@ -0,0 +1,18 @@
+<section class="page-header">
+ <h1 class="project-name">{{ site.title }}</h1>
+ <h2 class="project-tagline">{{ site.tagline-cn }}</h2>
+ <a href="/#/zh/" class="btn">开始使用</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: 86px">
+ <img src="{{site.baseurl}}/assets/img/patreon.png">
+ <a href="{{site.baseurl}}/cn/pages/donation.html#donate">支持我们</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>
+