update navigation to include links to chatroom and forum.
This commit is contained in:
@ -350,7 +350,8 @@ thead {
|
|||||||
|
|
||||||
.hamburger {
|
.hamburger {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowrap {
|
.nowrap {
|
||||||
|
@ -5,12 +5,12 @@ block content
|
|||||||
a.btn.btn-lg.btn-block.btn-google-plus.btn-social(href='/auth/google')
|
a.btn.btn-lg.btn-block.btn-google-plus.btn-social(href='/auth/google')
|
||||||
i.fa.fa-google-plus
|
i.fa.fa-google-plus
|
||||||
| Sign in with Google
|
| 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')
|
a.btn.btn-lg.btn-block.btn-facebook.btn-social(href='/auth/facebook')
|
||||||
i.fa.fa-facebook
|
i.fa.fa-facebook
|
||||||
| Sign in with 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')
|
a.btn.btn-lg.btn-block.btn-linkedin.btn-social(href='/auth/linkedin')
|
||||||
i.fa.fa-linkedin
|
i.fa.fa-linkedin
|
||||||
| Sign in with LinkedIn
|
| Sign in with LinkedIn
|
||||||
|
@ -20,10 +20,8 @@ block content
|
|||||||
a(href="https://gitter.im/FreeCodeCamp/FreeCodeCamp", target="_blank") Chat Room
|
a(href="https://gitter.im/FreeCodeCamp/FreeCodeCamp", target="_blank") Chat Room
|
||||||
| ,
|
| ,
|
||||||
a(href="http://blog.freecodecamp.com", target="_blank") Blog
|
a(href="http://blog.freecodecamp.com", target="_blank") Blog
|
||||||
| ,
|
|
||||||
a(href="https://twitter.com/freecodecamp", target="_blank") Twitter Feed
|
|
||||||
| , or
|
| , or
|
||||||
a(href="https://reddit.com/r/freecodecamp", target="_blank") Subreddit
|
a(href="http://forum.freecodecamp.com", target="_blank") Forum
|
||||||
| .
|
| .
|
||||||
#complete-dialog.modal
|
#complete-dialog.modal
|
||||||
.modal-dialog.animated.zoomIn.fast-animation
|
.modal-dialog.animated.zoomIn.fast-animation
|
||||||
|
@ -2,7 +2,7 @@ extends layout
|
|||||||
block content
|
block content
|
||||||
.jumbotron.negative-15.text-center
|
.jumbotron.negative-15.text-center
|
||||||
h1.hug-top Live Pair Programming
|
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
|
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
|
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!
|
p Got 3 minutes? Start learning to code with us!
|
||||||
|
@ -27,6 +27,16 @@
|
|||||||
a(href='/')
|
a(href='/')
|
||||||
span.ion-map
|
span.ion-map
|
||||||
| My Challenges
|
| 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
|
li.hamburger
|
||||||
a(href='/account')
|
a(href='/account')
|
||||||
span.ion-person
|
span.ion-person
|
||||||
|
Reference in New Issue
Block a user