You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/04/19 19:43:00 UTC

[streampipes-website] branch chore/add-pypi created (now ff0b2ef9)

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

bossenti pushed a change to branch chore/add-pypi
in repository https://gitbox.apache.org/repos/asf/streampipes-website.git


      at ff0b2ef9 chore: remove outdated file

This branch includes the following new commits:

     new fd30306c chore: add PyPI to support links
     new ff0b2ef9 chore: remove outdated file

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[streampipes-website] 02/02: chore: remove outdated file

Posted by bo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch chore/add-pypi
in repository https://gitbox.apache.org/repos/asf/streampipes-website.git

commit ff0b2ef97d8403271acae2d61c42de1578bcba7f
Author: bossenti <bo...@posteo.de>
AuthorDate: Wed Apr 19 21:42:48 2023 +0200

    chore: remove outdated file
---
 website/img/open_source/icon-slack.png | Bin 5067 -> 0 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

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


[streampipes-website] 01/02: chore: add PyPI to support links

Posted by bo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch chore/add-pypi
in repository https://gitbox.apache.org/repos/asf/streampipes-website.git

commit fd30306c766c60a7fb404fd68dec9b384215798f
Author: bossenti <bo...@posteo.de>
AuthorDate: Wed Apr 19 21:42:35 2023 +0200

    chore: add PyPI to support links
---
 website/css/custom.css                    |   2 +-
 website/img/open_source/icon-pypi.png     | Bin 0 -> 16008 bytes
 website/partials/_index-support-links.ejs |   8 ++++++++
 3 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/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">