Size and spacing improvements, killed secondary CTA, changed contributor layout, other fixes

This commit is contained in:
Lennart Ziburski
2017-12-07 10:50:29 +01:00
parent 49de2346a7
commit 479cdee524
7 changed files with 65 additions and 60 deletions

View File

@ -1,8 +1,7 @@
---
hero:
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"
devhook: "Built developer-first."
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 = ♥"
description: "Get the speed, security, and scalability of a static site, while still providing a convenient editing interface for content."
@ -19,12 +18,10 @@ productvideo:
cta:
primaryhook: "Getting started is simple and free."
primary: "Choose a template thats pre-configured with a static site generator and deploys to a global CDN in one click."
button: "[Get started](/docs/start-with-a-template/)"
secondary: "Or do you just want to add Netlify CMS to your existing site?"
secondarylink: "[Read the setup guide.](/docs/quick-start)"
button: "[Get started](/docs/start-with-a-template/)"
editors:
hook: "A CMS that developers and content editors can agree on."
hook: "A CMS that developers and content editors can agree on"
intro: "You get to implement modern front end tools to deliver a faster, safer, and more scalable site.<br />Editors get a friendly UI and intuitive workflow that meets their content management requirements."
features:
- feature: "Editor-friendly user interface"
@ -38,12 +35,12 @@ editors:
imgpath: "/img/hero-graphic.jpg"
community:
hook: "Supported by a growing community."
hook: "Supported by a growing&nbsp;community"
features:
- feature: "Support when you need it"
description: "Get up and running with comprehensive [documentation](/docs) and templates or work through difficult problems with help from the community on [Gitter](https://gitter.im/netlify/NetlifyCMS)."
- feature: "A community-driven project you can help evolve"
description: "Netlify CMS is built by a community of 60+ contributors — and you can help. Join our [bi-weekly planning sessions](/community) or read the [contributing guide](/docs/contributor-guide) to join in."
contributors: "Thank you to our awesome contributors."
contributors: "Thank you to our awesome contributors"
---

View File

@ -9,7 +9,6 @@
<span class="subhead">{{ .Site.Data.landing.hero.subhead | markdownify }}</span>
</div>
<div class="hero-features">
<h2>{{ .Site.Data.landing.hero.devhook | markdownify }}</h2>
{{ range $index, $id := .Site.Data.landing.hero.devfeatures }}
<div class="feature">
<h3>{{ .feature | markdownify }}</h3>
@ -28,7 +27,6 @@
<div class="cta-primary">
<p><span class="hook">{{ .Site.Data.landing.cta.primaryhook | markdownify }}</span>&nbsp;{{ .Site.Data.landing.cta.primary | markdownify }}</p>{{ .Site.Data.landing.cta.button | markdownify }}
</div>
<p class="cta-secondary">{{ .Site.Data.landing.cta.secondary | markdownify }}&nbsp;{{ .Site.Data.landing.cta.secondarylink | markdownify }}</p>
</section>
<section class="editors">
@ -57,16 +55,16 @@
<p>{{ .description | markdownify }}</p>
</div>
{{ end }}
<div class="contributors feature">
<h3>{{ .Site.Data.landing.community.contributors | markdownify }}</h3>
{{ range .Site.Data.contributors }}
<div class="contributor-list">
{{ range . }}
<a href="{{.profile}}" title="{{.name}}"><img src="{{.avatar_url}}" alt="{{.login}}" /></a>
{{ end }}
</div>
{{ end }}
</div>
</div>
<div class="contributors feature">
<h3>{{ .Site.Data.landing.community.contributors | markdownify }}</h3>
{{ range .Site.Data.contributors }}
<div class="contributor-list">
{{ range . }}
<a href="{{.profile}}" title="{{.name}}"><img src="{{.avatar_url}}" alt="{{.login}}" /></a>
{{ end }}
</div>
{{ end }}
</div>
</div>
</section>