Skip to content

Commit

Permalink
Remove social links box (#405)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ctubbsii authored Nov 29, 2023
1 parent 34beba6 commit f9422ba
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 29 deletions.
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion _includes/icon-github.html

This file was deleted.

1 change: 0 additions & 1 deletion _includes/icon-github.svg

This file was deleted.

1 change: 0 additions & 1 deletion _includes/icon-twitter.html

This file was deleted.

1 change: 0 additions & 1 deletion _includes/icon-twitter.svg

This file was deleted.

13 changes: 0 additions & 13 deletions _includes/social.md

This file was deleted.

6 changes: 0 additions & 6 deletions css/accumulo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Binary file removed images/GitHub-Mark-32px.png
Binary file not shown.
Binary file removed images/InBug-16px_0.png
Binary file not shown.
Binary file removed images/Twitter_logo_blue.png
Binary file not shown.
Binary file removed images/glyphicons_social_17_linked_in.png
Binary file not shown.
Binary file removed images/glyphicons_social_21_github.png
Binary file not shown.
Binary file removed images/glyphicons_social_31_twitter.png
Binary file not shown.
5 changes: 0 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ <h4>Stable</h4>
</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/>
Expand Down
9 changes: 9 additions & 0 deletions pages/people.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9422ba

Please sign in to comment.