-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add canaan info * 去掉mermaid * 修改底部商标样式 * 更改页面整洁度 --------- Co-authored-by: zhengshanshan <[email protected]>
- Loading branch information
Showing
9 changed files
with
268 additions
and
131 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 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,24 @@ | ||
<style> | ||
.cancat{ | ||
font-size: 1rem; | ||
font-weight: 700; | ||
color: #fff; | ||
margin-bottom: 1rem; | ||
} | ||
.canact-section a{ | ||
color: #ebedf0; | ||
line-height: 30px; | ||
font-weight: 400; | ||
text-decoration: none; | ||
} | ||
.canact-section a:hover { | ||
color: #4d8eef; | ||
} | ||
</style> | ||
<div class="footer-center"> | ||
<div class="cancat">开发者资源</div> | ||
<section class="canact-section"><a href="https://developer.canaan-creative.com/resource">资料下载</a></section> | ||
<section class="canact-section"><a href="https://developer.canaan-creative.com/blog">博客</a></section> | ||
<section class="canact-section"><a href="https://developer.canaan-creative.com/document">文档中心</a></section> | ||
<section class="canact-section"><a href="https://developer.canaan-creative.com/answer">问答社区</a></section> | ||
</div> |
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,24 @@ | ||
<style> | ||
.cancat{ | ||
font-size: 1rem; | ||
font-weight: 700; | ||
color: #fff; | ||
margin-bottom: 1rem; | ||
} | ||
.canact-section a{ | ||
color: #ebedf0; | ||
line-height: 30px; | ||
font-weight: 400; | ||
text-decoration: none; | ||
} | ||
.canact-section a:hover { | ||
color: #4d8eef; | ||
} | ||
</style> | ||
<div class="footer-center"> | ||
<div class="cancat">Developer Resources</div> | ||
<section class="canact-section"><a href="https://developer.canaan-creative.com/resource">Downloads</a></section> | ||
<section class="canact-section"><a href="https://developer.canaan-creative.com/blog">Blog</a></section> | ||
<section class="canact-section"><a href="https://developer.canaan-creative.com/document">Document Center</a></section> | ||
<section class="canact-section"><a href="https://developer.canaan-creative.com/answer">Answer</a></section> | ||
</div> |
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,26 @@ | ||
<style> | ||
.cancat{ | ||
font-size: 1rem; | ||
font-weight: 700; | ||
color: #fff; | ||
margin-bottom: 1rem; | ||
} | ||
.canact-section a{ | ||
color: #ebedf0; | ||
line-height: 30px; | ||
font-weight: 400; | ||
text-decoration: none; | ||
} | ||
.canact-section a:hover { | ||
color: #4d8eef; | ||
} | ||
.copy-right { | ||
margin-top:30px; | ||
color: #ebedf0; | ||
} | ||
</style> | ||
<div class="footer-center"> | ||
<div class="cancat">联系我们</div> | ||
<section class="canact-section"><a href="mailto:[email protected]">邮箱:[email protected]</a></section> | ||
<!-- <section class="canact-section copy-right">© Copyright 2024 Canaan Inc.</section> --> | ||
</div> |
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,26 @@ | ||
<style> | ||
.cancat{ | ||
font-size: 1rem; | ||
font-weight: 700; | ||
color: #fff; | ||
margin-bottom: 1rem; | ||
} | ||
.canact-section a{ | ||
color: #ebedf0; | ||
line-height: 30px; | ||
font-weight: 400; | ||
text-decoration: none; | ||
} | ||
.canact-section a:hover { | ||
color: #4d8eef; | ||
} | ||
.copy-right { | ||
margin-top:30px; | ||
color: #ebedf0; | ||
} | ||
</style> | ||
<div class="footer-center"> | ||
<div class="cancat">Contact Us</div> | ||
<section class="canact-section"><a href="mailto:[email protected]">Mail: [email protected]</a></section> | ||
<!-- <section class="canact-section copy-right">© Copyright 2024 Canaan Inc.</section> --> | ||
</div> |
Oops, something went wrong.