update navigation to include links to chatroom and forum.
This commit is contained in:
@ -350,7 +350,8 @@ thead {
|
||||
|
||||
.hamburger {
|
||||
background-color: #ddd;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.nowrap {
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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!
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user