diff --git a/server/boot/user.js b/server/boot/user.js index 77cd45ddfc..3751bc837b 100644 --- a/server/boot/user.js +++ b/server/boot/user.js @@ -170,7 +170,6 @@ module.exports = function(app) { googleProfile: user.google, facebookProfile: user.facebook, twitterHandle: user.twitter, - bio: user.bio, picture: user.picture, progressTimestamps: user.progressTimestamps, calender: data, diff --git a/server/views/account/account.jade b/server/views/account/account.jade index 9dd664849c..549f416073 100644 --- a/server/views/account/account.jade +++ b/server/views/account/account.jade @@ -16,26 +16,26 @@ block content i.fa.fa-github | Update my profile from Github - if (!user.twitter) - .col-xs-12 - a.btn.btn-lg.btn-block.btn-twitter.btn-link-social(href='/link/twitter') - i.fa.fa-twitter - | Add my Twitter to my profile - if (!user.facebook) - .col-xs-12 - a.btn.btn-lg.btn-block.btn-facebook.btn-link-social(href='/link/facebook') - i.fa.fa-facebook - | Add my Facebook to my profile - if (!user.linkedin) - .col-xs-12 - a.btn.btn-lg.btn-block.btn-linkedin.btn-link-social(href='/link/linkedin') - i.fa.fa-linkedin - | Add my LinkedIn to my profile - if (!user.google) - .col-xs-12 - a.btn.btn-lg.btn-block.btn-google-plus.btn-link-social(href='/link/google') - i.fa.fa-google-plus - | Add my Google+ to my profile + //if (!user.twitter) + // .col-xs-12 + // a.btn.btn-lg.btn-block.btn-twitter.btn-link-social(href='/link/twitter') + // i.fa.fa-twitter + // | Add my Twitter to my profile + //if (!user.facebook) + // .col-xs-12 + // a.btn.btn-lg.btn-block.btn-facebook.btn-link-social(href='/link/facebook') + // i.fa.fa-facebook + // | Add my Facebook to my profile + //if (!user.linkedin) + // .col-xs-12 + // a.btn.btn-lg.btn-block.btn-linkedin.btn-link-social(href='/link/linkedin') + // i.fa.fa-linkedin + // | Add my LinkedIn to my profile + //if (!user.google) + // .col-xs-12 + // a.btn.btn-lg.btn-block.btn-google-plus.btn-link-social(href='/link/google') + // i.fa.fa-google-plus + // | Add my Google+ to my profile .big-spacer .col-xs-12 a.btn.btn-lg.btn-block.btn-warning.btn-link-social(href='/logout') diff --git a/server/views/account/show.jade b/server/views/account/show.jade index ce58b8ba4a..6ed6d91f63 100644 --- a/server/views/account/show.jade +++ b/server/views/account/show.jade @@ -37,12 +37,10 @@ block content .col-xs-12.col-sm-12.col-md-4.text-justify h1.flat-top.wrappable= name h3.flat-top.bolded.wrappable= location - h4.flat-top.wrappable= bio .visible-xs.visible-sm .col-xs-12.col-sm-12.col-md-4.text-center h1.flat-top.wrappable= name h3.flat-top.bolded.wrappable= location - h4.flat-top.wrappable= bio .col-xs-12.col-sm-12.col-md-3.text-center .background-svg.img-center .points-on-top