提交 501ebd3c 编写于 作者: E edisonxiang

building for download

上级 cd1a78d4
......@@ -132,7 +132,7 @@ paginate = 10
[[menu.main]]
identifier = "download"
name = "Download"
url = "/download.html"
url = "/building/download.html"
weight = 6
......@@ -255,7 +255,7 @@ paginate = 10
[[languages.zh.menu.main]]
identifier = "download"
name = "下载"
url = "/zh/download.html"
url = "/zh/building/download.html"
weight = 6
......
+++
title = "Download"
id = "download"
+++
#### Download center being constructed
+++
title = "下载"
id = "download"
+++
#### 下载中心正在构建中
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
{{ partial "head.html" . }}
<body>
<div id="all">
<header>
{{ partial "nav.html" . }}
</header>
{{ partial "breadcrumbs.html" . }}
<div id="content">
<div class="container">
<div class="col-sm-6 col-sm-offset-3 building">
<div class="box">
<h2 class="text-muted">{{ .Content }}</h2>
<p class="buttons">
<a href="{{ .Site.BaseURL | relLangURL }}" class="btn btn-template-main">
<i class="fa fa-home"></i>{{ i18n "404_homepage" }}
</a>
</p>
</div>
</div>
</div>
</div>
{{ partial "footer.html" . }}
</div>
{{ partial "scripts.html" . }}
</body>
</html>
\ No newline at end of file
......@@ -394,6 +394,18 @@ footer .notice span {
margin-left: 10px;
}
.container .building {
text-align: center;
margin-top: 100px;
margin-bottom: 200px;
}
.container .building h4 {
margin-bottom: 40px;
}
.container .building p.buttons {
margin-top: 40px;
}
html {
min-width: 1280px;
max-width: 1920px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册