update live-pair-programming view and whitelist youtube
This commit is contained in:
3
app.js
3
app.js
@ -153,7 +153,8 @@ app.use(helmet.contentSecurityPolicy({
|
|||||||
'*.gitter.im',
|
'*.gitter.im',
|
||||||
'*.vimeo.com',
|
'*.vimeo.com',
|
||||||
'*.twitter.com',
|
'*.twitter.com',
|
||||||
'*.rafflecopter.com'
|
'*.rafflecopter.com',
|
||||||
|
'*.youtube.com'
|
||||||
],
|
],
|
||||||
reportOnly: false, // set to true if you only want to report errors
|
reportOnly: false, // set to true if you only want to report errors
|
||||||
setAllHeaders: false, // set to true if you want to set all headers
|
setAllHeaders: false, // set to true if you want to set all headers
|
||||||
|
@ -2,10 +2,12 @@ extends ../layout
|
|||||||
block content
|
block content
|
||||||
.jumbotron.negative-15.text-center
|
.jumbotron.negative-15.text-center
|
||||||
h1.hug-top Live Pair Programming
|
h1.hug-top Live Pair Programming
|
||||||
h2 We live pair program every Tuesday from 6 p.m. to 7 p.m. (Pacific Time). Our next session is December 30th.
|
h2 We live pair program every Tuesday from 6 p.m. to 7 p.m. (Pacific Time).
|
||||||
br
|
h2 Our next session is December 30th.
|
||||||
a.btn.btn-cta.signup-btn.btn-primary(href="http://www.crowdcast.io/e/freecodecamp-live_2" target='_blank') Watch our most recent pair programming video
|
a.btn.btn-big.btn-primary.big-break(href="http://www.crowdcast.io/e/freecodecamp-live-pair-programming-3" target='_blank') Watch us Pair Program on JavaScript Algorithms
|
||||||
p Got 3 minutes? Start learning to code with us!
|
h2 Previous Live Pair Programming Sessions
|
||||||
br
|
.embed-responsive.embed-responsive-16by9.big-break
|
||||||
|
iframe.embed-responsive-item(src='//www.youtube.com/embed/19pP2pvZuBs')
|
||||||
|
h3 Got 3 minutes? Learn to code with us!
|
||||||
a.btn.btn-cta.signup-btn.btn-primary(href="/login") Start learning to code (it's free)
|
a.btn.btn-cta.signup-btn.btn-primary(href="/login") Start learning to code (it's free)
|
||||||
br
|
br
|
Reference in New Issue
Block a user