From bf6f4a67189c95d9b0378aeca3d052d13dde5e58 Mon Sep 17 00:00:00 2001 From: Josh Davis Date: Mon, 17 Mar 2014 18:55:17 -0500 Subject: [PATCH] Add In Progress link, change tweet for in-progress --- _data/main.yml | 1 + css/base.css | 6 ++++-- index.html | 20 ++++++++++++++++++-- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/_data/main.yml b/_data/main.yml index f26bd61..340858b 100644 --- a/_data/main.yml +++ b/_data/main.yml @@ -291,6 +291,7 @@ sections: - name: Bitbucket url: https://bitbucket.org twitter: bitbucket + status: https://twitter.com/bitbucket/status/445631335169028096 img: bitbucket.png tfa: No diff --git a/css/base.css b/css/base.css index 0bbfd33..fafa5ae 100644 --- a/css/base.css +++ b/css/base.css @@ -12,8 +12,6 @@ body { background: none; } - - .sidenav { position: fixed; } @@ -50,6 +48,10 @@ td.icon { text-align: center; } +td span.progress { + float: right; +} + td a { /*color: #505050;*/ } diff --git a/index.html b/index.html index ea2466b..7bbccd4 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,11 @@ --- layout: default -message: Security is important, @TWITTERHANDLE. We'd like if you supported two factor auth. + +link: Tell them to support 2FA +tweet: Security is important, @TWITTERHANDLE. We'd like if you supported two factor auth. + +link_progress: Tell them thanks for working on 2FA +tweet_progress: Thanks for working on support for two factor auth, @TWITTERHANDLE! hash: SupportTwoFactorAuth --- @@ -135,11 +140,22 @@ hash: SupportTwoFactorAuth {{ website.name }} {% endif %} {{ website.name }} + {% if website.status %} + + + In Progress! + + + {% endif %} {% if website.twitter %} - Tell them to support 2FA + {% if website.status %} + {{page.link_progress}} + {% else %} + {{page.link}} + {% endif %} {% else %}