compass/examples/blueprint_plugins/plugins/link_icons.html

60 lines
2.2 KiB
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Blueprint Link Icons Sample Page</title>
<!-- Framework CSS -->
<link rel="stylesheet" href="../stylesheets/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="../stylesheets/print.css" type="text/css" media="print">
<!--[if IE]><link rel="stylesheet" href="../stylesheets/ie.css" type="text/css" media="screen, projection"><![endif]-->
<link rel="stylesheet" href="../stylesheets/link_icons.css" type="text/css" media="screen, projection">
</head>
<body>
<div class="container">
<h1>A Link Icons Example Page</h1>
<hr>
<h2 class="alt">This sample page demonstrates what you can do with the Link Icons plugin.</h2>
<hr>
<div class="span-12">
<h3>External Links</h3>
<a href="http://www.no-such-website.com/">A Normal External Link</a>
<a href="http://www.google.com">A Visited External Link</a>
<a href="mailto:donald@duck.com">An Email Link</a>
</div>
<div class="span-12 last">
<h3>Document Links</h3>
<a href="http://www.no-such-website.com/sample.pdf">A .pdf Link</a>
<a href="http://www.no-such-website.com/sample.doc">A .doc Link</a>
<a href="http://www.no-such-website.com/sample.xls">A .xls Link</a>
</div>
<div class="span-12">
<h3>Misc Links</h3>
<a href="http://www.no-such-website.com/sample.rss">An RSS Link</a>
<a href="http://www.no-such-website.com/sample.rdf">An Atom Link</a>
<a href="aim:chatmeup">A Instant Messenger Link</a>
</div>
<div class="span-12 last">
<h3>Turning Icons Off</h3>
<a href="http://www.no-such-website.com/" class="noicon">A Normal External Link</a>
<a href="http://www.google.com" class="noicon">A Visited External Link</a>
<a href="mailto:donald@duck.com" class="noicon">An Email Link</a>
</div>
<div class="span-24">
<p><a href="http://validator.w3.org/check?uri=referer" class="noicon">
<img src="valid.png" alt="Valid HTML 4.01 Strict" height="31" width="88" class="top"></a></p>
</div>
</div>
</body>
</html>