diff --git a/_includes/nav.html b/_includes/nav.html index dcdc1660..b87fed59 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -20,6 +20,7 @@ Search Engines Cloud Storage Social Networks + Social News Aggregators DNS Hosting PasteBins diff --git a/_includes/sections/social-news-agregator.html b/_includes/sections/social-news-agregator.html new file mode 100644 index 00000000..18e48393 --- /dev/null +++ b/_includes/sections/social-news-agregator.html @@ -0,0 +1,42 @@ +

Social News Aggregators

+ + + +
+ + + {% include cardv2.html color="success" + title="Aether" + image="/assets/img/tools/aether.png" + url="https://github.com/nehbit/aether" + footer="OS: Windows, macOS, Linux, Source." + description='Aether is a free/libre and open source decentralized social news aggregator with a built in voting system.' + %} + + {% include cardv2.html color="primary" + title="Tildes" + image="/assets/img/tools/tildes.png" + url="https://tildes.net" + footer="OS: Windows, macOS, Linux, BSD, Web, Source." + description='Tildes is a web-based decentralized online bulletin board. It is licensed under GPL 3.0.' + %} + + {% include cardv2.html color="warning" + title="Raddle" + image="/assets/img/tools/raddle.png" + url="https://raddle.me" + footer="OS: Windows, macOS, Linux, BSD, Web, Source." + description="Raddle is a public Postmill instance focused on privacy and anti-censorship." + %} + +
+ +

Worth Mentioning

+ + diff --git a/assets/img/tools/aether.png b/assets/img/tools/aether.png new file mode 100644 index 00000000..4e802945 Binary files /dev/null and b/assets/img/tools/aether.png differ diff --git a/assets/img/tools/raddle.png b/assets/img/tools/raddle.png new file mode 100644 index 00000000..78c04487 Binary files /dev/null and b/assets/img/tools/raddle.png differ diff --git a/assets/img/tools/tildes.png b/assets/img/tools/tildes.png new file mode 100644 index 00000000..5bbb8c8d Binary files /dev/null and b/assets/img/tools/tildes.png differ diff --git a/pages/old.html b/pages/old.html index eed694b7..100dccbc 100644 --- a/pages/old.html +++ b/pages/old.html @@ -61,6 +61,8 @@ permalink: /classic/ {% include sections/social-networks.html %} +{% include sections/social-news-agregator.html %} + {% include sections/dns.html %} {% include sections/notebooks.html %} diff --git a/pages/providers/social-news-agregator.html b/pages/providers/social-news-agregator.html new file mode 100644 index 00000000..f5f00183 --- /dev/null +++ b/pages/providers/social-news-agregator.html @@ -0,0 +1,8 @@ +--- +layout: page +permalink: /providers/social-news-agregator/ +title: "Social News Agregator" +description: "Online Bulletin Boards" +--- + +{% include sections/social-news-agregator.html %}