Layout tweaks, updated illustrations, responsiveness
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="hero-graphic">
|
||||
<img src="/img/screenshot-editor.png" class="responsive"/>
|
||||
<img src="/img/screenshot-editor.jpg" class="responsive"/>
|
||||
<a class="hero-videolink" href="https://www.youtube.com/watch?v=p6h-rYSVX90">▶ Watch how to get started in just over 2 minutes</a>
|
||||
<p>
|
||||
</div>
|
||||
@ -71,11 +71,6 @@
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="community-buttons">
|
||||
{{ range $index, $id := .Site.Data.landing.community.buttons }}
|
||||
<a href="{{ .url }}">{{ .name }}</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="contributors feature">
|
||||
<h3>{{ .Site.Data.landing.community.contributors | markdownify }}</h3>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<div class="month"></div>
|
||||
<div class="day"></div>
|
||||
</div>
|
||||
<h2><strong></strong> at <strong></strong></h2>
|
||||
<h3><strong></strong> at <strong></strong></h3>
|
||||
<div class="cal-cta">{{ .Params.primarycta | markdownify }}</div>
|
||||
</div>
|
||||
|
||||
|
@ -1,6 +1,15 @@
|
||||
<footer>
|
||||
<p class="contained"><a href="https://github.com/netlify/netlify-cms/blob/master/LICENSE" class="text-link">Distributed under MIT License</a> ·
|
||||
<a href="https://github.com/netlify/netlify-cms/blob/master/CODE_OF_CONDUCT.md" class="text-link">Code of Conduct</a></p>
|
||||
<div class="contained">
|
||||
<div class="social-buttons">
|
||||
{{ range $index, $id := .Site.Data.global.footer.buttons }}
|
||||
<a href="{{ .url }}">{{ .name }}</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="footer-info">
|
||||
<p><a href="https://github.com/netlify/netlify-cms/blob/master/LICENSE" class="text-link">Distributed under MIT License</a> ·
|
||||
<a href="https://github.com/netlify/netlify-cms/blob/master/CODE_OF_CONDUCT.md" class="text-link">Code of Conduct</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
||||
|
Reference in New Issue
Block a user