add video and update meta data
This commit is contained in:
@ -6,7 +6,7 @@ block content
|
||||
.panel-heading Your Curriculum
|
||||
.panel.panel-body
|
||||
.responsive-container.animated.zoomIn.delay-1
|
||||
iframe(src='//player.vimeo.com/video/#{video}', frameborder='0', webkitallowfullscreen='', mozallowfullscreen='', allowfullscreen='')
|
||||
iframe(src='//player.vimeo.com/video/110039099', frameborder='0', webkitallowfullscreen='', mozallowfullscreen='', allowfullscreen='')
|
||||
.animated.fadeIn.delay-2
|
||||
h3 Instructions:
|
||||
p Here are a few quick tips:
|
||||
|
@ -2,25 +2,25 @@ meta(charset='utf-8')
|
||||
meta(http-equiv='X-UA-Compatible', content='IE=edge')
|
||||
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
||||
meta(name='csrf-token', content=_csrf)
|
||||
meta(name='keywords', content='foo bar baz')
|
||||
meta(content="Your free coding bootcamp. Learn JavaScript, build a portfolio, and get great references - all by helping non-profits!", property="og:title")
|
||||
meta(name='keywords', content='free code camp mean stack screenhero remote pair programming node.js angular.js express.js mongoDB coding bootcamp')
|
||||
meta(content="A free online coding bootcamp for busy people. Learn JavaScript, build a portfolio, and get great references - all by helping non-profits!", property="og:title")
|
||||
meta(content="FreeCodeCamp", property="og:site_name")
|
||||
meta(content="http://www.freecodecamp.com", property="og:url")
|
||||
meta(content="Your free coding bootcamp. Learn JavaScript, build a portfolio, and get great references - all by helping non-profits!", property="og:description")
|
||||
meta(content="https://s3.amazonaws.com/courseforward/freecodecamp_logo.png", property="og:image")
|
||||
meta(content="A free online coding bootcamp for busy people. Learn JavaScript, build a portfolio, and get great references - all by helping non-profits!", property="og:description")
|
||||
meta(content="https://pbs.twimg.com/profile_images/522961310212833280/XE6vGAaO.jpeg", property="og:image")
|
||||
meta(content="article", property="og:type")
|
||||
meta(content="https://www.facebook.com/freecodecamp", property="article:publisher")
|
||||
meta(content="Responsive", property="article:section")
|
||||
//meta(content="44011818", property="fb:admins")
|
||||
//Google
|
||||
meta(content="Your free coding bootcamp. Learn JavaScript, build a portfolio, and get great references - all by helping non-profits!", name="description")
|
||||
meta(content="A free online coding bootcamp for busy people. Learn JavaScript, build a portfolio, and get great references - all by helping non-profits!", name="description")
|
||||
link(href="https://plus.google.com/114148836969274586544", rel="author")
|
||||
//Twitter
|
||||
meta(content="freecodecamp", name="twitter:creator")
|
||||
meta(content="http://www.freecodecamp.com", name="twitter:url")
|
||||
meta(content="freecodecamp", name="twitter:site")
|
||||
meta(content="summary_large_image", name="twitter:card")
|
||||
meta(content="Your free coding bootcamp. Learn JavaScript, build a portfolio, and get great references - all by helping non-profits!", name="twitter:title")
|
||||
meta(content="https://s3.amazonaws.com/courseforward/freecodecamp_logo.png", name="twitter:image:src")
|
||||
meta(content="Your free coding bootcamp. Learn JavaScript, build a portfolio, and get great references - all by helping non-profits!", name="twitter:description")
|
||||
//meta(content="summary_large_image", name="twitter:card")
|
||||
meta(content="A free online coding bootcamp for busy people. Learn JavaScript, build a portfolio, and get great references - all by helping non-profits!", name="twitter:title")
|
||||
meta(content="https://pbs.twimg.com/profile_images/522961310212833280/XE6vGAaO.jpeg", name="twitter:image:src")
|
||||
meta(content="A free online coding bootcamp for busy people. Learn JavaScript, build a portfolio, and get great references - all by helping non-profits!", name="twitter:description")
|
||||
meta(content="a40ee5d5dba3bb091ad783ebd2b1383f", name="p:domain_verify")
|
Reference in New Issue
Block a user