remove calls to trello and blogger, camp counselor photos, and update the notice about Saturday's meeting
This commit is contained in:
@@ -28,7 +28,8 @@ block content
|
||||
.panel-body.text-center
|
||||
img.img-responsive.img-center(src="https://s3.amazonaws.com/freecodecamp/about-trello.jpg" alt="a screen shot of Free Code Camp's nonprofit project Trello board showing several active projects")
|
||||
h3 We launched #{daysRunning} days ago.
|
||||
include ../partials/trello
|
||||
h3 We help 20 nonprofits.
|
||||
a(href='https://trello.com/b/BA3xVpz9/nonprofit-projects') (view them)
|
||||
|
||||
|
||||
br
|
||||
@@ -46,7 +47,6 @@ block content
|
||||
a(href=announcement[1])= announcement[0]
|
||||
else
|
||||
= announcement[0]
|
||||
include ../partials/blogger
|
||||
a.twitter-timeline(data-dnt='true', href='https://twitter.com/FreeCodeCamp', data-widget-id='560847186548621312') Tweets by @FreeCodeCamp
|
||||
script.
|
||||
!function (d, s, id) {
|
||||
@@ -73,22 +73,23 @@ block content
|
||||
.col-xs-12.github-and-twitter-button-text
|
||||
html.
|
||||
<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>
|
||||
include ../partials/about
|
||||
.col-xs-12.col-sm-12.col-md-6
|
||||
include ../partials/faq
|
||||
#announcementModal.modal(tabindex='-1')
|
||||
.modal-dialog
|
||||
.modal-content
|
||||
.modal-header.challenge-list-header New NodeSchool Challenges
|
||||
.modal-header.challenge-list-header Camp-wide Meeting on Saturday at Noon EST
|
||||
a.close.closing-x(href='#', data-dismiss='modal', aria-hidden='true') ×
|
||||
.modal-body
|
||||
h3.text-left Some of Code School's courses are no longer free. We're switching to NodeSchool.io for our Node.js and Express.js challenges.
|
||||
a.btn.btn-lg.btn-info.btn-block(name='_csrf', value=_csrf, aria-hidden='true', href='/nodeschool-challenges') Take me to these new challenges
|
||||
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.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!
|
||||
script.
|
||||
$(document).ready(function() {
|
||||
if (!localStorage || !localStorage.nodeSchoolAnnouncement) {
|
||||
if (!localStorage || !localStorage.campWideMeeting) {
|
||||
$('#announcementModal').modal('show');
|
||||
localStorage.nodeSchoolAnnouncement = "true";
|
||||
localStorage.campWideMeeting = "true";
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user