From 557cfa6952ca98c4faef5ed3ca2cf83314cd7f87 Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Tue, 21 Oct 2014 11:21:55 -0700 Subject: [PATCH] update social media --- views/account/login.jade | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/views/account/login.jade b/views/account/login.jade index 3b98f9e0918..cb2f0bbf4f1 100644 --- a/views/account/login.jade +++ b/views/account/login.jade @@ -2,22 +2,16 @@ extends ../layout block content .page-header - h3 Sign in + h3 Sign in to Free Code Camp with any of these social network accounts: + a.btn.btn-block.btn-linkedin.btn-social(href='/auth/linkedin') + i.fa.fa-linkedin + | Sign in with LinkedIn a.btn.btn-block.btn-facebook.btn-social(href='/auth/facebook') i.fa.fa-facebook | Sign in with Facebook a.btn.btn-block.btn-twitter.btn-social(href='/auth/twitter') i.fa.fa-twitter | Sign in with Twitter - a.btn.btn-block.btn-google-plus.btn-social(href='/auth/google') - i.fa.fa-google-plus - | Sign in with Google a.btn.btn-block.btn-github.btn-social(href='/auth/github') i.fa.fa-github | Sign in with GitHub - a.btn.btn-block.btn-linkedin.btn-social(href='/auth/linkedin') - i.fa.fa-linkedin - | Sign in with LinkedIn - a.btn.btn-block.btn-instagram.btn-social(href='/auth/instagram') - i.fa.fa-instagram - | Sign in with Instagram \ No newline at end of file