diff --git a/public/css/main.less b/public/css/main.less index 16714feff5..338278b65b 100644 --- a/public/css/main.less +++ b/public/css/main.less @@ -350,7 +350,8 @@ thead { .hamburger { background-color: #ddd; - text-align: center; + text-align: left; + font-size: 20px; } .nowrap { diff --git a/views/account/login.jade b/views/account/login.jade index 84f205c3f2..025c807488 100644 --- a/views/account/login.jade +++ b/views/account/login.jade @@ -5,12 +5,12 @@ block content a.btn.btn-lg.btn-block.btn-google-plus.btn-social(href='/auth/google') i.fa.fa-google-plus | Sign in with Google - //a.btn.btn-lg.btn-block.btn-github.btn-social(href='/auth/github') - // i.fa.fa-github - // | Sign in with GitHub a.btn.btn-lg.btn-block.btn-facebook.btn-social(href='/auth/facebook') i.fa.fa-facebook | Sign in with Facebook + a.btn.btn-lg.btn-block.btn-github.btn-social(href='/auth/github') + i.fa.fa-github + | Sign in with GitHub a.btn.btn-lg.btn-block.btn-linkedin.btn-social(href='/auth/linkedin') i.fa.fa-linkedin | Sign in with LinkedIn diff --git a/views/challenges/show.jade b/views/challenges/show.jade index 3a33d8db5e..a342169d48 100644 --- a/views/challenges/show.jade +++ b/views/challenges/show.jade @@ -20,10 +20,8 @@ block content a(href="https://gitter.im/FreeCodeCamp/FreeCodeCamp", target="_blank") Chat Room |  ,  a(href="http://blog.freecodecamp.com", target="_blank") Blog - |  ,  - a(href="https://twitter.com/freecodecamp", target="_blank") Twitter Feed |  , or  - a(href="https://reddit.com/r/freecodecamp", target="_blank") Subreddit + a(href="http://forum.freecodecamp.com", target="_blank") Forum | . #complete-dialog.modal .modal-dialog.animated.zoomIn.fast-animation diff --git a/views/live-pair-programming.jade b/views/live-pair-programming.jade index c5162d4234..ba77ace82b 100644 --- a/views/live-pair-programming.jade +++ b/views/live-pair-programming.jade @@ -2,7 +2,7 @@ extends layout block content .jumbotron.negative-15.text-center h1.hug-top Live Pair Programming - h2 We live pair program every Tuesday from 6 p.m. to 7 p.m. (Pacific Time) + h2 We live pair program every Tuesday from 6 p.m. to 7 p.m. (Pacific Time). Our next session is December 30th. br a.btn.btn-cta.signup-btn.btn-primary(href="http://www.crowdcast.io/e/freecodecamp-live_2" target='_blank') Watch our most recent pair programming video p Got 3 minutes? Start learning to code with us! diff --git a/views/partials/navbar.jade b/views/partials/navbar.jade index 69abc7381e..20144d01f4 100644 --- a/views/partials/navbar.jade +++ b/views/partials/navbar.jade @@ -25,8 +25,18 @@ ul.dropdown-menu.text-right li.hamburger a(href='/') - span.ion-map - | My Challenges + span.ion-map + | My Challenges + - if (cc[1] > 0) + li.hamburger + a(href='https://gitter.im/FreeCodeCamp/FreeCodeCamp', target='_blank') + span.ion-coffee + | Chat Room + - if (cc[2] > 0) + li.hamburger + a(href='http://forum.freecodecamp.com/', target='_blank') + span.ion-planet + | Forum li.hamburger a(href='/account') span.ion-person