👌 IMPROVE: Accessibility & Lingo (#2273)
Small PR to address a few Accessibility & Lingo issues. Adds alt tags and fixes lingo.
Hoping to contribute more. 👍
This commit is contained in:
parent
7d7c846356
commit
4cd32041b0
10
README.md
10
README.md
@ -1,10 +1,10 @@
|
||||
# Netlify CMS
|
||||
[![](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/netlify/netlifycms)
|
||||
[![Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/netlify/netlifycms)
|
||||
|
||||
A CMS for static site generators. Give users a simple way to edit
|
||||
and add content to any site built with a static site generator.
|
||||
|
||||
## How it works
|
||||
## How It Works
|
||||
|
||||
Netlify CMS is a single-page app that you pull into the `/admin` part of your site.
|
||||
|
||||
@ -22,7 +22,7 @@ Read more about Netlify CMS [Core Concepts](https://www.netlifycms.org/docs/intr
|
||||
|
||||
The Netlify CMS can be used in two different ways.
|
||||
|
||||
* A Quick and easy install, that just requires you to create a single HTML file and a configuration file. All the CMS Javascript and CSS are loaded from a CDN.
|
||||
* A Quick and easy install, that requires you to create a single HTML file and a configuration file. All the CMS Javascript and CSS are loaded from a CDN.
|
||||
To learn more about this installation method, refer to the [Quick Start Guide](https://www.netlifycms.org/docs/quick-start/)
|
||||
* A complete, more complex install, that gives you more flexibility but requires that you use a static site builder with a build system that supports npm packages.
|
||||
|
||||
@ -50,10 +50,10 @@ Please make sure you understand its [implications and guarantees](https://writin
|
||||
These services support Netlify CMS development by providing free infrastructure.
|
||||
<p>
|
||||
<a href="https://www.travis-ci.org">
|
||||
<img src="https://raw.githubusercontent.com/netlify/netlify-cms/master/img/travis.png" height="38"/>
|
||||
<img src="https://raw.githubusercontent.com/netlify/netlify-cms/master/img/travis.png" height="38" alt="travis-ci" />
|
||||
</a>
|
||||
<img src="https://spacergif.org/spacer.gif" width="20"/>
|
||||
<a href="https://www.browserstack.com">
|
||||
<img src="https://raw.githubusercontent.com/netlify/netlify-cms/master/img/browserstack.png" height="38"/>
|
||||
<img src="https://raw.githubusercontent.com/netlify/netlify-cms/master/img/browserstack.png" height="38" alt="browserstack" />
|
||||
</a>
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user