improve footer and add navbar link to bonfire
This commit is contained in:
@ -32,7 +32,7 @@ block content
|
||||
i.fa.fa-twitter
|
||||
= phrase
|
||||
- else
|
||||
a.animated.fadeIn.delay-2.btn.btn-lg.signup-btn.btn-block(href='/login') Sign in so you can save your progress
|
||||
a.animated.fadeIn.delay-1.btn.btn-lg.signup-btn.btn-block(href='/login') Sign in so you can save your progress
|
||||
#all-challenges-dialog.modal(tabindex='-1')
|
||||
.modal-dialog.animated.fadeInUp.fast-animation
|
||||
.modal-content
|
||||
|
@ -1,7 +1,7 @@
|
||||
.fcc-footer
|
||||
.col-xs-12
|
||||
a(href='http://blog.freecodecamp.com') Blog
|
||||
|
|
||||
a.ion-speakerphone(href='http://blog.freecodecamp.com', target='_blank')
|
||||
|
|
||||
a.ion-social-github(title="Free Code Camp on GitHub", href="http://github.com/freecodecamp", target='_blank')
|
||||
|
|
||||
a.ion-social-twitter(title="Free Code Camp on Twitter", href="http://twitter.com/freecodecamp", target='_blank')
|
||||
@ -10,4 +10,6 @@
|
||||
|
|
||||
a.ion-social-linkedin(title="Free Code Camp on LinkedIn", href="http://linkedin.com/company/4831032?free-code-camp", target='_blank')
|
||||
|
|
||||
a(href='/privacy') Privacy
|
||||
a.ion-ios-information(title="About Free Code Camp", href="/learn-to-code")
|
||||
|
|
||||
a.ion-locked(title="Free Code Camp's Privacy Policy", href="/privacy")
|
||||
|
@ -29,7 +29,7 @@ nav.navbar.navbar-default.navbar-fixed-top.nav-height
|
||||
li
|
||||
a(href='http://forum.freecodecamp.com' target='_blank') Forum
|
||||
li
|
||||
a(href='/learn-to-code') About
|
||||
a(href='/bonfire') Bonfire
|
||||
if !user
|
||||
li
|
||||
a.btn.signup-btn.signup-btn-nav(href='/login') Sign in
|
||||
|
Reference in New Issue
Block a user