normalize.css/index.html

108 lines
5.3 KiB
HTML
Raw Normal View History

2011-05-26 17:17:58 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
2012-01-22 22:42:18 +00:00
<meta name="viewport" content="width=device-width">
2011-06-18 22:24:26 +00:00
<title>Normalize.css: Make browsers render all elements more consistently.</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700">
2014-01-28 18:01:31 +00:00
<link rel="stylesheet" href="3.0.0/normalize.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="container">
<div class="site-box">
<div class="hgroup">
<h1 class="logo">Normalize.css</h1>
<h2 class="tagline">A modern, HTML5-ready alternative to CSS resets</h2>
</div>
2012-01-22 22:42:18 +00:00
<p class="txt-large"><a href="https://github.com/necolas/normalize.css/">Normalize.css</a> makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing.</p>
<div class="cta-option">
<a class="btn-download"
2014-01-28 18:01:31 +00:00
href="http://necolas.github.com/normalize.css/3.0.0/normalize.css">
<strong>Download</strong>
2014-01-28 18:01:31 +00:00
<span class="version">v3.0.0</span>
</a>
2014-01-28 18:01:31 +00:00
<div class="txt-small txt-mute">Chrome, Firefox, Opera, Safari 6+, IE 8+</div>
2013-01-21 01:47:20 +00:00
<a class="txt-small txt-mute"
2014-01-28 18:01:31 +00:00
href="https://github.com/necolas/normalize.css/blob/3.0.0/CHANGELOG.md">See the CHANGELOG</a>
</div>
2012-01-22 22:42:18 +00:00
<div class="txt-large">
<pre><code><a href="http://bower.io/">bower</a> install --save normalize-css</code></pre>
<pre><code><a href="http://component.io/">component</a> install necolas/normalize.css</code></pre>
</div>
<div class="share-bar">
<a class="read-more" href="http://nicolasgallagher.com/about-normalize-css/">Read more about normalize.css &raquo;</a>
2013-03-27 22:24:20 +00:00
<div class="share-opt">
<a href="https://github.com/necolas/normalize.css">
<img src="github-logo.png" width="28" height="28" alt="GitHub">
</a>
</div>
<div class="share-opt">
<a class="twitter-share-button"
href="https://twitter.com/share"
data-count="none"
data-size="large"
data-text="Normalize.css: a modern HTML5-ready alternative to CSS resets"
data-via="necolas"
data-related="jon_neal">Tweet</a>
</div>
<div class="share-opt">
<a class="twitter-follow-button"
href="https://twitter.com/necolas"
data-show-count="false"
data-size="large">@necolas</a>
</div>
<div class="share-opt">
<div class="g-plusone" data-annotation="none"></div>
</div>
</div>
</div>
<div class="site-footer">
<p class="txt-large">&hellip;as used by
<a href="https://twitter.com/">Twitter</a>,
<a href="http://tweetdeck.com/">TweetDeck</a>,
2014-01-17 02:37:55 +00:00
<a href="https://github.com/">GitHub</a>,
<a href="https://soundcloud.com/">Soundcloud</a>,
<a href="https://www.rdio.com/">Rdio</a>,
<a href="http://www.theguardian.com/uk?view=mobile">Guardian</a>,
<a href="https://medium.com/">Medium</a>,
<a href="https://www.gov.uk/">GOV.UK</a>,
<a href="http://getbootstrap.com/">Bootstrap</a>,
<a href="http://html5boilerplate.com/">HTML5 Boilerplate</a>,
<a href="http://yuilibrary.com/projects/yui3/">YUI 3</a>,
<a href="http://purecss.io/">Pure</a>,
and many others.
</p>
<p>Source code available on GitHub: <a href="https://github.com/necolas/normalize.css/">necolas/normalize.css</a>.</p>
<p>Normalize.css is a project by <a href="http://nicolasgallagher.com/">Nicolas Gallagher</a>, co-created with <a href="http://music.thewikies.com/jonneal/">Jonathan Neal</a>.</p>
</div>
</div>
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
2013-08-25 21:10:01 +00:00
ga('create','UA-43313358-1');ga('send','pageview');
2012-01-22 22:42:18 +00:00
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];
if(!d.getElementById(id)){js=d.createElement(s);js.id=id;
js.src="https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
</body>
2011-06-18 22:24:26 +00:00
</html>