More design work

This commit is contained in:
Manuel Ebert 2013-09-11 10:58:44 -07:00
parent acb69a472d
commit 3d943591cb
18 changed files with 657 additions and 2827 deletions

View file

@ -10,18 +10,17 @@
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="static/css/normalize.min.css">
<link rel="stylesheet" href="static/css/main.css">
<link rel="stylesheet" href="{{ pathto('_static/css/main.css', 1) }}">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="static/css/jrnl.css">
<link rel="stylesheet" href="{{ pathto('_static/css/jrnl.css', 1) }}">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body id="landing">
<div id="upper">
<div id="title">
<img id="logo" src="static/img/logo.png" title="jrnl"/>
<img id="logo" src="{{ pathto('_static/img/logo.png', 1) }}" title="jrnl"/>
<h1>Collect your thoughts and notes<br />without leaving the command line</h1>
</div>
<div id="prompt">
@ -31,9 +30,9 @@
</div>
</div>
<div id="nav">
<a href="/docs" title="Documentation">Documenation</a>
<a href="{{ pathto('installation') }}" title="Documentation">Documenation</a>
<a href="http://github.com/maebert/jrnl" title="View on Github">Fork me on GitHub</a>
<a href="/qs" title="Quick Start" class="cta">Download &#9654;</a>
<a href="{{ pathto('installation') }}" title="Quick Start" class="cta">Download &#9654;</a>
</div>
<div id="lower">
<div class="row3">
@ -77,7 +76,7 @@
</div>
</div>
<script src="static/js/landing.js"></script>
<script src="{{ pathto('_static/js/landing.js', 1) }}"></script>
<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];