This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 50d696e  Change the slack joining guidance (#317)
50d696e is described below

commit 50d696e0b63263fa0b2471e75ec0046c85bddb26
Author: Juntao Zhang <719284...@qq.com>
AuthorDate: Fri Aug 20 18:04:40 2021 -0500

    Change the slack joining guidance (#317)
---
 content/_index.html                                 | 5 ++++-
 themes/docsy/layouts/shortcodes/blocks/feature.html | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/content/_index.html b/content/_index.html
index ea2b6e7..b8bc44b 100644
--- a/content/_index.html
+++ b/content/_index.html
@@ -208,9 +208,12 @@ linkTitle = "Apache SkyWalking"
 
 {{< blocks/section >}}
 {{% blocks/feature icon="fa-question" title="Any questions?" %}}
-Features request, ask questions or report bugs? Feel free to <a 
href="https://github.com/apache/skywalking/discussions";>open a discussion</a>, 
<a href="https://github.com/apache/skywalking/issues/";>file a issue</a> or join 
our <a href="http://s.apache.org/slack-invite";>slack</a> workspace.
+Features request, ask questions or report bugs? Feel free to <a 
href="https://github.com/apache/skywalking/discussions";>open a discussion</a> 
or <a href="https://github.com/apache/skywalking/issues/";>file a issue</a>.
 {{% /blocks/feature %}}
 
+{{% blocks/feature icon="fab fa-slack" title="Join our slack workspace!" %}}
+Send 'Request to join SkyWalking slack' mail to the mail list <a 
href="mailto:d...@skywalking.apache.org";>d...@skywalking.apache.org</a>, we 
will invite you in.
+{{% /blocks/feature %}}
 
 {{% blocks/feature icon="fab fa-github" title="Contributions welcome!" %}}
 We do a [Pull Request](https://github.com/apache/skywalking/pulls) 
contributions workflow on **GitHub**. New users are always welcome!
diff --git a/themes/docsy/layouts/shortcodes/blocks/feature.html 
b/themes/docsy/layouts/shortcodes/blocks/feature.html
index d734dfb..056cdc8 100644
--- a/themes/docsy/layouts/shortcodes/blocks/feature.html
+++ b/themes/docsy/layouts/shortcodes/blocks/feature.html
@@ -1,6 +1,6 @@
 {{ $icon := .Get "icon" | default "fa-lightbulb" }}
 {{ $url_text := .Get "url_text" }}
-<div class="col-lg-4 mb-5 mb-lg-0 text-center ">
+<div class="col-lg-3 mb-5 mb-lg-0 text-center ">
   <div class="mb-4 h1">
     <i class="{{ if not (or (hasPrefix $icon "fas ") (hasPrefix $icon "fab ")) 
}}fas {{ end }}{{ $icon }}"></i>
   </div>

Reply via email to