40 lines
1.2 KiB
HTML
40 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>
|
|
TACHYONS EXAMPLES
|
|
</title>
|
|
<meta name="author" content="@mrmrs">
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet">
|
|
<link rel="stylesheet" href="css/i.css">
|
|
</head>
|
|
<body class="sans-serif">
|
|
<header>
|
|
<h1>TACHYONS</h1>
|
|
<h2>Markup examples for layouts and components</h2>
|
|
</header>
|
|
<main>
|
|
<p>Work in progress</p>
|
|
<ul>
|
|
<li>Vertical Nav</li>
|
|
<li>Horizontal Nav</li>
|
|
<li>Footer with social links</li>
|
|
<li>Footer with text links</li>
|
|
<li>Footer with multiple columns</li>
|
|
<li>Prose / Typography styles</li>
|
|
</ul>
|
|
<section>
|
|
<h1>Headers</h1>
|
|
<header class="bg-maroon wht pal pax-ns">
|
|
<h1 class="fw4 fw1 ttu tc-l thin mega-l man">Tachyons</h1>
|
|
<h2 class="fw1 uc ttu tc-l tabs small f4-ns">
|
|
Performance-first responsive css patterns
|
|
</h2>
|
|
</header>
|
|
</section>
|
|
</main>
|
|
</body>
|
|
</html>
|