mirror of
https://github.com/jlengrand/IvolutionWebsite.git
synced 2026-03-10 08:31:18 +00:00
102 lines
2.6 KiB
HTML
102 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Ivolution</title>
|
|
<meta name="description" content="">
|
|
<meta name="author" content="Julien Lengrand-Lambert">
|
|
|
|
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
|
|
<!--[if lt IE 9]>
|
|
<script src="./theme/html5.js"></script>
|
|
<![endif]-->
|
|
|
|
<!-- Le styles -->
|
|
<link href="./theme/bootstrap.min.css" rel="stylesheet">
|
|
<link href="./theme/local.css" rel="stylesheet">
|
|
<link href="./theme/pygments.css" rel="stylesheet">
|
|
|
|
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<div class="topbar">
|
|
<div class="topbar-inner">
|
|
<div class="container-fluid">
|
|
<a class="brand" href="./index.html">Ivolution</a>
|
|
<ul class="nav">
|
|
|
|
<a href="https://github.com/jlengrand/FaceMovie">Find me on GitHub!</a>
|
|
|
|
</ul>
|
|
<p class="pull-right"><a href="./archives.html">[archives]</a> <a href="./tags.html">[tags]</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container-fluid">
|
|
<div class="sidebar">
|
|
<div class="well">
|
|
<h3>Contents</h3>
|
|
<ul>
|
|
|
|
|
|
<li><a href="./pages/About.html">About</a></li>
|
|
|
|
<li><a href="./pages/Downloads.html">Downloads</a></li>
|
|
|
|
<li><a href="./pages/FAQ.html">Frequent Asked Questions</a></li>
|
|
|
|
<li><a href="./pages/FutureDevelopments.html">Future Developments</a></li>
|
|
|
|
<li><a href="./pages/Installation.html">Installation</a></li>
|
|
|
|
<li><a href="./pages/Ivolution.html">Ivolution Project</a></li>
|
|
|
|
<li><a href="./pages/MainInterface.html">Main Interface.</a></li>
|
|
|
|
<li><a href="./pages/OneMinuteTutorial.html">1 minute kick-off</a></li>
|
|
|
|
<li><a href="./pages/Settings.html">Settings</a></li>
|
|
|
|
|
|
</ul>
|
|
<h3>Other Links</h3>
|
|
<ul>
|
|
|
|
<li><a href="http://docs.notmyidea.org/alexis/pelican/">Pelican</a></li>
|
|
|
|
<li><a href="http://python.org">Python.org</a></li>
|
|
|
|
<li><a href="http://jinja.pocoo.org">Jinja2</a></li>
|
|
|
|
<li><a href="#">You can modify those links in your config file</a></li>
|
|
|
|
</ul>
|
|
<div class="social">
|
|
<h3>Social</h3>
|
|
<ul>
|
|
|
|
<li><a href="#">You can add links in your config file</a></li>
|
|
|
|
<li><a href="#">Another social link</a></li>
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="content">
|
|
<div class="page-header"><h1>Ivolution <small>[archive]</small></h1></div>
|
|
|
|
|
|
|
|
<footer>
|
|
<p> Powered by <a href="http://alexis.notmyidea.org/pelican/">Pelican</a>, theme based on <a href="http://twitter.github.com/bootstrap/">Bootstrap, from Twitter</a>.</p>
|
|
<p>© Julien Lengrand-Lambert 2011</p>
|
|
</footer>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html> |