Add Social News Aggregators (#1091)

* Create online_bulletin_board.html

* Update nav.html

* Create social-news-agregator.html

* Update nav.html

* Update and rename online_bulletin_board.html to social-news-agregator.html

* Update old.html

* Add files via upload

* Update social-news-agregator.html

* Attempt to fix build error

* attempt

* Fix mistake

* Delete voat.png

* Add files via upload

* Update social-news-agregator.html

* Remove Voat

* Update social-news-agregator.html

* Update social-news-agregator.html

* Update social-news-agregator.html

* Update social-news-agregator.html

* minor fix

* Update social-news-agregator.html

Merges the changes from https://github.com/gjhklfdsa/privacytools.io/pull/4 into this PR.

Co-Authored-By: gjhklfdsa1 <gjhklfdsa1@users.noreply.github.com>

* Change icon to fa-newspaper

* Syntax and spelling fixes

* Update aether logo
This commit is contained in:
2019-08-07 03:30:44 -05:00
committed by Mikaela Suomalainen
parent 906dd7e9ee
commit a4ba40a92d
7 changed files with 69 additions and 0 deletions

View File

@ -16,6 +16,8 @@
<div class="dropdown-menu" aria-labelledby="providerDropdown">
<a class="dropdown-item" href="/providers/#ukusa"><i class="fab fa-creative-commons-nc fa-fw"></i> Avoid US & UK services</a>
<a class="dropdown-item" href="/providers/cloud-storage/"><i class="fas fa-cloud fa-fw"></i> Cloud Storage</a>
<a class="dropdown-item" href="/providers/social-networks/"><i class="fas fa-expand-arrows-alt fa-fw"></i> Social Networks</a>
<a class="dropdown-item" href="/providers/social-news-aggregator/"><i class="far fa-newspaper fa-fw"></i> Social News Aggregators</a>
<a class="dropdown-item" href="/providers/dns/"><i class="fa fa-tasks fa-fw"></i> DNS</a>
<a class="dropdown-item" href="/providers/email/"><i class="fas fa-mail-bulk fa-fw"></i> Email</a>
<a class="dropdown-item" href="/providers/hosting/"><i class="fas fa-database fa-fw"></i> Hosting</a>