add video and update meta data

This commit is contained in:
Michael Q Larson
2014-10-25 18:50:44 -07:00
parent 10ca4ebd01
commit 28d1468267
2 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@ block content
.panel-heading Your Curriculum .panel-heading Your Curriculum
.panel.panel-body .panel.panel-body
.responsive-container.animated.zoomIn.delay-1 .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 .animated.fadeIn.delay-2
h3 Instructions: h3 Instructions:
p Here are a few quick tips: p Here are a few quick tips:

View File

@ -2,25 +2,25 @@ meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge') meta(http-equiv='X-UA-Compatible', content='IE=edge')
meta(name='viewport', content='width=device-width, initial-scale=1.0') meta(name='viewport', content='width=device-width, initial-scale=1.0')
meta(name='csrf-token', content=_csrf) meta(name='csrf-token', content=_csrf)
meta(name='keywords', content='foo bar baz') meta(name='keywords', content='free code camp mean stack screenhero remote pair programming node.js angular.js express.js mongoDB coding bootcamp')
meta(content="Your free coding bootcamp. Learn JavaScript, build a portfolio, and get great references - all by helping non-profits!", property="og:title") 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="FreeCodeCamp", property="og:site_name")
meta(content="http://www.freecodecamp.com", property="og:url") 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="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://s3.amazonaws.com/courseforward/freecodecamp_logo.png", property="og:image") meta(content="https://pbs.twimg.com/profile_images/522961310212833280/XE6vGAaO.jpeg", property="og:image")
meta(content="article", property="og:type") meta(content="article", property="og:type")
meta(content="https://www.facebook.com/freecodecamp", property="article:publisher") meta(content="https://www.facebook.com/freecodecamp", property="article:publisher")
meta(content="Responsive", property="article:section") meta(content="Responsive", property="article:section")
//meta(content="44011818", property="fb:admins") //meta(content="44011818", property="fb:admins")
//Google //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") link(href="https://plus.google.com/114148836969274586544", rel="author")
//Twitter //Twitter
meta(content="freecodecamp", name="twitter:creator") meta(content="freecodecamp", name="twitter:creator")
meta(content="http://www.freecodecamp.com", name="twitter:url") meta(content="http://www.freecodecamp.com", name="twitter:url")
meta(content="freecodecamp", name="twitter:site") meta(content="freecodecamp", name="twitter:site")
meta(content="summary_large_image", name="twitter:card") //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="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://s3.amazonaws.com/courseforward/freecodecamp_logo.png", name="twitter:image:src") meta(content="https://pbs.twimg.com/profile_images/522961310212833280/XE6vGAaO.jpeg", 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="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") meta(content="a40ee5d5dba3bb091ad783ebd2b1383f", name="p:domain_verify")