mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-01 22:56:12 +02:00
Working docs
This commit is contained in:
parent
47a3a75083
commit
e9a39db3eb
16 changed files with 5852 additions and 0 deletions
15
templates/footer.html
Normal file
15
templates/footer.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
</div> <!-- /span10 -->
|
||||
</div>
|
||||
|
||||
</div> <!-- /container -->
|
||||
|
||||
<!-- Le javascript
|
||||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
||||
<script src="js/jrnl.js"></script>
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
50
templates/header.html
Normal file
50
templates/header.html
Normal file
|
@ -0,0 +1,50 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>jrnl</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="Manuel Ebert">
|
||||
|
||||
<!-- Le styles -->
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="css/jrnl.css" rel="stylesheet">
|
||||
<style>
|
||||
body {
|
||||
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<link rel="shortcut icon" href="img/favicon.png">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body data-spy="scroll">
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="logo row">
|
||||
<div class="span2"> </div>
|
||||
<div class="span10"> </div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
<div class="span2 navcontain">
|
||||
<div class="leftlogo"></div>
|
||||
<div class="sidebar-nav" id='navbar'>
|
||||
<ul class="nav nav-list">
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="span10 content">
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue