-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #65 from dreamans/2.0
2.0
- Loading branch information
Showing
33 changed files
with
511 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,168 @@ | ||
body { | ||
color: rgba(0,0,0,.87); | ||
} | ||
a { | ||
color: #409EFF; | ||
text-decoration: none; | ||
} | ||
a:hover { | ||
color: #66b1ff; | ||
} | ||
.bg-gray { | ||
background-color: #f4f4f4; | ||
} | ||
.bg-dark { | ||
background-color: #171f26; | ||
} | ||
.text-center { | ||
text-align: center; | ||
} | ||
.wrap { | ||
max-width: 1200px; | ||
margin: 0 auto; | ||
} | ||
.icon-large { | ||
color: #666; | ||
font-size: 36px; | ||
} | ||
.iconfont.left { | ||
margin-right: 6px; | ||
} | ||
.header-container { | ||
position: relative; | ||
padding: 20px 0; | ||
color: #fff; | ||
} | ||
.header-container .nav { | ||
color: #fff; | ||
display:flex; | ||
} | ||
.header-container .nav .logo img { | ||
height: 30px; | ||
} | ||
.header-container .nav .nav-list { | ||
display: flex; | ||
align-items: center; | ||
margin-left: 30px; | ||
} | ||
.header-container .nav-link { | ||
color: #fff; | ||
text-decoration: none; | ||
opacity: .7; | ||
padding: 0 15px; | ||
} | ||
.header-container .nav-link:hover { | ||
opacity: 1; | ||
color: #409EFF; | ||
} | ||
.header-container .nav-social { | ||
padding: 0 5px; | ||
} | ||
.header-container .banner { | ||
height: 450px; | ||
opacity: .7; | ||
overflow: hidden; | ||
} | ||
.header-container .banner .h { | ||
font-weight: 300; | ||
} | ||
.header-container .banner .tit { | ||
font-size: 50px; | ||
padding-top: 100px; | ||
} | ||
.header-container .banner .subtit { | ||
font-size: 20px; | ||
} | ||
.header-container .banner .start { | ||
padding: 60px 0; | ||
text-align: center; | ||
} | ||
.header-container .banner .start-link { | ||
background: #283542; | ||
padding: 15px 20px; | ||
margin: 0 10px; | ||
width: 90px; | ||
opacity: 1; | ||
} | ||
.header-container .banner .start-link.main{ | ||
background: #1989fa; | ||
} | ||
.header-container .banner .start-link:hover { | ||
color: #fff; | ||
background: #409EFF; | ||
} | ||
.section-container { | ||
padding: 36px 0; | ||
} | ||
.features-list { | ||
padding: 0; | ||
overflow: hidden; | ||
display: flex; | ||
justify-content: space-between; | ||
} | ||
.features-list:not(:first-child) { | ||
margin-top: 48px; | ||
} | ||
.features-list li { | ||
list-style: none; | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
width: 280px; | ||
} | ||
.features-list .desc { | ||
margin-top: 24px; | ||
} | ||
.features-tit { | ||
padding: 15px 0; | ||
font-size: 30px; | ||
position: relative; | ||
} | ||
.features-tit:after { | ||
content: ''; | ||
width: 50px; | ||
height: 2px; | ||
background-color: #333; | ||
position: absolute; | ||
bottom: 0; | ||
left: 50%; | ||
transform: translateX(-50%); | ||
} | ||
.quick-shell { | ||
padding: 12px; | ||
border-radius: 4px; | ||
background: #282a36; | ||
color: #fff; | ||
width: 720px; | ||
margin: 32px auto; | ||
} | ||
.quick-shell pre { | ||
margin: 0; | ||
padding: 0; | ||
line-height: 1.6; | ||
} | ||
.quick-internet { | ||
color: #fff; | ||
opacity: .8; | ||
} | ||
.license-text { | ||
width: 500px; | ||
line-height: 1.8; | ||
margin: 0 auto; | ||
} | ||
.license-text .logo-large { | ||
margin: 80px auto; | ||
} | ||
.footer-copyright p{ | ||
color: #a3a4a9; | ||
} | ||
.footer-copyright p { | ||
margin: 0; | ||
padding: 3px 0; | ||
} | ||
.footer-copyright a { | ||
color: #a3a4a9; | ||
} | ||
.footer-copyright a:hover { | ||
color: #fff; | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Coming Soon... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,7 @@ | |
} | ||
.app-img-eg { | ||
width: 800px; | ||
} | ||
.app-logo-img { | ||
width: 60%; | ||
} |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,6 @@ Syncd 一直在致力于为企业和个人提供简洁高效的持续集成工 | |
|
||
### 捐赠列表 | ||
|
||
-- | ||
-- | ||
|
||
[filename](include/footer.md ':include') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# 获取帮助 | ||
|
||
Syncd使用交流QQ群①: 725302833 | ||
|
||
[filename](include/footer.md ':include') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
---- | ||
<p style="color:#999;">文档最后更新时间: {docsify-updated}</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>文档 | Syncd</title> | ||
<link rel="icon" href="../assets/img/favicon.ico"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
<meta name="description" content="Syncd docs"> | ||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | ||
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css"> | ||
<link rel="stylesheet" href="assets/css/app.css"> | ||
</head> | ||
<body> | ||
<nav> | ||
<a href="/" >首页</a> | ||
<a href="/docs/">文档</a> | ||
<a href="/docs/#/help">获取帮助</a> | ||
<a href="/docs/#/donate">捐赠</a> | ||
<a href="https://github.com/dreamans/syncd" target="_blank">Github</a> | ||
</nav> | ||
<div id="app"></div> | ||
<script> | ||
window.$docsify = { | ||
loadSidebar: true, | ||
homepage: 'home.md', | ||
subMaxLevel: 2, | ||
name: '<img class="app-logo-img" src="../assets/img/logo-blue.svg" />', | ||
notFoundPage: true, | ||
repo: 'dreamans/syncd', | ||
themeColor: '#DB7661', | ||
auto2top: true, | ||
formatUpdated: '{YYYY}-{MM}-{DD}' | ||
} | ||
</script> | ||
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script> | ||
<script> | ||
var _hmt = _hmt || []; | ||
(function() { | ||
var hm = document.createElement("script"); | ||
hm.src = "https://hm.baidu.com/hm.js?fb50c5786de11a790e1e2a45618fd7eb"; | ||
var s = document.getElementsByTagName("script")[0]; | ||
s.parentNode.insertBefore(hm, s); | ||
})(); | ||
</script> | ||
</body> | ||
</html> |
Oops, something went wrong.