mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-29 03:52:38 +02:00
118 lines
No EOL
4.5 KiB
HTML
118 lines
No EOL
4.5 KiB
HTML
|
||
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||
|
||
<title>Carnets en ligne</title>
|
||
|
||
<meta charset="utf-8" />
|
||
<link href="https://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Carnets en ligne Full Atom Feed" />
|
||
<link rel="stylesheet" href="https://blog.notmyidea.org/theme/css/poole.css"/>
|
||
<link rel="stylesheet" href="https://blog.notmyidea.org/theme/css/syntax.css"/>
|
||
<link rel="stylesheet" href="https://blog.notmyidea.org/theme/css/lanyon.css"/>
|
||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
|
||
<link rel="stylesheet" href="https://blog.notmyidea.org/theme/css/styles.css"/>
|
||
<style>
|
||
|
||
</style>
|
||
</head>
|
||
|
||
<body>
|
||
<!-- Target for toggling the sidebar `.sidebar-checkbox` is for regular
|
||
styles, `#sidebar-checkbox` for behavior. -->
|
||
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox">
|
||
<!-- Toggleable sidebar -->
|
||
<div class="sidebar" id="sidebar">
|
||
<div class="sidebar-item">
|
||
<div class="profile">
|
||
<img src="https://blog.notmyidea.org/theme/img/profile.png"/>
|
||
</div>
|
||
</div>
|
||
|
||
<nav class="sidebar-nav">
|
||
<a class="sidebar-nav-item" href="/">Articles</a>
|
||
|
||
</nav>
|
||
</div> <div class="wrap">
|
||
<div class="masthead">
|
||
<div class="container-wide">
|
||
<h3 class="masthead-title">
|
||
<a href="https://blog.notmyidea.org/" title="Home">Carnets en ligne</a>
|
||
</h3>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="container-wide content">
|
||
<div class="content-title">
|
||
|
||
<div class="posts">
|
||
<ul class="articles_list">
|
||
<li><span class="metadata date"><h2>Journal</h2></span></li>
|
||
<li>
|
||
<span class="metadata date">juillet 2019</span>
|
||
<a class="post_title" href="/ours.html">Ours</a>
|
||
<span class="metadata category">Journal</span> </li>
|
||
<li>
|
||
<span class="metadata date">juin 2019</span>
|
||
<a class="post_title" href="/velo.html">Vélo</a>
|
||
<span class="metadata category">Journal</span> </li>
|
||
<li>
|
||
<span class="metadata date">juin 2019</span>
|
||
<a class="post_title" href="/un-espace-des-communs-rennais.html">Un espace des communs Rennais ?</a>
|
||
<span class="metadata category">Journal</span> </li>
|
||
<li>
|
||
<span class="metadata date">mai 2019</span>
|
||
<a class="post_title" href="/un-an.html">Brasserie - petit bilan, après un an d’existence</a>
|
||
<span class="metadata category">Journal</span> </li>
|
||
<li>
|
||
<span class="metadata date">mars 2016</span>
|
||
<a class="post_title" href="/focusing-on-what-matters.html">Focusing on what matters</a>
|
||
<span class="metadata category">Journal</span> </li>
|
||
<li>
|
||
<span class="metadata date">mars 2016</span>
|
||
<a class="post_title" href="/lhorizon.html">L'horizon</a>
|
||
<span class="metadata category">Journal</span> </li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<label for="sidebar-checkbox" class="sidebar-toggle"></label>
|
||
|
||
<script>
|
||
(function(document) {
|
||
var i = 0;
|
||
// snip empty header rows since markdown can't
|
||
var rows = document.querySelectorAll('tr');
|
||
for(i=0; i<rows.length; i++) {
|
||
var ths = rows[i].querySelectorAll('th');
|
||
var rowlen = rows[i].children.length;
|
||
if (ths.length > 0 && ths.length === rowlen) {
|
||
rows[i].remove();
|
||
}
|
||
}
|
||
})(document);
|
||
</script>
|
||
|
||
<script>
|
||
/* Lanyon & Poole are Copyright (c) 2014 Mark Otto. Adapted to Pelican 20141223 and extended a bit by @thomaswilley */
|
||
(function(document) {
|
||
var toggle = document.querySelector('.sidebar-toggle');
|
||
var sidebar = document.querySelector('#sidebar');
|
||
var checkbox = document.querySelector('#sidebar-checkbox');
|
||
document.addEventListener('click', function(e) {
|
||
var target = e.target;
|
||
if(!checkbox.checked ||
|
||
sidebar.contains(target) ||
|
||
(target === checkbox || target === toggle)) return;
|
||
checkbox.checked = false;
|
||
}, false);
|
||
})(document);
|
||
</script>
|
||
</div>
|
||
</body>
|
||
</html> |