diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html new file mode 100644 index 00000000..2c49a598 --- /dev/null +++ b/_includes/sections/email-clients.html @@ -0,0 +1,27 @@ +

Email Clients

+
+ + {% include card.html color="success" + title="Thunderbird" + image="assets/img/tools/Thunderbird.png" + url="https://mozilla.org/thunderbird" + website="mozilla.org" + footer="OS: Windows, macOS, Linux, BSD." + description="Mozilla Thunderbird is a free, open source, cross-platform email, news, and chat client developed by the Mozilla Foundation. Thunderbird is an email, newsgroup, news feed, and chat (XMPP, IRC, Twitter) client." + %} {% include card.html color="primary" + title="Claws Mail" + image="assets/img/tools/Claws-Mail.png" + url="https://www.claws-mail.org/" + footer="OS: Windows, macOS, Linux, BSD, Solaris, Unix." + description="Claws Mail is a free and open source, GTK+-based email and news client. It offers easy configuration and an abundance of features. It is included with Gpg4win, an encryption suite for Windows." + %} + +
+ +

Worth Mentioning

+ + diff --git a/index.html b/index.html index fd3d56d0..91cc16f5 100644 --- a/index.html +++ b/index.html @@ -25,45 +25,7 @@ layout: default {% include sections/email-providers.html %} -

Email Clients

-
- - {% include card.html color="success" - title="Thunderbird" - image="assets/img/tools/Thunderbird.png" - url="https://mozilla.org/thunderbird" - website="mozilla.org" - footer="OS: Windows, macOS, Linux, BSD." - description="Mozilla Thunderbird is a free, open source, cross-platform email, news, and chat client developed by the Mozilla Foundation. Thunderbird is an email, newsgroup, news feed, and chat (XMPP, IRC, Twitter) client." - %} {% include card.html color="primary" - title="Claws Mail" - image="assets/img/tools/Claws-Mail.png" - url="https://www.claws-mail.org/" - footer="OS: Windows, macOS, Linux, BSD, Solaris, Unix." - description="Claws Mail is a free and open source, GTK+-based email and news client. It offers easy configuration and an abundance of features. It is included with Gpg4win, an encryption suite for Windows." - %} - -
- -

Worth Mentioning

- + {% include sections/email-clients.html %}

Email Alternatives