normalize.css/index.html
2012-12-01 17:47:26 -08:00

112 lines
5.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<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">
<link rel="stylesheet" href="1.0.2/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>
<p class="description">Normalize.css 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"
href="http://necolas.github.com/normalize.css/2.0.1/normalize.css">
<strong>Download</strong>
<span class="version">v2.0.1</span>
</a>
<p class="txt-small txt-mute">IE 8+, Firefox 4+, Safari 5+, Opera, Chrome</p>
</div>
<div class="cta-option">
<a class="btn-download btn-download-alt"
href="http://necolas.github.com/normalize.css/1.0.2/normalize.css">
Download
<span class="version">v1.0.2</span>
</a>
<p class="txt-small txt-mute">Includes legacy browser support</p>
</div>
<div class="share-bar">
<a class="read-more" href="http://nicolasgallagher.com/about-normalize-css/">Read more about normalize.css &raquo;</a>
<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="http://twitter.github.com/bootstrap/">Bootstrap</a>,
<a href="http://html5boilerplate.com/">HTML5 Boilerplate</a>,
<a href="http://tweetdeck.com/">TweetDeck</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>,
<a href="https://github.com/guardian/pasteup">Guardian</a>,
<a href="http://favstar.fm/">Favstar</a>,
<a href="http://informationarchitects.net/">iA</a>,
<a href="http://css-tricks.com/">CSS Tricks</a>,
and many others.
</p>
<p>Source code available on GitHub: <a href="https://github.com/necolas/normalize.css/">necolas/normalize.css</a>.<br>Normalize.css is a project by <a href="http://nicolasgallagher.com/">Nicolas Gallagher</a> and <a href="http://music.thewikies.com/jonneal/">Jonathan Neal</a>.</p>
</div>
</div>
<script>
window._gaq=[['_setAccount','UA-7489188-1'],['_trackPageview']];
(function(doc, script) {
var js,
fjs = doc.getElementsByTagName(script)[0],
frag = doc.createDocumentFragment(),
add = function(url, id) {
if (doc.getElementById(id)) {return;}
js = doc.createElement(script);
js.src = url;
id && (js.id = id);
frag.appendChild(js);
};
// Google Analytics
add(('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js');
// Google+ button
add('http://apis.google.com/js/plusone.js');
// Twitter SDK
add('http://platform.twitter.com/widgets.js', 'twitter-wjs');
fjs.parentNode.insertBefore(frag, fjs);
}(document, 'script'));
</script>
</body>
</html>