Adding things I want to do later. Really just keeping my commit streak
alive.
This commit is contained in:
parent
fdd843b68d
commit
cf2a63b543
1 changed files with 30 additions and 0 deletions
30
examples.html
Normal file
30
examples.html
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<!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 rel="stylesheet" href="css/i.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<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>
|
||||||
|
</main>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue