Update project page design and links

Move the focus on to downloading normalize rather than viewing it on
GitHub. Change the URL to point to the gh-page version of normalize.css
rather than the raw master file at the main GitHub repo.

Add NASA to the list of sites using normalize.css.
This commit is contained in:
Nicolas Gallagher 2012-08-14 23:53:17 +01:00
parent 13ef51150f
commit 7f2d873cf2

View File

@ -27,9 +27,8 @@
</ul>
<div class="cta">
<a class="button button-main" href="https://github.com/necolas/normalize.css">View project on GitHub</a>
<a class="button" href="https://github.com/necolas/normalize.css/raw/master/normalize.css">Download</a>
<p><a href="demo.html">Check out the demo</a></p>
<a class="button button-main" href="http://necolas.github.com/normalize.css/1.0.0/normalize.css">Download v1.0.0</a>
<a class="button" href="https://github.com/necolas/normalize.css">View on GitHub</a>
</div>
<div class="share-bar">
@ -58,6 +57,7 @@
<p>
<a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>,
<a href="http://html5boilerplate.com/">HTML5 Boilerplate</a>,
<a href="http://data.nasa.gov/">NASA</a>,
<a href="https://www.rdio.com/">Rdio</a>,
<a href="http://digg.com/">Digg</a>,
<a href="https://www.gov.uk/">GOV.UK</a>,
@ -67,11 +67,12 @@
</p>
<h2>Browser support</h2>
<h3>v1.0.0</h3>
<p>Chrome, Firefox 3+, Safari 4+, Opera 10+, Internet Explorer 6+</p>
<h2>Source code</h2>
<p>Available on GitHub: <a href="https://github.com/necolas/normalize.css">necolas/normalize.css</a></p>
<pre>$ git clone git://github.com/necolas/normalize.css.git</pre>
<pre>$ git clone https://github.com/necolas/normalize.css.git</pre>
<h2>Acknowledgements</h2>
<p>Normalize.css is a project by <a href="http://nicolasgallagher.com">Nicolas Gallagher</a> (<a href="http://twitter.com/necolas">@necolas</a>) and <a href="http://music.thewikies.com/jonneal/">Jonathan Neal</a> (<a href="http://twitter.com/jon_neal">@jon_neal</a>).</p>