This is an automated email from the ASF dual-hosted git repository. bossenti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/streampipes-website.git
commit 118de9cbe4bde759f0894940f43a27dfa03588f3 Author: Tim <[email protected]> AuthorDate: Sat Apr 29 16:39:33 2023 +0200 chore/add-pypi (#74) * chore: add PyPI to support links * chore: remove outdated file --- website/css/custom.css | 2 +- website/img/open_source/icon-pypi.png | Bin 0 -> 16008 bytes website/img/open_source/icon-slack.png | Bin 5067 -> 0 bytes website/partials/_index-support-links.ejs | 8 ++++++++ 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/website/css/custom.css b/website/css/custom.css index a3f8c577..bb91a83e 100644 --- a/website/css/custom.css +++ b/website/css/custom.css @@ -121,7 +121,7 @@ img { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; - max-width: 20%; + max-width: 16.5%; padding: 100px 20px; position: relative; z-index: 1; diff --git a/website/img/open_source/icon-pypi.png b/website/img/open_source/icon-pypi.png new file mode 100644 index 00000000..86885093 Binary files /dev/null and b/website/img/open_source/icon-pypi.png differ diff --git a/website/img/open_source/icon-slack.png b/website/img/open_source/icon-slack.png deleted file mode 100644 index ef3b2117..00000000 Binary files a/website/img/open_source/icon-slack.png and /dev/null differ diff --git a/website/partials/_index-support-links.ejs b/website/partials/_index-support-links.ejs index 12f031aa..c4616a71 100644 --- a/website/partials/_index-support-links.ejs +++ b/website/partials/_index-support-links.ejs @@ -23,6 +23,14 @@ </a> </div> </div> + <div class="support-links-area"> + <div class="text-center" data-wow-delay=".7s"> + <a href="https://pypi.org/project/streampipes/"> + <img src="/img/open_source/icon-pypi.png" alt=""> + <h4>PyPI</h4> + </a> + </div> + </div> <div class="support-links-area"> <div class="text-center" data-wow-delay="1s"> <a href="https://stackoverflow.com/questions/tagged/streampipes">
