This is an automated email from the ASF dual-hosted git repository.
laiyingchun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus-website.git
The following commit(s) were added to refs/heads/master by this push:
new a17655d revert removal of start icon
a17655d is described below
commit a17655d29285b958394fa67cc685bc06fe2f327a
Author: Yingchun Lai <[email protected]>
AuthorDate: Wed Jun 23 11:34:46 2021 +0800
revert removal of start icon
---
_layouts/front.html | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/_layouts/front.html b/_layouts/front.html
index 31c1167..206ee7b 100644
--- a/_layouts/front.html
+++ b/_layouts/front.html
@@ -19,6 +19,20 @@
可水平扩展、高性能、强一致的分布式Key-Value数据库
{% endif %}
</p>
+ <br>
+ <div style="padding-top: 2rem" class="buttons is-centered">
+ <a class="button is-light is-large front-start-button"
+ href="{{ site.baseurl }}/overview">
+ <span class="icon"><i class="fas
fa-chevron-right"></i></span>
+ <span>
+ <span style="font-weight:lighter">Get</span>
+ <strong>Started</strong>
+ </span>
+ </a>
+ <a class="button is-dark is-large front-github-button"
href="{{ site.pegasus_github_url }}">
+ <span class="icon"><i class="fab
fa-github-alt"></i></span>
+ </a>
+ </div>
</div>
</div>
<footer class="footer">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]