Skip to content

Commit f9422ba

Browse files
authored
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
1 parent 34beba6 commit f9422ba

15 files changed

+9
-29
lines changed

_config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ description: > # this means to ignore newlines until "url:"
1313
The Apache Accumulo™ sorted, distributed key/value store is a robust, scalable,
1414
high performance data storage and retrieval system.
1515
url: "https://accumulo.apache.org" # the base hostname & protocol for your site
16-
twitter_username: ApacheAccumulo
1716
exclude: [vendor]
1817
latest_release: 2.1.2
1918
javadoc_version: 2.1.2

_includes/icon-github.html

-1
This file was deleted.

_includes/icon-github.svg

-1
This file was deleted.

_includes/icon-twitter.html

-1
This file was deleted.

_includes/icon-twitter.svg

-1
This file was deleted.

_includes/social.md

-13
This file was deleted.

css/accumulo.scss

-6
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@ code {
8484
font-size: 12px;
8585
}
8686

87-
#sociallinks td {
88-
/* no lines in the link table */
89-
border-top: none;
90-
border-bottom: none;
91-
}
92-
9387
#bannertext {
9488
margin-top: 10px;
9589
text-align: left;

images/GitHub-Mark-32px.png

-1.67 KB
Binary file not shown.

images/InBug-16px_0.png

-1.28 KB
Binary file not shown.

images/Twitter_logo_blue.png

-22.2 KB
Binary file not shown.
-1.27 KB
Binary file not shown.
-1.28 KB
Binary file not shown.
-1.34 KB
Binary file not shown.

index.html

-5
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ <h4>Stable</h4>
5353
</div>
5454
</div>
5555
</div>
56-
<div class="row">
57-
<div class="col-sm-12 card mb-4">
58-
{% capture social-include %}{% include social.md %}{% endcapture %}{{ social-include | markdownify }}
59-
</div>
60-
</div>
6156
<div class="row">
6257
<div class="col-sm-12">
6358
<a class="acevent" data-class="img-responsive center-block" data-format="wide" data-mode="light" data-width="240"></a><br/>

pages/people.md

+9
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,15 @@ GitHub also has a [contributor list][github-contributors] based on commits.
197197
| Wil Selwood | [Satellite Applications Catapult][SACAT] | [GMT][GMT]/[BST][BST] |
198198
| Xiao Wang | [Stevens Institute of Technology][SIT] | [ET][ET] |
199199

200+
## More
201+
202+
Many people with a background working with Accumulo can also be found on
203+
various professional and social networking sites. One such group is the [Apache
204+
Accumulo Professionals][linkedin-group] group on Linked in. Membership in these
205+
groups is not in any way an endorsement of their qualifications from either the
206+
ASF or the Apache Accumulo PMC.
207+
208+
[linkedin-group]: https://www.linkedin.com/groups/4554913/
200209
[github-contributors]: https://github.com/apache/accumulo/graphs/contributors
201210
[ANAVATION]: https://www.anavationllc.com
202211
[ANTHEMENG]: https://www.anthemengineering.com

0 commit comments

Comments
 (0)