blog.notmyidea.org/authors.html
2019-12-14 21:16:02 +01:00

95 lines
No EOL
4.1 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 - Authors</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"/>
</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">
<h3 class="masthead-title">
<a href="https://blog.notmyidea.org/" title="Home">Carnets en ligne</a>
</h3>
</div>
</div>
<div class="container content">
<h1>Authors on Carnets en ligne</h1>
<ul> <li><a href="https://blog.notmyidea.org/author/.html"></a> (116)</li>
<li><a href="https://blog.notmyidea.org/author/aude-vidal.html">Aude Vidal</a> (2)</li>
<li><a href="https://blog.notmyidea.org/author/christine-delphy.html">Christine Delphy</a> (1)</li>
<li><a href="https://blog.notmyidea.org/author/francis-dupuis-deri.html">Françis Dupuis-Déri</a> (1)</li>
<li><a href="https://blog.notmyidea.org/author/harrison-owen.html">Harrison Owen</a> (1)</li>
<li><a href="https://blog.notmyidea.org/author/jean-leon-beauvois.html">Jean-léon Beauvois</a> (1)</li>
<li><a href="https://blog.notmyidea.org/author/jeremie-cravatte.html">Jérémie Cravatte</a> (1)</li>
<li><a href="https://blog.notmyidea.org/author/john-stolenberg.html">John Stolenberg</a> (1)</li>
<li><a href="https://blog.notmyidea.org/author/leo-thiers-vidal.html">Léo Thiers-Vidal</a> (1)</li>
<li><a href="https://blog.notmyidea.org/author/peter-gelderloos.html">Peter Gelderloos</a> (1)</li>
</ul>
</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>