This is an automated email from the ASF dual-hosted git repository.
srowen pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new ad3e79d1d Add Shop section in the community page
ad3e79d1d is described below
commit ad3e79d1d309f6f231ea0fd2bf11eb77e13bf08f
Author: Gengliang Wang <[email protected]>
AuthorDate: Tue Jun 14 18:31:52 2022 -0500
Add Shop section in the community page
<!-- *Make sure that you generate site HTML with `bundle exec jekyll
build`, and include the changes to the HTML in your pull request. See README.md
for more information.* -->
To promote the Apache Spark swag, this PR adds a Shop section on the
community page: https://spark.apache.org/community.html
The logo and the first sentence are from
https://www.apache.org/foundation/buy_stuff.html
Here is a screenshot for preview:
<img width="1026" alt="Screen Shot 2022-06-14 at 14 45 52"
src="https://user-images.githubusercontent.com/1097932/173695057-37857ab4-355a-4ec7-9b84-ed33691ab39a.png">
Author: Gengliang Wang <[email protected]>
Closes #392 from gengliangwang/shop.
---
community.md | 4 ++++
images/redbubble.png | Bin 0 -> 5874 bytes
site/community.html | 4 ++++
site/images/redbubble.png | Bin 0 -> 5874 bytes
4 files changed, 8 insertions(+)
diff --git a/community.md b/community.md
index 2d8f75fd7..6c04ee5f8 100644
--- a/community.md
+++ b/community.md
@@ -201,6 +201,10 @@ Spark Meetups are grass-roots events organized and hosted
by individuals in the
<p>The project tracks bugs and new features on <a
href="https://issues.apache.org/jira/browse/SPARK">JIRA</a>. If you'd like, you
can also subscribe to <a
href="https://mail-archives.apache.org/mod_mbox/spark-issues/">[email protected]</a>
to receive emails about new issues, and <a
href="https://mail-archives.apache.org/mod_mbox/spark-commits/">[email protected]</a>
to get emails about commits.</p>
+<h3>Shop</h3>
+<p><img alt="RedBubble" src="{{site.baseurl}}/images/redbubble.png"
title="RedBubble"></p>
+<p>The ASF has an <a
href="https://www.redbubble.com/people/comdev/shop">official store at
RedBubble</a> that Apache Community Development (ComDev) runs. In the store, <a
href="https://www.redbubble.com/shop/ap/113203780">various products featuring
the Apache Spark logo</a> are available.</p>
+
<h3>Powered by</h3>
<p>Our site has a list of <a href="{{site.baseurl}}/powered-by.html">projects
and organizations powered by Spark</a>.
diff --git a/images/redbubble.png b/images/redbubble.png
new file mode 100644
index 000000000..61d7df5ef
Binary files /dev/null and b/images/redbubble.png differ
diff --git a/site/community.html b/site/community.html
index 82c0af497..99a5662b5 100644
--- a/site/community.html
+++ b/site/community.html
@@ -329,6 +329,10 @@ vulnerabilities, and for information on known security
issues.</p>
<p>The project tracks bugs and new features on <a
href="https://issues.apache.org/jira/browse/SPARK">JIRA</a>. If you'd like, you
can also subscribe to <a
href="https://mail-archives.apache.org/mod_mbox/spark-issues/">[email protected]</a>
to receive emails about new issues, and <a
href="https://mail-archives.apache.org/mod_mbox/spark-commits/">[email protected]</a>
to get emails about commits.</p>
+<h3>Shop</h3>
+<p><img alt="RedBubble" src="/images/redbubble.png" title="RedBubble" /></p>
+<p>The ASF has an <a
href="https://www.redbubble.com/people/comdev/shop">official store at
RedBubble</a> that Apache Community Development (ComDev) runs. In the store, <a
href="https://www.redbubble.com/shop/ap/113203780">various products featuring
the Apache Spark logo</a> are available.</p>
+
<h3>Powered by</h3>
<p>Our site has a list of <a href="/powered-by.html">projects and
organizations powered by Spark</a>.
diff --git a/site/images/redbubble.png b/site/images/redbubble.png
new file mode 100644
index 000000000..61d7df5ef
Binary files /dev/null and b/site/images/redbubble.png differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]