Update docs.html to use Jekylls default layout
This commit is contained in:
parent
0a3adeff07
commit
1ffffb4da8
1 changed files with 5 additions and 99 deletions
104
docs.html
104
docs.html
|
@ -1,66 +1,8 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<title>Documentation | Pico</title>
|
||||
<!--link rel="shortcut icon" type="image/x-icon" href="style/images/favicon.png" /-->
|
||||
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
|
||||
<link rel="stylesheet" type="text/css" href="style/css/color/red.css" media="all" />
|
||||
<link rel="stylesheet" type="text/css" href="style/css/media-queries.css" media="all" />
|
||||
<link rel="stylesheet" type="text/css" href="style/js/fancybox/jquery.fancybox.css" media="all" />
|
||||
<link rel="stylesheet" type="text/css" href="style/js/fancybox/helpers/jquery.fancybox-thumbs.css?v=1.0.2" />
|
||||
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" href="style/type/fontello.css">
|
||||
<!--[if IE 8]>
|
||||
<link rel="stylesheet" type="text/css" href="style/css/ie8.css" media="all" />
|
||||
<![endif]-->
|
||||
<!--[if IE 9]>
|
||||
<link rel="stylesheet" type="text/css" href="style/css/ie9.css" media="all" />
|
||||
<![endif]-->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="style/js/html5.js" type="text/javascript"></script>
|
||||
<![endif]-->
|
||||
<script type="text/javascript" src="style/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="style/js/ddsmoothmenu.js"></script>
|
||||
<script type="text/javascript" src="style/js/jquery.isotope.min.js"></script>
|
||||
<script type="text/javascript" src="style/js/selectnav.js"></script>
|
||||
<script type="text/javascript" src="style/js/jquery.slickforms.js"></script>
|
||||
<script type="text/javascript" src="style/js/jquery.easytabs.min.js"></script>
|
||||
<script type="text/javascript" src="style/js/jquery.fitvids.js"></script>
|
||||
<script type="text/javascript" src="style/js/jquery.fancybox.pack.js"></script>
|
||||
<script type="text/javascript" src="style/js/fancybox/helpers/jquery.fancybox-thumbs.js?v=1.0.2"></script>
|
||||
<script type="text/javascript" src="style/js/fancybox/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
|
||||
<script type="text/javascript" src="style/js/jquery.themepunch.plugins.min.js"></script>
|
||||
<script type="text/javascript" src="style/js/jquery.themepunch.revolution.min.js"></script>
|
||||
<script type="text/javascript" src="style/js/jquery.touchcarousel-1.2.min.js"></script>
|
||||
<script type="text/javascript" src="style/js/twitter.min.js"></script>
|
||||
<script type="text/javascript" src="style/js/boostrapslider.js"></script>
|
||||
</head>
|
||||
<body class="full-layout">
|
||||
<!-- Begin Body Wrapper -->
|
||||
<div class="body-wrapper">
|
||||
<!-- Begin Top Wrapper -->
|
||||
<div class="top-wrapper">
|
||||
<header>
|
||||
<div class="inner">
|
||||
<div class="logo"><a href="index.html"><img src="style/images/logo.png" alt="" /></a></div>
|
||||
<!-- Begin Menu -->
|
||||
<nav id="menu" class="menu">
|
||||
<ul id="tiny">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li class="active"><a href="docs.html">Docs</a></li>
|
||||
<li><a href="plugins.html">Plugins</a></li>
|
||||
<li><a href="download.html">Download</a></li>
|
||||
<li><a href="hosting.html">Hosting</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- End Menu -->
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</header>
|
||||
</div>
|
||||
<!-- End Top Wrapper -->
|
||||
---
|
||||
layout: default
|
||||
title: Docs
|
||||
---
|
||||
|
||||
<!-- Begin Light Wrapper -->
|
||||
<div class="light-wrapper">
|
||||
|
||||
|
@ -308,39 +250,3 @@ Layout: 2col
|
|||
<!-- End Inner -->
|
||||
</div>
|
||||
<!-- End Light Wrapper -->
|
||||
|
||||
<!-- Begin Footer Wrapper -->
|
||||
<footer class="aligncenter">
|
||||
<!-- Begin Inner -->
|
||||
<div class="inner">
|
||||
<h1>Want to Contribute?</h1>
|
||||
<p class="description">Help make Pico better by checking out the <a href="https://github.com/gilbitron/Pico">GitHub repository</a> and submitting pull requests.<br />
|
||||
If you find a bug please report it on the <a href="https://github.com/gilbitron/Pico/issues">issues page</a>.</p>
|
||||
<ul class="social">
|
||||
<li><a href="https://twitter.com/dev7studioshq"><i class="icon-s-twitter"></i></a></li>
|
||||
<li><a href="https://www.facebook.com/dev7studios"><i class="icon-s-facebook"></i></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Begin Inner -->
|
||||
</footer>
|
||||
<!-- End Footer Wrapper -->
|
||||
|
||||
<!-- Begin Sub Footer Wrapper -->
|
||||
<div class="subfooter-wrapper">
|
||||
<!-- Begin Inner -->
|
||||
<div class="inner">
|
||||
<p>Pico was made by <a href="http://gilbert.pellegrom.me">Gilbert Pellegrom</a> from <a href="http://dev7studios.com">Dev7studios</a>.
|
||||
Released under the MIT license.</p>
|
||||
</div>
|
||||
<!-- Begin Inner -->
|
||||
</div>
|
||||
<!-- End Sub Footer Wrapper -->
|
||||
|
||||
</div>
|
||||
<!-- End Body Wrapper -->
|
||||
<script type="text/javascript" src="style/js/scripts.js"></script>
|
||||
<script src="//static.getclicky.com/js" type="text/javascript"></script>
|
||||
<script type="text/javascript">try{ clicky.init(100720523); }catch(e){}</script>
|
||||
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100720523ns.gif" /></p></noscript>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue