From fc44b5c3db78d549c14283b36580f28900db9e8a Mon Sep 17 00:00:00 2001 From: Samuel Shifterovich Date: Thu, 25 Oct 2018 18:25:32 +0200 Subject: [PATCH] convert reddit, twitter and github to card includes --- index.html | 70 +++++++++++++++++++----------------------------------- 1 file changed, 25 insertions(+), 45 deletions(-) diff --git a/index.html b/index.html index 48722441..17c3ed85 100644 --- a/index.html +++ b/index.html @@ -2921,51 +2921,31 @@ layout: default
-
-
-
-

Make suggestions on reddit

-
-
-

redditOur active community subreddit to stay up to date or to make suggestions. Join now! (Info)

-

- - Website: reddit.com - -

-
-
-
-
-
-
-

Follow on Twitter

-
-
-

TwitterGet the latest privacy related updates from our Twitter Feed. Follow now!

-

- - Website: twitter.com - -

-
-
-
-
-
-
-

Develop on GitHub

-
-
-

GitHubThe complete website source code is available on GitHub. Join our developer team!

-

- - Website: github.com - -

-
-
-
+ + {% include card.html color="success" + title="Make suggestions on reddit" + image="img/icons/reddit.png" + url="https://www.reddit.com/r/privacytoolsIO/" + website="reddit.com" + description='Our active community subreddit to stay up to date or to make suggestions. Join now! (Info)' + %} + + {% include card.html color="primary" + title="Follow on Twitter" + image="img/icons/twitter.png" + url="https://twitter.com/privacytoolsIO" + website="twitter.com" + description="Get the latest privacy related updates from our Twitter Feed. Follow now!" + %} + + {% include card.html color="warning" + title="Develop on GitHub" + image="img/icons/github.png" + url="https://github.com/privacytoolsIO/privacytools.io" + website="github.com" + description="The complete website source code is available on GitHub. Join our developer team!" + %} +