diff options
Diffstat (limited to 'landing/_includes')
| -rw-r--r-- | landing/_includes/head.cn.html | 23 | ||||
| -rw-r--r-- | landing/_includes/head.html | 23 | ||||
| -rw-r--r-- | landing/_includes/page-footer.html | 12 | ||||
| -rw-r--r-- | landing/_includes/page-header.cn.html | 18 | ||||
| -rw-r--r-- | landing/_includes/page-header.html | 18 |
5 files changed, 0 insertions, 94 deletions
diff --git a/landing/_includes/head.cn.html b/landing/_includes/head.cn.html deleted file mode 100644 index c99dc89e..00000000 --- a/landing/_includes/head.cn.html +++ /dev/null @@ -1,23 +0,0 @@ -<head> - <meta charset="UTF-8"> - <title>{{ site.title }}</title> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta name="theme-color" content="#157878"> - <meta name="description" content="{{site.tagline-cn}}"> - <meta name="keywords" content="{{site.keywords-cn}}" /> - - <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/normalize.css"> - <link rel='stylesheet' href="{{ site.baseurl }}/assets/css/opensans.css" type='text/css'> - <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/cayman.css"> - - <!-- baidu stats --> - <script> - var _hmt = _hmt || []; - (function() { - var hm = document.createElement("script"); - hm.src = "//hm.baidu.com/hm.js?eb3c91c672a001d78a113bfb8e42017a"; - var s = document.getElementsByTagName("script")[0]; - s.parentNode.insertBefore(hm, s); - })(); - </script> -</head> diff --git a/landing/_includes/head.html b/landing/_includes/head.html deleted file mode 100644 index 77eaa8d4..00000000 --- a/landing/_includes/head.html +++ /dev/null @@ -1,23 +0,0 @@ -<head> - <meta charset="UTF-8"> - <title>{{ site.title }}</title> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta name="theme-color" content="#157878"> - <meta name="description" content="{{site.tagline}}"> - <meta name="keywords" content="{{site.keywords}}" /> - - <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/normalize.css"> - <link rel='stylesheet' href="{{ site.baseurl }}/assets/css/opensans.css" type='text/css'> - <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/cayman.css"> - - <!-- baidu stats --> - <script> - var _hmt = _hmt || []; - (function() { - var hm = document.createElement("script"); - hm.src = "//hm.baidu.com/hm.js?eb3c91c672a001d78a113bfb8e42017a"; - var s = document.getElementsByTagName("script")[0]; - s.parentNode.insertBefore(hm, s); - })(); - </script> -</head> diff --git a/landing/_includes/page-footer.html b/landing/_includes/page-footer.html deleted file mode 100644 index 6e18f2ff..00000000 --- a/landing/_includes/page-footer.html +++ /dev/null @@ -1,12 +0,0 @@ -<footer class="site-footer"> - <span class="site-footer-owner">Copyright (c) 2015-2018 <a href="{{ site.author.url }}">tboox.org</a>.</span> - <span class="site-footer-power"> - <span> - <!--Site powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="https://pages.coding.me">Coding Pages</a>.--> - Site powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="https://pages.github.com/">Github Pages</a>. - </span> - <span> - Theme designed by <a href="https://github.com/pietromenna/jekyll-cayman-theme">cayman</a>. - </span> -</span> -</footer> diff --git a/landing/_includes/page-header.cn.html b/landing/_includes/page-header.cn.html deleted file mode 100644 index e58830f0..00000000 --- a/landing/_includes/page-header.cn.html +++ /dev/null @@ -1,18 +0,0 @@ -<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> - diff --git a/landing/_includes/page-header.html b/landing/_includes/page-header.html deleted file mode 100644 index 8ebabfb7..00000000 --- a/landing/_includes/page-header.html +++ /dev/null @@ -1,18 +0,0 @@ -<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> - |
