diff --git a/public/css/main.less b/public/css/main.less index dc94d1e9be..16714feff5 100644 --- a/public/css/main.less +++ b/public/css/main.less @@ -351,4 +351,8 @@ thead { .hamburger { background-color: #ddd; text-align: center; +} + +.nowrap { + white-space: nowrap; } \ No newline at end of file diff --git a/views/home.jade b/views/home.jade index 47305dee19..fa627ad7f7 100644 --- a/views/home.jade +++ b/views/home.jade @@ -6,25 +6,25 @@ block content h2 Let's learn to code by building projects for nonprofits .row .col-xs-12.col-sm-12.col-md-3 - h3 Get Connected + h3.nowrap Get Connected .negative-45 span.landing-icon.ion-network.text-primary(title='Get great references and connections to help you get a job') .negative-45 p.landing-p Join a community of motivated professionals learning to code. .col-xs-12.col-sm-12.col-md-3 - h3 Learn JavaScript + h3.nowrap Learn JavaScript .negative-45 span.landing-icon.ion-settings.text-primary(title='Learn to code') .negative-45 p.landing-p Work together on Full Stack JavaScript coding challenges. .col-xs-12.col-sm-12.col-md-3 - h3 Build your Portfolio + h3.nowrap Build your Portfolio .negative-45 span.landing-icon.ion-social-github.text-primary(title='Build a portfolio of apps for nonprofits') .negative-45 p.landing-p Build apps that solve real problems for real people. .col-xs-12.col-sm-12.col-md-3 - h3 Help Nonprofits + h3.nowrap Help Nonprofits .negative-45 span.landing-icon.ion-ios7-people.text-primary(title='Help nonprofits') .negative-45 diff --git a/views/layout.jade b/views/layout.jade index 839ca31e18..eeb151f5eb 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -9,7 +9,6 @@ html 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) - title #{title} - Hackathon Starter != css('main') body diff --git a/views/partials/meta.jade b/views/partials/meta.jade index 5ff3b43576..8c9c07ffb1 100644 --- a/views/partials/meta.jade +++ b/views/partials/meta.jade @@ -3,25 +3,25 @@ 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='learn to code, learn how to code, code, coding, software engineer, software developer, mean stack, pair programming, node.js, angular.js, express.js, mongoDB, coding bootcamp') -meta(content="Learn to code at freecodecamp.com. Free Code Camp is a free coding bootcamp for busy people. Learn JavaScript, build a portfolio, and get great references - all by helping nonprofits!", property="og:title") +meta(content="Free Code Camp is a community of busy people learning to code by collaborating on projects for nonprofits. Learn Full-stack JavaScript, build a portfolio, and get great references with our coding bootcamp.", property="og:title") meta(content="FreeCodeCamp", property="og:site_name") meta(name='p:domain_verify', content='d0bc047a482c03c24f1168004c2a216a') meta(content="http://www.freecodecamp.com", property="og:url") -meta(content="Learn to code at freecodecamp.com. Free Code Camp is a free coding bootcamp for busy people. Learn JavaScript, build a portfolio, and get great references - all by helping nonprofits!", property="og:description") +meta(content="Free Code Camp is a community of busy people learning to code by collaborating on projects for nonprofits. Learn Full-stack JavaScript, build a portfolio, and get great references with our coding bootcamp.", 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="Learn to code at freecodecamp.com. Free Code Camp is a free coding bootcamp for busy people. Learn JavaScript, build a portfolio, and get great references - all by helping nonprofits!", name="description") +meta(content="Free Code Camp is a community of busy people learning to code by collaborating on projects for nonprofits. Learn Full-stack JavaScript, build a portfolio, and get great references with our coding bootcamp.", 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="Learn to code at freecodecamp.com. Free Code Camp is a free coding bootcamp for busy people. Learn JavaScript, build a portfolio, and get great references - all by helping nonprofits!", name="twitter:title") +meta(content="Free Code Camp is a community of busy people learning to code by collaborating on projects for nonprofits. Learn Full-stack JavaScript, build a portfolio, and get great references with our coding bootcamp.", name="twitter:title") meta(content="https://pbs.twimg.com/profile_images/522961310212833280/XE6vGAaO.jpeg", name="twitter:image:src") -meta(content="Learn to code at freecodecamp.com. Free Code Camp is a free coding bootcamp for busy people. Learn JavaScript, build a portfolio, and get great references - all by helping nonprofits!", name="twitter:description") +meta(content="Free Code Camp is a community of busy people learning to code by collaborating on projects for nonprofits. Learn Full-stack JavaScript, build a portfolio, and get great references with our coding bootcamp.", name="twitter:description") meta(content="a40ee5d5dba3bb091ad783ebd2b1383f", name="p:domain_verify") \ No newline at end of file