blog.notmyidea.org/category/lectures.html
2019-12-13 14:56:04 +01:00

134 lines
No EOL
5.7 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>Lectures</h2></span></li>
<li>
<span class="metadata date">novembre 2019</span>
<a class="post_title" href="/la-conjuration-des-egos.html">La conjuration des égos</a>&nbsp;
<span class="metadata category">Lectures</span> </li>
<li>
<span class="metadata date">octobre 2019</span>
<a class="post_title" href="/leffondrement-parlons-en.html">L'effondrement, parlons-en...</a>&nbsp;
<span class="metadata category">Lectures</span> </li>
<li>
<span class="metadata date">octobre 2019</span>
<a class="post_title" href="/refuser-detre-un-homme.html">Refuser d'être un homme</a>&nbsp;
<span class="metadata category">Lectures</span> </li>
<li>
<span class="metadata date">septembre 2019</span>
<a class="post_title" href="/antisexisme-ou-antiracisme-un-faux-dilemme.html">Antisexisme ou antiracisme ? Un faux dilemme</a>&nbsp;
<span class="metadata category">Lectures</span> </li>
<li>
<span class="metadata date">septembre 2019</span>
<a class="post_title" href="/egologie.html">Égologie</a>&nbsp;
<span class="metadata category">Lectures</span> </li>
<li>
<span class="metadata date">septembre 2019</span>
<a class="post_title" href="/hommes-anarchistes-face-au-feminisme.html">Hommes Anarchistes face au féminisme</a>&nbsp;
<span class="metadata category">Lectures</span> </li>
<li>
<span class="metadata date">septembre 2019</span>
<a class="post_title" href="/les-illusions-liberales-individualisme-et-pouvoir-social.html">Les illusions libérales, individualisme et pouvoir social</a>&nbsp;
<span class="metadata category">Lectures</span> </li>
<li>
<span class="metadata date">septembre 2019</span>
<a class="post_title" href="/open-space-technology.html">Open space technology</a>&nbsp;
<span class="metadata category">Lectures</span> </li>
<li>
<span class="metadata date">août 2019</span>
<a class="post_title" href="/rupture-anarchiste-et-trahison-pro-feministe.html">Rupture anarchiste et trahison pro-féministe</a>&nbsp;
<span class="metadata category">Lectures</span> </li>
<li>
<span class="metadata date">juin 2019</span>
<a class="post_title" href="/comment-la-non-violence-protege-letat.html">Comment la non-violence protège l'état</a>&nbsp;
<span class="metadata category">Lectures</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>