From 66d4ffba320dc48d892acdd3ebad8721bb292c36 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Thu, 11 Jun 2015 15:46:41 -0700 Subject: [PATCH] update modal --- views/challengeMap/show.jade | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/views/challengeMap/show.jade b/views/challengeMap/show.jade index e7b8e8c969..594793fbc2 100644 --- a/views/challengeMap/show.jade +++ b/views/challengeMap/show.jade @@ -86,14 +86,14 @@ block content #announcementModal.modal(tabindex='-1') .modal-dialog.animated.fadeInUp.fast-animation .modal-content - .modal-header.challenge-list-header Add us on LinkedIn + .modal-header.challenge-list-header Add us to your LinkedIn profile a.close.closing-x(href='#', data-dismiss='modal', aria-hidden='true') × .modal-body - img.img-responsive-img-center(src='https://www.evernote.com/l/AHTzkHwtg-BHj57bqqDL7WFF8WgrI5V8cxwB/image.png') h3.text-left LinkedIn now recognizes Free Code Camp as a university. - 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-primary.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Thanks for the heads-up! + 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. + 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 script. $(document).ready(function () { if (!localStorage || !localStorage.linkedIn) {