|
| 1 | +<!DOCTYPE HTML> |
| 2 | +<!-- |
| 3 | +Linear by TEMPLATED |
| 4 | +templated.co @templatedco |
| 5 | +Released for free under the Creative Commons Attribution 3.0 license (templated.co/license) |
| 6 | +--> |
| 7 | +<html> |
| 8 | +<head> |
| 9 | + <title>Linear by TEMPLATED</title> |
| 10 | + <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
| 11 | + <meta name="description" content="" /> |
| 12 | + <meta name="keywords" content="" /> |
| 13 | + <link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,700,500,900' rel='stylesheet' type='text/css'> |
| 14 | + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> |
| 15 | + <script src="/assets/js/skel.min.js"></script> |
| 16 | + <script src="/assets/js/skel-panels.min.js"></script> |
| 17 | + <script src="/assets/js/init.js"></script> |
| 18 | + <noscript> |
| 19 | + <link rel="stylesheet" href="/assets/css/skel-noscript.css" /> |
| 20 | + <link rel="stylesheet" href="/assets/css/style.css" /> |
| 21 | + <link rel="stylesheet" href="/assets/css/style-desktop.css" /> |
| 22 | + </noscript> |
| 23 | +</head> |
| 24 | +<body> |
| 25 | + |
| 26 | + <!-- Header --> |
| 27 | + <div id="header"> |
| 28 | + {% include nav.html %} |
| 29 | + <div class="container"> |
| 30 | + |
| 31 | + <!-- Logo --> |
| 32 | + <div id="logo"> |
| 33 | + <h1><a href="#">Linear</a></h1> |
| 34 | + <span class="tag">By TEMPLATED</span> |
| 35 | + </div> |
| 36 | + </div> |
| 37 | + </div> |
| 38 | + <!-- Header --> |
| 39 | + {{ content }} |
| 40 | + |
| 41 | + <!-- Tweet --> |
| 42 | + <div id="tweet"> |
| 43 | + <div class="container"> |
| 44 | + <section> |
| 45 | + <blockquote>“In posuere eleifend odio. Quisque semper augue mattis wisi. Maecenas ligula. Pellentesque viverra vulputate enim. Aliquam erat volutpat.”</blockquote> |
| 46 | + </section> |
| 47 | + </div> |
| 48 | + </div> |
| 49 | + |
| 50 | + |
| 51 | +<!-- Footer --> |
| 52 | +<div id="footer"> |
| 53 | + <div class="container"> |
| 54 | + <section> |
| 55 | + <header> |
| 56 | + <h2>Get in touch</h2> |
| 57 | + <span class="byline">Integer sit amet pede vel arcu aliquet pretium</span> |
| 58 | + </header> |
| 59 | + <ul class="contact"> |
| 60 | + <li><a href="#" class="fa fa-twitter"><span>Twitter</span></a></li> |
| 61 | + <li class="active"><a href="#" class="fa fa-facebook"><span>Facebook</span></a></li> |
| 62 | + <li><a href="#" class="fa fa-dribbble"><span>Pinterest</span></a></li> |
| 63 | + <li><a href="#" class="fa fa-tumblr"><span>Google+</span></a></li> |
| 64 | + </ul> |
| 65 | + </section> |
| 66 | + </div> |
| 67 | +</div> |
| 68 | + |
| 69 | +<!-- Copyright --> |
| 70 | +<div id="copyright"> |
| 71 | + <div class="container"> |
| 72 | + Design: <a href="http://templated.co">TEMPLATED</a> Images: <a href="http://unsplash.com">Unsplash</a> (<a href="http://unsplash.com/cc0">CC0</a>) |
| 73 | + Jekyll Template: <a href="http://cloudcannon.com">Cloud Cannon</a> |
| 74 | + </div> |
| 75 | +</div> |
| 76 | + |
| 77 | +</body> |
| 78 | +</html> |
0 commit comments