comment out feature map modal and camper news notification
This commit is contained in:
@ -98,21 +98,21 @@ block content
|
|||||||
li.large-p.negative-10
|
li.large-p.negative-10
|
||||||
a(href="/challenges/#{challenge.dashedName}")= challenge.name
|
a(href="/challenges/#{challenge.dashedName}")= 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 Add us to your LinkedIn profile
|
// .modal-header.challenge-list-header Add us to your LinkedIn profile
|
||||||
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 LinkedIn now recognizes Free Code Camp as a university.
|
// h3.text-left LinkedIn now recognizes Free Code Camp as a university.
|
||||||
img.img-responsive.img-center(src='https://www.evernote.com/l/AHTzkHwtg-BHj57bqqDL7WFF8WgrI5V8cxwB/image.png')
|
// img.img-responsive.img-center(src='https://www.evernote.com/l/AHTzkHwtg-BHj57bqqDL7WFF8WgrI5V8cxwB/image.png')
|
||||||
h3.text-left It takes less than a minute to add Free Code Camp to your LinkedIn profile.
|
// h3.text-left It takes less than a minute to add Free Code Camp to your LinkedIn profile.
|
||||||
a.btn.btn-lg.btn-info.btn-block(name='_csrf', value=_csrf, aria-hidden='true', href='/linkedin', target='_blank') Show me how to do this
|
// a.btn.btn-lg.btn-info.btn-block(name='_csrf', value=_csrf, aria-hidden='true', href='/linkedin', target='_blank') Show me how to do this
|
||||||
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.linkedIn) {
|
||||||
$('#announcementModal').modal('show');
|
// $('#announcementModal').modal('show');
|
||||||
localStorage.linkedIn = "true";
|
// localStorage.linkedIn = "true";
|
||||||
}
|
// }
|
||||||
});
|
// });
|
||||||
|
@ -12,14 +12,14 @@
|
|||||||
span.input-group-btn
|
span.input-group-btn
|
||||||
button#searchbutton.btn.btn-big.btn-primary.btn-responsive(type='button') Search
|
button#searchbutton.btn.btn-big.btn-primary.btn-responsive(type='button') Search
|
||||||
|
|
||||||
.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 other free resources do you use?
|
// h4.text-center Which other free resources do you use?
|
||||||
img.img-responsive(src='https://www.evernote.com/l/AHRNhlwViM1Kh5qCm6iy7MSWrbdyxYbRkWkB/image.png')
|
// img.img-responsive(src='https://www.evernote.com/l/AHRNhlwViM1Kh5qCm6iy7MSWrbdyxYbRkWkB/image.png')
|
||||||
p Link us to your favorite free coding resources.
|
// p Link us to your favorite free coding resources.
|
||||||
p Use the headline: "Awesome Free Resource: (the name of the book, podcast, or video series)". We'll publish a list of the 25 most-upvoted resources (and the campers who submitted them) in Wednesday's blog post, and in an upcoming Field Guide article. Also - as always - you'll get 1 point every time someone upvotes your post.
|
// p Use the headline: "Awesome Free Resource: (the name of the book, podcast, or video series)". We'll publish a list of the 25 most-upvoted resources (and the campers who submitted them) in Wednesday's blog post, and in an upcoming Field Guide article. 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