This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo-website.git
The following commit(s) were added to refs/heads/main by this push: new f9422ba9 Remove social links box (#405) f9422ba9 is described below commit f9422ba9e5d9c01a5756549a6ab79507db0ab9e0 Author: Christopher Tubbs <ctubb...@apache.org> AuthorDate: Wed Nov 29 02:18:02 2023 -0500 Remove social links box (#405) Remove social links box on main page by: * Removing reference to our defunct Twitter presence, due to the inability of the PMC to properly share the responsibilities of maintaining our presence there (TweetDeck is now a paid premium service, and we cannot use it any longer for free) and the lack of interest from the PMC in maintaining our presence there * Move Linked in information to the people page * Remove redundant GitHub link * Remove unused images and includes pages related to social media --- _config.yml | 1 - _includes/icon-github.html | 1 - _includes/icon-github.svg | 1 - _includes/icon-twitter.html | 1 - _includes/icon-twitter.svg | 1 - _includes/social.md | 13 ------------- css/accumulo.scss | 6 ------ images/GitHub-Mark-32px.png | Bin 1714 -> 0 bytes images/InBug-16px_0.png | Bin 1312 -> 0 bytes images/Twitter_logo_blue.png | Bin 22689 -> 0 bytes images/glyphicons_social_17_linked_in.png | Bin 1299 -> 0 bytes images/glyphicons_social_21_github.png | Bin 1306 -> 0 bytes images/glyphicons_social_31_twitter.png | Bin 1370 -> 0 bytes index.html | 5 ----- pages/people.md | 9 +++++++++ 15 files changed, 9 insertions(+), 29 deletions(-) diff --git a/_config.yml b/_config.yml index 553c365f..845d17e9 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,6 @@ description: > # this means to ignore newlines until "url:" The Apache Accumuloâ„¢ sorted, distributed key/value store is a robust, scalable, high performance data storage and retrieval system. url: "https://accumulo.apache.org" # the base hostname & protocol for your site -twitter_username: ApacheAccumulo exclude: [vendor] latest_release: 2.1.2 javadoc_version: 2.1.2 diff --git a/_includes/icon-github.html b/_includes/icon-github.html deleted file mode 100644 index e501a16b..00000000 --- a/_includes/icon-github.html +++ /dev/null @@ -1 +0,0 @@ -<a href="https://github.com/{{ include.username }}"><span class="icon icon--github">{% include icon-github.svg %}</span><span class="username">{{ include.username }}</span></a> diff --git a/_includes/icon-github.svg b/_includes/icon-github.svg deleted file mode 100644 index 4422c4f5..00000000 --- a/_includes/icon-github.svg +++ /dev/null @@ -1 +0,0 @@ -<svg viewBox="0 0 16 16"><path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4 [...] diff --git a/_includes/icon-twitter.html b/_includes/icon-twitter.html deleted file mode 100644 index e623dbd6..00000000 --- a/_includes/icon-twitter.html +++ /dev/null @@ -1 +0,0 @@ -<a href="https://twitter.com/{{ include.username }}"><span class="icon icon--twitter">{% include icon-twitter.svg %}</span><span class="username">{{ include.username }}</span></a> diff --git a/_includes/icon-twitter.svg b/_includes/icon-twitter.svg deleted file mode 100644 index dcf660e7..00000000 --- a/_includes/icon-twitter.svg +++ /dev/null @@ -1 +0,0 @@ -<svg viewBox="0 0 16 16"><path fill="#828282" d="M15.969,3.058c-0.586,0.26-1.217,0.436-1.878,0.515c0.675-0.405,1.194-1.045,1.438-1.809c-0.632,0.375-1.332,0.647-2.076,0.793c-0.596-0.636-1.446-1.033-2.387-1.033c-1.806,0-3.27,1.464-3.27,3.27 c0,0.256,0.029,0.506,0.085,0.745C5.163,5.404,2.753,4.102,1.14,2.124C0.859,2.607,0.698,3.168,0.698,3.767 c0,1.134,0.577,2.135,1.455,2.722C1.616,6.472,1.112,6.325,0.671,6.08c0,0.014,0,0.027,0,0.041c0,1.584,1.127,2.906,2.623,3.206 C3.02,9.402,2.731,9.442,2 [...] diff --git a/_includes/social.md b/_includes/social.md deleted file mode 100644 index 7e1e5e91..00000000 --- a/_includes/social.md +++ /dev/null @@ -1,13 +0,0 @@ - -{: .table #sociallinks } -| ![Twitter][1]{:style="height: 1em"} | [@ApacheAccumulo][TWITTER] | -| ![Linked in][2] | [Apache Accumulo Professionals][LINKEDIN] | -| ![GitHub][3]{:style="height: 1em"} | [Apache Accumulo on GitHub][GITHUB] | - -[1]: {{ site.baseurl }}/images/Twitter_logo_blue.png -[2]: {{ site.baseurl }}/images/InBug-16px_0.png -[3]: {{ site.baseurl }}/images/GitHub-Mark-32px.png -[4]: {{ site.baseurl }}/favicon.png -[TWITTER]: https://twitter.com/apacheaccumulo -[LINKEDIN]: https://www.linkedin.com/groups/4554913/ -[GITHUB]: https://github.com/apache/accumulo diff --git a/css/accumulo.scss b/css/accumulo.scss index 850ef678..993aac6d 100644 --- a/css/accumulo.scss +++ b/css/accumulo.scss @@ -84,12 +84,6 @@ code { font-size: 12px; } -#sociallinks td { - /* no lines in the link table */ - border-top: none; - border-bottom: none; -} - #bannertext { margin-top: 10px; text-align: left; diff --git a/images/GitHub-Mark-32px.png b/images/GitHub-Mark-32px.png deleted file mode 100644 index 8b25551a..00000000 Binary files a/images/GitHub-Mark-32px.png and /dev/null differ diff --git a/images/InBug-16px_0.png b/images/InBug-16px_0.png deleted file mode 100644 index 51335c5c..00000000 Binary files a/images/InBug-16px_0.png and /dev/null differ diff --git a/images/Twitter_logo_blue.png b/images/Twitter_logo_blue.png deleted file mode 100644 index 38bd57dd..00000000 Binary files a/images/Twitter_logo_blue.png and /dev/null differ diff --git a/images/glyphicons_social_17_linked_in.png b/images/glyphicons_social_17_linked_in.png deleted file mode 100644 index 58c7b649..00000000 Binary files a/images/glyphicons_social_17_linked_in.png and /dev/null differ diff --git a/images/glyphicons_social_21_github.png b/images/glyphicons_social_21_github.png deleted file mode 100644 index e80a682a..00000000 Binary files a/images/glyphicons_social_21_github.png and /dev/null differ diff --git a/images/glyphicons_social_31_twitter.png b/images/glyphicons_social_31_twitter.png deleted file mode 100644 index b092c87c..00000000 Binary files a/images/glyphicons_social_31_twitter.png and /dev/null differ diff --git a/index.html b/index.html index d5d58817..b46d070e 100644 --- a/index.html +++ b/index.html @@ -53,11 +53,6 @@ skiph1fortitle: true </div> </div> </div> - <div class="row"> - <div class="col-sm-12 card mb-4"> - {% capture social-include %}{% include social.md %}{% endcapture %}{{ social-include | markdownify }} - </div> - </div> <div class="row"> <div class="col-sm-12"> <a class="acevent" data-class="img-responsive center-block" data-format="wide" data-mode="light" data-width="240"></a><br/> diff --git a/pages/people.md b/pages/people.md index 2904ede6..c8a1ce67 100644 --- a/pages/people.md +++ b/pages/people.md @@ -197,6 +197,15 @@ GitHub also has a [contributor list][github-contributors] based on commits. | Wil Selwood | [Satellite Applications Catapult][SACAT] | [GMT][GMT]/[BST][BST] | | Xiao Wang | [Stevens Institute of Technology][SIT] | [ET][ET] | +## More + +Many people with a background working with Accumulo can also be found on +various professional and social networking sites. One such group is the [Apache +Accumulo Professionals][linkedin-group] group on Linked in. Membership in these +groups is not in any way an endorsement of their qualifications from either the +ASF or the Apache Accumulo PMC. + +[linkedin-group]: https://www.linkedin.com/groups/4554913/ [github-contributors]: https://github.com/apache/accumulo/graphs/contributors [ANAVATION]: https://www.anavationllc.com [ANTHEMENG]: https://www.anthemengineering.com