remove references to meeting from announcements and notification modal
This commit is contained in:
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"announcements": [
|
"announcements": [
|
||||||
["We'll live-stream our Camp-wide Meeting Saturday, March 27 at Noon EST. We'll show some of Free Code Camp's new features, and campers will show what they're building.", "http://twitch.tv/freecodecamp"],
|
|
||||||
["Some of Code School's courses are no longer free. We're switching to NodeSchool.io for our Node.js and Express.js challenges.", "http://freecodecamp.com/nodeschool-challenges"],
|
["Some of Code School's courses are no longer free. We're switching to NodeSchool.io for our Node.js and Express.js challenges.", "http://freecodecamp.com/nodeschool-challenges"],
|
||||||
["Screen Hero is now free on Windows and Mac! Follow these special instructions to install it.", "http://freecodecamp.com/install-screenhero"]
|
["Screen Hero is now free on Windows and Mac! Follow these special instructions to install it.", "http://freecodecamp.com/install-screenhero"]
|
||||||
],
|
],
|
||||||
|
@ -75,21 +75,21 @@ block content
|
|||||||
<iframe src="http://ghbtns.com/github-btn.html?user=freecodecamp&repo=freecodecamp&type=watch&count=true&size=large" height="30" width="170" frameborder="0" scrolling="0" style="width:170px; height: 30px;" allowTransparency="true"></iframe>
|
<iframe src="http://ghbtns.com/github-btn.html?user=freecodecamp&repo=freecodecamp&type=watch&count=true&size=large" height="30" width="170" frameborder="0" scrolling="0" style="width:170px; height: 30px;" allowTransparency="true"></iframe>
|
||||||
.col-xs-12.col-sm-12.col-md-6
|
.col-xs-12.col-sm-12.col-md-6
|
||||||
include ../partials/faq
|
include ../partials/faq
|
||||||
#announcementModal.modal(tabindex='-1')
|
//#announcementModal.modal(tabindex='-1')
|
||||||
.modal-dialog
|
// .modal-dialog
|
||||||
.modal-content
|
// .modal-content
|
||||||
.modal-header.challenge-list-header Camp-wide Meeting on Saturday at Noon EST
|
// .modal-header.challenge-list-header Camp-wide Meeting on Saturday at Noon EST
|
||||||
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 We'll live-stream some of Free Code Camp's new features, and campers will show what they're building. Live Saturday, March 28 at Noon EST on our  
|
// h3.text-left We'll live-stream some of Free Code Camp's new features, and campers will show what they're building. Live Saturday, March 28 at Noon EST on our  
|
||||||
a(href='http://twitch.tv/freecodecamp', target='_blank') Twitch.tv channel
|
// a(href='http://twitch.tv/freecodecamp', target='_blank') Twitch.tv channel
|
||||||
| .
|
// | .
|
||||||
a.btn.btn-lg.btn-info.btn-block(name='_csrf', value=_csrf, aria-hidden='true', href='http://twitch.tv/freecodecamp', target='_blank') Take me to Twitch so I can follow Free Code Camp
|
// a.btn.btn-lg.btn-info.btn-block(name='_csrf', value=_csrf, aria-hidden='true', href='http://twitch.tv/freecodecamp', target='_blank') Take me to Twitch so I can follow Free Code Camp
|
||||||
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.campWideMeeting) {
|
// if (!localStorage || !localStorage.campWideMeeting) {
|
||||||
$('#announcementModal').modal('show');
|
// $('#announcementModal').modal('show');
|
||||||
localStorage.campWideMeeting = "true";
|
// localStorage.campWideMeeting = "true";
|
||||||
}
|
// }
|
||||||
});
|
// });
|
Reference in New Issue
Block a user