freeCodeCamp/views/partials/footer.jade

20 lines
1.2 KiB
Plaintext

- if (!landingPage)
.fcc-footer
.col-xs-12
a.ion-speakerphone(href='http://blog.freecodecamp.com', target='_blank')
|  
a.ion-social-twitch-outline(title="Free Code Camp Live Pair Programming on Twitch.TV", href="http://www.twitch.tv/freecodecamp", 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')
|  
a.ion-social-facebook(title="Free Code Camp on Facebook", href="http://facebook.com/freecodecamp", target='_blank')
|  
a.ion-social-linkedin(title="Free Code Camp on LinkedIn", href="http://linkedin.com/company/4831032?free-code-camp", target='_blank')
|  
a.ion-information-circled(title="About Free Code Camp", href="/learn-to-code")
|  
a.ion-locked(title="Free Code Camp's Privacy Policy", href="/privacy")
|  
a.ion-code-working(title="Bonfire Coding Playground", href="/playground")