diff --git a/website/config/variables.js b/website/config/variables.js index 46845067..87d7ab61 100644 --- a/website/config/variables.js +++ b/website/config/variables.js @@ -10,7 +10,7 @@ module.exports = { grey: '#313D3E', darkGrey: '#2F3132', darkerGrey: '#1E1F21', - blueGrey: '#9AA1AE', + blueGrey: '#D2D7E2', lightGreen: '#97bf2f', green: '#C9FA4B', darkGreen: '#7CA511', diff --git a/website/site/data/landing.yaml b/website/site/data/landing.yaml index 00309950..28fee316 100644 --- a/website/site/data/landing.yaml +++ b/website/site/data/landing.yaml @@ -1,6 +1,6 @@ --- hero: - headline: "Open source content management for your Git workflow" + headline: "Open source content management
for your Git workflow" subhead: "Use Netlify CMS with any static site generator for a faster and more flexible web project" devfeatures: - feature: "Static + content management = ♥" diff --git a/website/site/data/updates.yml b/website/site/data/updates.yml index 7a137471..051d866c 100644 --- a/website/site/data/updates.yml +++ b/website/site/data/updates.yml @@ -1,16 +1,13 @@ updates: - - date: 2018-02-22 - description: Netlify CMS 1.1 lets you register external backends and fixes various interface bugs. + - date: 2018-01-25 + version: '1.1' + description: You can now register external backends and we improved metadata handling. url: 'https://github.com/netlify/netlify-cms/releases/tag/1.1.0' - - date: 2018-02-21 - description: Netlify CMS 1.1 lets you register external backends and fixes various interface bugs. + - date: 2018-01-23 + version: '1.0.4' + description: Fixes various UI bugs and adds expand / collapse functionality to the object widget. url: 'https://github.com/netlify/netlify-cms/releases/tag/1.1.0' - - date: 2018-02-20 - description: Netlify CMS 1.1 lets you register external backends and fixes various interface bugs. - url: 'https://github.com/netlify/netlify-cms/releases/tag/1.1.0' - - date: 2018-02-19 - description: Netlify CMS 1.1 lets you register external backends and fixes various interface bugs. - url: 'https://github.com/netlify/netlify-cms/releases/tag/1.1.0' - - date: 2018-02-18 - description: Netlify CMS 1.1 lets you register external backends and fixes various interface bugs. + - date: 2018-12-19 + version: '1.0.3' + description: Small bug fix release. url: 'https://github.com/netlify/netlify-cms/releases/tag/1.1.0' diff --git a/website/site/layouts/index.html b/website/site/layouts/index.html index 0d23eef2..aee1e967 100755 --- a/website/site/layouts/index.html +++ b/website/site/layouts/index.html @@ -5,8 +5,8 @@
-

{{ .Site.Data.landing.hero.headline | markdownify }}

{{ .Site.Data.landing.hero.subhead | markdownify }} +

{{ .Site.Data.landing.hero.headline | markdownify }}

{{ range $index, $id := .Site.Data.landing.hero.devfeatures }} @@ -34,7 +34,7 @@
    {{ range .Site.Data.updates }} {{ range first 3 . }} -
  1. {{ dateFormat "January 2, 2006" .date }}{{ .description }}
  2. +
  3. {{ .description }}
  4. {{ end }} {{ end }}
diff --git a/website/src/css/imports/base.css b/website/src/css/imports/base.css index 5c486757..8a32143a 100755 --- a/website/src/css/imports/base.css +++ b/website/src/css/imports/base.css @@ -26,8 +26,8 @@ h1 { margin: 0 0 $small 0; @media screen and (min-width: $tablet) { - font-size: 42px; - line-height: 60px; + font-size: 46px; + line-height: 64px; } } diff --git a/website/src/css/imports/cta.css b/website/src/css/imports/cta.css index 0677e111..b1e717f3 100644 --- a/website/src/css/imports/cta.css +++ b/website/src/css/imports/cta.css @@ -2,7 +2,7 @@ @media screen and (min-width: $desktop) { position: relative; - top: -50px; + top: -65px; width: 880px; margin: auto; } diff --git a/website/src/css/imports/hero.css b/website/src/css/imports/hero.css index d451689e..0fc95f34 100644 --- a/website/src/css/imports/hero.css +++ b/website/src/css/imports/hero.css @@ -1,7 +1,7 @@ .hero { @neat-row; background: $darkerGrey; - background-image: linear-gradient(-180deg, #323B3B 0%, $darkerGrey 20%); + background-image: linear-gradient(-180deg, #2A2C24 0%, $darkerGrey 20%); color: $blueGrey; overflow: hidden; padding: calc($xl * 2.25) 0 0 0; @@ -17,15 +17,15 @@ &.landing { @media screen and (min-width: $tablet) { - padding-bottom: $xxl; + padding-bottom: 165px; } } .hero-copy { - margin: $medium auto $xl auto; + margin: $large auto $medium auto; @media screen and (min-width: $desktop) { - text-align: center; + /* text-align: center; */ } } @@ -45,7 +45,7 @@ } h1 { - color: white; + color: $green; margin-bottom: 0; } @@ -54,8 +54,9 @@ } h3 { - color: $green; - font-size: 20px; + color: white; + font-size: $tiny; + padding-bottom: 0; } .hero-features { @@ -71,7 +72,8 @@ } .hero-graphic { - margin: $large auto $large auto; + /* margin: 0 auto $large auto; */ + transform: scale(1.1) rotate(2deg); @media screen and (min-width: $tablet) { @neat-span-columns 6; diff --git a/website/src/css/imports/whatsnew.css b/website/src/css/imports/whatsnew.css index 17989b3b..b22c8bbf 100644 --- a/website/src/css/imports/whatsnew.css +++ b/website/src/css/imports/whatsnew.css @@ -1,6 +1,6 @@ .whatsnew { - margin-top: -114px; - padding: $xl 0 $medium 0; + margin-top: -98px; + padding: 75px 0 $medium 0; background-color: $lightishGrey; color: white; @@ -22,13 +22,21 @@ border-radius: $borderRadius; } li { + min-width: 250px; max-width: 350px; - .update-date { + .update-metadata { font-size: 13px; - line-height: 24px; color: rgba(255,255,255,0.6); - text-transform: uppercase; display: block; + margin-bottom: $micro; + .update-version { + font-weight: $bold; + background-color: $shadeBlue; + color: $darkGrey; + padding: 0 4px 0 4px; + margin-right: 8px; + border-radius: 2px; + } } .update-description { font-size: 15px;