Skip to content

Commit 7f2d873

Browse files
committed
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.
1 parent 13ef511 commit 7f2d873

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ <h2>What does it do?</h2>
2727
</ul>
2828

2929
<div class="cta">
30-
<a class="button button-main" href="https://github.com/necolas/normalize.css">View project on GitHub</a>
31-
<a class="button" href="https://github.com/necolas/normalize.css/raw/master/normalize.css">Download</a>
32-
<p><a href="demo.html">Check out the demo</a></p>
30+
<a class="button button-main" href="http://necolas.github.com/normalize.css/1.0.0/normalize.css">Download v1.0.0</a>
31+
<a class="button" href="https://github.com/necolas/normalize.css">View on GitHub</a>
3332
</div>
3433

3534
<div class="share-bar">
@@ -58,6 +57,7 @@ <h2>Who uses it?</h2>
5857
<p>
5958
<a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>,
6059
<a href="http://html5boilerplate.com/">HTML5 Boilerplate</a>,
60+
<a href="http://data.nasa.gov/">NASA</a>,
6161
<a href="https://www.rdio.com/">Rdio</a>,
6262
<a href="http://digg.com/">Digg</a>,
6363
<a href="https://www.gov.uk/">GOV.UK</a>,
@@ -67,11 +67,12 @@ <h2>Who uses it?</h2>
6767
</p>
6868

6969
<h2>Browser support</h2>
70+
<h3>v1.0.0</h3>
7071
<p>Chrome, Firefox 3+, Safari 4+, Opera 10+, Internet Explorer 6+</p>
7172

7273
<h2>Source code</h2>
7374
<p>Available on GitHub: <a href="https://github.com/necolas/normalize.css">necolas/normalize.css</a></p>
74-
<pre>$ git clone git://github.com/necolas/normalize.css.git</pre>
75+
<pre>$ git clone https://github.com/necolas/normalize.css.git</pre>
7576

7677
<h2>Acknowledgements</h2>
7778
<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>

0 commit comments

Comments
 (0)