update challenge map and news nav
This commit is contained in:
@ -83,22 +83,21 @@ block content
|
|||||||
li.large-p.negative-10
|
li.large-p.negative-10
|
||||||
a(href="/challenges/#{challenge.name}")= challenge.name
|
a(href="/challenges/#{challenge.name}")= challenge.name
|
||||||
|
|
||||||
//#announcementModal.modal(tabindex='-1')
|
#announcementModal.modal(tabindex='-1')
|
||||||
// .modal-dialog.animated.fadeInUp.fast-animation
|
.modal-dialog.animated.fadeInUp.fast-animation
|
||||||
// .modal-content
|
.modal-content
|
||||||
// .modal-header.challenge-list-header Join our Saturday Summit!
|
.modal-header.challenge-list-header Add us on LinkedIn
|
||||||
// a.close.closing-x(href='#', data-dismiss='modal', aria-hidden='true') ×
|
a.close.closing-x(href='#', data-dismiss='modal', aria-hidden='true') ×
|
||||||
// .modal-body
|
.modal-body
|
||||||
// h3.text-left Saturday at Noon EDT: We'll live-stream our Saturday Summit on Twitch.tv.
|
img.img-responsive-img-center(src='https://www.evernote.com/l/AHTzkHwtg-BHj57bqqDL7WFF8WgrI5V8cxwB/image.png')
|
||||||
// h3.text-left We'll announce our new Front End Development Certificate Program (it's free, of course) and our new "Free Code Camp On The Go" app.  
|
h3.text-left LinkedIn now recognizes Free Code Camp as a university.
|
||||||
// a(href='http://www.freecodecamp.com/twitch', target='_blank') Add us to your calendar here
|
h3.text-left Add Free Code Camp to your LinkedIn profile - it takes less than a minute.
|
||||||
// | .
|
a.btn.btn-lg.btn-info.btn-block(name='_csrf', value=_csrf, aria-hidden='true', href='/freecodecamp/linkedin', target='_blank')
|
||||||
// a.btn.btn-lg.btn-info.btn-block(name='_csrf', value=_csrf, aria-hidden='true', href='http://twitch.tv/freecodecamp', target='_blank') Follow us on Twitch.tv
|
a.btn.btn-lg.btn-primary.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Thanks for the heads-up!
|
||||||
// a.btn.btn-lg.btn-primary.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Thanks for the heads-up!
|
script.
|
||||||
//script.
|
$(document).ready(function () {
|
||||||
// $(document).ready(function () {
|
if (!localStorage || !localStorage.linkedIn) {
|
||||||
// if (!localStorage || !localStorage.day234) {
|
$('#announcementModal').modal('show');
|
||||||
// $('#announcementModal').modal('show');
|
localStorage.linkedIn = "true";
|
||||||
// localStorage.day234 = "true";
|
}
|
||||||
// }
|
});
|
||||||
// });
|
|
||||||
|
@ -15,10 +15,11 @@
|
|||||||
.spacer
|
.spacer
|
||||||
.row
|
.row
|
||||||
.col-xs-12.col-sm-8.col-sm-offset-2.well
|
.col-xs-12.col-sm-8.col-sm-offset-2.well
|
||||||
h4.text-center Which Coders are Worth Following on Twitter?
|
h4.text-center Which other free resources do you use?
|
||||||
img.img-responsive(src='https://www.evernote.com/l/AHQLuyBNcVpKj5TRhNzWssVuCvbRIEylm3oB/image.png')
|
img.img-responsive(src='https://www.evernote.com/l/AHRNhlwViM1Kh5qCm6iy7MSWrbdyxYbRkWkB/image.png')
|
||||||
p Share a link to the Twitter profile of your choice, and tell us in 140 characters or less why this person is a "Coder Worth Following".
|
p Link us to your favorite free coding resources.
|
||||||
p Use the headline: "Coder Worth Following: (their Twitter handle)". We'll publish a list of the 25 most-upvoted submissions (and the campers who submitted them) in Wednesday's blog post. Also - as always - you'll get 1 point every time someone upvotes your post.
|
p These books, video series and podcasts should be be legally available for free.
|
||||||
|
p Use the headline: "Awesome Free Resource: (the book/podcast/video series name)". We'll publish a list of the 25 most-upvoted resources (and the campers who submitted them) in Wednesday's blog post. Also - as always - you'll get 1 point every time someone upvotes your post.
|
||||||
.spacer
|
.spacer
|
||||||
|
|
||||||
#search-results
|
#search-results
|
||||||
|
Reference in New Issue
Block a user