add qzine blog and cil_gometz
This commit is contained in:
parent
ba63e60bc2
commit
7e0780c514
@ -2,9 +2,10 @@
|
|||||||
# conversion des pages d'articles depuis le dossier source en orgmode
|
# conversion des pages d'articles depuis le dossier source en orgmode
|
||||||
|
|
||||||
# liste des dossiers à convertir
|
# liste des dossiers à convertir
|
||||||
#blogs_folders=("dragonfeu_blog" "tykayn_blog" "cipherbliss_blog")
|
#blogs_folders=("dragonfeu_blog" "tykayn_blog" "cipherbliss_blog" "qzine_blog" "cil_gometz")
|
||||||
# blogs_folders=("dragonfeu_blog")
|
# blogs_folders=("dragonfeu_blog")
|
||||||
blogs_folders=("tykayn_blog")
|
# blogs_folders=("tykayn_blog")
|
||||||
|
blogs_folders=("cil_gometz")
|
||||||
# blogs_folders=("cipherbliss_blog")
|
# blogs_folders=("cipherbliss_blog")
|
||||||
source_file_extension="org"
|
source_file_extension="org"
|
||||||
|
|
||||||
|
@ -0,0 +1,218 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">cil_gometz</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 6</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2020-05-13 21:51:41></li>
|
||||||
|
<li>modifié: <2020-05-18 18:27:56></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="à-propos-du-cil-de-gometz-la-ville">à propos du CIL de Gometz la
|
||||||
|
ville</h2>
|
||||||
|
<p>Nous sommes des amateurs non-professionnels, certains d'entre nous
|
||||||
|
ont utilisé (ou utilisent) l'informatique dans le cadre de leur activité
|
||||||
|
professionnelle mais aucun d'entre nous n'est informaticien (sauf <a
|
||||||
|
href="https://www.cipherbliss.com">tykayn</a> qui a retapé ce site).</p>
|
||||||
|
<p>Nos déboires avec les logiciels commerciaux (surtout ceux de
|
||||||
|
Microsoft) font que nous nous sommes tournés vers les logiciels libres
|
||||||
|
et en particulier vers le système Linux dans ses diverse versions.Nous
|
||||||
|
ne sommes pas pour autant opposés à tout logiciel commercial mais si un
|
||||||
|
logiciel libre fait la même chose qu'un logiciel commercial, nous
|
||||||
|
préférons le logiciel libre.<br />
|
||||||
|
Chacune de nos réunions nous permet de progresser et de mieux comprendre
|
||||||
|
ce qu'est l'informatique : un peu de système (terminal et ligne de
|
||||||
|
commande), un peu de bureautique (traitement de texte, tableur…), un peu
|
||||||
|
de programmation (Python), un peu de gestion de photos… et voilà !</p>
|
||||||
|
<p>Tout amateur, même (et surtout) débutant, est le bien venu et nous
|
||||||
|
l'aiderons du mieux possible tout en profitant de ses connaissances.</p>
|
||||||
|
<p>MJC de Gometz le châtel le mardi de 14h à 16h</p>
|
||||||
|
<p><br />
|
||||||
|
<a
|
||||||
|
href="https://www.openstreetmap.org/#map=19/48.67847/2.13797&layers=N">Afficher
|
||||||
|
une carte plus grande</a></p>
|
||||||
|
<p> </p>
|
||||||
|
<p>CIL (Club Informatique-Libre)</p>
|
||||||
|
<p>76 rue Saint Nicolas</p>
|
||||||
|
<p>91940 Gometz-le-Châtel - FRANCE</p>
|
||||||
|
<p> </p>
|
||||||
|
<p> </p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>blog<sub>cilgometz</sub> <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,264 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">cil_gometz</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 11</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2020-05-18 17:22:43></li>
|
||||||
|
<li>modifié: <2021-12-13 14:03:28></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="installation-de-linux-version-ubuntu-1">Installation de Linux
|
||||||
|
(version Ubuntu)</h2>
|
||||||
|
<p>:CUSTOM<sub>ID</sub>: décider</p>
|
||||||
|
<div class="END drawer">
|
||||||
|
<p>Si une fois ces étapes franchies il reste moins de 60 Go libres il
|
||||||
|
n'est pas raisonnable d'installer Linux… sinon il faut se lancer en
|
||||||
|
utilisant le troisième choix de l'installateur… On arrive donc au moment
|
||||||
|
des choix cruciaux… sans qu'il y ait encore de risque parce que
|
||||||
|
l'installateur ne fait que préparer une liste de commandes sans les
|
||||||
|
effectuer : ce n'est qu'à la fin, une fois l'ordre d'exécution donné que
|
||||||
|
cette liste de commandes sera appliquée.</p>
|
||||||
|
</div>
|
||||||
|
<p>Sur cet ordinateur deux systèmes sont déjà installés, Windows XP
|
||||||
|
(réparti sur les partitions sda2 et sda4, formatées en ntfs) et Linux
|
||||||
|
(réparti sur les partitions sda7 – pour « swap » – , sda5 et sda6
|
||||||
|
formatées en ext4). Votre ordinateur n'est évidemment pas configuré de
|
||||||
|
la même façon ! Il faudra, dans l'ordre :</p>
|
||||||
|
<ul>
|
||||||
|
<li>Réduire la partition Windows pour laisser au moins 60 Go
|
||||||
|
disponibles. Cette commande doit être exécutée avant de poursuivre mais
|
||||||
|
elle est sans danger.</li>
|
||||||
|
<li>Dans l'espace libre ainsi obtenu, créer une partition pour « swap »
|
||||||
|
de 2 ou 3 Go qui ne sera pas formatée ni montée.</li>
|
||||||
|
<li>Dans le reste de l'espace libre, créer une partition pour « / » de
|
||||||
|
20 à 30 Go qui sera formatée en « ext4 » et montée sur « / »</li>
|
||||||
|
<li>Créer avec tout ce qui reste une partition pour « /home » qui sera
|
||||||
|
formatée en « ext4 » et montée sur « /home ».</li>
|
||||||
|
</ul>
|
||||||
|
<p>Et après…</p>
|
||||||
|
<p>Arrivé là, l'installateur vous rappellera quels ont été vos choix et
|
||||||
|
vous demandera si on les exécute… c'est à partir de là que le retour en
|
||||||
|
arrière est « difficile »… pas toujours impossible mais difficile. Bien
|
||||||
|
entendu il y aura quelques questions basiques du genre « comment tu
|
||||||
|
t'appelles ? » etc. mais plus rien de difficile. Il faut choisir un nom
|
||||||
|
d'utilisateur et un mot de passe… choisissez les bien et souvenez-vous
|
||||||
|
en ! N'oubliez pas la règle générale pour les mots de passe : une base
|
||||||
|
combinant chiffres et lettres suffixée par la cible du mot de passe « en
|
||||||
|
clair ».</p>
|
||||||
|
<h2 id="annexe">Annexe</h2>
|
||||||
|
<p>Liste des répertoires principaux et leur rôle :</p>
|
||||||
|
<ul>
|
||||||
|
<li>/ le répertoire racine</li>
|
||||||
|
<li>/bin les fichiers exécutables (en binaire) (initialisation du
|
||||||
|
système
|
||||||
|
<ul>
|
||||||
|
<li>commandes « essentielles »)</li>
|
||||||
|
</ul></li>
|
||||||
|
<li>/boot le noyau vmlinuz et les fichiers de démarrage</li>
|
||||||
|
<li>/dev répertoire de fichiers spéciaux, qui servent de canaux de
|
||||||
|
communication avec les périphériques (disques, adaptateur réseau, cartes
|
||||||
|
son etc…). Ce sont les « devices ».</li>
|
||||||
|
<li>/etc les fichiers de configuration du système et les principaux
|
||||||
|
scripts de paramétrage</li>
|
||||||
|
<li>/etc/rc.d scripts de démarrage du système</li>
|
||||||
|
<li>/etc/X11 scripts de configuration du serveur X</li>
|
||||||
|
<li>/etc/sysconfig configuration des périphériques</li>
|
||||||
|
<li>/etc/cron description des tâches périodiques à effectuer</li>
|
||||||
|
<li>/etc/skel fichiers recopiés dans le dossier personnel d'un nouvel
|
||||||
|
utilisateur</li>
|
||||||
|
<li>/home la racine des répertoires personnels des utilisateurs</li>
|
||||||
|
<li>/lib les bibliothèques et les modules du noyau</li>
|
||||||
|
<li>/mnt la racine des points de montage des systèmes de fichiers
|
||||||
|
périphériques ou extérieurs (cd, disquette, nfs ..).</li>
|
||||||
|
<li>/opt lieu d'installation d'applications supplémentaires (comme
|
||||||
|
starOffice, java ..)</li>
|
||||||
|
<li>/root répertoire personnel du super-utilisateur root</li>
|
||||||
|
<li>/sbin les fichiers exécutables pour l'administration du système</li>
|
||||||
|
<li>/tmp stockage des fichiers temporaires</li>
|
||||||
|
<li>/usr programmes accessibles à tout utilisateur; sa structure
|
||||||
|
reproduit celle de la racine /</li>
|
||||||
|
<li>/var données variables liées à la machine (fichiers d'impression,
|
||||||
|
traces de connexions http, smb .. dans /var/log)</li>
|
||||||
|
<li>/proc ce pseudo-répertoire contient une « image » du système (
|
||||||
|
/proc/kcore est l'image de la RAM</li>
|
||||||
|
</ul>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>blog<sub>cilgometz</sub> <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,216 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">cil_gometz</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 14</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2020-05-18 18:13:55></li>
|
||||||
|
<li>modifié: <2021-12-13 14:02:10></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="libre-en-fête-2019">Libre en fête 2019</h2>
|
||||||
|
<p><strong>23-24 mars 2019</strong> salle de musique espace Barbara
|
||||||
|
Gometz-le-Châtel 10h – 16h Exposition / démonstrations /conférences Les
|
||||||
|
logiciels libres, pourquoi et comment… ne laissez pas les GAFAM vous
|
||||||
|
piller et vous espionner sans réagir : venez vous informer !</p>
|
||||||
|
<p><strong>samedi 23 mars</strong></p>
|
||||||
|
<ul>
|
||||||
|
<li>10h-11h : Qu'est-ce qu'un logiciel libre ? Un format libre ?</li>
|
||||||
|
<li>11h-12h : Exemples de logiciels libres en démonstration (VLC,
|
||||||
|
LibreOffice, Digikam, Rhythmbox, Firefox, K3b, Xcas, Calc, Python…)</li>
|
||||||
|
<li>12h-12h30 : De l'intérêt financier à utiliser des logiciels libres :
|
||||||
|
l'exemple de Voisins-le-Bretonneux.</li>
|
||||||
|
<li>Pause déjeuner</li>
|
||||||
|
<li>14h-16h : Système libre : Linux, installation, utilisation, les
|
||||||
|
différentes versions… et toujours exemples de logiciels libres en
|
||||||
|
démonstration.</li>
|
||||||
|
</ul>
|
||||||
|
<p><strong>dimanche 24 mars</strong></p>
|
||||||
|
<ul>
|
||||||
|
<li>10h-11h30 : Qu'est-ce qu'internet ? Projection d'une conférence de
|
||||||
|
Benjamin Bayart</li>
|
||||||
|
<li>11h30-12h30 : La loi sur la vente liée et son non-respect.</li>
|
||||||
|
<li>Pause déjeuner</li>
|
||||||
|
<li>14h-15h : L'éventualité d'une mini-taxe sur les GAFAM</li>
|
||||||
|
<li>15h-16h : Le « Big-Data »… « Terra Data »</li>
|
||||||
|
<li>16h : Matériel offert</li>
|
||||||
|
</ul>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>blog<sub>cilgometz</sub> <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,213 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">cil_gometz</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 18</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2020-05-18 18:16:18></li>
|
||||||
|
<li>modifié: <2021-12-13 14:04:16></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="les-amis-du-club-1">Les amis du Club</h2>
|
||||||
|
<p>Quelques amis à découvrir </p>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://www.gometzlechatel.fr/">Mairie
|
||||||
|
Gometz-le-Châtel</a></li>
|
||||||
|
<li><a href="http://www.april.org/">APRIL</a> (Association pour la
|
||||||
|
Promotion de l'Informatique Libre)</li>
|
||||||
|
<li><a href="http://www./aful.org">AFUL</a> (Association Francophone des
|
||||||
|
Utilisateurs du Libre)</li>
|
||||||
|
<li><a href="https://framasoft.org/fr/">FRAMASOFT (Fondation pour la
|
||||||
|
distribution de logiciels libres)</a></li>
|
||||||
|
<li><a href="https://www.ubuntu-fr.org/">UBUNTU (la version la plus
|
||||||
|
populaire et la plus utilisée de Linux)</a></li>
|
||||||
|
<li><a href="https://www.pseudo-sciences.org/">AFIS (Association
|
||||||
|
Française pour l'Information Scientifique)</a></li>
|
||||||
|
<li><a href="https://www.anumby.org/">AnumBy (Atelier Numérique de
|
||||||
|
Bures-sur-Yvette)</a></li>
|
||||||
|
<li><a href="https://liness.org/">Liness</a> (Linux en Essonne… à Juvisy
|
||||||
|
sur Orge)</li>
|
||||||
|
</ul>
|
||||||
|
<p>Notre addresse: <em>CIL (Club Informatique-Libre)</em></p>
|
||||||
|
<p><em>76 rue Saint Nicolas</em></p>
|
||||||
|
<p><em>91940 Gometz-le-Châtel – FRANCE</em></p>
|
||||||
|
<p> </p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>blog<sub>cilgometz</sub> <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,217 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">cil_gometz</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 17</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2020-05-18 18:16:34></li>
|
||||||
|
<li>modifié: <2020-05-18 18:28:19></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
<p><a href="id:4de4ac73-e9f6-41bc-a178-e26cf6c0949a">programmation</a>
|
||||||
|
<a
|
||||||
|
href="id:4c6e26e5-7ec2-4af3-a3c6-fd138db6d96b">ecrire-une-comptine-en-python-bonjour-le-jour</a></p>
|
||||||
|
<h2 id="cours-de-python-1">Cours de Python</h2>
|
||||||
|
<p>Pour programmer en Python il est souhaitable de disposer d'un EDI
|
||||||
|
(Environnement de Développement Intégré) et parmi les nombreux EDI
|
||||||
|
disponibles <a href="https://pyzo.org/index.html">PYZO</a> en est un
|
||||||
|
commode.</p>
|
||||||
|
<pre class="example"><code>Pour l'installer il suffit de suivre le mode d'emploi joint.
|
||||||
|
|
||||||
|
sudo apt-get install python3-pip python3-pyqt5 && sudo python3 -m pip install pyzo --upgrade && pyzo&
|
||||||
|
</code></pre>
|
||||||
|
<p>Nous sommes des amateurs non-professionnels, certains d'entre nous
|
||||||
|
ont utisé (ou utilisent) l'informatique dans le cadre de leur activité
|
||||||
|
professionnelle mais aucun d'entre nous n'est informaticien. Nos
|
||||||
|
déboires avec les logiciels commerciaux (surtout ceux de Microsoft) font
|
||||||
|
que nous nous sommes tournés vers les logiciels libres et en particulier
|
||||||
|
vers le système Linux dans ses diverse versions.Nous ne sommes pas pour
|
||||||
|
autant opposés à tout logiciel commercial mais si un logiciel libre fait
|
||||||
|
la même chose qu'un logiciel commercial, nous préférons le logiciel
|
||||||
|
libre. Chacune de nos réunions nous permet de progresser et de mieux
|
||||||
|
comprendre ce qu'est l'informatique : un peu de système (terminal et
|
||||||
|
ligne de commande), un peu de bureautique (traitement de texte,
|
||||||
|
tableur…), un peu de programmation (Python), un peu de gestion de
|
||||||
|
photos… et voilà ! Tout amateur, même (et surtout) débutant, est le bien
|
||||||
|
venu et nous l'aiderons du mieux possible tout en profitant de ses
|
||||||
|
connaissances. Rendez-vous à la MJC de Gometz la ville le mardi de 14h à
|
||||||
|
16h </p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>blog<sub>cilgometz</sub> <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,195 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">cil_gometz</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 22</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2020-05-18 18:19:47></li>
|
||||||
|
<li>modifié: <2020-05-18 18:51:35></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="notre-liste-de-diffusion-framaliste-1">Notre liste de diffusion
|
||||||
|
framaliste</h2>
|
||||||
|
<p>Abonnez-vous à la liste de diffusion par email: <a
|
||||||
|
href="https://framalistes.org/sympa/subscribe/cil-gometz">https://framalistes.org/sympa/subscribe/cil-gometz</a>
|
||||||
|
Voir les archives: <a
|
||||||
|
href="https://framalistes.org/sympa/arc/cil-gometz">https://framalistes.org/sympa/arc/cil-gometz</a></p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>blog<sub>cilgometz</sub> <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,199 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">cil_gometz</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 24</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2020-05-18 18:22:15></li>
|
||||||
|
<li>modifié: <2020-05-18 18:50:25></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="activités-en-cours">Activités en cours</h2>
|
||||||
|
<p>cette page répertorie les activités en cours pour l'association: *
|
||||||
|
nous avons un canal Riot / Matrix pour discuter et opérons des
|
||||||
|
rencontres via jitsi toutes les semaines. <a
|
||||||
|
href="https://riot.im/app/#/room/#cil-gometz:matrix.org">https://riot.im/app/#/room/#cil-gometz:matrix.org</a>
|
||||||
|
* cours de python et apprentissage, de l'hygiène numérique et des
|
||||||
|
logiciels libres, suivez nous sur la liste de diffusion framalistes. <a
|
||||||
|
href="https://framalistes.org/sympa/subscribe/cil-gometz">https://framalistes.org/sympa/subscribe/cil-gometz</a>
|
||||||
|
Voir les archives: <a
|
||||||
|
href="https://framalistes.org/sympa/arc/cil-gometz">https://framalistes.org/sympa/arc/cil-gometz</a></p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>blog<sub>cilgometz</sub> <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,201 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">cil_gometz</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 28</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2020-05-18 18:25:00></li>
|
||||||
|
<li>modifié: <2020-05-18 18:48:39></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
<p><a
|
||||||
|
href="id:682dfd88-f1b9-4b60-8aa4-1714ba338dbe">cil<sub>gometz</sub></a></p>
|
||||||
|
<h2 id="codage-dans-ℤpℤ">Codage dans ℤ/pℤ</h2>
|
||||||
|
<p>Division entière (euclidienne)Diviser a par b c'est chercher combien
|
||||||
|
de fois on peut trouver b dans a. Par exemple, diviser 15 par 7 c'est se
|
||||||
|
demander combien de fois il y a 7 dans 15… et la réponseest 2. Cette
|
||||||
|
réponse s'appelle quotient euclidien.Si q est le quotient de a par b on
|
||||||
|
n'a pas en général a=b×q. L'écart entre a et b×q est appelé reste et si
|
||||||
|
on appelle r ce reste on a: a=b×q+rRemarque: le reste r de la division
|
||||||
|
de a par b est toujours compris entre 0 et b:0⩽r<b <a
|
||||||
|
href="https://www.cil-gometz.org/wp-content/uploads/2020/03/Explications.pdf">suite
|
||||||
|
dans le pdf d'Explications</a></p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>blog<sub>cilgometz</sub> <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,207 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">cil_gometz</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 67</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2020-07-12 12:12:29></li>
|
||||||
|
<li>modifié: <2020-07-12 12:13:27></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="pacte-du-logiciel-libre-de-lapril-pour-les-élections">Pacte du
|
||||||
|
logiciel libre de l'APRIL pour les élections</h2>
|
||||||
|
<p>Voici un modèle de message à envoyer à ses élus pour les encourager à
|
||||||
|
signer le pacte du logiciel libre de l'APRIL</p>
|
||||||
|
<blockquote>
|
||||||
|
<p>Les élections municipales approchent et les bruits qui courent
|
||||||
|
laissent penser que peut-être deux listes seraient en présence à
|
||||||
|
Gometz-le-Châtel… Au cas où vous seriez concerné(e), je vous propose de
|
||||||
|
signer le "Pacte du logiciel libre" que je vous joins en pdf (format
|
||||||
|
libre qui permet à chacun de lire le document quel que soit le terminal
|
||||||
|
utilisé - et en étant assuré de ne pas recevoir de virus !). S'il vous
|
||||||
|
reste un peu de temps vous pouvez aussi vous informer <strong><a
|
||||||
|
href="https://april.org/s-engager-pour-le-logiciel-libre-a-l-occasion-des-municipales-de-mars-2020">ici</a></strong>.
|
||||||
|
Cordialement, <a
|
||||||
|
href="https://april.org/s-engager-pour-le-logiciel-libre-a-l-occasion-des-municipales-de-mars-2020">https://april.org/s-engager-pour-le-logiciel-libre-a-l-occasion-des-municipales-de-mars-2020</a>
|
||||||
|
</p>
|
||||||
|
</blockquote>
|
||||||
|
<p>Georges VINCENTS</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>blog<sub>cilgometz</sub> <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,233 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">cil_gometz</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 70</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2020-07-12 12:47:42></li>
|
||||||
|
<li>modifié: <2020-07-13 13:52:06></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="article-pour-le-journal-municipal-260">Article pour le journal
|
||||||
|
municipal 260</h2>
|
||||||
|
<p>Voici le texte de l'article du CIL pour le journal municipal, le
|
||||||
|
"Castelgometzien" N°260 début juillet 2020. Bonne réception. PS : Nous
|
||||||
|
espérons que la nouvelle municipalité cessera bientôt de soutenir les
|
||||||
|
GAFAM en utilisant des logiciels libres…</p>
|
||||||
|
<blockquote>
|
||||||
|
<p>Le confinement imposé par le gouvernement pour lutter contre la
|
||||||
|
Covid19 a imposé l'arrêt des activités du <strong>CIL</strong>
|
||||||
|
<strong>(Club informatique libre)</strong> en plein apprentissage de la
|
||||||
|
programmation. Nous reprendrons donc cet apprentissage en septembre !
|
||||||
|
Pendant ce confinement, les contacts via l'internet ont été
|
||||||
|
démultipliés, les communications via Whatsapp (entreprise américaine
|
||||||
|
rachetée par Facebook), Zoom (entreprise américaine), MSN (entreprise
|
||||||
|
américaine propriété de Microsoft) les achats via Amazon (entreprise
|
||||||
|
américaine) et autres logiciels des GAFAM
|
||||||
|
(Google-Amazon-Facebook-Apple-Microsoft) ont explosé puisque la
|
||||||
|
politique européenne fait que nous sommes totalement dépendants de ces
|
||||||
|
entreprises. Même les enseignants n'avaient d'autre possibilité pour
|
||||||
|
joindre les élèves que ces satanés GAFAM… qui en ont profité pour
|
||||||
|
accroître leurs bénéfices et pour compléter leurs collectes de données
|
||||||
|
personnelles : une aubaine tous ces jeunes qui ne savent pas se protéger
|
||||||
|
et qui étaient obligés de se connecter tous les jours et plusieurs fois
|
||||||
|
par jour ! Pourtant, il existe des logiciels de communication éthiques,
|
||||||
|
libres, respectueux de la vie privée, mais comme ils ne sont jamais
|
||||||
|
cités par les médias, plus jamais proposés par les administrations
|
||||||
|
(alors qu'ils ont été recommandés dans tout l'enseignement supérieur
|
||||||
|
pendant des années) ils restent confidentiels, utilisés seulement par
|
||||||
|
quelques militants… dont le CIL ! Chacun a vu à quel point le pays a été
|
||||||
|
démuni, n'ayant plus les moyens de produire ni masques, ni tests, ni
|
||||||
|
sur-blouses, mais a-t-on réalisé que nous sommes encore plus démunis
|
||||||
|
dans le domaine de l'informatique, complètement dépendants des
|
||||||
|
États-Unis, de la Chine et de la Corée ? *Le CIL continue de conseiller
|
||||||
|
l'utilisation des logiciels libres et peut vous aider dans leur
|
||||||
|
installation et leur prise en main.* Au début de l'année 2021, quand les
|
||||||
|
salles seront à nouveau ouvertes, et que les réunions de plus de 10
|
||||||
|
personnes seront possibles, le CIL espère pouvoir organiser une
|
||||||
|
« Install-Party<sup>*</sup> ». Georges VINCENTS (pour le CIL) contact :
|
||||||
|
<a href="mailto:cil-gometz@sfr.fr">cil-gometz@sfr.fr</a> /* Une
|
||||||
|
« Install-Party » est une réunion-conférence où les logiciels libres
|
||||||
|
sont exposés en démonstration et installés gratuitement sur les
|
||||||
|
ordinateurs des participants qui le souhaitent./</p>
|
||||||
|
</blockquote>
|
||||||
|
<p>Georges Vincents (pour le CIL)</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>blog<sub>cilgometz</sub> <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,323 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">cil_gometz</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 73</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2020-08-03 12:43:44></li>
|
||||||
|
<li>modifié: <2020-08-03 12:48:40></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
<p><a href="id:88e764f9-db26-4260-af21-99e18b9a79b0">cours-de-python</a>
|
||||||
|
<a href="id:4de4ac73-e9f6-41bc-a178-e26cf6c0949a">programmation</a> <a
|
||||||
|
href="id:682dfd88-f1b9-4b60-8aa4-1714ba338dbe">cil<sub>gometz</sub></a></p>
|
||||||
|
<h2 id="écrire-une-comptine-en-python---bonjour-le-jour">écrire une
|
||||||
|
comptine en python - Bonjour le jour!</h2>
|
||||||
|
<p>Salut les Cilleux et cilleuses,</p>
|
||||||
|
<p>Georges est en vacances, mais je vous propose de pratiquer le python
|
||||||
|
en fabriquant une comptine que ma fille chantait à la crèche, histoire
|
||||||
|
de ne pas trop rouiller pendant l'été et de voir comme on peut faire de
|
||||||
|
la réutilisation. (et pourquoi pas, faire du python avec les enfants
|
||||||
|
:D)</p>
|
||||||
|
<p>Cette comptine étant habituellement utilisée en crèche ou ailleurs
|
||||||
|
pour que tous les enfants retiennent le prénom des autres.</p>
|
||||||
|
<p>On va donc revoir plusieurs éléments déjà vu à la MJC de Gometz: les
|
||||||
|
fonctions, les boucles et les listes.</p>
|
||||||
|
<p>Créez votre fichier python dans votre éditer de texte préféré, perso
|
||||||
|
je recommande PyCharm, version communautaire qui est donc gratuit et
|
||||||
|
très complet.</p>
|
||||||
|
<p><code
|
||||||
|
class="verbatim">sudo snap install pycharm-community --classic</code></p>
|
||||||
|
<p>donc, dans un fichier comptine<sub>python</sub>.py, on veut faire
|
||||||
|
notre comptine qui va chanter ceci:</p>
|
||||||
|
<blockquote>
|
||||||
|
<p><em>#### c'est l'heure de la chanson #####</em> //</p>
|
||||||
|
<p><em>- Par la fenêtre ouverte</em> //</p>
|
||||||
|
<p><em>- bonjour, bonjour</em> //</p>
|
||||||
|
<p><em>- Par la fenêtre ouverte</em></p>
|
||||||
|
<p><em>- bonjour, le jour</em></p>
|
||||||
|
<p>/ /</p>
|
||||||
|
<p><em>- bonjour les pythons!</em> //</p>
|
||||||
|
<p><em>- bonjour les abeilles!</em> //</p>
|
||||||
|
<p><em>- bonjour les fleurs!</em></p>
|
||||||
|
<p>/ /</p>
|
||||||
|
<p><em>- Par la fenêtre ouverte</em> //</p>
|
||||||
|
<p><em>- bonjour, bonjour</em> //</p>
|
||||||
|
<p><em>- Par la fenêtre ouverte</em> //</p>
|
||||||
|
<p><em>- bonjour, le jour</em></p>
|
||||||
|
</blockquote>
|
||||||
|
<p>nous avons donc une première ligne, un refrain, une suite de
|
||||||
|
bonjours, et un refrain.</p>
|
||||||
|
<p>Le plus simple est de commencer par la première ligne, qu'il suffit
|
||||||
|
d'imprimer avec print.</p>
|
||||||
|
<blockquote>
|
||||||
|
<pre class="example"><code>print("##### c'est l'heure de la chanson #####")
|
||||||
|
</code></pre>
|
||||||
|
</blockquote>
|
||||||
|
<p>Ensuite, nous avons notre refrain. Au lieu de faire plein de print,
|
||||||
|
nous pouvons faire une fonction qui va imprimer toutes les lignes de ce
|
||||||
|
refrain , comme ça on pourra l'appeler deux fois pour faire notre
|
||||||
|
comptine.</p>
|
||||||
|
<p>Définissons donc la fonction refrain. On va écrire notre chaîne de
|
||||||
|
caractères entre une triple paire de guillemets afin de pouvoir écrire
|
||||||
|
sur plusieurs lignes le contenu de notre print.</p>
|
||||||
|
<pre class="example"><code>def refrain():
|
||||||
|
print("""
|
||||||
|
- Par la fenêtre ouverte
|
||||||
|
- bonjour, bonjour
|
||||||
|
- Par la fenêtre ouverte
|
||||||
|
- bonjour, le jour
|
||||||
|
""")
|
||||||
|
</code></pre>
|
||||||
|
<p> </p>
|
||||||
|
<p>Ensuite nous avons plusieurs bonjours dit à un destinataire
|
||||||
|
différent. Nous pouvons donc faire une fonction qui dit bonjour, définir
|
||||||
|
une liste de destinataires, et dire bonjour à chacun d'eux avec une
|
||||||
|
boucle.</p>
|
||||||
|
<p>Commençons par la liste de destinataires que sont les pythons, les
|
||||||
|
abeilles et les fleurs. On utilise des crochets pour définir une liste
|
||||||
|
et l'attribuer à une variable.</p>
|
||||||
|
<pre class="example"><code>destinataires = ['les pythons', 'les abeilles', 'les fleurs']
|
||||||
|
</code></pre>
|
||||||
|
<p>Pour leur dire bonjour on définit une fonction qui va avoir en
|
||||||
|
paramètre un destinataire, et on va imprimer dans la console un bonjour
|
||||||
|
avec le nom du destinataire. Pour mélanger ensemble une chaîne de
|
||||||
|
caractère et une variable, on va utiliser la substitution. ça consiste à
|
||||||
|
écrire dans la chaîne un %s, et après la chaîne à lui donner quoi
|
||||||
|
substituer avec un symbole pourcent % et le nom de la variable à
|
||||||
|
substituer. Ici on veut dire bonjour au destinataire, donc on écrit
|
||||||
|
<strong>% destinataire</strong>. il existe plusieurs façons de mélanger
|
||||||
|
des variables en python, le terme correct étant "concaténer". Je vous
|
||||||
|
laisse creuser le sujet si ça vous intéresse.</p>
|
||||||
|
<p>En tous cas, voici ce que donne notre fonction pour dire bonjour.</p>
|
||||||
|
<p>def dire<sub>bonjour</sub>(destinataire):</p>
|
||||||
|
<p>print('- bonjour %s!' % destinataire)</p>
|
||||||
|
<p>Nous n'avons plus qu'a rassembler le puzzle pour que lors de
|
||||||
|
l'éxécution de notre fichier de comptine on puisse voir la chanson en
|
||||||
|
entier. Il nous faut donc encore réaliser une boucle sur chaque élément
|
||||||
|
de notre liste de destinataires. On va utiliser la boucle <strong>for
|
||||||
|
in</strong> et leur passer le bonjour.</p>
|
||||||
|
<pre class="example"><code>for quelqun in destinataires:
|
||||||
|
dire_bonjour(quelqun)
|
||||||
|
Voilà!
|
||||||
|
</code></pre>
|
||||||
|
<p>Nous n'avons plus qu'à réorganiser nos lignes et demander au refrain
|
||||||
|
de s'exécuter avant et après la boucle.</p>
|
||||||
|
<pre class="example"><code># comptine de la chanson du bonjour
|
||||||
|
|
||||||
|
destinataires = ['les pythons', 'les abeilles', 'les fleurs']
|
||||||
|
|
||||||
|
def refrain():
|
||||||
|
print("""
|
||||||
|
- Par la fenêtre ouverte
|
||||||
|
- bonjour, bonjour
|
||||||
|
- Par la fenêtre ouverte
|
||||||
|
- bonjour, le jour
|
||||||
|
""")
|
||||||
|
|
||||||
|
def dire_bonjour(destinataire):
|
||||||
|
print('- bonjour %s!' % destinataire)
|
||||||
|
|
||||||
|
print("##### c'est l'heure de la chanson #####")
|
||||||
|
|
||||||
|
refrain()
|
||||||
|
|
||||||
|
for quelqun in destinataires:
|
||||||
|
dire_bonjour(quelqun)
|
||||||
|
|
||||||
|
refrain()
|
||||||
|
|
||||||
|
# et voilà!
|
||||||
|
</code></pre>
|
||||||
|
<p>exécuter le fichier python devrait donc nous faire apparaître en
|
||||||
|
console la chanson complète. Dans pycharm vous pouvez voir ce que ça
|
||||||
|
donne avec votre script juste en appuyant sur F6.</p>
|
||||||
|
<p>Vous pouvez tester ce fichier sur le site repl.it <a
|
||||||
|
href="https://repl.it/@tykayn/comptinebonjour#main.py">https://repl.it/@tykayn/comptinebonjour#main.py</a>
|
||||||
|
et le lancer avec le bouton "run" pour voir la comptine en console.</p>
|
||||||
|
<p>Il existe bien sûr tout un tas de façons de faire cette comptine en
|
||||||
|
python.</p>
|
||||||
|
<p>Vous pouvez essayer aussi en ajoutant d'autres destinataires dans la
|
||||||
|
liste.</p>
|
||||||
|
<p>J'espère que ce petit exercice vous aura amusé.</p>
|
||||||
|
<p>N'hésitez pas si vous avez des questions :)</p>
|
||||||
|
<p>Bon Lundi! </p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>blog<sub>cilgometz</sub> <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,201 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">cil_gometz</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 81</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2020-09-02 17:41:16></li>
|
||||||
|
<li>modifié: <2020-09-11 11:18:50></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="forum-des-assos-2020-dimanche-6-septembre-1">Forum des assos
|
||||||
|
2020 Dimanche 6 Septembre</h2>
|
||||||
|
<p>Venez (équipés de votre masque) à notre rencontre au forum des
|
||||||
|
associations ce Dimanche dans la salle Barbara. Vous avez des parkings à
|
||||||
|
voiture et vélo à proximité. Nous vous présenterons notre club
|
||||||
|
d'informatique! <a
|
||||||
|
href="https://www.openstreetmap.org/node/861163786#map=18/48.67722/2.13312">https://www.openstreetmap.org/node/861163786#map=18/48.67722/2.13312</a>
|
||||||
|
<a
|
||||||
|
href="https://www.openstreetmap.org/?mlat=48.67721&mlon=2.13313#map=18/48.67721/2.13313">Afficher
|
||||||
|
une carte plus grande</a> Vous pouvez toujours suivre nos actualités en
|
||||||
|
vous inscrivant à notre newsgroup hébergée chez Framalistes. <a
|
||||||
|
href="https://framalistes.org/sympa/info/cil-gometz">https://framalistes.org/sympa/info/cil-gometz</a></p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>blog<sub>cilgometz</sub> <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,242 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">cil_gometz</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 80</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2020-09-09 15:20:39></li>
|
||||||
|
<li>modifié: <2020-09-11 11:18:24></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
<p><a
|
||||||
|
href="id:682dfd88-f1b9-4b60-8aa4-1714ba338dbe">cil<sub>gometz</sub></a></p>
|
||||||
|
<h2 id="panel-dactivités-de-la-rentrée-post-covid19">Panel d'activités
|
||||||
|
de la rentrée post COVID19</h2>
|
||||||
|
<p><a
|
||||||
|
href="https://www.cil-gometz.org/wp-content/uploads/2020/09/cil_activites_2020.png">[[<span>https://www.cil-gometz.org/wp-content/uploads/2020/09/cil_activites_2020-1024x801.png</span></a>]]</p>
|
||||||
|
<p>Voici quelques sujets que nous pouvons évoquer lors de nos réunions
|
||||||
|
hebdomadaires dans le cadre du CIL:</p>
|
||||||
|
<ul>
|
||||||
|
<li><p>Découvrir des logiciels libres en général</p></li>
|
||||||
|
<li><p>Comprendre le fonctionnement d'internet et du web</p></li>
|
||||||
|
<li><p>Installation de systèmes libres comme ubuntu sur ordinateur et
|
||||||
|
téléphone (on dit ordiphone parait-il)</p></li>
|
||||||
|
<li><p>Développer son site web, tenir un blog</p></li>
|
||||||
|
<li><p>S'auto héberger avec nextcloud et d'autres logiciels
|
||||||
|
libres</p></li>
|
||||||
|
<li><p>Faire de la création numérique, médias à imprimer, montage vidéo,
|
||||||
|
fichiers audio, livres numérique, création graphique, 3D</p></li>
|
||||||
|
<li><p>Contribuer à des projets libres, comment faire?</p></li>
|
||||||
|
<li><p>Contribution collaborative: de la bureautique simple de <a
|
||||||
|
href="https://www.cryptpad.fr">Cryptpad</a> à la cartographie <a
|
||||||
|
href="https://www.openstreetmap.org">openstreetmap</a> en passant par <a
|
||||||
|
href="https://www.wikipedia.org">wikipédia</a></p></li>
|
||||||
|
<li><p>Protéger sa vie privée, communication sécurisée, gestion des mots
|
||||||
|
de passe, chiffrement et cryptographie</p></li>
|
||||||
|
<li><p>Sauvegarder et compresser automatiquement ses fichiers</p></li>
|
||||||
|
<li><p>Organiser ses projets perso et boulot, seul ou à
|
||||||
|
plusieurs</p></li>
|
||||||
|
<li><p>Créer des synergies entre associations</p></li>
|
||||||
|
<li><p>Que faire avec un RaspberryPI ou un Arduino ?</p></li>
|
||||||
|
<li><p>Programmation, concepts généraux, outils, gestion de version, et
|
||||||
|
exercices en python</p></li>
|
||||||
|
<li><p>Découvrir la ligne de commande</p></li>
|
||||||
|
<li><p>Méthodes pour se documenter et apprendre</p></li>
|
||||||
|
<li><p>Un logiciel pour la monnaie libre: Duniter</p></li>
|
||||||
|
<li><p>Les réseaux sociaux fédérés et le fédiverse: Mastodon, Peertube,
|
||||||
|
Pixelfed, Mobilizon…</p></li>
|
||||||
|
<li><p>Questions réponses en tout genre</p></li>
|
||||||
|
<li><p>Nous échangeons entre les séances grâce à la liste de diffusion
|
||||||
|
<a
|
||||||
|
href="mailto:cil-gometz@framalistes.org">cil-gometz@framalistes.org</a>
|
||||||
|
(<a href="https://framalistes.org/sympa/subscribe/cil-gometz">abonnez
|
||||||
|
vous ici</a>)et y communiquons des sondages framadate pour savoir qui
|
||||||
|
viendra aux prochaines séances afin de les préparer au mieux. Ajoutez ce
|
||||||
|
contact à votre carnet d'adresses mail pour être certain qu'il n'arrive
|
||||||
|
pas dans les indésirables ou soit supprimé automatiquement.</p></li>
|
||||||
|
</ul>
|
||||||
|
<p>Chacun vient au CIL avec des compétences variées, du néophyte au plus
|
||||||
|
averti, pour échanger autour des sujets de leur choix, aucune assiduité
|
||||||
|
aux séances n'est requise. Si besoin nous organisons aussi des
|
||||||
|
visioconférences sur Jitsi / Matrix / Element, des outils libres bien
|
||||||
|
entendu.</p>
|
||||||
|
<p>Cependant, bien évidemment, plus on est de fous plus on rit.</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>blog<sub>cilgometz</sub> <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,197 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">cil_gometz</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 92</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2020-09-11 15:45:12></li>
|
||||||
|
<li>modifié: <2020-09-21 13:01:09></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="inscrivez-vous-pour-les-réunions-de-septembre">Inscrivez vous
|
||||||
|
pour les réunions de Septembre</h2>
|
||||||
|
<p>Voici le framadate pour les réunions du mois de Septembre. N'oubliez
|
||||||
|
pas de vous inscrire pour que l'on puisse prévoir au mieux nos sujets
|
||||||
|
d'étude :)<br />
|
||||||
|
<a
|
||||||
|
href="https://framadate.org/XpXcBD2XekomlWfD">https://framadate.org/XpXcBD2XekomlWfD</a></p>
|
||||||
|
<p> </p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>blog<sub>cilgometz</sub> <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,229 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">cil_gometz</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 110</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2021-01-12 16:00:09></li>
|
||||||
|
<li>modifié: <2021-01-12 16:09:10></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2
|
||||||
|
id="présentation-pour-créer-ses-propres-ebooks-à-partir-de-textes-en-markdown">Présentation
|
||||||
|
pour créer ses propres ebooks à partir de textes en markdown</h2>
|
||||||
|
<p>Merci tout le monde pour votre retour par mail et pour votre présence
|
||||||
|
aujourd'hui :) Nous avons été jusqu'a 7 gens en ligne sur big blue
|
||||||
|
button. (poke @ButterflyOfFire@mstdn.fr @mikonos @cil<sub>gometz</sub> )
|
||||||
|
Je vous remets les liens que nous avons échangé pendant la discussion où
|
||||||
|
nous avons parlé génération d'ebook, conversion de fichier, bibliothèque
|
||||||
|
Calibre, traduction, transcription orale, espéranto, langues régionales,
|
||||||
|
syntaxe markdown, latex ou latek, contribution à plusieurs:</p>
|
||||||
|
<ul>
|
||||||
|
<li><a
|
||||||
|
href="https://slides.com/tykayn/faire-ses-ebook">https://slides.com/tykayn/faire-ses-ebook</a></li>
|
||||||
|
<li><a
|
||||||
|
href="https://forge.chapril.org/tykayn/ebook-from-md">https://forge.chapril.org/tykayn/ebook-from-md</a></li>
|
||||||
|
<li><a
|
||||||
|
href="https://forge.chapril.org/tykayn/ebook-from-md/archive/master.zip">https://forge.chapril.org/tykayn/ebook-from-md/archive/master.zip</a></li>
|
||||||
|
<li><a
|
||||||
|
href="https://www.markdownguide.org/basic-syntax/">https://www.markdownguide.org/basic-syntax/</a></li>
|
||||||
|
<li><a href="https://www.zettlr.com/">https://www.zettlr.com/</a></li>
|
||||||
|
<li><a
|
||||||
|
href="https://perso.limsi.fr/pointal/python:courspython3">https://perso.limsi.fr/pointal/python:courspython3</a></li>
|
||||||
|
<li><a
|
||||||
|
href="https://weblate.framasoft.org/">https://weblate.framasoft.org/</a></li>
|
||||||
|
<li><a
|
||||||
|
href="https://crowdin.com/project/mastodon">https://crowdin.com/project/mastodon</a></li>
|
||||||
|
<li><a
|
||||||
|
href="https://bobkordeo.github.io/ILO/">https://bobkordeo.github.io/ILO/</a></li>
|
||||||
|
<li><a
|
||||||
|
href="https://demo.hedgedoc.org/KWwbiVTvQqajBRA-1PWNGw?both">https://demo.hedgedoc.org/KWwbiVTvQqajBRA-1PWNGw?both</a></li>
|
||||||
|
<li><a
|
||||||
|
href="https://www.cipherbliss.com">https://www.cipherbliss.com</a></li>
|
||||||
|
<li><a
|
||||||
|
href="https://www.cil-gometz.org">https://www.cil-gometz.org</a></li>
|
||||||
|
<li><a
|
||||||
|
href="https://creativecommons.org/choose/">https://creativecommons.org/choose/</a></li>
|
||||||
|
</ul>
|
||||||
|
<p>voilà, en espérant que vous réaliserez de chouettes ebook illustrés
|
||||||
|
un de ces jours et que vous les ferez passer sous licence ouverte ;) à
|
||||||
|
plusse!</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>blog<sub>cilgometz</sub> <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,323 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">cil_gometz</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 138</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2021-06-17 11:57:15></li>
|
||||||
|
<li>modifié: <2021-06-17 11:58:38></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
<p><a
|
||||||
|
href="id:682dfd88-f1b9-4b60-8aa4-1714ba338dbe">cil<sub>gometz</sub></a></p>
|
||||||
|
<h2 id="article-pour-le-journal-de-gometz---juin-2021">Article pour le
|
||||||
|
journal de Gometz - Juin 2021</h2>
|
||||||
|
<p>Les beaux jours reviennent et nous avons vu apparaître notre première
|
||||||
|
médaille de la récupération de données pour Guillaume Rozières, analyste
|
||||||
|
de données et créateur, avec une dizaine de contributeurs bénévoles, du
|
||||||
|
très fameux site vitemadose.covidtracker.fr, inspiré par le dashboard
|
||||||
|
covid créé par des membres du forum Team Open Data.</p>
|
||||||
|
<p>Le site web "Vite Ma Dose" permet à tout un chacun de trouver des
|
||||||
|
créneaux de vaccination sur plusieurs sites de prises de rendez vous en
|
||||||
|
ligne, grâce à l'art subtil du data scraping, ou grattage de données,
|
||||||
|
qui va récupérer des informations à plusieurs endroits. Là où une
|
||||||
|
solution à un problème national aurait dû être pris en charge et
|
||||||
|
rémunérée par l'état pour mettre en avant la tant espérée "souveraineté
|
||||||
|
numérique" garantissant l'indépendance de nos outils numériques
|
||||||
|
critiques au fonctionnement du pays, c'est le travail de quelques
|
||||||
|
bénévoles qui a apporté la meilleure progression à la décrue de
|
||||||
|
l'épidémie.</p>
|
||||||
|
<p>Alors que la loi de 2016 pour une république numérique impose
|
||||||
|
l'utilisation de formats ouverts à source réutilisables (donc, pas de
|
||||||
|
pdf ni de formats comme ceux de Microsoft) et la publication de jeux de
|
||||||
|
données dans toutes les administrations pour communiquer aussi bien avec
|
||||||
|
les autres administrations pour le grand public, cela reste l'exception
|
||||||
|
et les demandes doivent être systématiquement faites à la CADA, la
|
||||||
|
Commission d'Accès aux Documents administratifs, crée en 1976. Pour
|
||||||
|
avoir accès à des informations simples sur l'activité de sa mairie ou
|
||||||
|
d'un ministère, qui fonctionnent avec l'argent de tous les citoyens et
|
||||||
|
doivent leur rendre des comptes publics depuis la naissance de la
|
||||||
|
constitution. Le site madada.fr fournit à ce sujet des informations
|
||||||
|
précieuses.</p>
|
||||||
|
<p>Quelques efforts ont été faits mais il faut se rendre à l'évidence,
|
||||||
|
la loi n'est pas respectée au cœur même de nos services publics. Les
|
||||||
|
mentalités doivent encore évoluer énormément pour faire circuler
|
||||||
|
l'information afin que les meilleures décisions soient prises ensemble,
|
||||||
|
et non plus de façon autoritaire et unilatérale.</p>
|
||||||
|
<p>Les contributeurs de Vite ma dose ont du développer des scripts pour
|
||||||
|
aller chercher des informations qui auraient dû être accessibles par des
|
||||||
|
moyens beaucoup plus officiels.</p>
|
||||||
|
<p>Mais cette souveraineté demeure une légende, telle la femme de
|
||||||
|
l'inspecteur Columbo dont on entend souvent parler, mais que l'on ne
|
||||||
|
voit jamais. Il a d'ailleurs été avancé récemment que la souveraineté
|
||||||
|
allait être mise en place par quelques grands acteurs des USA, ce qui
|
||||||
|
est absolument antinomique avec la notion de souveraineté. Pour rappel,
|
||||||
|
le Patriot Act leur impose de faire de la télémétrie conservée ad-vitam
|
||||||
|
et de divulguer à la haute administration Etats-Unienne toute
|
||||||
|
information qu'ils jugeraient utile pour faire pression de façon
|
||||||
|
efficace, et en attendant, d'en extraire le maximum.</p>
|
||||||
|
<p>Les données de santé sont cruciales pour tout le monde et on
|
||||||
|
s'attendrait à ce que tout soit fait pour qu'elles demeurent maîtrisées
|
||||||
|
par les premiers concernés et non vendues au plus offrant. Or ce n'est
|
||||||
|
pas ce qui est la norme, c'est même inscrit en texte très clair pour de
|
||||||
|
nombreuses entreprises dans leurs conditions générales "nous pouvons
|
||||||
|
faire ce que nous voulons pour un temps indéterminé de tout ce qui se
|
||||||
|
trouve sur votre téléphone et de tout ce que vous publiez sur notre
|
||||||
|
service", quand bien même il serait indiqué que le service est "conforme
|
||||||
|
au RGPD", il peut dans les faits faire des choses immondes et contraires
|
||||||
|
à l'éthique la plus élémentaire sans que l'on s'en rende compte. Gmail
|
||||||
|
par exemple, viole le secret professionnel sans en être inquiété depuis
|
||||||
|
toujours, car c'est inscrit dans ses GCU (que vous avez approuvées
|
||||||
|
probablement sans les lire comme le commun des mortels !) lorsque Google
|
||||||
|
vous a imposé la création d'un compte… </p>
|
||||||
|
<p><span id="magicdomid15"></span></p>
|
||||||
|
<p><span id="magicdomid16"></span> Le documentaire de Cash
|
||||||
|
investigation, publié ce mois dernier montre à quel point de très grands
|
||||||
|
acteurs du numérique violent allégrement la protection des données
|
||||||
|
personnelles du monde entier afin d'asseoir une domination militaire et
|
||||||
|
technologique au détriment des personnes, et les données de santé n'y
|
||||||
|
font pas exception. Le projet de Health Data Hub n'y fait pas exception,
|
||||||
|
et la CNIL, le gendarme de la protection de la vie privée, recommande de
|
||||||
|
ne PAS utiliser Google drive et Zoom.</p>
|
||||||
|
<p><span id="magicdomid17"></span></p>
|
||||||
|
<p><span id="magicdomid18"></span> Ce dont ce documentaire oublie de
|
||||||
|
parler c'est qu'il existe depuis des dizaines d'années des moyens
|
||||||
|
techniques de reprendre le contrôle sur ces dérives dont les GAFAM ne
|
||||||
|
sont que la partie visible de l'iceberg.</p>
|
||||||
|
<p><span id="magicdomid19"></span> Il nous est possible de riposter sur
|
||||||
|
énormément de fronts, tel que l'éducation, la loi, l'application de
|
||||||
|
sanctions à la hauteur pour les monopoles, la mise à disposition
|
||||||
|
d'outils libres par défaut, l'inclusion citoyenne et la gouvernance
|
||||||
|
éthique.</p>
|
||||||
|
<p><span id="magicdomid20"></span></p>
|
||||||
|
<p><span id="magicdomid21"></span> Les logiciels libres (pas seulement
|
||||||
|
open source) sont cruciaux pour ce faire et sont déjà majoritairement
|
||||||
|
constituants des fondations de nombreuses entreprises, dont les GAFAM
|
||||||
|
qui font marcher leurs services en bénéficiant du travail de nombreux
|
||||||
|
bénévoles. GNU/Linux représente 95% des data-center dans le monde
|
||||||
|
entier, est aussi la base de Mac OS et d'Android, fait fonctionner les
|
||||||
|
voitures Tesla et la quasi totalité des ordinateurs et objets connectés,
|
||||||
|
sauf pour le grand public où Microsoft pompe allégrement l'intégralité
|
||||||
|
de votre activité en ligne.</p>
|
||||||
|
<p><span id="magicdomid22"></span></p>
|
||||||
|
<p><span id="magicdomid23"></span> On peut protéger ses données avec du
|
||||||
|
chiffrement robuste pour les communications et le stockage, en
|
||||||
|
intervenant avec des acteurs compétents en matière de droit comme c'est
|
||||||
|
le cas des associations InterHop ou La Quadrature du Net, en
|
||||||
|
réglementant contre les monopoles, en exigeant des formats de fichiers
|
||||||
|
ouverts, en utilisant des outils numériques dépourvus de pisteurs avec
|
||||||
|
GNU+Linux, en exportant leurs données hors de Google, en s'informant et
|
||||||
|
en testant des choses dans un Groupe d'Utilisateurs de Logiciels Libres
|
||||||
|
(GULL) tel que le CIL de Gometz, en faisant de la visio-conférence sur
|
||||||
|
un BigBlueButton ou un Jitsi, en utilisant les outils libres réservés à
|
||||||
|
l'éducation nationale quand on est enseignant avec apps.education.fr, en
|
||||||
|
discutant sur XMPP, en quittant Whatsapp, en cessant de faire la
|
||||||
|
promotion de services hostiles à leurs utilisateurs et en les
|
||||||
|
sanctionnant, en adoptant un téléphone libéré par défaut comme en vend
|
||||||
|
la e.foundation, Librem, ou PinePhone, en prenant un founisseur d'accès
|
||||||
|
internet associatif comme franciliens.net, en naviguant sur internet
|
||||||
|
avec Firefox ou le TorBrowser, en visitant un "CHATONS" comme proposé
|
||||||
|
par chatons.org, en organisant des évènements sur Mobilizon au lieu de
|
||||||
|
Facebook (mobilizon.chapril.org), en écoutant les actualités du libre
|
||||||
|
sur CauseCommune.fm dans l'émission "Libre à vous!" réalisée par
|
||||||
|
l'April, en essayant à plusieurs des outils libres alternatifs, en
|
||||||
|
suggérant des idées ou en se renseignant via un moteur de recherche qui
|
||||||
|
ne vous piste pas tel que Duckduckgo ou Startpage…</p>
|
||||||
|
<p><span id="magicdomid24"></span></p>
|
||||||
|
<p><span id="magicdomid25"></span> Vous l'aurez compris, les pistes sont
|
||||||
|
nombreuses et peuvent sembler compliquées à mettre en pratique à
|
||||||
|
première vue. Mais heureusement, tout comme il n'est nul besoin d'être
|
||||||
|
un cador en microélectronique pour faire fonctionner une cafetière, on
|
||||||
|
peut profiter de technologies efficaces sans avoir à les maîtriser d'un
|
||||||
|
bout à l'autre le fonctionnement de ce que l'on utilise, grâce à
|
||||||
|
l'entraide et à l'utilisation de choses déjà construites. Par exemple
|
||||||
|
concernant le chiffrement, c'est déjà en place sur tous les smartphones
|
||||||
|
de plus de 2015, et sur la messagerie Signal, sans que vous n'ayez eu à
|
||||||
|
configurer quoi que ce soit. Mais la découverte et l'éducation aux
|
||||||
|
outils menant à une société libre sont cruciaux pour garder la main sur
|
||||||
|
nos vies, en ligne et hors ligne. C'est pourquoi nous vous invitons à
|
||||||
|
suivre nos activités du Club Informatique Libre de Gometz sur <a
|
||||||
|
href="https://www.cil-gometz.org">www.cil-gometz.org</a> et à vous
|
||||||
|
inscrire à notre newsgroup afin de savoir quand nous pourrons de nouveau
|
||||||
|
nous voir à la MJC de Gometz. à bientôt!</p>
|
||||||
|
<p><span id="magicdomid26"></span></p>
|
||||||
|
<p><span id="magicdomid27"></span> Librement, tykayn pour le CIL.</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>blog<sub>cilgometz</sub> <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,224 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">cil_gometz</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 142</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2021-09-09 19:05:02></li>
|
||||||
|
<li>modifié: <2021-10-21 11:34:35></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="disponibilités-pour-la-rentrée-du-cil">Disponibilités pour la
|
||||||
|
rentrée du CIL</h2>
|
||||||
|
<p>Hello,</p>
|
||||||
|
<p>c'est bon j'ai bien reçu les clés de la salle, on va pouvoir
|
||||||
|
s'organiser régulièrement.</p>
|
||||||
|
<p>Comme c'est une nouvelle année j'aimerais que chacun dans cette liste
|
||||||
|
réponde à ce sondage framadate pour trouver les créneaux qui
|
||||||
|
arrangeraient le plus de monde. Personne n'a à justifier ses
|
||||||
|
disponibilités par écrit, cliquez juste sur les coches vertes là où ça
|
||||||
|
vous arrange:</p>
|
||||||
|
<p><a
|
||||||
|
href="https://date.chapril.org/AsCW5DeHfxOPiQWx">https://date.chapril.org/AsCW5DeHfxOPiQWx</a></p>
|
||||||
|
<p>Comme je travaille à domicile près de la salle, je suis très
|
||||||
|
flexible, donc j'ai mis du vert quasiment partout.</p>
|
||||||
|
<p>Lieu:</p>
|
||||||
|
<p>pour ceux qui ne connaissent pas encore le lieu, vous pouvez passer
|
||||||
|
la porte en métal, elle est un peu raide mais ouverte, il y a de quoi
|
||||||
|
accrocher des vélos aussi à proximité. La MJC est à cette adresse sur
|
||||||
|
openstreetmap, un fameux projet de cartographie libre :</p>
|
||||||
|
<p><a href="https://www.openstreetmap.org/node/2902258515">Mairie de
|
||||||
|
Gometz-le-Châtel, 76, Rue Saint-Nicolas, Gometz-le-Châtel</a></p>
|
||||||
|
<p>Canaux de communication:</p>
|
||||||
|
<p>écrivez à <a
|
||||||
|
href="mailto:cil-gometz@framalistes.org">cil-gometz@framalistes.org</a></p>
|
||||||
|
<p>Si vous souhaitez rejoindre le groupe de messagerie instantanée
|
||||||
|
Signal, vous pouvez m'envoyer votre numéro de téléphone au 0627130837 et
|
||||||
|
je vous ajouterai.</p>
|
||||||
|
<p>Merci aux deux nouvelles recrues qui sont passées aujourd'hui
|
||||||
|
discuter de choses diverses et variées,</p>
|
||||||
|
<p>et merci pour ces pistes de réflexion Maryse et Alban, hâte de voir
|
||||||
|
tout ça avec vous ! :)</p>
|
||||||
|
<p>J'espère avoir un maximum de réponses au <a
|
||||||
|
href="https://%20https://date.chapril.org/AsCW5DeHfxOPiQWx">framadate ci
|
||||||
|
dessus</a> pour qu'on puisse faire au mieux,</p>
|
||||||
|
<p>bonne fin de journée tout le monde!</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>blog<sub>cilgometz</sub> <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,234 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">cil_gometz</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 147</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2021-10-21 11:33:39></li>
|
||||||
|
<li>modifié: <2021-10-21 11:33:39></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
<p><a
|
||||||
|
href="id:682dfd88-f1b9-4b60-8aa4-1714ba338dbe">cil<sub>gometz</sub></a></p>
|
||||||
|
<h2 id="article-dans-le-castelgometzien-n264-1">Article dans le
|
||||||
|
Castelgometzien n°264</h2>
|
||||||
|
<p>Le CIL comme beaucoup d'associations reposant sur le bénévolat a
|
||||||
|
durement vécu la pandémie COVID et les mesures sanitaires nécessaires
|
||||||
|
qu'elle a entraînées.</p>
|
||||||
|
<p>La première conséquence est le changement d'animateur : mes
|
||||||
|
occupations et mon âge font que je laisse la place à Baptiste alias <a
|
||||||
|
href="https://www.cipherbliss.com">Tykayn</a>, informaticien
|
||||||
|
professionnel spécialisé en réseau et sécurité et surtout libriste
|
||||||
|
convaincu !</p>
|
||||||
|
<p>La deuxième conséquence est l'utilisation de moyens de communication
|
||||||
|
à distance : nous pouvons nous réunir en visioconférence en suivant ce
|
||||||
|
mode d'emploi :</p>
|
||||||
|
<ul>
|
||||||
|
<li><p>demander son inscription au CIL à contactCHEZcipherbliss.com
|
||||||
|
(remplacez CHEZ par @)</p></li>
|
||||||
|
<li><p>s'inscrire dans le calendrier des réunions sur <a
|
||||||
|
href="https://date.chapril.org/OIMThM8CVwO6hSMH">https://date.chapril.org/OIMThM8CVwO6hSMH</a></p></li>
|
||||||
|
<li><p>participer sur BigBlueButton <a
|
||||||
|
href="https://bbb.faimaison.net/b/ty--u1l-wsc-p8l">https://bbb.faimaison.net/b/ty--u1l-wsc-p8l</a></p></li>
|
||||||
|
</ul>
|
||||||
|
<p>Tous ces sites sont sécurisés… et n'utilisent que des logiciels
|
||||||
|
libres !</p>
|
||||||
|
<p>A propos de logiciels libres, voua avez sûrement appris que Facebook
|
||||||
|
et ses filiales Whatsapp, Instagram et d'autres ont subi un blackout de
|
||||||
|
plusieurs heures début Octobre : c'est peut être l'occasion de chercher
|
||||||
|
à comprendre pourquoi et comment, quels sont les risques d'utiliser ces
|
||||||
|
services que personne ne contrôle. A ce sujet vous pouvez lire l'article
|
||||||
|
de Stéphane Bortzmeyer : <a
|
||||||
|
href="https://www.bortzmeyer.org/facebook-octobre-2021.html">https://www.bortzmeyer.org/facebook-octobre-2021.html</a></p>
|
||||||
|
<p>Pour plus d'informations sur la fuite d'informations personnelles
|
||||||
|
issue de Facebook en mars 2020 :</p>
|
||||||
|
<p><a
|
||||||
|
href="https://www.francetvinfo.fr/internet/reseaux-sociaux/facebook/facebook-la-lanceuse-d-alerte-a-l-origine-d-une-importante-fuite-de-documents-sort-de-l-ombre_4794645.html">https://www.francetvinfo.fr/internet/reseaux-sociaux/facebook/facebook-la-lanceuse-d-alerte-a-l-origine-d-une-importante-fuite-de-documents-sort-de-l-ombre_4794645.html</a></p>
|
||||||
|
<p>… et pour ceux qui se demandent s'il y a un rapport entre fuite de
|
||||||
|
données et blackout :</p>
|
||||||
|
<p><a
|
||||||
|
href="https://www.numerama.com/tech/744871-questions-sur-la-pretendue-fuite-touchant-15-milliard-de-profils-facebook.html">https://www.numerama.com/tech/744871-questions-sur-la-pretendue-fuite-touchant-15-milliard-de-profils-facebook.html</a></p>
|
||||||
|
<p>Enfin, si vous souhaitez vous mettre à l'abri, sachez qu'il existe
|
||||||
|
des alternatives libres à ces services opaques : Mastodon peut très bien
|
||||||
|
remplacer Facebook, Signal peut aussi remplacer Whatsapp…</p>
|
||||||
|
<p>A bientôt, avec le CIL pour une informatique LIBRE !</p>
|
||||||
|
<p>Georges VINCENTS</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>blog<sub>cilgometz</sub> <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,216 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">cil_gometz</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 150</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2021-10-21 11:38:26></li>
|
||||||
|
<li>modifié: <2021-10-21 11:38:26></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
<p><a href="id:e4fb9f3f-370e-4364-bb7c-826c93cc8307">degafam</a></p>
|
||||||
|
<h2 id="facebook-est-mort-vive-la-décentralisation">Facebook est mort,
|
||||||
|
vive la décentralisation</h2>
|
||||||
|
<p>Vous avez probablement constaté le blackout qui a touché facebook (et
|
||||||
|
ses filiales: whatsapp et instagram) depuis aujourd'hui et qui montre à
|
||||||
|
quel point il est dangereux de mettre tous ses œufs dans le même
|
||||||
|
panier</p>
|
||||||
|
<p>Pour une explication de ce qui s'est passé et pourquoi ça risque
|
||||||
|
d'être très compliqué de tout faire refonctionner rapidement, vous
|
||||||
|
pouvez lire cet article de Stéphane Bortzmeyer:</p>
|
||||||
|
<p><a
|
||||||
|
href="https://www.bortzmeyer.org/facebook-octobre-2021.html">https://www.bortzmeyer.org/facebook-octobre-2021.html</a></p>
|
||||||
|
<p>C'est l'occasion de découvrir et d'essayer réellement des moyens de
|
||||||
|
communication décentralisés et libres qui permettent de la résiliance et
|
||||||
|
de la forte résistance aux pannes telles que celle ci.</p>
|
||||||
|
<p>Je vous invite à faire connaissance avec le Fédiverse, l'univers
|
||||||
|
fédéré, et essayer des alternatives telles que Mastodon en tant que
|
||||||
|
média social. Peut être que l'abscence de publicité et de suppression
|
||||||
|
des posts de vos contacts vous fera apprécier la différence.</p>
|
||||||
|
<p>Vous pouvez créer votre compte ici et faire un coucou en postant une
|
||||||
|
petite présentation: <a
|
||||||
|
href="https://mastodon.cipherbliss.com">https://mastodon.cipherbliss.com</a></p>
|
||||||
|
<p>n'oubliez pas de dire ici quel pseudo vous avez pris ;)</p>
|
||||||
|
<p>Après <a
|
||||||
|
href="https://www.icij.org/investigations/pandora-papers/global-investigation-tax-havens-offshore/">la
|
||||||
|
sortie publique des Pandora Papers</a>, c'est une semaine qui commence
|
||||||
|
bien.</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>blog<sub>cilgometz</sub> <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,204 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">cil_gometz</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 153</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2021-10-21 11:40:42></li>
|
||||||
|
<li>modifié: <2021-10-21 11:40:42></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="création-graphique-au-cil">Création graphique au CIL</h2>
|
||||||
|
<p>suite au succès de la dernière fois où on avait causé de création
|
||||||
|
graphique et montage vidéo avec des outils libres, je vous propose de
|
||||||
|
garder cette thématique pour les 4 prochaines semaines.</p>
|
||||||
|
<p>Certains ont créé un compte mastodon sur l'instance cipherbliss</p>
|
||||||
|
<p><a
|
||||||
|
href="https://mastodon.cipherbliss.com">https://mastodon.cipherbliss.com</a></p>
|
||||||
|
<p>On a pu discuter de Krita pour le dessin, GIMP pour la retouche photo
|
||||||
|
ou la création d'affiches / bannières, KDEnlive pour le montage vidéo,
|
||||||
|
OBS pour la diffusion en direct sur peertube et d'autres choses.</p>
|
||||||
|
<p>Hier Mardi avec Sylvie on a vu comment faire une clé USB de démarrage
|
||||||
|
pour installer du Linux Mint.</p>
|
||||||
|
<p>Les vacances arrivent mais la MJC sera ouverte, c'est justement un
|
||||||
|
des moments où les gens sont le plus disponibles pour y aller.</p>
|
||||||
|
<p>Rendez-vous Lundi prochain donc!</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>blog<sub>cilgometz</sub> <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,405 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">cil_gometz</h1>
|
||||||
|
</header>
|
||||||
|
<div class="LIVRES drawer">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<p>Les « livres numériques » (e-book en anglais pour <em>electronic
|
||||||
|
book</em>) sont des fichiers informatiques et comme tous les fichiers
|
||||||
|
informatiques ils peuvent être copiés facilement, rapidement… pour
|
||||||
|
quelques centimes la copie.</p>
|
||||||
|
<p>Pour lire un livre numérique il faut soit un ordinateur muni d'un
|
||||||
|
logiciel adapté soit une « liseuse ».</p>
|
||||||
|
<p>Le logiciel le plus adapté pour lire les livres numériques sur
|
||||||
|
ordinateur est un logiciel libre (code public donc garanti et gratuit ce
|
||||||
|
qui ne gâche rien) : <strong>Calibre</strong>.</p>
|
||||||
|
<p>Quant aux livres eux-même on peut se les procurer…</p>
|
||||||
|
<ul>
|
||||||
|
<li>En les téléchargeant sur des sites commerciaux comme la FNAC,
|
||||||
|
Cultura, Amazon et alors on obtient des fichiers qui contiennent des
|
||||||
|
DRM : ces DRM « digital rights management », ont pour objectif de
|
||||||
|
contrôler l'utilisation qui est faite des œuvres numériques : Ils
|
||||||
|
rendent difficile la recopie. Lorsqu'on achète un livre numérique on
|
||||||
|
n'achète en fait que le droit de le lire, ni de le modifier ni de le
|
||||||
|
passer – gratuitement ou non – à un ami. (ce sont des <a
|
||||||
|
href="https://www.gnu.org/proprietary/proprietary-drm.fr.html">menottes
|
||||||
|
numériques</a>)<br />
|
||||||
|
</li>
|
||||||
|
<li>En les téléchargeant sur des sites plus ou moins légaux où les
|
||||||
|
fichiers ne contiennent pas de DRM .</li>
|
||||||
|
</ul>
|
||||||
|
<h2 class="western" id="les-liseuses">Les liseuses</h2>
|
||||||
|
<p>Il en existe plusieurs marques : kobo, kindle, vivlio… qui sont
|
||||||
|
respectivement les marques de la FNAC, de AMAZON et CULTURA…</p>
|
||||||
|
<p>Toutes sont utilisables, les écrans sont plus ou moins lisibles, plus
|
||||||
|
ou moins contrastés et toutes plus ou moins espionnées. Ce mode d'emploi
|
||||||
|
est réalisé avec une vivlio.</p>
|
||||||
|
<h2 id="section"><img
|
||||||
|
src="https://www.cil-gometz.org/wp-content/uploads/2021/12/image1-300x50.png" /></h2>
|
||||||
|
<p><img
|
||||||
|
src="https://www.cil-gometz.org/wp-content/uploads/2021/12/image2-300x45.png" />
|
||||||
|
<img
|
||||||
|
src="https://www.cil-gometz.org/wp-content/uploads/2021/12/image3-300x149.png" />
|
||||||
|
<img
|
||||||
|
src="https://www.cil-gometz.org/wp-content/uploads/2021/12/image4.png" />
|
||||||
|
<img
|
||||||
|
src="https://www.cil-gometz.org/wp-content/uploads/2021/12/image5-300x91.png" />
|
||||||
|
<img
|
||||||
|
src="https://www.cil-gometz.org/wp-content/uploads/2021/12/image6-300x90.png" />
|
||||||
|
<img
|
||||||
|
src="https://www.cil-gometz.org/wp-content/uploads/2021/12/image7-300x71.png" />
|
||||||
|
<img
|
||||||
|
src="https://www.cil-gometz.org/wp-content/uploads/2021/12/image8-300x176.png" />
|
||||||
|
<img
|
||||||
|
src="https://www.cil-gometz.org/wp-content/uploads/2021/12/image9-300x169.png" />
|
||||||
|
<img
|
||||||
|
src="https://www.cil-gometz.org/wp-content/uploads/2021/12/image10-300x40.png" />
|
||||||
|
<img
|
||||||
|
src="https://www.cil-gometz.org/wp-content/uploads/2021/12/image11-300x193.png" />
|
||||||
|
<img
|
||||||
|
src="https://www.cil-gometz.org/wp-content/uploads/2021/12/image12-300x26.png" />
|
||||||
|
<img
|
||||||
|
src="https://www.cil-gometz.org/wp-content/uploads/2021/12/image13-63x300.png" />
|
||||||
|
<img
|
||||||
|
src="https://www.cil-gometz.org/wp-content/uploads/2021/12/image14-300x155.png" /></p>
|
||||||
|
<h2 class="western" id="les-sources-de-livres-numériques">Les sources de
|
||||||
|
livres numériques</h2>
|
||||||
|
<h3 class="western" id="les-sites-commerciaux">Les sites
|
||||||
|
commerciaux</h3>
|
||||||
|
<p>Ces sites vendent des livres numériques protégés par des DRM
|
||||||
|
(systèmes anti-copie) qui nécessitent souvent des manipulations pas
|
||||||
|
évidentes (dont la création d'un compte chez Adobe…) Les livres obtenus
|
||||||
|
de cette façon – contrairement aux livres sur papier - ne peuvent pas
|
||||||
|
être prêtés, ne peuvent pas être recopiés pour être lus sur différentes
|
||||||
|
liseuses.</p>
|
||||||
|
<h3 class="western" id="les-sites-non-commerciaux">Les sites non
|
||||||
|
commerciaux</h3>
|
||||||
|
<p>Bien sûr ces sites sont plus ou moins légaux mais ils ne font que
|
||||||
|
compenser les actes de piraterie des grandes multinationales comme
|
||||||
|
Amazon et des éditeurs qui recherchent avant tout le profit : quand vous
|
||||||
|
achetez un « vrai livre » vous pouvez le passer à qui vous voulez, il
|
||||||
|
peut être lu par une dizaine de personnes et vous pouvez même le mettre
|
||||||
|
dans une boite à « livres voyageurs » alors qu'un fichier de livre
|
||||||
|
numérique commercial est verrouillé puisque en fait vous n'achetez que
|
||||||
|
le droit de lire le fichier, pas de le transmettre ni de le copier.</p>
|
||||||
|
<p>Même si on peut trouver que les livres numériques sont trop chers –
|
||||||
|
puisque une fois le fichier créé sa recopie en de nombreux exemplaires
|
||||||
|
ne coûte que quelques centimes par copie contrairement au livre papier
|
||||||
|
dont l'impression reste coûteuse - ce serait bien qu'on puisse malgré
|
||||||
|
tout rémunérer les auteurs mais rien n'est prévu en ce sens et je n'ai
|
||||||
|
pas trouvé comment faire !</p>
|
||||||
|
<p>Parmi ces sites, deux sont simples d'accès
|
||||||
|
(<strong>Fourtoutici</strong> et <strong>Z-library</strong>) et
|
||||||
|
contiennent énormément de choses, un troisième
|
||||||
|
(<strong>Télécharge-magazines</strong>) est spécialisé dans les
|
||||||
|
magazines récents… et en cherchant un peu il y en d'autres !</p>
|
||||||
|
<ul>
|
||||||
|
<li><ul>
|
||||||
|
<li><ul>
|
||||||
|
<li><ul>
|
||||||
|
<li></li>
|
||||||
|
</ul></li>
|
||||||
|
</ul></li>
|
||||||
|
</ul></li>
|
||||||
|
</ul>
|
||||||
|
<p>L'adresse du site est <a
|
||||||
|
href="https://fourtoutici.pro/">https://fourtoutici.pro/</a> on y trouve
|
||||||
|
des livres numériques sans DRM</p>
|
||||||
|
<p>Comme indiqué dès l'accès au site, l'utilisation des fichiers fournis
|
||||||
|
se fait sous la responsabilité de l'utilisateur.</p>
|
||||||
|
<p>Pour télécharger un livre il faut descendre sur l'écran jusqu'à la
|
||||||
|
zone de recherche, écrire le nom de l'ouvrage ou de l'auteur puis dans
|
||||||
|
la liste de fichiers obtenue choisir celui qui est désiré.</p>
|
||||||
|
<p>Par exemple, si je cherche Émile Zola, j'obtiens :</p>
|
||||||
|
<p>Le symbole à gauche de chaque ligne indique le format du fichier
|
||||||
|
proposé et le format le plus pratique est e-pub représenté par un petit
|
||||||
|
carré vert (rien à voir avec *pub*licité c'est une *pub*lication). La
|
||||||
|
deuxième colonne indique le nombre de téléchargements effectués (sans
|
||||||
|
grand intérêt) mais c'est là qu'il faut cliquer pour accéder au
|
||||||
|
téléchargement.</p>
|
||||||
|
<p>Supposons que je veuille « une page d'amour », je clique alors sur le
|
||||||
|
symbole du téléchargement e t j'obtiens la fenêtre suivante :</p>
|
||||||
|
<p>Il suffit de recopier le code donné (ici e374) dans la zone de saisie
|
||||||
|
et de cliquer sur le bouton « Télécharger » : le fichier est enregistré
|
||||||
|
dans l'ordinateur en quelques secondes. Attention le code change à
|
||||||
|
chaque fois !</p>
|
||||||
|
<p>Il ne reste plus qu'à transférer le fichier sur la liseuse… avec un
|
||||||
|
câble usb et en utilisant soit un gestionnaire de fichiers soit une
|
||||||
|
application dédiée comme <strong>Calibre</strong> qui est un excellent
|
||||||
|
logiciel libre disponible sur Mac, Linux et Wintruc. Plus loin un
|
||||||
|
paragraphe spécial est consacré à ce transfert.</p>
|
||||||
|
<ul>
|
||||||
|
<li><ul>
|
||||||
|
<li><ul>
|
||||||
|
<li><ul>
|
||||||
|
<li></li>
|
||||||
|
</ul></li>
|
||||||
|
</ul></li>
|
||||||
|
</ul></li>
|
||||||
|
</ul>
|
||||||
|
<p>C'est un site hébergé (je crois) au Canada. Il propose des livres
|
||||||
|
dans plusieurs langues (et il f aut donc être attentif à la langue du
|
||||||
|
livre sélectionné si on veut lire en français).</p>
|
||||||
|
<p>L'adresse est <a href="https://fr1lib.org/">https://fr1lib.org/</a>
|
||||||
|
et la page d'accueil obtenue est :</p>
|
||||||
|
<p>Il y a deux modes de fonctionnement suivant qu'on s'enregistre en
|
||||||
|
donnant une adresse mail un nom et quelques infos de plus ou non.</p>
|
||||||
|
<p>Sans être enregistré on peut télécharger 5 livres par semaine, en
|
||||||
|
étant enregistré la limite est plus élevée.</p>
|
||||||
|
<p>Le principe est le même qu'avec <strong>Fourtoutici </strong>: on
|
||||||
|
indique ce qu'on cherche dans la zone de saisie ce qui permet d'obtenir
|
||||||
|
une liste des fichiers disponibles, on choisit celui qu'on souhaite (en
|
||||||
|
faisant attention à la langue!) et on télécharge.</p>
|
||||||
|
<p>On peut utiliser les paramètres de recherche pour imposer une année,
|
||||||
|
une plage d'années, une langue ou une extension de fichier (par exemple
|
||||||
|
epub)…</p>
|
||||||
|
<p>En reprenant l'exemple de Émile Zola et sans utiliser de
|
||||||
|
préférences :</p>
|
||||||
|
<p>On obtient la liste dont le début est :</p>
|
||||||
|
<p>Si, par exemple, on souhaite Germinal en français sous la forme epub
|
||||||
|
on clique sur le livre et on arrive à :</p>
|
||||||
|
<p><br />
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
… la suite est « évidente » soit on télécharge et il suffira de
|
||||||
|
transférer le fichier sur la liseuse soit on a une Kindle et on peut
|
||||||
|
l'envoyer directement dessus… à condition qu'elle soit reliée à
|
||||||
|
l'ordinateur et reconnue par cet ordinateur ce qui n'est pas gagné si
|
||||||
|
l'ordinateur n'est pas muni du virus nommé Windows.</p>
|
||||||
|
<h2 class="western" id="le-transfert-dordinateur-à-liseuse">Le transfert
|
||||||
|
d'ordinateur à liseuse</h2>
|
||||||
|
<h3 class="western" id="avec-un-gestionnaire-de-fichiers">Avec un
|
||||||
|
gestionnaire de fichiers</h3>
|
||||||
|
<p>D'abord il faut localiser l'endroit où le fichier a été enregistré
|
||||||
|
ensuite il faut brancher la liseuse à l'ordinateur avec un câble usb. En
|
||||||
|
général la liseuse affiche sur son écran un choix comme « charger la
|
||||||
|
liseuse » ou « transférer des fichiers » et on choisit « transférer des
|
||||||
|
fichiers ».</p>
|
||||||
|
<p>L'explorateur de fichier montre alors l'arborescence de la mémoire
|
||||||
|
interne de la liseuse si bien qu'il ne reste qu'à copier le fichier de
|
||||||
|
l'ordinateur pour le coller dans la liseuse. Le transfert est très
|
||||||
|
rapide parce que les fichiers sont petits : Germinal ne fait même pas un
|
||||||
|
Mo c'est à dire le quart d'une photo banale.</p>
|
||||||
|
<h3 class="western" id="avec-calibre">Avec Calibre</h3>
|
||||||
|
<p>Bien sûr il faut avoir installé le programme
|
||||||
|
<strong>Calibre</strong>…</p>
|
||||||
|
<p>Avec Linux c'est plus facile, il n'y a pas à aller fouiller sur
|
||||||
|
l'internet, la logithèque fait le travail !</p>
|
||||||
|
<p>Une fois installé, on lance <strong>Calibre…</strong></p>
|
||||||
|
<p>Ici apparaissent les livres déjà téléchargés (sur mon ordinateur, sur
|
||||||
|
le vôtre ça ne sera pas pareil !).</p>
|
||||||
|
<p>Calibre permet de les lire directement sur l'ordinateur ou de les
|
||||||
|
transférer sur la liseuse. Il faut d'abord « Ajouter des livres » c'est
|
||||||
|
à dire en cliquant sur le bouton ad-hoc indiquer à Calibre où sont les
|
||||||
|
nouveaux livres qui viennent d'être téléchargés en cliquant dessus.
|
||||||
|
Calibre les ajoute alors à sa liste.</p>
|
||||||
|
<p>Ensuite en connectant la liseuse avec un câble usb et en attendant un
|
||||||
|
peu (parfois pas loin d'une minute) Calibre fait apparaître un nouveau
|
||||||
|
bouton en haut de l'écran pour « Envoyer vers le périphérique ».</p>
|
||||||
|
<p>Pour transférer les fichiers il suffit alors de les sélectionner et
|
||||||
|
de cliquer sur le bouton fait pour ça.</p>
|
||||||
|
<h2 class="western" id="complément-sur-calibre">Complément sur
|
||||||
|
Calibre</h2>
|
||||||
|
<p>En fait il s'agit d'un logiciel très complet pour gérer les livres
|
||||||
|
numériques. Il permet :</p>
|
||||||
|
<ul>
|
||||||
|
<li><p>De convertir des livres d'un format à un autre… voir ci-contre la
|
||||||
|
liste des formats de sortie disponibles ; les formats d'entrée
|
||||||
|
possibles sont les mêmes et Calibre indique le format du fichier
|
||||||
|
sélectionné.</p></li>
|
||||||
|
<li><p>De lire un livre numérique comme sur une liseuse.</p></li>
|
||||||
|
<li><p>D'obtenir des livres sur des sites commerciaux en précisant le
|
||||||
|
prix et la p <br />
|
||||||
|
résence ou l'absence de DRM… par exemple :</p></li>
|
||||||
|
</ul>
|
||||||
|
<p>Dans la colonne de gauche on peut cocher les sources à utiliser et il
|
||||||
|
y en a beaucoup dont certaines dans des pays étrangers.</p>
|
||||||
|
<p>Les zones de saisie en haut permettent de chercher par titre, par
|
||||||
|
auteur et par mot clé.</p>
|
||||||
|
<p>La fenêtre centrale affiche les fichiers trouvés en précisant par un
|
||||||
|
cadenas ouvert ou fermé pour signaler « sans DRM » ou « avec DRM » ainsi
|
||||||
|
que le format du fichier (très souvent epub).</p>
|
||||||
|
<p>Après, il faut essayer de s'en servir pour comprendre tout ce qu'on
|
||||||
|
peut faire avec… par exemple, si vous vous sentez une âme d'auteur vous
|
||||||
|
pouvez écrire un roman (avec OO-Writer bien sûr, plutôt qu'avec MS-Word)
|
||||||
|
et le transformer en livre numérique…</p>
|
||||||
|
<p>texte : Georges Vincents,</p>
|
||||||
|
<p>photo: <a href="https://unsplash.com/photos/s0O6Bk4WP08">Photo par
|
||||||
|
Mathilde LMD</a>, woman wearing white and black tank midi dress reading
|
||||||
|
book on bed</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>blog<sub>cilgometz</sub> <a
|
||||||
|
href="id:4b6e8e7d-9d60-40c7-aa15-72de5e260cf9">blog cil<sub>gometz</sub>
|
||||||
|
posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -2,6 +2,160 @@
|
|||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
<title>tykayn_blog</title>
|
<title>tykayn_blog</title>
|
||||||
<style type='text/css'>* {
|
<style type='text/css'>* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@ -417,3 +571,7 @@ rapide, mais avec un casque opour le vélotaf chez Hexana.</p>
|
|||||||
</html>
|
</html>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -2,6 +2,160 @@
|
|||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
<title>tykayn_blog</title>
|
<title>tykayn_blog</title>
|
||||||
<style type='text/css'>* {
|
<style type='text/css'>* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@ -160,3 +314,7 @@ input, button, textarea, select {
|
|||||||
</html>
|
</html>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -2,6 +2,314 @@
|
|||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
<title>tykayn_blog</title>
|
<title>tykayn_blog</title>
|
||||||
<style type='text/css'>* {
|
<style type='text/css'>* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@ -647,3 +955,11 @@ input, button, textarea, select {
|
|||||||
</html>
|
</html>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -2,6 +2,314 @@
|
|||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
<title>tykayn_blog</title>
|
<title>tykayn_blog</title>
|
||||||
<style type='text/css'>* {
|
<style type='text/css'>* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@ -680,3 +988,11 @@ src="https://miro.medium.com/v2/resize:fit:751/1*YIqQ2mfZgptSfhTRL4_gsA.png" /><
|
|||||||
</html>
|
</html>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -2,6 +2,314 @@
|
|||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
<title>tykayn_blog</title>
|
<title>tykayn_blog</title>
|
||||||
<style type='text/css'>* {
|
<style type='text/css'>* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@ -1226,3 +1534,11 @@ src="https://miro.medium.com/v2/resize:fit:700/1*fxm46ADoTLqfpafYBLDC-A.jpeg" />
|
|||||||
</html>
|
</html>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -2,6 +2,314 @@
|
|||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
<title>tykayn_blog</title>
|
<title>tykayn_blog</title>
|
||||||
<style type='text/css'>* {
|
<style type='text/css'>* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@ -1380,3 +1688,11 @@ href="#fnref3" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
|||||||
</html>
|
</html>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -2,6 +2,314 @@
|
|||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
<title>tykayn_blog</title>
|
<title>tykayn_blog</title>
|
||||||
<style type='text/css'>* {
|
<style type='text/css'>* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@ -1126,3 +1434,11 @@ href="https://medium.com/tag/fukushima?source=post_page-----f82c1d15ed58--------
|
|||||||
</html>
|
</html>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -2,6 +2,314 @@
|
|||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>cil_gometz</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style type='text/css'>* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1rem;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: "Open Sans", "Noto Sans", Times, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 1. Use a more-intuitive box-sizing model */
|
||||||
|
*, *::before, *::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 2. Remove default margin */
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
/* 3. Add accessible line-height */
|
||||||
|
line-height: 1.5;
|
||||||
|
/* 4. Improve text rendering */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 5. Improve media defaults */
|
||||||
|
img, picture, video, canvas, svg {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 6. Inherit fonts for form controls */
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 7. Avoid text overflows */
|
||||||
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 8. Improve line wrapping */
|
||||||
|
p {
|
||||||
|
text-wrap: pretty;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
9. Create a root stacking context
|
||||||
|
*/
|
||||||
|
#root, #__next {
|
||||||
|
isolation: isolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, button, textarea, select {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style></head>
|
||||||
|
<body>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
<title>tykayn_blog</title>
|
<title>tykayn_blog</title>
|
||||||
<style type='text/css'>* {
|
<style type='text/css'>* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@ -647,3 +955,11 @@ input, button, textarea, select {
|
|||||||
</html>
|
</html>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,243 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 22</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: draft</li>
|
||||||
|
<li>publié le: <2012-01-09 15:42:01></li>
|
||||||
|
<li>modifié: <2012-01-09 15:42:01></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="comptes-rendus-de-conventions-avant-2012-1">Comptes rendus de
|
||||||
|
conventions avant 2012</h2>
|
||||||
|
<p>Ici sont regroupées tous les comptes rendus de conventions où !Q à
|
||||||
|
été publié.<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>Ici sont regroupées tous les comptes rendus de conventions où !Q à
|
||||||
|
été publié.</p>
|
||||||
|
<p>Ah, que de nostalgie. La toute première publication date d'Octobre
|
||||||
|
2006, c'était à la Manga Expo n°1 de Paris. :') Que de chemin parcouru
|
||||||
|
en six ans on a pris le temps de produire 4 numéros et on travaille
|
||||||
|
actuellement au 5eme.</p>
|
||||||
|
<p><a
|
||||||
|
href="https://tykay.free.fr/index.php/post/2011/11/14/Anim-Est-2011-compte-rendu">Anim
|
||||||
|
Est - Novembre 2011</a></p>
|
||||||
|
<p>-<a
|
||||||
|
href="http://tykay.free.fr/index.php/post/2011/11/16/Dessins-d-anim-est">Dessins</a></p>
|
||||||
|
<p><a
|
||||||
|
href="http://tykay.free.fr/index.php/post/2011/09/14/photos-d-Harajuku-2011">Harajuku
|
||||||
|
Bercy - Septembre 2011</a></p>
|
||||||
|
<p>-<a
|
||||||
|
href="http://tykay.free.fr/index.php/post/2011/09/13/Dipl%C3%B4me-et-Dessins-de-harajuku-2011">Dessins</a></p>
|
||||||
|
<p><a
|
||||||
|
href="http://tykay.free.fr/index.php/post/2011/07/09/Japan-Expo-2011-compte-rendu-imag%C3%A9">Japan
|
||||||
|
Expo - Juillet 2011</a></p>
|
||||||
|
<p>-<a
|
||||||
|
href="http://tykay.free.fr/index.php/post/2011/07/07/Cosplays-de-Japan-Expo-2011">Cosplays</a></p>
|
||||||
|
<p>-<a
|
||||||
|
href="http://tykay.free.fr/index.php/post/2011/07/07/Dessins-de-Japan-Expo-2011">Dessins</a></p>
|
||||||
|
<p>Geek Faeries - Juin 2011</p>
|
||||||
|
<p><a
|
||||||
|
href="http://tykay.free.fr/index.php/post/2011/03/22/Made-in-asia-compte-rendu">Made
|
||||||
|
in Asia Bruxelles - Mars 2011</a></p>
|
||||||
|
<p><a
|
||||||
|
href="http://tykay.free.fr/index.php/post/2010/09/27/Harajuku-festival-2010">Harajuku
|
||||||
|
Bercy - Septembre 2010</a></p>
|
||||||
|
<p><a
|
||||||
|
href="http://tykay.free.fr/index.php/post/2010/07/12/Photos-de-japan-expo-2010">Japan
|
||||||
|
Expo - Juillet 2010</a></p>
|
||||||
|
<p>-<a
|
||||||
|
href="http://tykay.free.fr/index.php/post/2010/07/11/Dessins-de-japan-expo-2010">Dessins</a></p>
|
||||||
|
<p>Manga Expo 2007</p>
|
||||||
|
<p><a
|
||||||
|
href="http://tykay.free.fr/index.php/post/2007/07/11/Japan-Expo2007">[[<span>http://tykay.free.fr/dotclear2/public/3.0/JE2007/2/.DSC06356_s.jpg</span></a>]]</p>
|
||||||
|
<p><a
|
||||||
|
href="http://tykay.free.fr/index.php/post/2007/07/11/Japan-Expo2007">Japan
|
||||||
|
Expo 2007</a></p>
|
||||||
|
<p><a
|
||||||
|
href="http://tykay.free.fr/index.php/post/2006/11/21/Anim-Est-2006-Y-a-t-il-une-vie-apres-HardGay">Anim'Est
|
||||||
|
2006</a></p>
|
||||||
|
<p><a
|
||||||
|
href="http://tykay.free.fr/index.php/post/2006/10/29/Manga-Expo">[[<span>http://membres.lycos.fr/tkbl/animest2006/img/DSC00887.JPG</span></a><img
|
||||||
|
src="http://tykay.free.fr/dotclear2/public/me/2/02.JPG" />]]</p>
|
||||||
|
<p><a
|
||||||
|
href="http://tykay.free.fr/index.php/post/2006/10/29/Manga-Expo">Manga
|
||||||
|
Expo 2006</a></p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,210 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 19</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2012-01-14 18:33:35></li>
|
||||||
|
<li>modifié: <2012-01-14 18:33:35></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="fétichisme-des-poignées-de-porte.-zêtes-prévenus">Fétichisme des
|
||||||
|
poignées de porte. z’êtes prévenus</h2>
|
||||||
|
<p><br />
|
||||||
|
Dans le fanzine !Q n°4 consacré à la masturbation et aux sextoys mais
|
||||||
|
pas forcément en même temps, vous pouvez voir un strip qui commence par
|
||||||
|
cette case ci-dessus.</p>
|
||||||
|
<p>J'ai découvert récemment qu'<a
|
||||||
|
href="https://doorknobgirl.tumblr.com/">un thumblr consacré au
|
||||||
|
fétichisme des poignées de porte existait</a>, même que c'est tellement
|
||||||
|
WTF qu'on ne peut pas décrocher le […]</p>
|
||||||
|
<hr />
|
||||||
|
<p><img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2012/01janvier/floodage/poignee_porte_story.jpg" />
|
||||||
|
Dans le fanzine !Q n°4 consacré à la masturbation et aux sextoys mais
|
||||||
|
pas forcément en même temps, vous pouvez voir un strip qui commence par
|
||||||
|
cette case ci-dessus. J'ai découvert récemment qu'un tumblr consacré au
|
||||||
|
fétichisme des poignées de porte existait, même que c'est tellement WTF
|
||||||
|
qu'on ne peut pas décrocher le regard. <a
|
||||||
|
href="http://doorknobgirl.tumblr.com/">http://doorknobgirl.tumblr.com/</a>
|
||||||
|
<img src="http://bipolaires.files.wordpress.com/2011/06/p.jpg" /> Maïa
|
||||||
|
mazaurette, auteur du blog de sexactu voit dans ce fétichisme un aspect
|
||||||
|
rassurant parce qu'avoir une porte ça veut dire qu'on a un toit. hmhmhm.
|
||||||
|
à méditer. Sacrés Japonais, ils m'étonneront toujours.</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,216 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 90</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2012-02-08 19:57:23></li>
|
||||||
|
<li>modifié: <2012-02-08 19:57:23></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="recueil-de-fantasmes-1">Recueil de fantasmes</h2>
|
||||||
|
<p>Voici une page spécialement faite pour recuillir de façon anonyme des
|
||||||
|
fantasmes des lecteurs du site. Après avoir constaté les méthodologies
|
||||||
|
pauvres de quelques magazines comme Marianne qui cet été s'interrogeait
|
||||||
|
sur les VRAIS fantasmes des Français en leur proposant un quizz à choix
|
||||||
|
multiples et en abandonnant donc tout témoignage réellement personnel en
|
||||||
|
dehors […]</p>
|
||||||
|
<hr />
|
||||||
|
<p>Voici une page spécialement faite pour recuillir de façon anonyme des
|
||||||
|
fantasmes des lecteurs du site. Après avoir constaté les méthodologies
|
||||||
|
pauvres de quelques magazines comme Marianne qui cet été s'interrogeait
|
||||||
|
sur les VRAIS fantasmes des Français en leur proposant un quizz à choix
|
||||||
|
multiples et en abandonnant donc tout témoignage réellement personnel en
|
||||||
|
dehors des clichés, je me suis construit ce petit formulaire simple. Je
|
||||||
|
précise qu'on a tout à fait le droit d'avoir des fantasmes sexuels tout
|
||||||
|
à fait classiques, voire ne pas en avoir de partiCULier, faut pas
|
||||||
|
déconner! Comme toujours chez !Q on a le droit de déconner, mais notez
|
||||||
|
qu'il serait encore plus intéressant de partager vos vraies envies à
|
||||||
|
vous, celles qui vous excitent vraiment de l'intérieur. allez zou,
|
||||||
|
hommes, femmes et autres <a
|
||||||
|
href="https://fr.wikipedia.org/wiki/Pansexualit%C3%A9">pansexuels</a>,
|
||||||
|
participez! <img
|
||||||
|
src="http://qzine.fr/wp-includes/images/smilies/icon_smile.gif" /></p>
|
||||||
|
<p>N'hésitez pas à faire passer le lien</p>
|
||||||
|
<blockquote>
|
||||||
|
<p><a
|
||||||
|
href="http://qzine.fr/sondages/q5/index.php">http://qzine.fr/sondages/q5/index.php</a></p>
|
||||||
|
</blockquote>
|
||||||
|
<p>pour rendre le contenu encore plus proche d'un maximum de gens!</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,259 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 95</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2012-02-08 20:41:19></li>
|
||||||
|
<li>modifié: <2012-02-08 20:41:19></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="qzine-sur-sexactu.com">Qzine sur sexactu.com</h2>
|
||||||
|
<p>[[<a
|
||||||
|
href="https://qzine.fr/boutique/">https://qzine.fr/boutique/</a>][]]</p>
|
||||||
|
<p>D'habitude quand j'ai des retours sur les fanzines !Q ça peut aller
|
||||||
|
de l'éruption de boutons au passage sous le bureau bouquet d'organes
|
||||||
|
sexuels de plantes de fleurs. J'ai entendu des « putain! »(la rédaction
|
||||||
|
tient à préciser qu'elle n'a rien contre les putain), des « quoi vous
|
||||||
|
croyez que c'est avec ce […]</p>
|
||||||
|
<hr />
|
||||||
|
<p><a
|
||||||
|
href="http://qzine.fr/boutique/">[[<span>http://qzine.fr/boutique/img/articles/4.jpg</span></a>]]
|
||||||
|
D'habitude quand j'ai des retours sur les fanzines !Q ça peut aller de
|
||||||
|
l'éruption de boutons au <del>passage sous le bureau</del> bouquet
|
||||||
|
<del>d'organes sexuels de plantes</del> de fleurs. J'ai entendu des
|
||||||
|
« putain! »(la rédaction tient à préciser qu'elle n'a rien contre les
|
||||||
|
putain), des « /quoi vous croyez que c'est avec ce genre d'images que
|
||||||
|
vous dites du bien de la sexualité?/« , des « /ce qui est bien avec eux
|
||||||
|
[nous, les gens de qzine] c'est qu'on peut parler de sexe comme du temps
|
||||||
|
qu'il fait, et c'est pas vulgaire/« , et des « /je soutiens carrément
|
||||||
|
votre action, il faut libérer le corps des femmes/ » , « ça c'est très
|
||||||
|
bien de dire que les femmes aussi regardent du porno et que y'a pas de
|
||||||
|
honte à se faire du bien », « tu me dédicaces mon !Q ? » , « owi »… Je
|
||||||
|
ne sais comment, vu que le lien n'a jamais été posté sur <a
|
||||||
|
href="http://qzine.fr/forum">le forum !Q</a>, mais une version pdf non
|
||||||
|
finie du fanzine !Q4 (avec plein de pages blanches et autres contenus
|
||||||
|
manquants sans correction) sur le thème masturbation et sextoys a été
|
||||||
|
donnée en lecture à une blogueuse que j'aime bien: Maïa Mazaurette.
|
||||||
|
(écrivain, reportage-woman, expatriée dans un pays aux moeurs curieuses,
|
||||||
|
la Danoisie, et scénariste avec Arthur de Pins ce qui est quand même un
|
||||||
|
peu la classe, bossant pour FluidezoneG , fétichiste des câbles RJ45…)
|
||||||
|
Sur son chouette blog nommé sexactu « parler de sexe sans parler de
|
||||||
|
cul » elle a donc dit ceci:</p>
|
||||||
|
<blockquote>
|
||||||
|
<p>Enfin, on m'informe de l'existence de qZine, un magazine en pdf qui
|
||||||
|
parle de masturbation. Note personnelle : je ne sais pas si le style
|
||||||
|
manga doit nécessairement appartenir aux Japonais par décret artistique.
|
||||||
|
Mais le copier-coller infini des mêmes silhouettes, et pire, de la même
|
||||||
|
stylisation du sexe, pourrait bien me faire m'empaler sur un câble USB.
|
||||||
|
C'est-à-dire qu'à un moment le cliché dépasse l'érotique. Donc voilà,
|
||||||
|
coming-out : pour moi, le manga sans recherche (parce que ça laisse un
|
||||||
|
tas de mangas originaux, tout de même) vient officiellement de franchir
|
||||||
|
le cap de l'insoutenable énervement, MAIS BORDEL voulez-vous bien au
|
||||||
|
moins ESSAYER de dessiner différemment de douze millions d'autres
|
||||||
|
personnes ? Juste par affirmation de votre individualité ?
|
||||||
|
Sérieusement.</p>
|
||||||
|
</blockquote>
|
||||||
|
<p>(<a
|
||||||
|
href="http://www.gqmagazine.fr/sexactu/articles/les-monologues-du-tetin/12489">source</a>)
|
||||||
|
Hehe, merci Omaha de ton soutien dans les commentaires! <img
|
||||||
|
src="http://qzine.fr/wp-includes/images/smilies/icon_smile.gif" /> Je ne
|
||||||
|
m'attendais pas à un compte rendu approfondi mais je suis quand même
|
||||||
|
étonné, surtout venant de la part de quelqu'un capable de critiques
|
||||||
|
éclairées sur les absurdités et dictats relatifs à l'apparence et comme
|
||||||
|
on devrait se méfier de la superficialité surtout dans les magazines
|
||||||
|
féminins qui décidément devraient arrêter de prendre les femmes pour des
|
||||||
|
connes… que le commentaire ne s'attarde que sur l'aspect visuel du
|
||||||
|
fanzine. Je pense que la vingtaine de personnes illustrant le fanzine ne
|
||||||
|
renie pas ses influences Japonaises et qu'il est certain qu'on ne peut
|
||||||
|
pas plaire à tout le monde. Mais toudmême y'a franchement pas que du
|
||||||
|
mangasse dans les fanzines Q, justement qu'on cherche à lutter contre
|
||||||
|
les tabous et la pensée unique, ça me ferait mal! <img
|
||||||
|
src="http://qzine.fr/wp-includes/images/smilies/icon_biggrin.gif" />
|
||||||
|
Mais bon, le fichier qu'on lui a passé n'était pas une version finale,
|
||||||
|
on va dire que c'est pour ça. Tant qu'on parle de Maïa, elle avait fait
|
||||||
|
un chouette site de témoignages d'hommes relatant leur rapport avec leur
|
||||||
|
pénis, une initiative sans doute trop avant-gardiste pour avoir perduré
|
||||||
|
dans ce monde où parler de sexe est tolérable tant qu'il s'agit de
|
||||||
|
parler de femmes en même temps. RIP donc Encyclopenis.net , j'aurais
|
||||||
|
bien voulu avoir le temps de pouvoir consulter l'intégralité des
|
||||||
|
témoignages. Et donc, de l'actu et du fun sexuel avec du WTF et des
|
||||||
|
coups de gueule parfois: c'est <a
|
||||||
|
href="http://www.gqmagazine.fr/sexactu">par ici sexactu</a>.</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,228 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 100</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2012-02-10 15:32:55></li>
|
||||||
|
<li>modifié: <2012-02-10 15:32:55></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="le-sexe-au-japon">Le sexe au japon</h2>
|
||||||
|
<p>Reportage de sexe autour du monde très sympathique et plein de
|
||||||
|
diversité animé par un Québecois visitant un pays aux gens attachants
|
||||||
|
avec enfin des gens au bon accent Anglish et quelques commentaires
|
||||||
|
d'Agnès Giard (qu'on verra peut être aux Eroteek Faeries en juin à
|
||||||
|
Orléans) que je connais surtout pour son blog aux articles […]</p>
|
||||||
|
<hr />
|
||||||
|
<p>Reportage de sexe autour du monde très sympathique et plein de
|
||||||
|
diversité animé par un Québecois visitant un pays aux gens attachants
|
||||||
|
avec enfin des gens au bon accent Anglish et quelques commentaires
|
||||||
|
d'Agnès Giard (qu'on verra peut être aux Eroteek Faeries en juin à
|
||||||
|
Orléans) que je connais surtout pour son blog aux articles toujours
|
||||||
|
formidablement bien documentés « <a
|
||||||
|
href="https://sexes.blogs.liberation.fr/">les 400 culs</a>« . ça Cause
|
||||||
|
de la vision du sexe dans les couples Japonais avec pour une fois non
|
||||||
|
pas des « experts » qui n'ont jamais fréquenté les milieux dont ils
|
||||||
|
parlent mais des gens concernés de près par les sujets abordés: la BDSM,
|
||||||
|
l'art et l'érotisme, les queers, la notion de pureté, les escort girls,
|
||||||
|
l'art de l'attachement à la corde, les transgenres, les sextoys…
|
||||||
|
Attention, c'est pas safe for work, Si vous avez trois fois 15 minutes à
|
||||||
|
consacrer à la biodiversité culturelle, faites vous plaisir c'est la
|
||||||
|
maison qui régale. (Merci <a href="http://elk64.deviantart.com/">Elk</a>
|
||||||
|
pour l'info <img
|
||||||
|
src="http://qzine.fr/wp-includes/images/smilies/icon_wink.gif" /> )
|
||||||
|
Partie 1/3:</p>
|
||||||
|
<p><a
|
||||||
|
href="http://www.dailymotion.com/video/xhnzm0_le-sexe-au-japon-1-3_travel">Le
|
||||||
|
Sexe au Japon 1/3</a> <em>par <a
|
||||||
|
href="http://www.dailymotion.com/Inferno-san">Inferno-san</a></em>
|
||||||
|
Partie 2/3:</p>
|
||||||
|
<p><a
|
||||||
|
href="http://www.dailymotion.com/video/xho1hk_le-sexe-au-japon-2-3_travel">Le
|
||||||
|
Sexe au Japon 2/3</a> <em>par <a
|
||||||
|
href="http://www.dailymotion.com/Inferno-san">Inferno-san</a></em>
|
||||||
|
Partie 3/3:</p>
|
||||||
|
<p><a
|
||||||
|
href="http://www.dailymotion.com/video/xho3cp_le-sexe-au-japon-3-3_travel">Le
|
||||||
|
Sexe au Japon 3/3</a> <em>par <a
|
||||||
|
href="http://www.dailymotion.com/Inferno-san">Inferno-san</a></em> Un
|
||||||
|
doCUmentaire qui vaut le détour <img
|
||||||
|
src="http://qzine.fr/wp-includes/images/smilies/icon_smile.gif" /></p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,213 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 110</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2012-02-16 07:01:18></li>
|
||||||
|
<li>modifié: <2012-02-16 07:01:18></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="sondage-anonyme-masturbation-et-sextoys-1">Sondage anonyme
|
||||||
|
masturbation et sextoys</h2>
|
||||||
|
<p>à l'heure où je publie ce sondage sur ce nouveau site on compte 386
|
||||||
|
votes à ce formulaire Questionnant sur nos habitudes et contextes
|
||||||
|
relatifs à notre rapport avec la masturbation et les sextoys.<br />
|
||||||
|
<a href="https://qzine.fr/sondages/statistique.php">\\ Cliquez ici pour
|
||||||
|
participer au sondage!</a><br />
|
||||||
|
Répondez au plus près de […]</p>
|
||||||
|
<hr />
|
||||||
|
<p>à l'heure où je publie ce sondage sur ce nouveau site on compte 386
|
||||||
|
votes à ce formulaire Questionnant sur nos habitudes et contextes
|
||||||
|
relatifs à notre rapport avec la masturbation et les sextoys. <a
|
||||||
|
href="http://qzine.fr/sondages/statistique.php">[[<span>http://qzine.fr/sondages/sondage_masturbation_sextoys.jpg</span></a>
|
||||||
|
Cliquez ici pour participer au sondage!]] Répondez au plus près de la
|
||||||
|
réalité possible pour que l'on puisse lutter contre les tabous mais
|
||||||
|
aussi embrasser la diversité de chacun. Vous pourrez voir les graphiques
|
||||||
|
et témoignages anonymes une fois que vous aurez voté. Je publierai le
|
||||||
|
lien des résultats quand davantage de réponses complèteront l'étude. Mon
|
||||||
|
but est de recueillir au moins 1000 réponses à ce sondage. Faites le
|
||||||
|
passer autour de vous à des personnes sexuellement majeures et de tous
|
||||||
|
les âges au delà ! <img
|
||||||
|
src="http://qzine.fr/wp-includes/images/smilies/icon_smile.gif" /></p>
|
||||||
|
<blockquote>
|
||||||
|
<p><code
|
||||||
|
class="verbatim">http://qzine.fr/sondages/statistique.php</code></p>
|
||||||
|
</blockquote>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,429 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 114</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2012-02-20 20:12:14></li>
|
||||||
|
<li>modifié: <2012-02-20 20:12:14></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="fugu-chaulnes-compte-rendu-1">Fugu chaulnes compte rendu</h2>
|
||||||
|
<p>:html:</p>
|
||||||
|
<p><p>Non loin d&#8217;Amiens dans le ch&#8217;nord, se
|
||||||
|
déroulait Samedi le premier <a href="<a
|
||||||
|
href="http://wafutsu.e-monsite.com/agenda/fugu-chaulnes.html">http://wafutsu.e-monsite.com/agenda/fugu-chaulnes.html</a>"
|
||||||
|
title="site de fugu chaulnes">Fugu chaulnes</a>.<br />
|
||||||
|
<a rel="lightbox" href="<a
|
||||||
|
href="http://www.ailesse.info/~tykayn/bazar/kotlife/2012/02fevrier/fugu_chaulnes/g/DSC09941.JPG">http://www.ailesse.info/~tykayn/bazar/kotlife/2012/02fevrier/fugu_chaulnes/g/DSC09941.JPG</a>"
|
||||||
|
title="br / "></a><br/><br /> <a href="<a
|
||||||
|
href="http://www.ailesse.info/~tykayn/bazar/kotlife/2012/02fevrier/fugu_chaulnes/g/DSC09942.JPG">http://www.ailesse.info/~tykayn/bazar/kotlife/2012/02fevrier/fugu_chaulnes/g/DSC09942.JPG</a>"
|
||||||
|
rel="lightbox[114]" title="br / "></a><br/><br />
|
||||||
|
<a href="<a
|
||||||
|
href="http://www.ailesse.info/~tykayn/bazar/kotlife/2012/02fevrier/fugu_chaulnes/g/DSC09944.JPG">http://www.ailesse.info/~tykayn/bazar/kotlife/2012/02fevrier/fugu_chaulnes/g/DSC09944.JPG</a>"
|
||||||
|
rel="lightbox[114]" title="br / "></a><br/><br />
|
||||||
|
<a href="<a
|
||||||
|
href="http://www.ailesse.info/~tykayn/bazar/kotlife/2012/02fevrier/fugu_chaulnes/g/DSC09945.JPG">http://www.ailesse.info/~tykayn/bazar/kotlife/2012/02fevrier/fugu_chaulnes/g/DSC09945.JPG</a>"
|
||||||
|
rel="lightbox[114]" title="br / "></a><br/><br />
|
||||||
|
<a href="<a
|
||||||
|
href="http://www.ailesse.info/~tykayn/bazar/kotlife/2012/02fevrier/fugu_chaulnes/g/DSC09947.JPG">http://www.ailesse.info/~tykayn/bazar/kotlife/2012/02fevrier/fugu_chaulnes/g/DSC09947.JPG</a>"
|
||||||
|
rel="lightbox[114]" title="br / "></a><br/><br />
|
||||||
|
<a […]<hr><!– Start Shareaholic LikeButtonSetTop Automatic
|
||||||
|
–><!– End Shareaholic LikeButtonSetTop Automatic –></p>
|
||||||
|
<p>Non loin d’Amiens dans le ch’nord, se déroulait Samedi le premier
|
||||||
|
<a title="site de fugu chaulnes" href="<a
|
||||||
|
href="http://wafutsu.e-monsite.com/agenda/fugu-chaulnes.html">http://wafutsu.e-monsite.com/agenda/fugu-chaulnes.html</a>">Fugu
|
||||||
|
chaulnes</a>.</p>
|
||||||
|
<p>Dans un cadre plus intimiste que ce qu’on a l’habitude de faire,
|
||||||
|
l’ambiance était plutôt détendue et les organisateurs cosplayés hyper
|
||||||
|
motivés ø/ J’ai eu la joie de faire connaissance avec des standeux
|
||||||
|
motivés, de revoir <a title="gallerie deviantart de asian cloud"
|
||||||
|
href="<a
|
||||||
|
href="http://asiancloud.deviantart.com/">http://asiancloud.deviantart.com/</a>">AsianCloud
|
||||||
|
et son nuage qui passe</a>.</p>
|
||||||
|
<p>J’estime le public à 200 personnes en tout dans la journée, et ne pas
|
||||||
|
se sentir comme dans une boite à sardines est une bonne chose. ça ne
|
||||||
|
nous a pas coûté un bras de nous restaurer et ça aussi ça change la vie.
|
||||||
|
Mon équipe scénographique disait cependant qu’il serait bon d’avoir
|
||||||
|
davantage de poubelles à disposition et d’indiquer que l’on peut
|
||||||
|
emprunter certains escaliers car certaines personnes n’osaient pas s’y
|
||||||
|
aventurer de peur d’entrer dans un lieu privé.</p>
|
||||||
|
<p><img title="DSC09964" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09964.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09964.JPG</a>"
|
||||||
|
alt="DSC09964" /></p>
|
||||||
|
<p><!–more–> <a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09941.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09941.JPG</a>"
|
||||||
|
rel="lightbox"><img title="DSC09941" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09941.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09941.JPG</a>"
|
||||||
|
alt="DSC09941" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09942.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09942.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09942" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09942.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09942.JPG</a>"
|
||||||
|
alt="DSC09942" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09944.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09944.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09944" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09944.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09944.JPG</a>"
|
||||||
|
alt="DSC09944" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09945.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09945.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09945" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09945.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09945.JPG</a>"
|
||||||
|
alt="DSC09945" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09947.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09947.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09947" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09947.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09947.JPG</a>"
|
||||||
|
alt="DSC09947" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09948.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09948.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09948" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09948.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09948.JPG</a>"
|
||||||
|
alt="DSC09948" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09949.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09949.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09949" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09949.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09949.JPG</a>"
|
||||||
|
alt="DSC09949" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09952.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09952.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09952" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09952.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09952.JPG</a>"
|
||||||
|
alt="DSC09952" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09954.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09954.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09954" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09954.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09954.JPG</a>"
|
||||||
|
alt="DSC09954" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09956.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09956.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09956" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09956.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09956.JPG</a>"
|
||||||
|
alt="DSC09956" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09957.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09957.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09957" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09957.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09957.JPG</a>"
|
||||||
|
alt="DSC09957" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09958.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09958.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09958" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09958.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09958.JPG</a>"
|
||||||
|
alt="DSC09958" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09960.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09960.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09960" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09960.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09960.JPG</a>"
|
||||||
|
alt="DSC09960" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09962.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09962.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09962" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09962.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09962.JPG</a>"
|
||||||
|
alt="DSC09962" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09970.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09970.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09970" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09970.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09970.JPG</a>"
|
||||||
|
alt="DSC09970" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09971.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09971.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09971" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09971.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09971.JPG</a>"
|
||||||
|
alt="DSC09971" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09972.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09972.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09972" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09972.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09972.JPG</a>"
|
||||||
|
alt="DSC09972" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09973.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09973.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09973" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09973.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09973.JPG</a>"
|
||||||
|
alt="DSC09973" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09977.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09977.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09977" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09977.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09977.JPG</a>"
|
||||||
|
alt="DSC09977" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09981.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09981.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09981" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09981.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09981.JPG</a>"
|
||||||
|
alt="DSC09981" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09983.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09983.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09983" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09983.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09983.JPG</a>"
|
||||||
|
alt="DSC09983" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09986.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09986.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09986" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09986.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09986.JPG</a>"
|
||||||
|
alt="DSC09986" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09987.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09987.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09987" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09987.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09987.JPG</a>"
|
||||||
|
alt="DSC09987" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09990.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09990.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09990" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09990.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09990.JPG</a>"
|
||||||
|
alt="DSC09990" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09993.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09993.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09993" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09993.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09993.JPG</a>"
|
||||||
|
alt="DSC09993" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09994.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09994.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09994" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09994.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC09994.JPG</a>"
|
||||||
|
alt="DSC09994" /></a></p>
|
||||||
|
<p><a title="&lt;br /&gt; " href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09994.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/g/DSC09994.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC10003" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC10003.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/DSC10003.JPG</a>"
|
||||||
|
alt="DSC10003" /></a></p>
|
||||||
|
<p>hopla les dédicaces que j’ai fait: <a title="panty &amp;
|
||||||
|
stocky with gaterbelt" href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/dessins/g/DSC09950.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/dessins/g/DSC09950.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09950" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/dessins/DSC09950.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/dessins/DSC09950.JPG</a>"
|
||||||
|
alt="DSC09950" /></a> Une Panty de <a href="<a
|
||||||
|
href="http://www.youtube.com/watch?v=ooA21BGBFLM">http://www.youtube.com/watch?v=ooA21BGBFLM</a>">panty
|
||||||
|
&amp; stocky with gaterbelt</a> <a title="DSC09955"
|
||||||
|
href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/dessins/g/DSC09953.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/dessins/g/DSC09953.JPG</a>"
|
||||||
|
rel="lightbox[114]">« &gt;<img title="DSC09953" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/dessins/DSC09953.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/dessins/DSC09953.JPG</a>"
|
||||||
|
alt="DSC09953" /></a> aubergine woman <a title="DSC09965"
|
||||||
|
href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/dessins/g/DSC09955.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/dessins/g/DSC09955.JPG</a>"
|
||||||
|
rel="lightbox[114]">« &gt;<img title="DSC09955" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/dessins/DSC09955.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/dessins/DSC09955.JPG</a>"
|
||||||
|
alt="DSC09955" /></a> du chapelet anal version saut à
|
||||||
|
l’élastique <a title="DSC09988" href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/dessins/g/DSC09965.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/dessins/g/DSC09965.JPG</a>"
|
||||||
|
rel="lightbox[114]">« &gt;<img title="DSC09965" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/dessins/DSC09965.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/dessins/DSC09965.JPG</a>"
|
||||||
|
alt="DSC09965" /></a> du ranma 1/2+1 = ranma 3/2 <a
|
||||||
|
title="AsianCloud et son nuage qui passe" href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/dessins/g/DSC09988.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/dessins/g/DSC09988.JPG</a>"
|
||||||
|
rel="lightbox[114]"><img title="DSC09988" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/dessins/DSC09988.JPG">http://blog.artlemoine.com/public/i/2012/02fevrier/fugu_chaulnes/dessins/DSC09988.JPG</a>"
|
||||||
|
alt="DSC09988" /></a> du yuri parce que les fanzines avec du
|
||||||
|
yuri ça manque que nous disait une organisatrice <img
|
||||||
|
class="wp-smiley" src="<a
|
||||||
|
href="http://qzine.fr/wp-includes/images/smilies/icon_smile.gif">http://qzine.fr/wp-includes/images/smilies/icon_smile.gif</a>"
|
||||||
|
alt=":)" /></p>
|
||||||
|
<p>On a pu tester notre chevalet-carton plume pour exposer nos badges,
|
||||||
|
ce qui donne bien plus de place sur la table pour exposer nos fanzines
|
||||||
|
et faire la causette. On a eu la visite du conseil municipal, environ
|
||||||
|
une vingtaine de personnes qui venait découvrir en quoi consistait
|
||||||
|
chaque stand. un coin jeu vidéos rétros ainsi que des parties de cartes
|
||||||
|
Japonais comme on en voit dans le film summer wars, un coin karaoké (qui
|
||||||
|
bien qu’isolé se mélangeait à la musique du reste de la salle), du
|
||||||
|
cosplay sur scène (d’ailleurs on avait une bonne vue dessus), un coin
|
||||||
|
photographes pros, des chevaliers du zodiaque version abrégé, la visite
|
||||||
|
de deux doubleuses Françaises: Patricia Legrand et Léa Gabrièle, qui ont
|
||||||
|
fait une démonstration d’une minute de doublage en live sur le dessin
|
||||||
|
animé de Sakura card captor et qui ont répondu à quelques questions pour
|
||||||
|
nous en apprendre plus sur le métier de comédien de doublage et leur
|
||||||
|
carrière. Les organisateurs nous ont offert graciseuement à midi un
|
||||||
|
verre au bar, ce qui est aussi une bonne occasion de faire connaissance
|
||||||
|
avec d’autres standeux dans une ambiance détendue.</p>
|
||||||
|
<p>Le concert de fin de journée mêlait instrument traditionnel japonais
|
||||||
|
et beat box, ce qui donnait un mélange vraiment sympa, toute la salle
|
||||||
|
bougeait en rythme. Je mettrai une vidéo. <strong>Fugu Chaulnes,
|
||||||
|
on y reviendra avec plaisir!</strong></p>
|
||||||
|
<p>Allez zou maintenant on bosse sur le fanzine !Q n°5 qui parlera de
|
||||||
|
fantasmes! <img src="<a
|
||||||
|
href="http://th03.deviantart.net/fs71/150/i/2012/050/1/e/q_n5_couverture_by_tykayn-d4qas65.jpg">http://th03.deviantart.net/fs71/150/i/2012/050/1/e/q_n5_couverture_by_tykayn-d4qas65.jpg</a>"
|
||||||
|
alt="couverture !Q 5" /> <a title="participer au fanzine Q 5"
|
||||||
|
href="<a
|
||||||
|
href="http://tykayn.deviantart.com/journal/Q5-vous-recrute-o-286035076">http://tykayn.deviantart.com/journal/Q5-vous-recrute-o-286035076</a>">Participez
|
||||||
|
y! </a>:3 <div class="shr-publisher-114"></div> <!–
|
||||||
|
Start Shareaholic LikeButtonSetBottom Automatic –><!– End
|
||||||
|
Shareaholic LikeButtonSetBottom Automatic –></p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li><a href="id:717360bb-79c2-4144-bcd4-0a01fa1efc00">cosplay</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,291 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 135</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2012-03-01 05:54:35></li>
|
||||||
|
<li>modifié: <2012-03-01 05:54:35></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="charlatanisme-et-fausses-idées">Charlatanisme et fausses
|
||||||
|
idées</h2>
|
||||||
|
<p><br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p><img
|
||||||
|
src="https://cdn.papyimg.com/wp-content/uploads/2007/10/martine-merde-ma-pilule.jpg" />
|
||||||
|
Pourquoi parler de charlatanisme sur un site dédié à la culture avec un
|
||||||
|
grand !Q ? Parce que notre rapport à nous même et à notre vision de la
|
||||||
|
sexualité est perturbé par de nombreuses choses; dont les conneries
|
||||||
|
qu'on veut nous faire croire qui ne nous permettent pas de penser
|
||||||
|
librement. Et penser librement c'est avoir un choix, une possibilité
|
||||||
|
réelle de réflexion en dehors de ce qu'il convient de penser. C'est un
|
||||||
|
premier pas nécessaire à la libération des mœurs et du rapport de chacun
|
||||||
|
à sa sexualité. Parce que si on laisse d'autres personnes décider de ce
|
||||||
|
qu'est notre sexualité on s'aperçoit bien vite que comme dans un magasin
|
||||||
|
de vêtements nos mensurations n'existent pas aux yeux du magasin de prêt
|
||||||
|
à penser.</p>
|
||||||
|
<blockquote>
|
||||||
|
<p>"Aimez avec votre cœur , mais utilisez votre tête pour le reste" dit
|
||||||
|
<a href="http://www.youtube.com/user/CaptainDisillusion">Captain
|
||||||
|
Disillusion</a>.</p>
|
||||||
|
</blockquote>
|
||||||
|
<p>Mais ça ne veut pas dire que vous devez ouvrir vos portes avec votre
|
||||||
|
tête, non non non bande de petits voyous! J'ai donc réuni quelques sites
|
||||||
|
luttant contre les conneries qu'on peut vous faire croire, voici
|
||||||
|
quelques morceaux choisis sur des thèmes relatifs au sexe en général.
|
||||||
|
chez <a href="acontrario.net">file:acontrario.net</a> (anciennement Zone
|
||||||
|
Zero Gêne, toujours à l'excellente plume de G-M Zimmermann alias La
|
||||||
|
Peste ), je pourrais lier tous les articles du site mais pour vous
|
||||||
|
donner un pti aperçu:</p>
|
||||||
|
<blockquote>
|
||||||
|
<ul>
|
||||||
|
<li></li>
|
||||||
|
</ul>
|
||||||
|
<p><a
|
||||||
|
href="http://www.acontrario.net/2011/01/18/choisir-de-ne-pas-avoir-ses-regles-ni-peche-moral-ni-danger-medical/">Choisir
|
||||||
|
de ne pas avoir ses règles : ni péché moral, ni danger médical.</a> - <a
|
||||||
|
href="http://www.acontrario.net/2011/06/23/gynecologues-quand-et-pourquoi-leur-dire-non/">Gynécologues
|
||||||
|
: quand et pourquoi leur dire non ? (1/2)</a> - <a
|
||||||
|
href="http://www.acontrario.net/2010/01/25/ivg-ne-vous-laissez-pas-voler-votre-droit-au-choix/">IVG
|
||||||
|
: ne vous laissez pas voler votre droit au choix !</a> - <a
|
||||||
|
href="http://www.acontrario.net/2010/10/28/le-sexe-nest-pas-un-acte-damour-sinon-ca-se-saurait/">Le
|
||||||
|
sexe n'est pas un acte d'amour "avant tout". Sinon, ça se saurait.</a> -
|
||||||
|
<a
|
||||||
|
href="http://www.acontrario.net/2011/02/11/mauvaise-humeur-le-feminisme-anti-putes-me-gave/">Mauvaise
|
||||||
|
humeur : le féminisme anti-putes me gave.</a></p>
|
||||||
|
</blockquote>
|
||||||
|
<p><strong>Il n'y a pas que la pilule, le préservatif et le stérilet
|
||||||
|
pour <a href="http://www.choisirsacontraception.fr"><strong>choisir sa
|
||||||
|
contraception</strong>.</a></strong> Ce site vous donne un maximum de
|
||||||
|
renseignements, de prix et d'explications à propos de chacun de ces
|
||||||
|
possibilités, avec même un tableau récapitulatif. Perso j'attends
|
||||||
|
toujours qu'il existe un équivalent à la pilule pour mâle qui pourrait
|
||||||
|
être plus simple à utiliser qu'une capote, si toutefois on peut faire
|
||||||
|
encore plus simple et pratique à utiliser qu'une capote.</p>
|
||||||
|
<blockquote>
|
||||||
|
<p><a href="tatoufaux.com">Tatoufaux.com</a> , le tombeau des idées
|
||||||
|
reçues. <a
|
||||||
|
href="http://www.tatoufaux.com/?Allongez-vous-sur-le-dos-pour">S'allonger
|
||||||
|
sur le dos n'est pas la meilleure position pour accoucher</a> <a
|
||||||
|
href="http://tatoufaux.com/?Decalotter-les-zizis-des-garcons">Décalotter
|
||||||
|
les zizis des garçons favorise le phimosis.</a> <a
|
||||||
|
href="http://tatoufaux.com/?L-homme-a-plus-de-poils-que-la">L'homme n'a
|
||||||
|
pas plus de poils que la femme</a> <a
|
||||||
|
href="http://tatoufaux.com/?La-masturbation-rend-sourd">Les prétendues
|
||||||
|
complications liées à la masturbation.</a></p>
|
||||||
|
</blockquote>
|
||||||
|
<p>Le thème du <a
|
||||||
|
href="http://qzine.fr/boutique/#detailsfanzine4">fanzine CULturel !Q
|
||||||
|
n°4</a> traité en 80 pages, dont vous pourrez trouver des extraits et
|
||||||
|
les auteurs sur notre boutique.</p>
|
||||||
|
<blockquote>
|
||||||
|
<p>Si seuls les ignorants et les plus crédules avaient foi dans les
|
||||||
|
déclarations tirées par les cheveux, il n'y aurait pas besoin
|
||||||
|
d'expliquer davantage l'abondance de bêtise dans la société moderne.
|
||||||
|
Mais curieusement, de nombreuses personnes, qui ne sont ni idiotes ni
|
||||||
|
incultes, s'accrochent à des croyances pourtant réfutées par la
|
||||||
|
science.</p>
|
||||||
|
</blockquote>
|
||||||
|
<p>source: <a
|
||||||
|
href="http://www.charlatans.info/medecines_paralleles.shtml">charlatans.info</a></p>
|
||||||
|
<blockquote>
|
||||||
|
<p><a href="http://www.charlatans.info/medecine_sante.shtml">les
|
||||||
|
charlatans de la médecine</a><a
|
||||||
|
href="http://www.charlatans.info/vitaminec.shtml">Les conneries qu'on
|
||||||
|
vous fait croire sur la Vitamine C</a> avec en bonus des explications
|
||||||
|
sur ce que sont vraiment les vitamines. <a
|
||||||
|
href="http://www.charlatans.info/cosmetiques.php">L'arnaque des crèmes
|
||||||
|
cosmétique</a>. L'homéopathie, l'astrologie, les vendeurs de régimes,
|
||||||
|
les superstitions, les idées reçues fausses, les médecines douces et
|
||||||
|
alternatives font des victimes tous les ans.</p>
|
||||||
|
</blockquote>
|
||||||
|
<p>Voilà, avec ces quelques sites bien sourcés qui connaissent les
|
||||||
|
législations vous avez de quoi apprendre à ne pas croire aux <a
|
||||||
|
href="http://www.charlatans.info/anecdotes.php">anecdotes</a>, à
|
||||||
|
comprendre les biais d'interprétation et autres manipulations, vous
|
||||||
|
ferez des économies monstrueuses en attrape-nigaud en tous genres! Je
|
||||||
|
vous conseille aussi la partie "récréation" présentant des jeux
|
||||||
|
bluffants capables de vous faire croire qu'une page web peut lire dans
|
||||||
|
votre esprit. C'est à la portée de tout le monde, ça ne vous vend pas de
|
||||||
|
produit, et ça ne vous empêche pas d'aimer un bon tour de magie. Comme
|
||||||
|
on dit chez wikipédia: Partagez le savoir! Bien sûr, si vous avez de
|
||||||
|
bons sites informatifs à recommander faites-les passer vous ici!</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,217 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 144</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2012-03-08 23:40:55></li>
|
||||||
|
<li>modifié: <2012-03-08 23:40:55></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="waf-waf">WAF WAF !</h2>
|
||||||
|
<p><br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>Qu'est-ce qu'un <a
|
||||||
|
href="https://fr.wikipedia.org/wiki/Wife_acceptance_factor">facteur
|
||||||
|
d'acceptence féminine</a>? Le WAF n'est pas qu'un bruit de chien, c'est
|
||||||
|
aussi une appellation certifiant qu'un produit répond a des règles de
|
||||||
|
simplicité et de design non encombrant qui sont parfaits pour les
|
||||||
|
personnes dont la destinée est de s'occuper du rangement, du
|
||||||
|
dépoussiérage et de réfléchir le moins possible.</p>
|
||||||
|
<blockquote>
|
||||||
|
<p>Créé dans les années 1990, le sigle s'est peu à peu imposé jusqu'à
|
||||||
|
devenir en 2009 un véritable sigle commercial utilisé par de nombreuses
|
||||||
|
boutiques</p>
|
||||||
|
</blockquote>
|
||||||
|
<p>ça fait rêver ce mélange de sexisme et de lobbyisme. Mais bon, voyez
|
||||||
|
vous, pour vendre il faut entretenir les clichés et ne surtout pas faire
|
||||||
|
réfléchir l'acheteur. Car il pourrait développer un esprit critique qui
|
||||||
|
l'éloignerait de son ressenti, ce ressenti qui fait croire qu'acheter
|
||||||
|
tel ou tel produit vous rendra la vie meilleure. Si c'était si évident,
|
||||||
|
les publicités vanteraient les caractéristiques techniques de ce qu'ils
|
||||||
|
nous présentent, on serait alors convaincu du bien du produit, plutôt
|
||||||
|
que persuadé par autorité. Wala ma contribution à la <a
|
||||||
|
href="http://www.presse-citron.net/journee-de-la-femme-journee-de-la-chatte-journee-de-la-bite-vents-contraires-et-tempete-dans-un-verre-d%E2%80%99eau-par-gaelle-marie-zimmermann">journée
|
||||||
|
de la chatte</a> (by Gaëlle-Marie Zimmermann) en attendant que des
|
||||||
|
personnes ayant vraiment une mainmise puissent régler les inégalités
|
||||||
|
salariales et les autres conneries sexistes alimentant des clichés qui
|
||||||
|
ne servent ni aux femmes ni aux hommes qu'on peut entendre dans les
|
||||||
|
magazines pour nanas et autres experts en sur interprétation genrée.</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,201 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 150</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2012-03-21 01:43:18></li>
|
||||||
|
<li>modifié: <2012-03-21 01:43:18></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="hotline-q5-1">Hotline !Q5</h2>
|
||||||
|
<p><br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p><img
|
||||||
|
src="https://www.shutupwoman.fr/wp-content/uploads/2012/03/449392_1301287-frm715bl01_ll.jpg" />
|
||||||
|
<a href="http://www.shutupwoman.fr">source photo: la blonde</a> Comme à
|
||||||
|
son habitude, <a href="http://qzine.fr/boutique/">le fanzine !Q</a>
|
||||||
|
répond aux questions des lecteurs en faisant de vraies recherches pour
|
||||||
|
démystifier de nombreuses choses. Donc si vous avez de vraies questions
|
||||||
|
que vous vous êtes toujours posé ou des moins sérieuses pour déconner,
|
||||||
|
allez y! Notre fervente équipe de chercheurs en CULture y répondra !ø/
|
||||||
|
:arrow: ps: vous avez le droit de poser des questions qui ne concernent
|
||||||
|
pas que des thématiques hétérosexuelles, youpi! freedom! ø/</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,204 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 156</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2012-03-21 08:19:09></li>
|
||||||
|
<li>modifié: <2012-03-21 08:19:09></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="comment-calculer-votre-âge-sexuel">Comment calCULer votre âge
|
||||||
|
sexuel ?</h2>
|
||||||
|
<p>Questions choppées sur Sexactu. J'en profite pour tester ma
|
||||||
|
plateforme de sondages pluri disciplinaires inutile faite maison.
|
||||||
|
*0*<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>Questions choppées sur <a
|
||||||
|
href="https://www.gqmagazine.fr/sexactu/articles/comment-calculer-son-age-sexuel/13322">Sexactu</a>.
|
||||||
|
J'en profite pour tester ma plateforme de sondages pluri disciplinaires
|
||||||
|
inutile faite maison. <strong>0</strong> Voici donc un sondage qui vous
|
||||||
|
donne en score votre véritable âge sexuel si on en croit Maïa. Le fun
|
||||||
|
est de découvrir le décalage avec votre age réel. Mwah ah ah, selon ces
|
||||||
|
points j'ai 21 ans de plus que mon vrai âge. Plus vous êtes de fous à
|
||||||
|
voter plus vous verrez les statistiques évoluer. Formidable! Allez
|
||||||
|
l'ouilla! Toudmême, ça fait moins impératif quand les points attribués à
|
||||||
|
chaque réponse sont cachés.</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,195 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 187</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2012-05-21 18:02:53></li>
|
||||||
|
<li>modifié: <2012-05-21 18:02:53></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="agenda-qzine-1">Agenda Qzine</h2>
|
||||||
|
<p>Grâce à google agenda / calendar, vous pouvez voir nos prochaines
|
||||||
|
dates où on s'active.<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>Vous voulez venir nous voir IRL ? Voilà où et quand nous trouver :)
|
||||||
|
Les 4, 5 et 6 décembre 2015 Venez au <a href="https://sobd2014.com">So
|
||||||
|
BD</a> à la Halle des Blancs Manteaux, Paris 4e</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,201 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 192</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2012-05-21 21:04:19></li>
|
||||||
|
<li>modifié: <2012-05-21 21:04:19></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="sondage-de-boobs-la-vérité-sur-les-seins">Sondage de Boobs, la
|
||||||
|
vérité sur les seins</h2>
|
||||||
|
<p>Parait il la taille de seins la plus répandue est le 85B, voilà un
|
||||||
|
sondage amusant pour remettre à l'ordre du jour diverses questions et
|
||||||
|
considérations du peuple sur son rapport aux seins. Une étude que je en
|
||||||
|
peux que vous encourage à faire évoluer en participant et en la
|
||||||
|
partageant :) go go go!<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>Parait il la taille de seins la plus répandue est le 85B, voilà un
|
||||||
|
sondage amusant pour remettre à l'ordre du jour diverses questions et
|
||||||
|
considérations du peuple sur son rapport aux seins. Une étude que je en
|
||||||
|
peux que vous encourage à faire évoluer en participant et en la
|
||||||
|
partageant :) go go go!</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,810 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 198</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2012-05-30 16:00:22></li>
|
||||||
|
<li>modifié: <2012-05-30 16:00:22></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="épitanime-2012">épitanime 2012</h2>
|
||||||
|
<p>:html:</p>
|
||||||
|
<p><br/><br /><hr><img title="DSC00561" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00561.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00561.JPG</a>"
|
||||||
|
alt="DSC00561" /></p>
|
||||||
|
<p>Épitanime c'était kro kro bien. Pour nous c'était notre première
|
||||||
|
participation en tant que stand. J'y étais allé en visiteur en 2006. On
|
||||||
|
était donc hyper bien accueilli avec petit dej et bouteilles d'eau
|
||||||
|
cadeau, autant de tables et de chaises qu'on voulait pour un espace de
|
||||||
|
9m² sous des demi tentes protégeant fort bien du soleil. Avec le plein
|
||||||
|
air on a du davantage scotcher nos produits à la table mais avec
|
||||||
|
harajuku on est habitués :D Des photos, des gens fort sympatoches, hadh,
|
||||||
|
kara, kira, doria plume, les niddheg, les tatsu, du pro de chez
|
||||||
|
higurashi, des ativités, du cuir moustache, un cosplay de nyan cat, de
|
||||||
|
pedobear, et des dessins. J'ai eu la joie de porter un habit
|
||||||
|
traditionnel indien, de causer avec quelques gens zintéressés, de voir
|
||||||
|
une nana éduquer des mecs sur ce qu'est le suggestif et l'explicite, et
|
||||||
|
de masser du staff. Note perso: la prochaine fois amener des piles avec
|
||||||
|
le vibreur. Mettre le karaoké dans un endroit isolé est toujours un
|
||||||
|
plaisir pour les oreilles. Quant à savoir si on est mieux en sous sol
|
||||||
|
qu'en surface je ne saurais pas trop le dire vu que je n'ai jamais eu de
|
||||||
|
stand en sous sol même si j'ai squatté chez les darjeeling qui étaient
|
||||||
|
placés à côté de la marche de darwin (ainsi nommée parce qu'elle
|
||||||
|
contribue à la disparition des gens qui ne savent pas lire "attention à
|
||||||
|
la marche"). Bon du coup on a plus que 3 fanzines à vendre, mouhaha, va
|
||||||
|
falloir qu'on réimprime :D</p>
|
||||||
|
<p><a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00532.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00532.JPG</a>"><img
|
||||||
|
title="DSC00532" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00532.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00532.JPG</a>"
|
||||||
|
alt="DSC00532" /></a></p>
|
||||||
|
<p><!–more–> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00534.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00534.JPG</a>"><img
|
||||||
|
title="DSC00534" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00534.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00534.JPG</a>"
|
||||||
|
alt="DSC00534" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00535.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00535.JPG</a>"><img
|
||||||
|
title="DSC00535" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00535.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00535.JPG</a>"
|
||||||
|
alt="DSC00535" /></a></p>
|
||||||
|
<p><a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00537.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00537.JPG</a>"><img
|
||||||
|
title="DSC00537" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00537.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00537.JPG</a>"
|
||||||
|
alt="DSC00537" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00538.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00538.JPG</a>"><img
|
||||||
|
title="DSC00538" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00538.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00538.JPG</a>"
|
||||||
|
alt="DSC00538" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00541.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00541.JPG</a>"><img
|
||||||
|
title="DSC00541" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00541.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00541.JPG</a>"
|
||||||
|
alt="DSC00541" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00542.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00542.JPG</a>"><img
|
||||||
|
title="DSC00542" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00542.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00542.JPG</a>"
|
||||||
|
alt="DSC00542" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00544.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00544.JPG</a>"><img
|
||||||
|
title="DSC00544" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00544.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00544.JPG</a>"
|
||||||
|
alt="DSC00544" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00546.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00546.JPG</a>"><img
|
||||||
|
title="DSC00546" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00546.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00546.JPG</a>"
|
||||||
|
alt="DSC00546" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00547.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00547.JPG</a>"><img
|
||||||
|
title="DSC00547" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00547.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00547.JPG</a>"
|
||||||
|
alt="DSC00547" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00548.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00548.JPG</a>"><img
|
||||||
|
title="DSC00548" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00548.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00548.JPG</a>"
|
||||||
|
alt="DSC00548" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00549.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00549.JPG</a>"><img
|
||||||
|
title="DSC00549" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00549.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00549.JPG</a>"
|
||||||
|
alt="DSC00549" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00551.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00551.JPG</a>"><img
|
||||||
|
title="DSC00551" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00551.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00551.JPG</a>"
|
||||||
|
alt="DSC00551" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00552.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00552.JPG</a>"><img
|
||||||
|
title="DSC00552" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00552.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00552.JPG</a>"
|
||||||
|
alt="DSC00552" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00559.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00559.JPG</a>"><img
|
||||||
|
title="DSC00559" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00559.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00559.JPG</a>"
|
||||||
|
alt="DSC00559" /></a></p>
|
||||||
|
<p><a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00562.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00562.JPG</a>"><img
|
||||||
|
title="DSC00562" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00562.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00562.JPG</a>"
|
||||||
|
alt="DSC00562" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00563.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00563.JPG</a>"><img
|
||||||
|
title="DSC00563" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00563.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00563.JPG</a>"
|
||||||
|
alt="DSC00563" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00564.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00564.JPG</a>"><img
|
||||||
|
title="DSC00564" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00564.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00564.JPG</a>"
|
||||||
|
alt="DSC00564" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00565.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00565.JPG</a>"><img
|
||||||
|
title="DSC00565" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00565.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00565.JPG</a>"
|
||||||
|
alt="DSC00565" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00566.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00566.JPG</a>"><img
|
||||||
|
title="DSC00566" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00566.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00566.JPG</a>"
|
||||||
|
alt="DSC00566" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00567.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00567.JPG</a>"><img
|
||||||
|
title="DSC00567" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00567.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00567.JPG</a>"
|
||||||
|
alt="DSC00567" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00569.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00569.JPG</a>"><img
|
||||||
|
title="DSC00569" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00569.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00569.JPG</a>"
|
||||||
|
alt="DSC00569" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00571.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00571.JPG</a>"><img
|
||||||
|
title="DSC00571" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00571.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00571.JPG</a>"
|
||||||
|
alt="DSC00571" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00573.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00573.JPG</a>"><img
|
||||||
|
title="DSC00573" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00573.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00573.JPG</a>"
|
||||||
|
alt="DSC00573" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00574.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00574.JPG</a>"><img
|
||||||
|
title="DSC00574" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00574.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00574.JPG</a>"
|
||||||
|
alt="DSC00574" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00575.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00575.JPG</a>"><img
|
||||||
|
title="DSC00575" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00575.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00575.JPG</a>"
|
||||||
|
alt="DSC00575" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00578.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00578.JPG</a>"><img
|
||||||
|
title="DSC00578" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00578.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00578.JPG</a>"
|
||||||
|
alt="DSC00578" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00579.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00579.JPG</a>"><img
|
||||||
|
title="DSC00579" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00579.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00579.JPG</a>"
|
||||||
|
alt="DSC00579" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00586.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00586.JPG</a>"><img
|
||||||
|
title="DSC00586" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00586.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00586.JPG</a>"
|
||||||
|
alt="DSC00586" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00587.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00587.JPG</a>"><img
|
||||||
|
title="DSC00587" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00587.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00587.JPG</a>"
|
||||||
|
alt="DSC00587" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00593.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00593.JPG</a>"><img
|
||||||
|
title="DSC00593" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00593.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00593.JPG</a>"
|
||||||
|
alt="DSC00593" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00594.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00594.JPG</a>"><img
|
||||||
|
title="DSC00594" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00594.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00594.JPG</a>"
|
||||||
|
alt="DSC00594" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00596.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00596.JPG</a>"><img
|
||||||
|
title="DSC00596" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00596.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00596.JPG</a>"
|
||||||
|
alt="DSC00596" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00598.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00598.JPG</a>"><img
|
||||||
|
title="DSC00598" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00598.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00598.JPG</a>"
|
||||||
|
alt="DSC00598" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00601.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00601.JPG</a>"><img
|
||||||
|
title="DSC00601" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00601.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00601.JPG</a>"
|
||||||
|
alt="DSC00601" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00602.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00602.JPG</a>"><img
|
||||||
|
title="DSC00602" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00602.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00602.JPG</a>"
|
||||||
|
alt="DSC00602" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00603.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00603.JPG</a>"><img
|
||||||
|
title="DSC00603" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00603.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00603.JPG</a>"
|
||||||
|
alt="DSC00603" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00606.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00606.JPG</a>"><img
|
||||||
|
title="DSC00606" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00606.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00606.JPG</a>"
|
||||||
|
alt="DSC00606" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00607.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00607.JPG</a>"><img
|
||||||
|
title="DSC00607" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00607.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00607.JPG</a>"
|
||||||
|
alt="DSC00607" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00610.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00610.JPG</a>"><img
|
||||||
|
title="DSC00610" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00610.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00610.JPG</a>"
|
||||||
|
alt="DSC00610" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00612.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00612.JPG</a>"><img
|
||||||
|
title="DSC00612" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00612.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00612.JPG</a>"
|
||||||
|
alt="DSC00612" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00613.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00613.JPG</a>"><img
|
||||||
|
title="DSC00613" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00613.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00613.JPG</a>"
|
||||||
|
alt="DSC00613" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00614.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00614.JPG</a>"><img
|
||||||
|
title="DSC00614" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00614.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00614.JPG</a>"
|
||||||
|
alt="DSC00614" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00615.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00615.JPG</a>"><img
|
||||||
|
title="DSC00615" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00615.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00615.JPG</a>"
|
||||||
|
alt="DSC00615" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00616.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00616.JPG</a>"><img
|
||||||
|
title="DSC00616" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00616.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00616.JPG</a>"
|
||||||
|
alt="DSC00616" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00617.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00617.JPG</a>"><img
|
||||||
|
title="DSC00617" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00617.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00617.JPG</a>"
|
||||||
|
alt="DSC00617" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00618.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00618.JPG</a>"><img
|
||||||
|
title="DSC00618" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00618.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00618.JPG</a>"
|
||||||
|
alt="DSC00618" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00620.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00620.JPG</a>"><img
|
||||||
|
title="DSC00620" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00620.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00620.JPG</a>"
|
||||||
|
alt="DSC00620" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00621.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00621.JPG</a>"><img
|
||||||
|
title="DSC00621" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00621.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00621.JPG</a>"
|
||||||
|
alt="DSC00621" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00625.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00625.JPG</a>"><img
|
||||||
|
title="DSC00625" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00625.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00625.JPG</a>"
|
||||||
|
alt="DSC00625" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00627.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00627.JPG</a>"><img
|
||||||
|
title="DSC00627" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00627.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00627.JPG</a>"
|
||||||
|
alt="DSC00627" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00628.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00628.JPG</a>"><img
|
||||||
|
title="DSC00628" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00628.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00628.JPG</a>"
|
||||||
|
alt="DSC00628" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00629.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00629.JPG</a>"><img
|
||||||
|
title="DSC00629" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00629.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00629.JPG</a>"
|
||||||
|
alt="DSC00629" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00630.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00630.JPG</a>"><img
|
||||||
|
title="DSC00630" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00630.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00630.JPG</a>"
|
||||||
|
alt="DSC00630" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00631.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00631.JPG</a>"><img
|
||||||
|
title="DSC00631" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00631.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00631.JPG</a>"
|
||||||
|
alt="DSC00631" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00633.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00633.JPG</a>"><img
|
||||||
|
title="DSC00633" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00633.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00633.JPG</a>"
|
||||||
|
alt="DSC00633" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00634.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00634.JPG</a>"><img
|
||||||
|
title="DSC00634" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00634.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00634.JPG</a>"
|
||||||
|
alt="DSC00634" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00636.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00636.JPG</a>"><img
|
||||||
|
title="DSC00636" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00636.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00636.JPG</a>"
|
||||||
|
alt="DSC00636" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00637.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00637.JPG</a>"><img
|
||||||
|
title="DSC00637" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00637.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00637.JPG</a>"
|
||||||
|
alt="DSC00637" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00639.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00639.JPG</a>"><img
|
||||||
|
title="DSC00639" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00639.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00639.JPG</a>"
|
||||||
|
alt="DSC00639" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00641.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00641.JPG</a>"><img
|
||||||
|
title="DSC00641" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00641.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00641.JPG</a>"
|
||||||
|
alt="DSC00641" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00642.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00642.JPG</a>"><img
|
||||||
|
title="DSC00642" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00642.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00642.JPG</a>"
|
||||||
|
alt="DSC00642" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00643.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00643.JPG</a>"><img
|
||||||
|
title="DSC00643" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00643.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00643.JPG</a>"
|
||||||
|
alt="DSC00643" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00644.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00644.JPG</a>"><img
|
||||||
|
title="DSC00644" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00644.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00644.JPG</a>"
|
||||||
|
alt="DSC00644" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00646.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00646.JPG</a>"><img
|
||||||
|
title="DSC00646" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00646.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00646.JPG</a>"
|
||||||
|
alt="DSC00646" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00647.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00647.JPG</a>"><img
|
||||||
|
title="DSC00647" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00647.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00647.JPG</a>"
|
||||||
|
alt="DSC00647" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00650.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00650.JPG</a>"><img
|
||||||
|
title="DSC00650" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00650.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00650.JPG</a>"
|
||||||
|
alt="DSC00650" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00652.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00652.JPG</a>"><img
|
||||||
|
title="DSC00652" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00652.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00652.JPG</a>"
|
||||||
|
alt="DSC00652" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00653.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00653.JPG</a>"><img
|
||||||
|
title="DSC00653" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00653.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00653.JPG</a>"
|
||||||
|
alt="DSC00653" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00658.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00658.JPG</a>"><img
|
||||||
|
title="DSC00658" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00658.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00658.JPG</a>"
|
||||||
|
alt="DSC00658" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00660.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00660.JPG</a>"><img
|
||||||
|
title="DSC00660" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00660.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00660.JPG</a>"
|
||||||
|
alt="DSC00660" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00662.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00662.JPG</a>"><img
|
||||||
|
title="DSC00662" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00662.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00662.JPG</a>"
|
||||||
|
alt="DSC00662" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00667.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00667.JPG</a>"><img
|
||||||
|
title="DSC00667" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00667.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00667.JPG</a>"
|
||||||
|
alt="DSC00667" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00668.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00668.JPG</a>"><img
|
||||||
|
title="DSC00668" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00668.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00668.JPG</a>"
|
||||||
|
alt="DSC00668" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00671.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00671.JPG</a>"><img
|
||||||
|
title="DSC00671" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00671.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00671.JPG</a>"
|
||||||
|
alt="DSC00671" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00672.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00672.JPG</a>"><img
|
||||||
|
title="DSC00672" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00672.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00672.JPG</a>"
|
||||||
|
alt="DSC00672" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00675.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00675.JPG</a>"><img
|
||||||
|
title="DSC00675" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00675.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00675.JPG</a>"
|
||||||
|
alt="DSC00675" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00676.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00676.JPG</a>"><img
|
||||||
|
title="DSC00676" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00676.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00676.JPG</a>"
|
||||||
|
alt="DSC00676" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00677.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00677.JPG</a>"><img
|
||||||
|
title="DSC00677" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00677.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00677.JPG</a>"
|
||||||
|
alt="DSC00677" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00678.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00678.JPG</a>"><img
|
||||||
|
title="DSC00678" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00678.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00678.JPG</a>"
|
||||||
|
alt="DSC00678" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00680.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00680.JPG</a>"><img
|
||||||
|
title="DSC00680" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00680.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00680.JPG</a>"
|
||||||
|
alt="DSC00680" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00682.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00682.JPG</a>"><img
|
||||||
|
title="DSC00682" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00682.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00682.JPG</a>"
|
||||||
|
alt="DSC00682" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00685.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00685.JPG</a>"><img
|
||||||
|
title="DSC00685" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00685.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00685.JPG</a>"
|
||||||
|
alt="DSC00685" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00686.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00686.JPG</a>"><img
|
||||||
|
title="DSC00686" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00686.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00686.JPG</a>"
|
||||||
|
alt="DSC00686" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00689.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00689.JPG</a>"><img
|
||||||
|
title="DSC00689" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00689.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00689.JPG</a>"
|
||||||
|
alt="DSC00689" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00691.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00691.JPG</a>"><img
|
||||||
|
title="DSC00691" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00691.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00691.JPG</a>"
|
||||||
|
alt="DSC00691" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00692.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00692.JPG</a>"><img
|
||||||
|
title="DSC00692" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00692.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00692.JPG</a>"
|
||||||
|
alt="DSC00692" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00694.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00694.JPG</a>"><img
|
||||||
|
title="DSC00694" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00694.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00694.JPG</a>"
|
||||||
|
alt="DSC00694" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00697.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00697.JPG</a>"><img
|
||||||
|
title="DSC00697" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00697.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00697.JPG</a>"
|
||||||
|
alt="DSC00697" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00698.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00698.JPG</a>"><img
|
||||||
|
title="DSC00698" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00698.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00698.JPG</a>"
|
||||||
|
alt="DSC00698" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00699.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00699.JPG</a>"><img
|
||||||
|
title="DSC00699" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00699.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00699.JPG</a>"
|
||||||
|
alt="DSC00699" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00700.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00700.JPG</a>"><img
|
||||||
|
title="DSC00700" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00700.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00700.JPG</a>"
|
||||||
|
alt="DSC00700" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00701.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00701.JPG</a>"><img
|
||||||
|
title="DSC00701" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00701.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00701.JPG</a>"
|
||||||
|
alt="DSC00701" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00702.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00702.JPG</a>"><img
|
||||||
|
title="DSC00702" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00702.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00702.JPG</a>"
|
||||||
|
alt="DSC00702" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00703.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00703.JPG</a>"><img
|
||||||
|
title="DSC00703" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00703.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00703.JPG</a>"
|
||||||
|
alt="DSC00703" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00704.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00704.JPG</a>"><img
|
||||||
|
title="DSC00704" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00704.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00704.JPG</a>"
|
||||||
|
alt="DSC00704" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00707.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00707.JPG</a>"><img
|
||||||
|
title="DSC00707" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00707.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00707.JPG</a>"
|
||||||
|
alt="DSC00707" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00709.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00709.JPG</a>"><img
|
||||||
|
title="DSC00709" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00709.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00709.JPG</a>"
|
||||||
|
alt="DSC00709" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00710.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00710.JPG</a>"><img
|
||||||
|
title="DSC00710" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00710.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00710.JPG</a>"
|
||||||
|
alt="DSC00710" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00711.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00711.JPG</a>"><img
|
||||||
|
title="DSC00711" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00711.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00711.JPG</a>"
|
||||||
|
alt="DSC00711" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00712.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00712.JPG</a>"><img
|
||||||
|
title="DSC00712" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00712.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00712.JPG</a>"
|
||||||
|
alt="DSC00712" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00713.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00713.JPG</a>"><img
|
||||||
|
title="DSC00713" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00713.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00713.JPG</a>"
|
||||||
|
alt="DSC00713" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00716.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00716.JPG</a>"><img
|
||||||
|
title="DSC00716" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00716.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00716.JPG</a>"
|
||||||
|
alt="DSC00716" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00717.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00717.JPG</a>"><img
|
||||||
|
title="DSC00717" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00717.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00717.JPG</a>"
|
||||||
|
alt="DSC00717" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00718.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00718.JPG</a>"><img
|
||||||
|
title="DSC00718" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00718.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00718.JPG</a>"
|
||||||
|
alt="DSC00718" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00719.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00719.JPG</a>"><img
|
||||||
|
title="DSC00719" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00719.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00719.JPG</a>"
|
||||||
|
alt="DSC00719" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00728.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00728.JPG</a>"><img
|
||||||
|
title="DSC00728" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00728.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00728.JPG</a>"
|
||||||
|
alt="DSC00728" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00729.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00729.JPG</a>"><img
|
||||||
|
title="DSC00729" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00729.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00729.JPG</a>"
|
||||||
|
alt="DSC00729" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00731.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00731.JPG</a>"><img
|
||||||
|
title="DSC00731" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00731.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00731.JPG</a>"
|
||||||
|
alt="DSC00731" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00732.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00732.JPG</a>"><img
|
||||||
|
title="DSC00732" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00732.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00732.JPG</a>"
|
||||||
|
alt="DSC00732" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00733.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00733.JPG</a>"><img
|
||||||
|
title="DSC00733" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00733.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00733.JPG</a>"
|
||||||
|
alt="DSC00733" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00736.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00736.JPG</a>"><img
|
||||||
|
title="DSC00736" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00736.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00736.JPG</a>"
|
||||||
|
alt="DSC00736" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00737.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00737.JPG</a>"><img
|
||||||
|
title="DSC00737" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00737.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00737.JPG</a>"
|
||||||
|
alt="DSC00737" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00739.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00739.JPG</a>"><img
|
||||||
|
title="DSC00739" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00739.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00739.JPG</a>"
|
||||||
|
alt="DSC00739" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00745.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00745.JPG</a>"><img
|
||||||
|
title="DSC00745" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00745.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00745.JPG</a>"
|
||||||
|
alt="DSC00745" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00747.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00747.JPG</a>"><img
|
||||||
|
title="DSC00747" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00747.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00747.JPG</a>"
|
||||||
|
alt="DSC00747" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00748.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00748.JPG</a>"><img
|
||||||
|
title="DSC00748" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00748.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00748.JPG</a>"
|
||||||
|
alt="DSC00748" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00749.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00749.JPG</a>"><img
|
||||||
|
title="DSC00749" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00749.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00749.JPG</a>"
|
||||||
|
alt="DSC00749" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00751.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00751.JPG</a>"><img
|
||||||
|
title="DSC00751" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00751.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00751.JPG</a>"
|
||||||
|
alt="DSC00751" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00752.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00752.JPG</a>"><img
|
||||||
|
title="DSC00752" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00752.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00752.JPG</a>"
|
||||||
|
alt="DSC00752" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00753.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00753.JPG</a>"><img
|
||||||
|
title="DSC00753" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00753.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00753.JPG</a>"
|
||||||
|
alt="DSC00753" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00754.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00754.JPG</a>"><img
|
||||||
|
title="DSC00754" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00754.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00754.JPG</a>"
|
||||||
|
alt="DSC00754" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00755.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00755.JPG</a>"><img
|
||||||
|
title="DSC00755" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00755.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00755.JPG</a>"
|
||||||
|
alt="DSC00755" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00757.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00757.JPG</a>"><img
|
||||||
|
title="DSC00757" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00757.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00757.JPG</a>"
|
||||||
|
alt="DSC00757" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00758.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00758.JPG</a>"><img
|
||||||
|
title="DSC00758" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00758.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00758.JPG</a>"
|
||||||
|
alt="DSC00758" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00760.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00760.JPG</a>"><img
|
||||||
|
title="DSC00760" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00760.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00760.JPG</a>"
|
||||||
|
alt="DSC00760" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00764.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00764.JPG</a>"><img
|
||||||
|
title="DSC00764" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00764.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00764.JPG</a>"
|
||||||
|
alt="DSC00764" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00765.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00765.JPG</a>"><img
|
||||||
|
title="DSC00765" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00765.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00765.JPG</a>"
|
||||||
|
alt="DSC00765" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00767.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00767.JPG</a>"><img
|
||||||
|
title="DSC00767" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00767.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00767.JPG</a>"
|
||||||
|
alt="DSC00767" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00768.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00768.JPG</a>"><img
|
||||||
|
title="DSC00768" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00768.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00768.JPG</a>"
|
||||||
|
alt="DSC00768" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00770-1.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00770-1.JPG</a>"><img
|
||||||
|
title="DSC00770 1" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00770-1.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00770-1.JPG</a>"
|
||||||
|
alt="DSC00770 1" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00770-2.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00770-2.JPG</a>"><img
|
||||||
|
title="DSC00770 2" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00770-2.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00770-2.JPG</a>"
|
||||||
|
alt="DSC00770 2" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00770.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00770.JPG</a>"><img
|
||||||
|
title="DSC00770" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00770.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00770.JPG</a>"
|
||||||
|
alt="DSC00770" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00771.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00771.JPG</a>"><img
|
||||||
|
title="DSC00771" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00771.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00771.JPG</a>"
|
||||||
|
alt="DSC00771" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00772.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00772.JPG</a>"><img
|
||||||
|
title="DSC00772" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00772.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00772.JPG</a>"
|
||||||
|
alt="DSC00772" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00773.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00773.JPG</a>"><img
|
||||||
|
title="DSC00773" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00773.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00773.JPG</a>"
|
||||||
|
alt="DSC00773" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00774.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00774.JPG</a>"><img
|
||||||
|
title="DSC00774" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00774.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00774.JPG</a>"
|
||||||
|
alt="DSC00774" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00775.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00775.JPG</a>"><img
|
||||||
|
title="DSC00775" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00775.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00775.JPG</a>"
|
||||||
|
alt="DSC00775" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00778.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00778.JPG</a>"><img
|
||||||
|
title="DSC00778" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00778.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00778.JPG</a>"
|
||||||
|
alt="DSC00778" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00779.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00779.JPG</a>"><img
|
||||||
|
title="DSC00779" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00779.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00779.JPG</a>"
|
||||||
|
alt="DSC00779" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00781.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00781.JPG</a>"><img
|
||||||
|
title="DSC00781" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00781.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00781.JPG</a>"
|
||||||
|
alt="DSC00781" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00782.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00782.JPG</a>"><img
|
||||||
|
title="DSC00782" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00782.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00782.JPG</a>"
|
||||||
|
alt="DSC00782" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00783.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00783.JPG</a>"><img
|
||||||
|
title="DSC00783" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00783.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00783.JPG</a>"
|
||||||
|
alt="DSC00783" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00784.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00784.JPG</a>"><img
|
||||||
|
title="DSC00784" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00784.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00784.JPG</a>"
|
||||||
|
alt="DSC00784" /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00785.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/g/DSC00785.JPG</a>"><img
|
||||||
|
title="DSC00785" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00785.JPG">http://blog.artlemoine.com/public/i//2012/05mai/epitanime_2012/DSC00785.JPG</a>"
|
||||||
|
alt="DSC00785" /></a></p>
|
||||||
|
<p>On est rarement aussi choyés en tant que fanzines et on compte bien y
|
||||||
|
revenir. Awesome! Et sinon, vous pourrez me voir aux stands de Méluzine
|
||||||
|
ce weekend de fêtes des mères au festival d'Amiens. (Jdevrais ptetre
|
||||||
|
faire payer pour faire des massages en convention à force qu'on me dise
|
||||||
|
que je les fasse si bien. En plus ça lancera des débats très animés sur
|
||||||
|
la prostitution et autres raccourcis entre vente du corps et vente de
|
||||||
|
prestation. Je vous ai déjà parlé du <a title="STRASS" href="<a
|
||||||
|
href="http://site.strass-syndicat.org/">http://site.strass-syndicat.org/</a>">syndicat
|
||||||
|
des travailleuses et travailleurs du sexe? Allez donc lire un peu leur
|
||||||
|
site officiel</a> ) Je vais tenter l'incruste également à Orléans
|
||||||
|
pour geek faeries qui se déroulera le weekend de la semaine prochaine.
|
||||||
|
Ayez du fun, si vous avez vous aussi un compte rendu de l'épitanime
|
||||||
|
faites le passer dans les commentaires :) grows bisous!</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,231 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 219</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2012-07-15 17:21:39></li>
|
||||||
|
<li>modifié: <2012-07-15 17:21:39></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="quelques-photos-de-japan-expo-2012-1">Quelques photos de Japan
|
||||||
|
Expo 2012</h2>
|
||||||
|
<p>Oyo les amis, pour une fois c'est moi, l'elfe de la bande, qui m'y
|
||||||
|
colle pour la mise à jour!<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>Oyo les amis, pour une fois c'est moi, l'elfe de la bande, qui m'y
|
||||||
|
colle pour la mise à jour! Vous voulez savoir si Japan Expo ça s'est
|
||||||
|
bien passé? Eh bien ça s'est bien passé. Regardez plutôt : <img
|
||||||
|
src="https://kazedamashi.free.fr/q/conventions/2012-07_JE/JE2012_00002.jpg" />
|
||||||
|
Notre stand, mieux décoré que jamais! <img
|
||||||
|
src="http://kazedamashi.free.fr/q/conventions/2012-07_JE/JE2012_00003.jpg" />
|
||||||
|
Chez nos voisins de Kejiha, le thème cette année était "les masques". TK
|
||||||
|
s'est prêté au jeu. <img
|
||||||
|
src="http://kazedamashi.free.fr/q/conventions/2012-07_JE/JE2012_00018.jpg" />
|
||||||
|
Nous avons eu droit à des visiteurs de marque! <img
|
||||||
|
src="http://kazedamashi.free.fr/q/conventions/2012-07_JE/JE2012_00020.jpg" />
|
||||||
|
Cajochu, du stand Héraldique, se fait masser par TK grâce au vibreur
|
||||||
|
chinois rouge (communiste!) <img
|
||||||
|
src="http://kazedamashi.free.fr/q/conventions/2012-07_JE/JE2012_00021.jpg" />
|
||||||
|
Sarkresh et Cheu, dans la place! <img
|
||||||
|
src="http://kazedamashi.free.fr/q/conventions/2012-07_JE/JE2012_00027.jpg" />
|
||||||
|
Le bonus TK : pour quelques zines achetés, vous avez le droit de
|
||||||
|
squatter le stand! Celles-ci ne s'en sont pas privées. <img
|
||||||
|
src="http://kazedamashi.free.fr/q/conventions/2012-07_JE/JE2012_00041.jpg" />
|
||||||
|
Jin Ruukyu, du fanzine ICON (qui sera peut-être présent à Harajuku).
|
||||||
|
<img
|
||||||
|
src="http://kazedamashi.free.fr/q/conventions/2012-07_JE/JE2012_00043.jpg" />
|
||||||
|
Cosplay Avatar : Legend of Korra. Si vous pouvez, regardez cet anime
|
||||||
|
américain, c'est que du bon! <img
|
||||||
|
src="http://kazedamashi.free.fr/q/conventions/2012-07_JE/JE2012_00044.jpg" />
|
||||||
|
Le stand de Maliki : un canap', un bureau, une chaise, et une bonne
|
||||||
|
organisation. Très efficace, chapeau l'artiste! <img
|
||||||
|
src="http://kazedamashi.free.fr/q/conventions/2012-07_JE/JE2012_00046.jpg" />
|
||||||
|
Mameshiba. Si vous ne connaissez pas, tapez ça sur une plate-forme de
|
||||||
|
vidéos… <img
|
||||||
|
src="http://kazedamashi.free.fr/q/conventions/2012-07_JE/JE2012_00048.jpg" />
|
||||||
|
Evidemment, Aphrodite des poissons était une fille. <img
|
||||||
|
src="http://kazedamashi.free.fr/q/conventions/2012-07_JE/JE2012_00065.jpg" />
|
||||||
|
L'invasion des petits poneys sur notre stand. <img
|
||||||
|
src="http://kazedamashi.free.fr/q/conventions/2012-07_JE/JE2012_00069.jpg" />
|
||||||
|
Comme d'hab', on a terminé avec un bonne bouffe au jap'… <img
|
||||||
|
src="http://kazedamashi.free.fr/q/conventions/2012-07_JE/JE2012_00075.jpg" />
|
||||||
|
… OM NOMNOMNOM! Reg, l'elfe qui vous dit à bientôt ^_^°</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,269 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 224</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2012-07-18 18:00:34></li>
|
||||||
|
<li>modifié: <2012-07-18 18:00:34></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="japan-expo-et-comic-con-2012-1">Japan expo et Comic Con
|
||||||
|
2012</h2>
|
||||||
|
<p>o<sub>2012</sub>/dessins<sub>byreg</sub>/JE2012<sub>00015</sub>.jpg]]]]
|
||||||
|
<a
|
||||||
|
href="https://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins_by_reg/g/JE2012_00022.jpg">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins_by_reg/JE2012_00022.jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins_by_reg/g/JE2012_00023.jpg">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins_by_reg/JE2012_00023.jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins_by_reg/g/JE2012_00024.jpg">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins_by_reg/JE2012_00024.jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins_by_reg/g/JE2012_00025.jpg">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins_by_reg/JE2012_00025.jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins_by_reg/g/JE2012_00030.jpg">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins_by_reg/JE2012_00030.jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins_by_reg/g/JE2012_00037.jpg">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins_by_reg/JE2012_00037.jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins_by_reg/g/JE2012_00038.jpg">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins_by_reg/JE2012_00038.jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins_by_reg/g/JE2012_00040.jpg">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins_by_reg/JE2012_00040.jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins_by_reg/g/JE2012_00067.jpg">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins_by_reg/JE2012_00067.jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC01162.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC01162.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC01165.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC01165.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC01181.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC01181.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC01182.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC01182.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC01198.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC01198.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC01200.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC01200.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC01201.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC01201.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC01248.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC01248.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC01270.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC01270.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC06998.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC06998.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC06999.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC06999.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC07000.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC07000.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC07001.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC07001.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC07003.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC07003.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC07004.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC07004.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC07011.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC07011.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC07013.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC07013.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC07014.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC07014.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC07015.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC07015.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC07072.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC07072.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC07074.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC07074.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC07076.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC07076.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC07080.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC07080.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC07123.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC07123.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/g/DSC07133.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/07juillet/japan_expo_2012/dessins/DSC07133.JPG</span></a>]]
|
||||||
|
En tous cas, un gros merci à toi public et autres gens qui faites que la
|
||||||
|
vie de fanzineux est toujours pleine de chouettes souvenirs. Love tout
|
||||||
|
plein sur vous! Guettez notre calendrier et à toute bientôt! <a
|
||||||
|
href="http://qzine.fr/forum">venez donc sur notre forum.</a> <a
|
||||||
|
href="http://qzine.fr/boutique">jetez un oeil à nos fanzines sur la
|
||||||
|
boutique en ligne.</a> <a
|
||||||
|
href="https://www.facebook.com/groups/54036801794/">rejoignez notre
|
||||||
|
groupe facebook.</a> Petit détail cultivé, si vous avez l'occasion de
|
||||||
|
voir l'affiche murale de très près, regardez les doigts de la nana
|
||||||
|
tenant la carotte, vous pourrez y trouver quelques filaments de liquide
|
||||||
|
transparent. Allez savoir ce que c'est :D</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,196 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 242</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2012-07-24 16:02:57></li>
|
||||||
|
<li>modifié: <2012-07-24 16:02:57></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="quel-branleur-êtes-vous-quizz-q4">Quel branleur êtes vous? Quizz
|
||||||
|
Q4</h2>
|
||||||
|
<p>Inspiré de celui du fanzine !Q numéro 4 ayant pour thème
|
||||||
|
"masturbation et sextoys" voici la version numérique du quizz.<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>Inspiré de celui du fanzine !Q numéro 4 ayant pour thème
|
||||||
|
"masturbation et sextoys" voici la version numérique du quizz.
|
||||||
|
Enjoy!</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,201 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 247</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: draft</li>
|
||||||
|
<li>publié le: <2012-08-12 18:07:44></li>
|
||||||
|
<li>modifié: <2012-08-12 18:07:44></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="journée-découverte-wa-futsu-à-amiens">journée découverte Wa
|
||||||
|
Futsu à Amiens</h2>
|
||||||
|
<p><br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p><img
|
||||||
|
src="https://blog.artlemoine.com/public/i/2012/06juin/compte_rendu_amiens_bd/DSC00816.JPG" />
|
||||||
|
Le Mercredi 15 Août, moi même (tykayn) serai au 23 rue vascosan, Amiens
|
||||||
|
entre 15h et 20h pour faire des dédicaces sur fanzine !Q ou autres
|
||||||
|
dessins et caricatures à la demande. J'aurai le fanzine 5 et les autres
|
||||||
|
que vous pouvez aussi vous procurer dédicacés et avec une dose de
|
||||||
|
lubrifiant en cadeau, dans notre <a
|
||||||
|
href="http://qzine.fr/boutique">boutique en ligne <strong>0</strong></a>
|
||||||
|
Enjoyez, et à bien vite!</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,406 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 255</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2012-09-17 17:00:17></li>
|
||||||
|
<li>modifié: <2012-09-17 17:00:17></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="harajuku-bercy-2012-1">Harajuku Bercy 2012</h2>
|
||||||
|
<p>Photos de compte rendu<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<h2 id="photos-de-compte-rendu">Photos de compte rendu</h2>
|
||||||
|
<p>Le weeekend du 8 et 9 Septembre 2012 dans le jardin de Bery se
|
||||||
|
déroulait l'édition 2012 d'un festival entièrement consacré aux
|
||||||
|
créateurs amateurs. On pouvait donc retrouver des fanzines, des
|
||||||
|
stylistes, des amants de slenderman, des cuistots, des cosplayeurs, des
|
||||||
|
filles chattes, des furry, du yaoi, du yuri, des pokeurs fous, des
|
||||||
|
cupcakes makers, et autres choses qu'on ne voit pas tous les jours.
|
||||||
|
Qzine y était avec son numéro 1+2 combinés pour la première fois, et
|
||||||
|
c'était trop fun. Enjoyez les photos avec hadh, krystal, tanya,
|
||||||
|
revlunnuha, le kiwizine, le fanzine icon, blend awake, le slender, les
|
||||||
|
niddheg, raxxon, le potager enchanté, doria plume, méluzine, moemai,
|
||||||
|
zélia, les darjeeling clockwork, les pinup, les némésis, pandaka, et
|
||||||
|
bien d'autres ø/ enjoyez! <a
|
||||||
|
href="https://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07281.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07281.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07290.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07290.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07303.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07303.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07329.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07329.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07333.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07333.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07339.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07339.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07340.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07340.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07341.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07341.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07346.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07346.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07352.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07352.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07353.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07353.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07354.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07354.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07356.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07356.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07364.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07364.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07365.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07365.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07372.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07372.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07373.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07373.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07381.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07381.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07383.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07383.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07384.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07384.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07388.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07388.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07389.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07389.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07390.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07390.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07393.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07393.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07394.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07394.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07396.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07396.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07399.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07399.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07400.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07400.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07401.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07401.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07405.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07405.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07407.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07407.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07409.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07409.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07410.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07410.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07413.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07413.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07414.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07414.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07415.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07415.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07419.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07419.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07420.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07420.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07421.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07421.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07427.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07427.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07444.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07444.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07449.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07449.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07453.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07453.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07454.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07454.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07455.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07455.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07457.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07457.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07461.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07461.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07462.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07462.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07463.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07463.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07467.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07467.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07469.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07469.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07470.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07470.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07472.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07472.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07473.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07473.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07474.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07474.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07478.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07478.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07479.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07479.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07480.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07480.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07488.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07488.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07491.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07491.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07496.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07496.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07499.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07499.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07505.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07505.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07507.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07507.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07508.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07508.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07511.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07511.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07515.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07515.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07518.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07518.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07519.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07519.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07520.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07520.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07522.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07522.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07523.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07523.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07524.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07524.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07525.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07525.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07528.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07528.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07530.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07530.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07532.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07532.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07535.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07535.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07536.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07536.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07539.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07539.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07541.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07541.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07546.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07546.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/g/DSC07550.JPG">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/harajuku/photos/DSC07550.JPG</span></a>]]</p>
|
||||||
|
<h2 id="dessins-dharajuku">Dessins d'Harajuku</h2>
|
||||||
|
<p><a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/g/DSC07305.JPG">[[<span>http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/DSC07305.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/g/DSC07324.JPG">[[<span>http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/DSC07324.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/g/DSC07328.JPG">[[<span>http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/DSC07328.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/g/DSC07344.JPG">[[<span>http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/DSC07344.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/g/DSC07345.JPG">[[<span>http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/DSC07345.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/g/DSC07357.JPG">[[<span>http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/DSC07357.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/g/DSC07358.JPG">[[<span>http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/DSC07358.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/g/DSC07359.JPG">[[<span>http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/DSC07359.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/g/DSC07363.JPG">[[<span>http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/DSC07363.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/g/DSC07370.JPG">[[<span>http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/DSC07370.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/g/DSC07375.JPG">[[<span>http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/DSC07375.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/g/DSC07484.JPG">[[<span>http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/DSC07484.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/g/DSC07485.JPG">[[<span>http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/DSC07485.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/g/DSC07509.JPG">[[<span>http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/DSC07509.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/g/DSC07513.JPG">[[<span>http://blog.artlemoine.com/public/i//2012/09septembre/harajuku/dessins/DSC07513.JPG</span></a>]]</p>
|
||||||
|
<h2 id="vidéo-gangnam-style">Vidéo gangnam style</h2>
|
||||||
|
<p>prochaine convention en Novembre à Nancy, on fera l'Anim Est si ils
|
||||||
|
ont de la place pour nous <strong>-</strong> Et si vous voulez
|
||||||
|
rencontrer en live les membres du forum qzine, ce samedi soir au dernier
|
||||||
|
bar avant la fin du monde, à chatelet dès 19h00 on fait notre première
|
||||||
|
IRL officielle! enjoy!</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,216 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 265</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: draft</li>
|
||||||
|
<li>publié le: <2012-10-20 16:09:37></li>
|
||||||
|
<li>modifié: <2012-10-20 16:09:37></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="concours-dillu-de-cul-de-couverture-thème-séduction">concours
|
||||||
|
d'illu de cul de couverture, Thème séduction</h2>
|
||||||
|
<p><br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p><a
|
||||||
|
href="https://blog.artlemoine.com/public/i/2012/09septembre/concours_couv_q6/g/q6_couv_large.jpg">[[<span>http://blog.artlemoine.com/public/i/2012/09septembre/concours_couv_q6/q6_couv_large.jpg</span></a>]]
|
||||||
|
<strong>à gagner:</strong> <img
|
||||||
|
src="http://ecx.images-amazon.com/images/I/41s4o3H%2BChL._SL500_AA300_.jpg" />
|
||||||
|
un pack de 72 feutres à alcool Copics d'une valeur de 280€ + une
|
||||||
|
commission couleur de tykayn + un fanzine + du lubrifiant pour faire des
|
||||||
|
tshirts mouillés. participez donc! ♥ <strong>deadline:</strong> 17
|
||||||
|
février 2013. <strong>Thème:</strong> drague et séduction.</p>
|
||||||
|
<blockquote>
|
||||||
|
<p><strong>contraintes techniques:</strong></p>
|
||||||
|
<ul>
|
||||||
|
<li>Belle illustration en couleur RGB</li>
|
||||||
|
<li>format A4 à 300 dpi , soit 2480 x 3508 pixels</li>
|
||||||
|
<li>pas de texte, mais n'oubliez pas de signer votre oeuvre</li>
|
||||||
|
<li>image sexuelle ou non sans préférence</li>
|
||||||
|
<li>en rapport avec le thème</li>
|
||||||
|
<li>à envoyer à admin@qzine.fr avant la deadline</li>
|
||||||
|
</ul>
|
||||||
|
</blockquote>
|
||||||
|
<p>le vainqueur sera déterminé par les impitoyables votes des membres du
|
||||||
|
<a href="http://qzine.fr/forum">forum</a>, vous pourrez tous voter pour
|
||||||
|
plusieurs illustrations, comme la dernière fois. suivez bien les fucking
|
||||||
|
instructions de l'image pour le format et le thème :3 à vos crayons,
|
||||||
|
pinceaux, tablettes, escalopes de poulet!</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,208 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 267</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2012-10-25 14:10:56></li>
|
||||||
|
<li>modifié: <2012-10-25 14:10:56></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="comment-insérer-des-quiz-culturels-sur-votre-site">comment
|
||||||
|
insérer des quiz culturels sur votre site</h2>
|
||||||
|
<p>Vous pouvez maintenant intéger les quizs de ce site sur votre propre
|
||||||
|
blog et autres lieux de folies grâce au bouton de partage (comme sur les
|
||||||
|
smartphones) tout juste implémenté en haut des pages. C'est merveilleux.
|
||||||
|
il suffit de copier coller un texte HTML. Vous pouvez aussi changer les
|
||||||
|
dimensions du gadget de quizz inséré en mettant d'autres nombres (de
|
||||||
|
pixels) aux attributs width et height. Essayez donc et vous m'en direz
|
||||||
|
des nouvelles *0*<br />
|
||||||
|
<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>Vous pouvez maintenant intéger les quizs de ce site sur votre propre
|
||||||
|
blog et autres lieux de folies grâce au bouton de partage (comme sur les
|
||||||
|
smartphones) tout juste implémenté en haut des pages. C'est merveilleux.
|
||||||
|
il suffit de copier coller un texte HTML. Vous pouvez aussi changer les
|
||||||
|
dimensions du gadget de quizz inséré en mettant d'autres nombres (de
|
||||||
|
pixels) aux attributs width et height. Essayez donc et vous m'en direz
|
||||||
|
des nouvelles <strong>0</strong> par exemple, ce code: Donne ceci: Sur
|
||||||
|
une page de sondage nous avons les questions: Et les réponses.
|
||||||
|
Enjoyez!</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,235 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 278</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2012-11-04 20:48:14></li>
|
||||||
|
<li>modifié: <2012-11-04 20:48:14></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="les-boules-de-geisha---qzine-4">Les boules de geisha - Qzine
|
||||||
|
4</h2>
|
||||||
|
<p><br />
|
||||||
|
<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p><img
|
||||||
|
src="https://blog.artlemoine.com/public/i/2012/11novembre/atelier_nul_ne_le_saura.jpg" />
|
||||||
|
Article extrait du <a
|
||||||
|
href="http://qzine.fr/boutique/#detailsfanzine4">fanzine !Q4 sur la
|
||||||
|
masturbation et les sextoys</a>. Autant utilisable pour une femme que
|
||||||
|
pour un homme, les boules de geisha ne sont pas conçues, à la base, pour
|
||||||
|
procurer d'orgasme. Mais certaines personnes peuvent y ressentir un
|
||||||
|
plaisir immédiat et une fougueuse chevauchée vers l'orgasme. Ces jouets
|
||||||
|
sont comme des haltères miniature servant muscler le périnée et le
|
||||||
|
plancher pelvien. Elles permettent entre autre d'intensifier vos
|
||||||
|
orgasmes, de stimuler d'avantage votre partenaire, de mieux le
|
||||||
|
ressentir, et d'atteindre des jouissances dans la partie profonde du
|
||||||
|
clitoris ou du rectum. Leur usage est conseillé pour se rééduquer après
|
||||||
|
un accouchement. Les geishas, courtisanes de luxe Japonaises s'en
|
||||||
|
servaient pour maintenir leur excitation en attendant leurs clients. Les
|
||||||
|
hommes aussi peuvent apprendre à différencier des actions du bas de la
|
||||||
|
verge, du scrotum et de l'anus. Constitué le plus souvent de deux
|
||||||
|
sphères entre 2 et 4 centimètres de diamètre, reliées entre elles par un
|
||||||
|
cordon. Ces boules s'insèrent dans le vagin ou dans l'anus, en laissant
|
||||||
|
la boucle du cordon à l'extérieur. Elles peuvent être portées plusieurs
|
||||||
|
heures à la suite, mais il est recommandé de commencer par des périodes
|
||||||
|
progressives de quelques dizaines de minutes. A l'intérieur de chaque
|
||||||
|
boule on trouve une autre une bille qui transmettent des vibrations aux
|
||||||
|
parois vaginales à chaque mouvement. Ces vibrations provoquent des
|
||||||
|
contractions réflexes et permettent de vous muscler inconsciemment. Vous
|
||||||
|
pouvez les utiliser en faisant du rangement, du jogging… et même en
|
||||||
|
restant assis, ou pendant que vous dormez. Vous pouvez jouer à les faire
|
||||||
|
alternativement entrer et sortir pour stimuler la partie interne du
|
||||||
|
clitoris. Certains aiment les enlever d'un coup sec quand elles sont
|
||||||
|
bien lubrifiées. Il est également possible de réaliser une pénétration
|
||||||
|
vaginale en les conservant. En revanche la sodomie est à éviter, c'est
|
||||||
|
bien plus difficile d'aller les rechercher après… Pour les modèles les
|
||||||
|
moins chers, le cordon qui relie les boules est parfois une simple
|
||||||
|
ficelle et ce n'est pas très pratique à nettoyer. Favorisez des boules
|
||||||
|
avec un fil en élastomère hypoallergénique. Bref. Permettant de pimenter
|
||||||
|
les préliminaires et de transformer des situations ordinaires en moments
|
||||||
|
de plaisir, ce jouet vous offre tout un nouveau terrain de jeux en
|
||||||
|
solitaire, ou à deux. Sur ce, nous vous souhaitons beaucoup de plaisir.
|
||||||
|
TyKayn et Wulfila</p>
|
||||||
|
<hr />
|
||||||
|
<p>vous pouvez voir d'autres extraits et commander nos fanzines dans <a
|
||||||
|
href="http://qzine.fr/boutique/">notre boutique en ligne</a>.</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,359 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 294</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2012-12-01 19:10:20></li>
|
||||||
|
<li>modifié: <2012-12-01 19:10:20></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="anim-est-2012-1">Anim Est 2012</h2>
|
||||||
|
<p>L'an dernier je squattais le stand des super choupi Matryoshka, cette
|
||||||
|
année le fanzine !Q avait son propre espace ! On a pu faire connaissance
|
||||||
|
avec le Dr Lakav et voir un peu plusse de Kanda et son harem, de Hashvey
|
||||||
|
en shinji, de presse obscure, de geekland, et de gangnam style.
|
||||||
|
ejoyez!<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>L'an dernier je squattais le stand des super choupi Matryoshka, cette
|
||||||
|
année le fanzine !Q avait son propre espace ! On a pu faire connaissance
|
||||||
|
avec le Dr Lakav et voir un peu plusse de Kanda et son harem, de Hashvey
|
||||||
|
en shinji, de presse obscure, de geekland, et de gangnam style.
|
||||||
|
ejoyez!</p>
|
||||||
|
<h3 id="photos">Photos</h3>
|
||||||
|
<p><a
|
||||||
|
href="https://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(1).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(1).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(10).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(10).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(11).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(11).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(12).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(12).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(13).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(13).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(14).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(14).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(15).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(15).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(16).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(16).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(17).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(17).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(18).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(18).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(19).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(19).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(2).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(2).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(20).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(20).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(21).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(21).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(22).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(22).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(23).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(23).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(24).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(24).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(25).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(25).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(26).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(26).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(27).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(27).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(28).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(28).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(29).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(29).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(3).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(3).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(30).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(30).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(31).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(31).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(32).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(32).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(33).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(33).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(34).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(34).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(35).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(35).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(36).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(36).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(37).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(37).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(38).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(38).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(39).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(39).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(4).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(4).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(40).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(40).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(41).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(41).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(42).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(42).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(43).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(43).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(44).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(44).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(45).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(45).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(46).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(46).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(47).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(47).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(48).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(48).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(49).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(49).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(5).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(5).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(50).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(50).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(51).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(51).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(52).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(52).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(53).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(53).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(54).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(54).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(55).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(55).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(56).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(56).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(57).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(57).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(58).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(58).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(59).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(59).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(6).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(6).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(60).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(60).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(61).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(61).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(62).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(62).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(7).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(7).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(8).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(8).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/g/anim_est_2012_photos%20(9).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/cosplay/anim_est_2012_photos%20(9).JPG</span></a>]]</p>
|
||||||
|
<h3 id="dessins">Dessins</h3>
|
||||||
|
<p><a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/g/dessin_anim_est_2012%20(1).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/dessin_anim_est_2012%20(1).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/g/dessin_anim_est_2012%20(10).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/dessin_anim_est_2012%20(10).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/g/dessin_anim_est_2012%20(11).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/dessin_anim_est_2012%20(11).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/g/dessin_anim_est_2012%20(12).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/dessin_anim_est_2012%20(12).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/g/dessin_anim_est_2012%20(13).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/dessin_anim_est_2012%20(13).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/g/dessin_anim_est_2012%20(14).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/dessin_anim_est_2012%20(14).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/g/dessin_anim_est_2012%20(15).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/dessin_anim_est_2012%20(15).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/g/dessin_anim_est_2012%20(16).JPG">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/dessin_anim_est_2012%20(16).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/g/dessin_anim_est_2012%20(2).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/dessin_anim_est_2012%20(2).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/g/dessin_anim_est_2012%20(3).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/dessin_anim_est_2012%20(3).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/g/dessin_anim_est_2012%20(4).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/dessin_anim_est_2012%20(4).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/g/dessin_anim_est_2012%20(5).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/dessin_anim_est_2012%20(5).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/g/dessin_anim_est_2012%20(6).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/dessin_anim_est_2012%20(6).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/g/dessin_anim_est_2012%20(7).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/dessin_anim_est_2012%20(7).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/g/dessin_anim_est_2012%20(8).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/dessin_anim_est_2012%20(8).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/g/dessin_anim_est_2012%20(9).jpg">[[<span>http://blog.artlemoine.com/public/i/2012/11novembre/anim_est/dessins/dessin_anim_est_2012%20(9).jpg</span></a>]]
|
||||||
|
enjoy!</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,203 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 298</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2012-12-08 15:50:48></li>
|
||||||
|
<li>modifié: <2012-12-08 15:50:48></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="norman-la-masturbation-1">Norman, la Masturbation</h2>
|
||||||
|
<p>Norman fait des vidéos, sympathique réalisateur et acteur plutôt
|
||||||
|
connu de la blogboule vous fait part de son avis sur la masturbation. Et
|
||||||
|
comme chez Qzine on a un fanzine spécial Masturbation et Sextoys ainsi
|
||||||
|
qu' un superbe sondage plein de données instructives (que je ne peux que
|
||||||
|
vous conseiller de remplir) on vous en fait profiter. Enjoy!<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p><a href="https://normanfaitdesvideos.com">Norman fait des vidéos</a>,
|
||||||
|
sympathique réalisateur et acteur plutôt connu de la blogboule vous fait
|
||||||
|
part de son avis sur la masturbation. Et comme chez Qzine on a <a
|
||||||
|
href="http://qzine.fr/boutique/#detailsfanzine4">un fanzine spécial
|
||||||
|
Masturbation et Sextoys</a> ainsi qu' <a
|
||||||
|
href="http://qzine.fr/sondages/statistique.php">un superbe sondage plein
|
||||||
|
de données instructives</a> (que je ne peux que vous conseiller de
|
||||||
|
remplir) on vous en fait profiter. Enjoy!</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,217 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 307</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2013-01-22 23:36:11></li>
|
||||||
|
<li>modifié: <2013-01-22 23:36:11></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="japan-nantes-2013-1">Japan Nantes 2013</h2>
|
||||||
|
<p>Qzine y était sur le stand de Méluzine.<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>Qzine y était sur le stand de Méluzine. J'en ai profité pour
|
||||||
|
dédicacer et venir en visiteur. Aujourd'hui c'est Wulfila qui signe les
|
||||||
|
photos, enjoyez! Oh et n'oubliez pas que <a
|
||||||
|
href="https://qzine.fr/boutique">les soldes sur la boutique</a> c'est
|
||||||
|
bientôt fini, profitez-en ! :3 <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/01janvier/japan_nantes_2013_qzine/g/_MG_8097.JPG">[[<span>http://blog.artlemoine.com/public/i/2013/01janvier/japan_nantes_2013_qzine/_MG_8097.JPG</span></a>]]
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2013/01janvier/japan_nantes_2013_qzine/_MG_8189.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2013/01janvier/japan_nantes_2013_qzine/_MG_8153.JPG" />
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/01janvier/japan_nantes_2013_qzine/g/_MG_8099.JPG">[[<span>http://blog.artlemoine.com/public/i/2013/01janvier/japan_nantes_2013_qzine/_MG_8099.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/01janvier/japan_nantes_2013_qzine/g/_MG_8106.JPG">[[<span>http://blog.artlemoine.com/public/i/2013/01janvier/japan_nantes_2013_qzine/_MG_8106.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/01janvier/japan_nantes_2013_qzine/g/_MG_8193.JPG">[[<span>http://blog.artlemoine.com/public/i/2013/01janvier/japan_nantes_2013_qzine/_MG_8193.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/01janvier/japan_nantes_2013_qzine/g/_MG_8209.JPG">[[<span>http://blog.artlemoine.com/public/i/2013/01janvier/japan_nantes_2013_qzine/_MG_8209.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/01janvier/japan_nantes_2013_qzine/g/_MG_8251.JPG">[[<span>http://blog.artlemoine.com/public/i/2013/01janvier/japan_nantes_2013_qzine/_MG_8251.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/01janvier/japan_nantes_2013_qzine/g/_MG_8269.JPG">[[<span>http://blog.artlemoine.com/public/i/2013/01janvier/japan_nantes_2013_qzine/_MG_8269.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/01janvier/japan_nantes_2013_qzine/g/_MG_8278.JPG">[[<span>http://blog.artlemoine.com/public/i/2013/01janvier/japan_nantes_2013_qzine/_MG_8278.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/01janvier/japan_nantes_2013_qzine/g/_MG_8294.JPG">[[<span>http://blog.artlemoine.com/public/i/2013/01janvier/japan_nantes_2013_qzine/_MG_8294.JPG</span></a>]]</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,211 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 352</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2013-03-26 14:11:39></li>
|
||||||
|
<li>modifié: <2013-03-26 14:11:39></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="concours-q6-bravo-hadh-et-esk-lazouave-et-tykayn">Concours Q6,
|
||||||
|
bravo Hadh et Esk, Lazouave et Tykayn</h2>
|
||||||
|
<p>Voici les vainqueurs du concours, bravo à tout le monde! *0*<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>Concours pour les 4e, 2e et 3e de couverture du Qzine 6 "Drague et
|
||||||
|
séduction". Tout plein de superbes participations et du suspens dans les
|
||||||
|
votes jusqu'au jour J ! <a
|
||||||
|
href="https://blog.artlemoine.com/public/i/2013/02fevrier/qvotes/g/votes_qzine_concours.jpg">[[<span>http://blog.artlemoine.com/public/i/2013/02fevrier/qvotes/votes_qzine_concours.jpg</span></a>]]
|
||||||
|
Et finalement : *1e place:* <a
|
||||||
|
href="http://vraimentfacilearetenir.blogspot.fr/">Hadh</a> et <a
|
||||||
|
href="http://otaotatsuji.deviantart.com/">Esk</a> (17 votes sur 57) <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2013/02fevrier/q6/concours%20qzine_.png" />
|
||||||
|
Lots : un fanzine Q6 (quand il sera fini cet été) un pack de 72 feutres
|
||||||
|
à alcool Copics illustration en dos de couverture du !Q 6. du lubrifiant
|
||||||
|
/ huile de massage *2e place:* <a
|
||||||
|
href="http://lazouave.hautetfort.com/">Lazouave</a> (9 votes) <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2013/02fevrier/q6/cupidon_couleur.jpg" />
|
||||||
|
Lots : un fanzine Q6 1 commission cultivée faite par tykayn 1 poster !Q
|
||||||
|
du lubrifiant / huile de massage *3e place:* <a
|
||||||
|
href="http://tykay.free.fr">Tykayn</a> (8 votes) <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2013/02fevrier/q6/tykayn_q6_seduction_plage_ok.jpg" />
|
||||||
|
Lots : un fanzine Q6 3 badges au choix. du lubrifiant / huile de massage
|
||||||
|
Bravo à tous !!</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,401 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 358</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2013-04-01 19:23:33></li>
|
||||||
|
<li>modifié: <2013-04-01 19:23:33></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="made-in-asia-compte-rendu-photo-1">Made In Asia compte rendu
|
||||||
|
photo</h2>
|
||||||
|
<p>:html:</p>
|
||||||
|
<p><br /><hr><a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(28).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(28).JPG" alt="mia qzine 28 " /></a> Nous étions à Made in Asia
|
||||||
|
en cette année 2013. <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(18).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(18).JPG" alt="mia qzine 18 " /></a> On a vu plein de beau
|
||||||
|
monde, un public bien cosplayé mais moins bavard que dans la plupart des
|
||||||
|
conventions qu’on a fait. C’était aussi l’occasion de retrouver des
|
||||||
|
visiteurs venant d’autres conventions Françaises et aussi l’occasion de
|
||||||
|
faire un peu de tourisme de grand place et autres biscuiteries
|
||||||
|
Dandoy.</p>
|
||||||
|
<p><a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(43).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(43).JPG" alt="mia qzine 43 " /></a></p>
|
||||||
|
<p>Spéciale dédicace à <a href="<a
|
||||||
|
href="http://blend-awake.blogspot.fr/">http://blend-awake.blogspot.fr/</a>">l’équipe
|
||||||
|
Belge de Blend Awake</a> qui ont été adorables et avec qui on a pu
|
||||||
|
partager quelques frites :) <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(45).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(45).JPG" alt="mia qzine 45 " /></a> Comme toujours on fait
|
||||||
|
tester notre super brr brr à dos.</p>
|
||||||
|
<p><!–more–> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(2).jpg"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(2).jpg" alt="mia qzine 2 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(12).jpg"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(12).jpg" alt="mia qzine 12 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(13).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(13).JPG" alt="mia qzine 13 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(38).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(38).JPG" alt="mia qzine 38 " /></a> Wulfila s’est dévouée pour
|
||||||
|
faire la soubrette officielle. <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(1).jpg"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(1).jpg" alt="mia qzine 1 " /></a> et des rations de survie
|
||||||
|
<strong>0</strong> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(3).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(3).JPG" alt="mia qzine 3 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(4).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(4).JPG" alt="mia qzine 4 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(5).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(5).JPG" alt="mia qzine 5 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(6).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(6).JPG" alt="mia qzine 6 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(7).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(7).JPG" alt="mia qzine 7 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(8).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(8).JPG" alt="mia qzine 8 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(9).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(9).JPG" alt="mia qzine 9 " /></a> On a croisé les plus grosses
|
||||||
|
boules de geisha du monde près de Anneessens. <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(10).jpg"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(10).jpg" alt="mia qzine 10 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(11).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(11).JPG" alt="mia qzine 11 " /></a></p>
|
||||||
|
<p>Wulfi à réussi à multiplier les TK dans les WC !! <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(14).jpg"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(14).jpg" alt="mia qzine 14 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(15).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(15).JPG" alt="mia qzine 15 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(16).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(16).JPG" alt="mia qzine 16 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(17).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(17).JPG" alt="mia qzine 17 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(19).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(19).JPG" alt="mia qzine 19 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(20).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(20).JPG" alt="mia qzine 20 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(21).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(21).JPG" alt="mia qzine 21 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(22).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(22).JPG" alt="mia qzine 22 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(23).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(23).JPG" alt="mia qzine 23 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(24).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(24).JPG" alt="mia qzine 24 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(25).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(25).JPG" alt="mia qzine 25 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(26).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(26).JPG" alt="mia qzine 26 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(27).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(27).JPG" alt="mia qzine 27 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(29).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(29).JPG" alt="mia qzine 29 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(30).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(30).JPG" alt="mia qzine 30 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(31).jpg"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(31).jpg" alt="mia qzine 31 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(32).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(32).JPG" alt="mia qzine 32 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(33).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(33).JPG" alt="mia qzine 33 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(34).jpg"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(34).jpg" alt="mia qzine 34 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(35).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(35).JPG" alt="mia qzine 35 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(36).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(36).JPG" alt="mia qzine 36 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(37).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(37).JPG" alt="mia qzine 37 " /></a></p>
|
||||||
|
<p><a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(39).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(39).JPG" alt="mia qzine 39 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(40).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(40).JPG" alt="mia qzine 40 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(41).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(41).JPG" alt="mia qzine 41 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(42).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(42).JPG" alt="mia qzine 42 " /></a><a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(43).JPG"> </a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(44).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(44).JPG" alt="mia qzine 44 " /></a></p>
|
||||||
|
<p><a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(46).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(46).JPG" alt="mia qzine 46 " /></a> <a href="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/g/mia_qzine</a>
|
||||||
|
(47).JPG"><img style="display: block; margin: 0 auto;" src="<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine">http://blog.artlemoine.com/public/i/2013/04avril/made_in_asia_2013/mia_qzine</a>
|
||||||
|
(47).JPG" alt="mia qzine 47 " /></a> à une prochaine Bruxelles!
|
||||||
|
:3</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,204 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 368</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2013-04-22 19:15:58></li>
|
||||||
|
<li>modifié: <2013-04-22 19:15:58></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="dessins-aux-copics-1">dessins aux copics</h2>
|
||||||
|
<p>nos deux vainqueses du concours d'illustration pour Qzine 6 ont enfin
|
||||||
|
reçu leurs 72 feutres expédiés depuis le Japon.<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>nos deux vainqueses du concours d'illustration pour Qzine 6 ont enfin
|
||||||
|
reçu leurs 72 feutres expédiés depuis le Japon. C'est tellement beau
|
||||||
|
<strong>0</strong> notre équipe ne regrette pas du tout, voyez plutôt !
|
||||||
|
<img
|
||||||
|
src="https://th00.deviantart.net/fs70/PRE/i/2013/099/d/4/lilou_by_otaotatsuji-d610h56.jpg" />
|
||||||
|
la wunderbar deviantart de Esk , alias OtaOtaTsuji <a
|
||||||
|
href="http://otaotatsuji.deviantart.com/">http://otaotatsuji.deviantart.com/</a>
|
||||||
|
<img
|
||||||
|
src="http://24.media.tumblr.com/167a20ef691cd3547ffc3a31e86f1fca/tumblr_mld1aiuGpP1s2z5euo1_500.jpg" />
|
||||||
|
<a
|
||||||
|
href="http://vraimentfacilearetenir.blogspot.fr/">http://vraimentfacilearetenir.blogspot.fr/</a>
|
||||||
|
le blog de HadH, plein de sang menstruel et de CULture.</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,208 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 373</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2013-04-23 14:07:10></li>
|
||||||
|
<li>modifié: <2013-04-23 14:07:10></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="radio-qzine-the-roof-is-on-fire">radio Qzine, the roof is on
|
||||||
|
fire</h2>
|
||||||
|
<p>le point commun entre shakira et les Village people? C'est la
|
||||||
|
playlist sexy que vous allez pouvoir écouter en open bar sur
|
||||||
|
qzine!<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>le point commun entre shakira et les Village people? C'est <a
|
||||||
|
href="https://grooveshark.com/#!/playlist/Sexy+Playlist/85665838">la
|
||||||
|
playlist sexy</a> que vous allez pouvoir écouter en open bar sur qzine!
|
||||||
|
Essayez donc, elle est juste à droite des articles et accompagnera votre
|
||||||
|
quête de CULture. <img
|
||||||
|
src="http://ryanseacrest.com/wp-content/uploads/2012/05/Shakira-Im-Addicted-To-You2-900-600-600x400.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://www.qualiafolk.com/wp-content/uploads/2011/12/village-people-1000x288.jpg" />
|
||||||
|
source <a
|
||||||
|
href="http://www.ohmydollz.com/?p=fiche&pseudo=shakira-ripoll">photo
|
||||||
|
de shakira</a> <a
|
||||||
|
href="http://www.qualiafolk.com/wp-content/uploads/2011/12/village-people-1000x288.jpg">photo
|
||||||
|
des ymca</a> Je ne vous garantit pas que ça soit la bonne playlist a
|
||||||
|
mettre pour sexer, vous êtes prévenus. Enjoyez bien!</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,301 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 386</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2013-05-28 19:23:15></li>
|
||||||
|
<li>modifié: <2013-05-28 19:23:15></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="épitanime-2013---compte-rendu-photo">Épitanime 2013 - compte
|
||||||
|
rendu photo</h2>
|
||||||
|
<p><a href="id:64b338f6-8884-4138-a81d-9e047a8f71b0">évènements
|
||||||
|
annuels</a></p>
|
||||||
|
<p><br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p><a
|
||||||
|
href="https://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(26).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(26).JPG</span></a>]]
|
||||||
|
c'était kioule, mais mouillé. Cette année on a décidé de sortir le matos
|
||||||
|
électrique et de montrer en live quelques colos / montage du prochain
|
||||||
|
zine aux passants. Sauf que quand il faisait beau, il y avait trop de
|
||||||
|
reflets. Le public était au rendez vous malgré les grosses averses. <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(13).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(13).JPG</span></a>]]
|
||||||
|
on a corrompu un papillon, ou deux. <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(1).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(1).JPG</span></a>]]
|
||||||
|
Une belle illustration de la mise en place du mariage pour tous, même
|
||||||
|
pour les cosplayeurs que l'on soupçonne d'être des humains mais c'est
|
||||||
|
pas encore sûr. <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(3).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(3).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(4).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(4).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(5).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(5).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(6).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(6).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(7).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(7).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(8).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(8).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(9).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(9).JPG</span></a>]]
|
||||||
|
TK: C'est même pas moi qui ai fait cette photo, où diantre étais-je ? <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(10).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(10).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(11).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(11).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(12).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(12).JPG</span></a>]]
|
||||||
|
Kelly fan des boobs de Wulfi <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(14).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(14).JPG</span></a>]]
|
||||||
|
Comme toujours, le squatt de valise et autres coléoptères est de
|
||||||
|
rigueur. <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(15).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(15).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(16).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(16).JPG</span></a>]]
|
||||||
|
Aube du Kiwizine nous fait un pti concert <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(17).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(17).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(18).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(18).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(19).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(19).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(2).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(2).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(20).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(20).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(21).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(21).JPG</span></a>]]
|
||||||
|
Tanya à son insu. <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(22).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(22).JPG</span></a>]]
|
||||||
|
un cosplay de poney, pour faire plaisir à Lazouave <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(23).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(23).JPG</span></a>]]
|
||||||
|
des vrais gens sur le stand Q <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(24).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(24).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(25).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(25).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(27).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(27).jpg</span></a>]]
|
||||||
|
"iiiiiiiih les gens me voient direct faire de la couleur sur le grand
|
||||||
|
écran" <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(28).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(28).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(29).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(29).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(30).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(30).JPG</span></a>]]
|
||||||
|
Toujours plus de licorne <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(31).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(31).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(32).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(32).JPG</span></a>]]
|
||||||
|
du costumage à tous les âges. <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(33).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(33).JPG</span></a>]]
|
||||||
|
NAnnnnnn il pleut! °A° <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(34).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(34).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/g/epitanime_qzine%20(35).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/epitanime_qzine%20(35).JPG</span></a>]]
|
||||||
|
Alexia du staff de l'épitanime, élue plus belle robe de la convention.
|
||||||
|
Voilou, c'était la première fois que nous voyions de la pluie à l'épita,
|
||||||
|
que d'émotions. Comme toujours le staff au taquet, toujours disponible
|
||||||
|
pour un renseignement, pour fournir du matériel, apporter des bras
|
||||||
|
musclés et des pains au chocolat de pti dej. Ne croyez pas ceux qui vous
|
||||||
|
diront que ce sont des cholocatines, ils tuent des bébés chats. Braiffe,
|
||||||
|
l'Épitanime c'est super sympa, on y reviendra. Et d'ailleurs on a pas
|
||||||
|
peur de se mouiller <strong>0</strong> Quelques dédicaces chaud
|
||||||
|
bouillantes sur les fanzines (cette fois pas de dédi sur les boobs,
|
||||||
|
snif!) : <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/dedicaces/g/_MG_9717.JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/dedicaces/_MG_9717.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/dedicaces/g/_MG_9727.JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/dedicaces/_MG_9727.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/dedicaces/g/_MG_9735.JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/dedicaces/_MG_9735.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/dedicaces/g/_MG_9737.JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/dedicaces/_MG_9737.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/dedicaces/g/_MG_9739.JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/dedicaces/_MG_9739.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/dedicaces/g/_MG_9745.JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/dedicaces/_MG_9745.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/dedicaces/g/_MG_9768.JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/dedicaces/_MG_9768.JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/epitanime/dedicaces/g/_MG_9832.JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/epitanime/dedicaces/_MG_9832.JPG</span></a>]]
|
||||||
|
Pour la première fois on a visité vite fait la nocturne du Samedi.
|
||||||
|
Y'avait des jeux fun où on pouvait gagner des bonbons, des ateliers de
|
||||||
|
dessin et d'enfournage. Ce n'est pas sexuel. enjoy! :3 Si vous aussi
|
||||||
|
vous avez des comptes rendus, donnez les en liens dans les commentaires
|
||||||
|
! ro bisousses</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,274 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 392</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2013-05-29 20:23:06></li>
|
||||||
|
<li>modifié: <2013-05-29 20:23:06></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="bd-essonne-2013-à-puteaux">BD Essonne 2013 à Puteaux</h2>
|
||||||
|
<p><br />
|
||||||
|
<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p><a
|
||||||
|
href="https://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/photo_bd-essone_puteaux%20(14).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/photo_bd-essone_puteaux%20(14).jpg</span></a>]]
|
||||||
|
Première fois qu'on s'aventure à Puteaux pour BD Essonne, les orgas ont
|
||||||
|
mis le paquet question présentation et nombre d'auteurs invités. On
|
||||||
|
était bien installés avec plein de place, de l'électricité, au chaud
|
||||||
|
sous une vraie tente géante à l'abri du vent et des intempéries (voire
|
||||||
|
même du soleil) et le tout gratuitement. <strong>-</strong> Bien moins
|
||||||
|
de personnes sont venus nous voir, mais pour celles qui prenaient le
|
||||||
|
temps de discuter avec nous, la plupart témoignaient d'un intérêt plus
|
||||||
|
marqué que dans les conventions orientés japanimation / manga, plutôt
|
||||||
|
que BD comme ici. <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/photo_bd-essone_puteaux%20(9).JPG" />
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/2013-05-25%2010.56.18.jpg">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/2013-05-25%2010.56.18.jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/2013-05-25%2011.16.11.jpg">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/2013-05-25%2011.16.11.jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/photo_bd-essone_puteaux%20(1).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/photo_bd-essone_puteaux%20(1).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/photo_bd-essone_puteaux%20(2).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/photo_bd-essone_puteaux%20(2).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/photo_bd-essone_puteaux%20(3).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/photo_bd-essone_puteaux%20(3).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/photo_bd-essone_puteaux%20(4).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/photo_bd-essone_puteaux%20(4).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/photo_bd-essone_puteaux%20(5).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/photo_bd-essone_puteaux%20(5).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/photo_bd-essone_puteaux%20(6).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/photo_bd-essone_puteaux%20(6).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/photo_bd-essone_puteaux%20(7).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/photo_bd-essone_puteaux%20(7).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/photo_bd-essone_puteaux%20(8).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/photo_bd-essone_puteaux%20(8).JPG</span></a>]]
|
||||||
|
Première fois que nous mangions un macaron au bounty, et qui rend la
|
||||||
|
langue bleue. <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/photo_bd-essone_puteaux%20(10).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/photo_bd-essone_puteaux%20(10).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/photo_bd-essone_puteaux%20(11).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/photo_bd-essone_puteaux%20(11).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/photo_bd-essone_puteaux%20(12).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/photo_bd-essone_puteaux%20(12).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/photo_bd-essone_puteaux%20(13).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/photo_bd-essone_puteaux%20(13).jpg</span></a>]]
|
||||||
|
Le palais de la culture était juste à côté du festival. <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/photo_bd-essone_puteaux%20(15).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/photo_bd-essone_puteaux%20(15).jpg</span></a>]]
|
||||||
|
Plein de dessins de dédicaces <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/dessin_dedicace_qzine%20(1).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/dessin_dedicace_qzine%20(1).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/dessin_dedicace_qzine%20(10).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/dessin_dedicace_qzine%20(10).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/dessin_dedicace_qzine%20(11).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/dessin_dedicace_qzine%20(11).JPG</span></a>]]
|
||||||
|
La première dédicace réalisée par Wulfila dans l'histoire entière de
|
||||||
|
l'humanité, sortez le champagne! <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/dessin_dedicace_qzine%20(12).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/dessin_dedicace_qzine%20(12).JPG</span></a>]]
|
||||||
|
Pour Wallace et Gromit on nous a demandé. Du coup Tykayn a fait un
|
||||||
|
Well-ass et Grosse B***. <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/dessin_dedicace_qzine%20(13).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/dessin_dedicace_qzine%20(13).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/dessin_dedicace_qzine%20(14).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/dessin_dedicace_qzine%20(14).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/dessin_dedicace_qzine%20(15).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/dessin_dedicace_qzine%20(15).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/dessin_dedicace_qzine%20(16).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/dessin_dedicace_qzine%20(16).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/dessin_dedicace_qzine%20(17).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/dessin_dedicace_qzine%20(17).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/dessin_dedicace_qzine%20(18).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/dessin_dedicace_qzine%20(18).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/dessin_dedicace_qzine%20(2).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/dessin_dedicace_qzine%20(2).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/dessin_dedicace_qzine%20(3).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/dessin_dedicace_qzine%20(3).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/dessin_dedicace_qzine%20(4).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/dessin_dedicace_qzine%20(4).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/dessin_dedicace_qzine%20(5).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/dessin_dedicace_qzine%20(5).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/dessin_dedicace_qzine%20(6).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/dessin_dedicace_qzine%20(6).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/dessin_dedicace_qzine%20(7).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/dessin_dedicace_qzine%20(7).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/dessin_dedicace_qzine%20(8).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/dessin_dedicace_qzine%20(8).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/05mai/puteaux/g/dessin_dedicace_qzine%20(9).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/05mai/puteaux/dessin_dedicace_qzine%20(9).JPG</span></a>]]
|
||||||
|
enjoy!</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,238 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 401</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2013-06-30 18:05:33></li>
|
||||||
|
<li>modifié: <2013-06-30 18:05:33></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="fugu-chaulnes-2013-1">fugu chaulnes 2013</h2>
|
||||||
|
<p>fugu<sub>chaulnes</sub> c'était fort kioule, comme toujours on
|
||||||
|
aimerait bien que ça dure plus longtemps.<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>fugu<sub>chaulnes</sub> c'était fort kioule, comme toujours on
|
||||||
|
aimerait bien que ça dure plus longtemps. Cette année y'avait pas mal
|
||||||
|
d'animation et un public encore plus présent que l'an dernier. <a
|
||||||
|
href="https://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/g/fugu_chaulnes%20(1).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/fugu_chaulnes%20(1).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/g/fugu_chaulnes%20(10).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/fugu_chaulnes%20(10).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/g/fugu_chaulnes%20(11).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/fugu_chaulnes%20(11).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/g/fugu_chaulnes%20(12).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/fugu_chaulnes%20(12).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/g/fugu_chaulnes%20(13).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/fugu_chaulnes%20(13).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/g/fugu_chaulnes%20(14).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/fugu_chaulnes%20(14).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/g/fugu_chaulnes%20(15).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/fugu_chaulnes%20(15).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/g/fugu_chaulnes%20(16).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/fugu_chaulnes%20(16).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/g/fugu_chaulnes%20(17).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/fugu_chaulnes%20(17).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/g/fugu_chaulnes%20(2).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/fugu_chaulnes%20(2).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/g/fugu_chaulnes%20(3).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/fugu_chaulnes%20(3).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/g/fugu_chaulnes%20(4).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/fugu_chaulnes%20(4).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/g/fugu_chaulnes%20(5).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/fugu_chaulnes%20(5).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/g/fugu_chaulnes%20(6).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/fugu_chaulnes%20(6).jpg</span></a>]]
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/reg/P1030280.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/reg/P1030282.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/reg/P1030283.JPG" />
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/g/fugu_chaulnes%20(7).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/fugu_chaulnes%20(7).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/g/fugu_chaulnes%20(8).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/fugu_chaulnes%20(8).jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/g/fugu_chaulnes%20(9).jpg">[[<span>http://blog.artlemoine.com/public/i/2013/06juin/fugu_chaulnes_photos/fugu_chaulnes%20(9).jpg</span></a>]]
|
||||||
|
On avait aussi les doubleurs français de la série Fairy Tale, la
|
||||||
|
championne du monde de cosplay, des jeux de musique et de rétrogaming,
|
||||||
|
d'autres zineux comme jolinuage, méluzine. on y reviendra
|
||||||
|
<strong>0</strong></p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,197 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 421</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2013-07-18 11:39:04></li>
|
||||||
|
<li>modifié: <2013-07-18 11:39:04></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="jeux-vidéos-et-hypersexualisation">Jeux vidéos et
|
||||||
|
hypersexualisation</h2>
|
||||||
|
<p><br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p><strong>La virilité</strong> et les jeux vidéos, ou plutôt son
|
||||||
|
exagération toujours plus concrète au fur et à mesure que les moyens
|
||||||
|
techniques le permettent. <strong>Les Joueuses</strong> ça existe,
|
||||||
|
noooon vraiment ? <a href="https://www.youtube.com/user/usulmasta">La
|
||||||
|
chaine youtube de 3615 Usul</a></p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,266 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 423</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2013-07-18 22:25:59></li>
|
||||||
|
<li>modifié: <2013-07-18 22:25:59></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="compte-rendu-photo-japan-expo-2013-1">Compte rendu photo Japan
|
||||||
|
Expo 2013</h2>
|
||||||
|
<p>e.com/public/i/2013/07juillet/cr<sub>japan</sub>-expo-2013/g/qzine<sub>photo</sub>%20(66).JPG][<img
|
||||||
|
src="https://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(66).JPG" />]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(67).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(67).JPG</span></a>]]
|
||||||
|
Et nous vla partis à la recherche de bubble tea. Admirez le bazar qu'il
|
||||||
|
y a. Chaque année il y a toujours plus de monnnnnde :D <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(68).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(68).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(69).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(69).JPG</span></a>]]
|
||||||
|
boum headshot dans le monsieur. <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(70).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(70).JPG</span></a>]]
|
||||||
|
des cosplayeux de jardin, mieux que les nains de jardin. Sauf que les
|
||||||
|
nains de jardin ne fument pas de drogue. <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(71).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(71).JPG</span></a>]]
|
||||||
|
Wulfila et <a href="http://rozenng.deviantart.com/">Rozenn</a>,
|
||||||
|
savourant le fruit de notre long périple à la recherche du bubble tea.
|
||||||
|
Notre préféré a été celui auxx haricots rouges et aux perles de jus.
|
||||||
|
<strong>0</strong> J'aimais bien le myrtille aussi :3 <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(72).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(72).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(73).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(73).JPG</span></a>]]
|
||||||
|
Reg au pays d'Evangelion. <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(74).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(74).JPG</span></a>]]
|
||||||
|
Sucellus nous fait goûter son vin des caves de Méluzine. <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(75).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(75).JPG</span></a>]]
|
||||||
|
Je n'ai pas su pourquoi mais juste à côté du stand des fétichistes de
|
||||||
|
l'inflation, il y avait un tas énorme de ballons au plafond. <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(76).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(76).JPG</span></a>]]
|
||||||
|
une tête de cheval c'est toujours accueillant. <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(77).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(77).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(78).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(78).JPG</span></a>]]
|
||||||
|
Sarah de retour ø/ une habituée de plus que ça fait très plaisir de
|
||||||
|
revoir. <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(79).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(79).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(80).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(80).JPG</span></a>]]
|
||||||
|
Aber aussi est passé ø/ <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(81).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(81).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(82).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(82).JPG</span></a>]]
|
||||||
|
Merida aussi lit Qzine. (argument de vente puissant) <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(83).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(83).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(84).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(84).JPG</span></a>]]
|
||||||
|
On vient du fond de la Picardie profonde faire un ptit coucou
|
||||||
|
<strong>0</strong> <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(85).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(85).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(86).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(86).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(87).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(87).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(88).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(88).JPG</span></a>]]
|
||||||
|
free cupcakes, faut pas nous le dire deux fois pour qu'on saute dessus.
|
||||||
|
La providence a fait pleuvoir des pistolets à eau sur nos stands alors
|
||||||
|
que les dernières minutes de la Japan ont laissé les couloirs vides de
|
||||||
|
visiteurs.</p>
|
||||||
|
<p>La bataille a été rude, les bukkake nombreux et les pertes
|
||||||
|
inoubliables. Paix à ton nêm, Mono-penis-guy. <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(89).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(89).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(90).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(90).JPG</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(91).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(91).JPG</span></a>]]
|
||||||
|
Conclusion Le staff a bien pris en compte nos demandes et nous avons
|
||||||
|
enfin un emplacement loin du bruit, des allées droites et régulières, un
|
||||||
|
bar à côté, des strip teaseuses et des massages vibrants si on veut à
|
||||||
|
l'huile des îles tropicales. Ah non excusez moi, ça c'était que sur
|
||||||
|
notre stand. :D C'est tellement cool de recevoir du manger de la part de
|
||||||
|
nos chers confrères, squatteurs et lecteurs <strong>v</strong> On y
|
||||||
|
reviendra! <a
|
||||||
|
href="http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/g/qzine_photo%20(92).JPG">[[<span>http://blog.artlemoine.com/public/i/2013/07juillet/cr_japan-expo-2013/qzine_photo%20(92).JPG</span></a>]]
|
||||||
|
Sur le retour en voiture, nous avons été pris en photo par d'autres
|
||||||
|
usagers. Je ne sais pas pourquoi.</p>
|
||||||
|
<p>Si ce compte rendu vous a plu, pensez à le partager
|
||||||
|
<strong>3</strong> love sur vous!</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,201 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 446</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: private</li>
|
||||||
|
<li>publié le: <2013-07-22 17:00:59></li>
|
||||||
|
<li>modifié: <2013-07-22 17:00:59></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="culture-livre-et-films-de-séduction">Culture livre et films de
|
||||||
|
séduction</h2>
|
||||||
|
<p>Cyrano de Bergerac, de Edmond Rostand DNA ² ; I''s , de Masakazu
|
||||||
|
Katsura. Dom Juan, de Molle yeah Fanfan ; Le Zèbre, de Alexandre Jardin
|
||||||
|
Harold et Maud, de Colin Higgins Histoire de ma vie, de Giacomo Casanova
|
||||||
|
la femme des sables, de Abé Kôbô le parfum, de Patrick Süskind les
|
||||||
|
liaisons dangereuses, Pierre Choderlos de Laclos Mirai nikki, de Sakae
|
||||||
|
Esuno 100 girls 2046 - wong kar wai 500 days of Summer Allez, viens!
|
||||||
|
Bruce tout puissant Crash - David Cronenberg Death note Deux soeurs pour
|
||||||
|
un roi Entretien avec un vampire Erternal sunshine of spotless mind Half
|
||||||
|
light Hard Candy Hitch Irrésistible Alfie King kong L'arnaCoeur L'art
|
||||||
|
délicat de la séduction La Comtesse La délicatesse Mémoires d'une geisha
|
||||||
|
pour le pire et pour le meilleur Scott Pilgrim VS the world the truman
|
||||||
|
show timer Un jour sans fin</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,206 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 450</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2013-07-22 17:02:36></li>
|
||||||
|
<li>modifié: <2013-07-22 17:02:36></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="pression-sur-le-non-couple-1">Pression sur le non-couple</h2>
|
||||||
|
<p>(extrait du fanzine Q6 sur la drague et la séduction)<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>(extrait du <a
|
||||||
|
href="https://qzine.fr/boutique/#detailsfanzine6">fanzine Q6 sur la
|
||||||
|
drague et la séduction</a>) <strong>Pourquoi tant de séduction
|
||||||
|
?</strong> Sans doute parce que l'état de célibat a toujours été
|
||||||
|
présenté comme une sous-vie incomplète et qu'un modèle de vie nous a
|
||||||
|
toujours été montré en idéal à atteindre sans autre choix : vivre marié
|
||||||
|
dans sa propre maison avec ses meubles ikéa, sa grosse voiture, son
|
||||||
|
labrador et ses enfants. Un garçon et une fille pour faire plaisir à
|
||||||
|
chacun des parents qui pourront se projeter dans leur progéniture et
|
||||||
|
leur offrir tout ce que eux n'ont pas eu la chance d'avoir dans le
|
||||||
|
passé. La vie de couple suit des codes socialement normés qui ne
|
||||||
|
conviennent pas à tout le monde. Accepter que chacun puisse ne pas
|
||||||
|
vouloir devenir une famille Ricoré et vivre sous le même toit tout en
|
||||||
|
étant parfaitement heureux serait un bon début dans la tolérance
|
||||||
|
globale. Tykayn.</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,238 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 452</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2013-07-28 17:02:40></li>
|
||||||
|
<li>modifié: <2013-07-28 17:02:40></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="si-tu-avais-su-me-séduire">Si tu avais su me séduire</h2>
|
||||||
|
<p>(extrait du fanzine Q6 sur la drague et la séduction)<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>(production extraite du <a
|
||||||
|
href="https://qzine.fr/boutique/#detailsfanzine6">fanzine Q6 sur la
|
||||||
|
drague et la séduction</a>.) Il est une heure du main, j'ai attrapé de
|
||||||
|
justesse le dernier métro, trop heureuse de ne pas passer une minute de
|
||||||
|
plus avec ce type qui me bavait dans le cou il y a encore une
|
||||||
|
demi-heure. Ça pour un rencard raté, c'est un rencard raté. La tequila
|
||||||
|
n'a pas aidé. Demain je vais encore une fois me réveiller vaseuse et
|
||||||
|
fatiguée, et l'enfoiré m'aura fait perdre une journée en plus d'une
|
||||||
|
soirée. A moitié endormie contre la vitre, je remâche ma haine de ces
|
||||||
|
idiots sans savoir-vivre. Il aurait pu… il aurait dû … <strong>Jouer
|
||||||
|
d'autres atouts.</strong> Moi ce qui me séduit chez un homme, c'est son
|
||||||
|
cerveau. J'aime l'humour acide, les traits d'esprit qui partent comme
|
||||||
|
des carreaux d'arbalètes. Rien ne me plaît plus que d'entendre dans la
|
||||||
|
bouche de mon compagnon de terrasse une plaisanterie du genre que
|
||||||
|
j‘aurais pu faire, mais que je n'avais pas osé sortir. Ou mieux, une
|
||||||
|
référence à un obscur bouquin. J'ai fondu pour un type qui faisait
|
||||||
|
facile deux têtes de plus que moi. Parce qu'alors qu'on marchait dans
|
||||||
|
les rues il m'a désigné nos ombres en me glissant « David et Goliath ».
|
||||||
|
Je lui ai rappelé que David a fait choir ledit Goliath, il m'a regardé
|
||||||
|
avec l'air surpris, je l'ai regardé pareil, et assez vite on a décidé
|
||||||
|
d'échoir sous les mêmes couvertures. J'ai aussi sauté une fois sur un
|
||||||
|
mec qui, sur l'oreiller, me parlait de son blog sur lequel il s'efforce
|
||||||
|
de créer des textes qui font appel à tous les sens, comme de la poésie
|
||||||
|
contemporaine. Rien à foutre qu'on vienne à peine de finir le câlin,
|
||||||
|
précédent, il me fallait cet homme, immédiatement. <strong>Sortir un peu
|
||||||
|
du lot</strong> J'aurais bien aimé avoir en face de moi quelqu'un d'un
|
||||||
|
peu créatif, capable d'avoir des projets, de rêver, ou en tout cas de
|
||||||
|
faire autre chose que ce qu'on attend de lui. Là non. Ce type ne
|
||||||
|
semblait attendre rien d'autre de la vie que ses prochaines vacances, à
|
||||||
|
plus forte raison la retraite. Et puis il y a cette façon de préjuger de
|
||||||
|
ce qui est supposé plaire à une fille qui revient à toutes nous réduire
|
||||||
|
un stéréotype franchement pas flatteur. <strong>Apprendre à faire un
|
||||||
|
compliment</strong> Sérieusement il y a des mecs qui ne savent pas faire
|
||||||
|
un compliment. Ça va de « tes bourrelets sont supers, ils tiennent chaud
|
||||||
|
», à des trucs plus élaborés mais non moins infamants. Comme ce mec qui
|
||||||
|
vous explique les yeux dans les yeux et la main sur le cœur que vous,
|
||||||
|
vous êtes parfaite pour lui, et que les filles plus belles, elles sont
|
||||||
|
intimidantes. Traduction littérale : “ tu es suffisamment moche pour que
|
||||||
|
j'aie un espoir de te pécho » ou « tu es le mieux que je puisse draguer
|
||||||
|
sans me prendre un râteau ». <strong>Prévoir à manger</strong> Et puis
|
||||||
|
d'abord c'est quoi cette nouvelle manie des mecs d'inviter une fille à
|
||||||
|
sortir, d'enchaîner verres sur verres et de ne rien prévoir pour adoucir
|
||||||
|
tout ça ? C'est de la radinerie ou juste dans l'espoir de nous soûler ?
|
||||||
|
Parce que bon, dans les deux cas ça ne sert à rien, notamment sur moi.
|
||||||
|
D'une part parce que je paye ma part au resto, d'autre part parce que je
|
||||||
|
tiens l'alcool mieux qu'un docker irlandais, sérieusement. Mlle
|
||||||
|
Chérie</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,329 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 415</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2013-08-19 12:23:59></li>
|
||||||
|
<li>modifié: <2013-08-19 12:23:59></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="vous-voulez-être-heureux-cessez-de-faire-ces-dix-choses">Vous
|
||||||
|
voulez être heureux? Cessez de faire ces dix choses</h2>
|
||||||
|
<p>:html:</p>
|
||||||
|
<p><br /><hr><img src="<a
|
||||||
|
href="http://www.linternaute.com/actualite/savoir/06/peuples-heureux/images/carte2.jpg">http://www.linternaute.com/actualite/savoir/06/peuples-heureux/images/carte2.jpg</a>"
|
||||||
|
alt="carte des pays ou l'on vit le plus heureux (en rouge, le plus)"
|
||||||
|
/> "Les touristes viennent sur cette île paradisiaque en croyant
|
||||||
|
qu'ils y trouveront le bonheur comme s'il se trouvait quelque part entre
|
||||||
|
les grains de sable et le soleil. Mais en fait, s'ils ne l'amènent pas
|
||||||
|
avec eux ils auront du mal à le trouver. ça ne se trouve pas, ça se crée
|
||||||
|
soi même." le bonheur - tant dans la vie personnelle que professionnelle
|
||||||
|
- est une affaire de soustraction, et non d'addition. Considérez par
|
||||||
|
exemple ce qui se produit quand vous cessez de faire les dix choses
|
||||||
|
suivantes: <h2>Blâmer</h2> Tout le monde fait des erreurs.
|
||||||
|
Les employés ne correspondent pas à vos attentes. Les fournisseurs ne
|
||||||
|
livrent pas dans les temps. Alors vous les blâmez pour vos problèmes.
|
||||||
|
Mais vous êtes aussi à blâmer. Peut être n'avez vous pas transmis assez
|
||||||
|
de motivation. Peut être que vous avez demandé trop à faire, trop
|
||||||
|
rapidement. Peut être que ce n'est pas votre téléphone qui est pourri
|
||||||
|
mais votre quotidien. Peut être que ce n'est pas le Lundi qui est un
|
||||||
|
mauvais jour, mais que votre job ne vous convient pas.</p>
|
||||||
|
<p>Prendre vos responsabilités quand les choses vont mal au lieu de
|
||||||
|
blâmer n'est pas masochiste, c'est valorisant. Car vous deviendrez alors
|
||||||
|
concentré sur comment faire les choses mieux, de façon plus intelligente
|
||||||
|
la prochaine fois. Et quand vous devenez meilleur ou plus intelligent,
|
||||||
|
vous devenez aussi plus heureux.</p>
|
||||||
|
<p><!–more–> <h2>Impressionner</h2> Personne ne vous
|
||||||
|
aime pour vos habits, votre voiture, vos possessions, votre statut, vos
|
||||||
|
accomplissements. Ce sont des "choses". Les gens peuvent aimer ces
|
||||||
|
choses, ça ne veut pas dire qu'ils vous aiment, vous. Certainement, à la
|
||||||
|
surface ils semblent vous aimer, mais la surperficialité est sans
|
||||||
|
substance. Une relation sans substance ne peut être une vraie
|
||||||
|
relation.</p>
|
||||||
|
<p>Les relations honnêtes vous rendent heureux, et vous n'en formerez
|
||||||
|
pas de fausses quand vous cessez de vouloir impressionner, et commencez
|
||||||
|
enfin à essayer d'être vous même. <h2>Se limiter</h2> Quand
|
||||||
|
vous avez peur, que vous vous sentez en insécurité, vous vous accrochez
|
||||||
|
fermement à ce que vous connaissez, même si vous savez que ce n'est pas
|
||||||
|
particulièrement bon pour vous. Une abscence de peur ou d'insécurité
|
||||||
|
n'est pas "être heureux", ce n'est qu'une abscence de peur ou
|
||||||
|
d'insécurité.</p>
|
||||||
|
<p>S'accorcher à ce que vous croyez avoir <em>besoin</em> ne
|
||||||
|
vous rendra pas plus heureux. Cependant, reconnaître notre accrochement,
|
||||||
|
notre tendance à s'immobiliser dans une situation désagréable et la
|
||||||
|
laisser passer de façon à atteindre et essayer d'obtenir ce que vous
|
||||||
|
voulez, le fera. Même si vous ne réussissez pas à obtenir ce que vous
|
||||||
|
voulez, l'acte d'essayer seul vous fera sentir mieux vis à vis de vous
|
||||||
|
même. <h2>Couper la parole</h2> Couper la parole n'est pas
|
||||||
|
que malpoli. Quand vous interrompez quelqu'un, ce que vous dites en
|
||||||
|
vérité c'est "je ne t'écoute pas afin de comprendre ce que tu dis, je
|
||||||
|
t'écoute afin de décider quoi dire".</p>
|
||||||
|
<p>Vous voulez que les gens vous apprécient? Écoutez ce qu'ils ont à
|
||||||
|
dire. Concentrez vous sur ce dont ils parlent. Posez leur des questions
|
||||||
|
pour être certain que vous comprenez ce qu'ils veulent dire. Ils vous
|
||||||
|
aimeront pour cela, et vous aimerez avoir une relation de compréhension
|
||||||
|
mutuelle. <h2>Geindre</h2> Vos mots ont un pouvoir, et plus
|
||||||
|
particulièrement sur vous-même. Pleurnicher sur vos problèmes vous fait
|
||||||
|
vous sentir pire, non mieux. Si quelque chose ne va pas, ne perdez pas
|
||||||
|
votre temps à vous plaindre. Mettez cette énergie dans un effort qui
|
||||||
|
rendra la situation meilleure. à moins que vous ne vouliez geindre à
|
||||||
|
propos de cette chose pour toujours, ce qui est un moyen efficace de ne
|
||||||
|
pas être heureux du tout. Alors pourquoi perdre votre temps? Améliorez
|
||||||
|
cela maintenant.</p>
|
||||||
|
<p>Ne parlez pas de ce qui ne va pas. Parlez plutôt de comment rendre
|
||||||
|
les situations meilleures, même si cette conversation n'est que de vous
|
||||||
|
à vous même. Faites de même avec vos amis et vos collègues. Ne soyez pas
|
||||||
|
que l'épaule sur laquelle ils pleurent. Les amis ne laissent pas leurs
|
||||||
|
amis pleurer sans rien faire. Les amis s'entraident pour rendre leur vie
|
||||||
|
meilleure. <h2>Contrôler</h2> Oui, vous êtes le boss. Oui
|
||||||
|
vous êtes le titan de l'industrie. Oui, vous êtes la petite queue qui
|
||||||
|
remue un énorme chien. Cependant, la seule chose que vous contrôlez
|
||||||
|
réellement, c'est vous. Si vous vous surprenez à vouloir essayer de
|
||||||
|
toutes vos forces de contrôler d'autres personnes, c'est parce que vous
|
||||||
|
avez décidé que vous, vos buts, vos rêves, ou juste vos opinions sont
|
||||||
|
plus importants que les leurs.</p>
|
||||||
|
<p>Le contrôle requiert souvent de la force, de la peur, de la pression,
|
||||||
|
de l'autorité, et d'autres forces de pression dont aucune ne vous
|
||||||
|
laissera une bonne impression de vous même. Au lieu de vouloir contrôler
|
||||||
|
les autres, trouvez des personnes qui veulent aller où vous voulez
|
||||||
|
aller. Ils travailleront plus dur, s'amuseront d'avantage, créeront un
|
||||||
|
meilleur cadre de travail, et de meilleures relations interpersonnelles.
|
||||||
|
Chacun de vous sera ainsi plus heureux. <h2>Critiquer</h2>
|
||||||
|
Oui vous êtes plus éduqué. Oui vous avez plus d'expérience. Oui, vous en
|
||||||
|
avez vu d'autres, vous avez escaladé plus de bâtiments et chassé plus de
|
||||||
|
dragons. Cela ne vous rend pas plus intelligent, ni meilleur, ni plus
|
||||||
|
légitime. Cela vous rend juste unique, sans adversaire, unique en son
|
||||||
|
genre, mais au final, juste vous. Comme tous les autres, comme vos
|
||||||
|
employés ou vos supérieurs.</p>
|
||||||
|
<p>Tout le monde est différent: ni mieux, ni pire, juste différents.
|
||||||
|
Appréciez les différences, au lieu de les considérer comme des défauts
|
||||||
|
et vous verrez les autres, et vous même, sous un meilleur jour.
|
||||||
|
<h2>Prêcher</h2> La critique et le prosélitysme ont une même
|
||||||
|
origine: le jugement. Plus vous évoluez, plus haut vous montez, plus
|
||||||
|
vous aurez tendance à croire que vous savez tout mieux que les autres et
|
||||||
|
à dire aux autres tout ce que vous semblez savoir.</p>
|
||||||
|
<p>Quand vous parlez avec plus de finalité que de base solide, les gens
|
||||||
|
vous entendront, mais ne vous écouteront pas. Assurez vous que vous
|
||||||
|
pouvez comprendre que votre audimat n'a pas les mêmes avis que vous.
|
||||||
|
Rencontrer des personnes différentes, voir des lieux plus divers, vous
|
||||||
|
fera comprendre qu'il n'existe pas une seule façon valable de voir le
|
||||||
|
monde. Ainsi, il n'est nul besoin de prêcher votre opinion comme seul
|
||||||
|
modèle de pensée. Ne pas chercher à faire rentrer votre entourage dans
|
||||||
|
votre secte de pensée et ils vous en remerciront. Vous apprécierez aussi
|
||||||
|
de reconnaître la valeur propre de chacun sans qu'elle passe par votre
|
||||||
|
filtre de pensée, et cela vous rendra aussi plus heureux.
|
||||||
|
<h2>Ressasser</h2> Le passé a une valeur. Apprenez de vos
|
||||||
|
erreurs. Apprenez des erreurs des autres. Et tournez la page. Plus
|
||||||
|
facile a dire qu'a faire? Cela dépend de ce sur quoi vous concentrez
|
||||||
|
votre attention. Quand quelque chose de mal vous arrive, prenez cela
|
||||||
|
comme une chance d'apprendre quelque chose que vous ignoriez. Quand
|
||||||
|
quelqu'un d'autre fait une erreur, voyez cela comme une opportunité
|
||||||
|
d'être bon, de pardonner, et de comprendre. Soyez une personne
|
||||||
|
humainement meilleure que votre voisin, soyez meilleur que la personne
|
||||||
|
que vous étiez hier.</p>
|
||||||
|
<p>Le passé est un entraînement, il ne vous définit pas. Repensez à ce
|
||||||
|
qui a mal tourné, mais seulement de façon à ce que vous pourriez faire
|
||||||
|
pour que la prochaine fois qu'une situation similaire se présente, vous
|
||||||
|
et les gens autour sauront comment faire en sorte que les choses
|
||||||
|
tournent bien. <h2>Craindre</h2> Nous avons tous peur: de ce
|
||||||
|
qui peut ou ne peut pas arriver, de ce que nous ne pouvons pas changer,
|
||||||
|
de ce dont nous ne seront pas capable de faire, ou de comment les autres
|
||||||
|
peuvent nous percevoir. Alors il est plus simple d'hésiter, d'attendre
|
||||||
|
le bon moment, de décider que nous avons besoin de réfléchir un peu plus
|
||||||
|
longtemps ou de faire un peu plus de recherches pour explorer un peu
|
||||||
|
plus d'alternatives.</p>
|
||||||
|
<p>Cependant, les jours, les semaines, les mois, les années s'écoulent.
|
||||||
|
Et ainsi s'en vont nos rêves. Ne laissez pas vos peurs vous retenir
|
||||||
|
toute votre vie. Quoi que vous ayez planifié, quoi que vous ayez
|
||||||
|
imaginé, quoi que vous ayez rêvé, commencez aujourd'hui. Si vous voulez
|
||||||
|
créer votre entreprise, commencez le premier pas. Si vous voulez changer
|
||||||
|
de carrière, commencez le premier pas. Si vous voulez apprendre quelque
|
||||||
|
chose, faire du sport, voir d'anciens amis, commencez le premier pas.
|
||||||
|
Renseignez-vous, tenez vous debout, cherchez un détail inexploité dans
|
||||||
|
votre quotidien. Rien qu'un seul pas vous rendra plus heureux. Mettez
|
||||||
|
vos peurs de côté et commencez. Faites quelque chose. Faites n'importe
|
||||||
|
quelle activité. Sinon, aujourd'hui s'en va. Quand vient demain,
|
||||||
|
aujourd'hui est un jour perdu pour toujours.</p>
|
||||||
|
<p>Aujourd'hui est votre carte la plus précieuse, et la seule chose dont
|
||||||
|
vous devriez avoir vraiment peur de perdre.</p>
|
||||||
|
<p>traduit depuis <a title="want to be happier ?" href="<a
|
||||||
|
href="http://lifehacker.com/5991218/want-to-be-happier-stop-doing-these-10-things-right-now">http://lifehacker.com/5991218/want-to-be-happier-stop-doing-these-10-things-right-now</a>">LifeHacker.com</a>
|
||||||
|
par Tykayn:</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,201 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 466</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2013-08-22 15:09:25></li>
|
||||||
|
<li>modifié: <2013-08-22 15:09:25></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="projet-omg-chapitre-1-1">projet omg chapitre 1</h2>
|
||||||
|
<p>Le projet OMG est une BD scénarisée par Regulus et dessinée par
|
||||||
|
Tykayn, dont on peut suivre les pages à l'intérieur du fanzine CULturel
|
||||||
|
!Q. Commencée en 2006 avec la sortie du premier numéro de fanzine !Q, la
|
||||||
|
voici légèrement retapée pour sortir en recueil un de ces mois.<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>Le projet OMG est une BD scénarisée par Regulus et dessinée par
|
||||||
|
Tykayn, dont on peut suivre les pages <a
|
||||||
|
href="https://qzine.fr/boutique">à l'intérieur du fanzine CULturel
|
||||||
|
!Q</a>. Commencée en 2006 avec la sortie du premier numéro de fanzine
|
||||||
|
!Q, la voici légèrement retapée pour sortir en recueil un de ces mois.
|
||||||
|
[scrollGallery id=2 autoScroll=false thumbsdown=true] Vos commentaires
|
||||||
|
sont les bienvenus! :)</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,188 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 465</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: trash</li>
|
||||||
|
<li>publié le: <2013-08-22 15:09:54></li>
|
||||||
|
<li>modifié: <2013-08-22 15:09:54></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="projet-omg-chapitre-1">projet omg chapitre 1</h2>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,204 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 481</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2013-09-05 17:05:00></li>
|
||||||
|
<li>modifié: <2013-09-05 17:05:00></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="gays-et-lesbiennes-ont-un-message-pour-vous-1">gays et
|
||||||
|
lesbiennes ont un message pour vous</h2>
|
||||||
|
<p><br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>Les lesbiennes vont épouser vos petits amis, expliqué de façon fun
|
||||||
|
par 5 lesbiennes. Et l'autre côté de la force: Les homos vont épouser
|
||||||
|
vos petites amies. Enjoyez! Avec tout ça, seulement trois des états unis
|
||||||
|
d'Amérique ont mis en place le mariage gay. Je vous laisse avec un court
|
||||||
|
métrage qui aborde en un quart d'heure à quoi ressemblerait le monde,
|
||||||
|
l'enfance, l'adolescence et la suite si être hétérosexuel avait le même
|
||||||
|
impact qu'être homosexuel. Bienvenue dans un monde qui ne s'explique pas
|
||||||
|
que vous considéreriez différement les choses, et encore moins que <a
|
||||||
|
href="https://qzine.fr/sondages/tkprobe/resultats/10/Orientation-sexuelle">l'orientation
|
||||||
|
sexuelle</a> ce n'est pas tellement quelque chose que vous avez choisi.
|
||||||
|
malheureusement c'est diffusé en basse qualité, mais ça vaut le
|
||||||
|
détour.</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,249 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 598</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2013-11-04 08:00:05></li>
|
||||||
|
<li>modifié: <2013-11-04 08:00:05></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="compte-rendu-yaoi-yuri-conv-2013-1">Compte rendu Yaoi Yuri conv
|
||||||
|
2013</h2>
|
||||||
|
<p><br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p><img
|
||||||
|
src="https://blog.artlemoine.com/public/i/2014/03mars/yaoi_yuri/2013-11-02%2010.14.43.jpg" />
|
||||||
|
La convention sous châpiteau donnait lieu à un espace très dépaysant
|
||||||
|
mais peu pratique pour placer des tables et laisser la place aux
|
||||||
|
visiteurs de circuler. Les stands présentaient extrêmement peu de yuri
|
||||||
|
comme on s'y attendait. Le public a été très peu réceptif à la CULture
|
||||||
|
avec un grand !Q, sans doute pas assez yaoisante pour le public présent.
|
||||||
|
Nous avons enregistré notre pire score de ventes de l'histoire du qzine
|
||||||
|
à cette convention, en plus de ne pas avoir de visiteurs
|
||||||
|
particulièrement enthousiastes ou bavards (discuter avec le public est
|
||||||
|
toujours un plaisir). En point positif, le staff était disponible et les
|
||||||
|
toilettes faciles d'accès et propres. Nous avons pu faire la
|
||||||
|
connaissance de l'<a href="http://www.le-refuge.org/">association le
|
||||||
|
refuge</a>, qui recueille temporairement des homosexuels chassés par
|
||||||
|
leur famille. <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/yaoi_yuri/_MG_0309.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/yaoi_yuri/_MG_0327.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/yaoi_yuri/_MG_0322.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/yaoi_yuri/_MG_0316.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/yaoi_yuri/_MG_0328.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/yaoi_yuri/_MG_0285.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/yaoi_yuri/_MG_0333.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/yaoi_yuri/_MG_0338.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/yaoi_yuri/_MG_0332.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/yaoi_yuri/2013-11-02%2010.04.47.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/yaoi_yuri/2013-11-02%2012.41.02.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/yaoi_yuri/2013-11-02%2012.16.13.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/yaoi_yuri/2013-11-03%2013.25.49.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/yaoi_yuri/2013-11-02%2019.57.26.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/yaoi_yuri/2013-11-02%2021.05.01.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/yaoi_yuri/2013-11-03%2011.10.29.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/yaoi_yuri/2013-11-02%2014.19.17.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/yaoi_yuri/2013-11-03%2014.42.34.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/yaoi_yuri/2013-11-02%2016.50.08.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/yaoi_yuri/2013-11-02%2021.05.13.jpg" />
|
||||||
|
En définitive, je pense que nous attendrons encore quelques années que
|
||||||
|
le public ne soit pas à la recherche uniquement de yaoi, avant
|
||||||
|
d'envisager à nouveau cette convention.</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,254 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 600</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2013-11-25 08:00:06></li>
|
||||||
|
<li>modifié: <2013-11-25 08:00:06></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="compte-rendu-danim-est-2013-1">Compte rendu d'Anim Est 2013</h2>
|
||||||
|
<p>Comme toujours le staff est au petits oignons avec les exposants et
|
||||||
|
le public est bien présent.<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>Comme toujours le staff est au petits oignons avec les exposants et
|
||||||
|
le public est bien présent. :) <img
|
||||||
|
src="https://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0414.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0399.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0402.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0409.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0391.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0366.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0382.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0380.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0393.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0370.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0415.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0420.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0418.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0369.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0375.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0446.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0433.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0448.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0456.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0439.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0437.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/2013-11-23%2012.34.12.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/2013-11-23%2012.41.40.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/2013-11-24%2009.57.56.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/2013-11-23%2012.49.53.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0378.JPG" /><img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/anim_est/_MG_0395.JPG" />
|
||||||
|
Un changement dans l'équipe de staff de cette année et le déplacement de
|
||||||
|
l'espace fanzine a entraîné l'absence de nombre de nos compères
|
||||||
|
fanzineux habituels. Résultats un peu moins chaleureux du coup, mais
|
||||||
|
nous avons eu le plaisir d'avoir de chouettes voisins artisans de
|
||||||
|
décoration pour vitrine de figurines. C'est là bas aussi que nous avons
|
||||||
|
eu le plaisir de rencontrer les auteurs du livre Neko Land. <img
|
||||||
|
src="http://2.bp.blogspot.com/-dGwfl7cyyEM/UGwCagHFHTI/AAAAAAAAArQ/JbXzYIFuimw/s1600/Neko_Land.jpg" />
|
||||||
|
On espère davantage de fanzineux la prochaine fois !</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,188 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 558</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: trash</li>
|
||||||
|
<li>publié le: <2014-01-27 18:52:38></li>
|
||||||
|
<li>modifié: <2014-01-27 18:52:38></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="gabarits-1">Gabarits</h2>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,298 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 577</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-02-05 22:00:09></li>
|
||||||
|
<li>modifié: <2014-02-05 22:00:09></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="manifestation-droit-à-livg-du-1er-février">manifestation droit à
|
||||||
|
l'IVG du 1er février</h2>
|
||||||
|
<p>:html:</p>
|
||||||
|
<p><br /><hr>J’ai participé ce samedi 1er février, avec
|
||||||
|
TyKayn et Wulfila, à la manifestation pour le droit à l'IVG organisée
|
||||||
|
entre autres par le planning familial.</p>
|
||||||
|
<p><img class="aligncenter size-large wp-image-590" src="<a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/02/DSC3979-1024x683.jpg">http://qzine.fr/wp-content/uploads/2014/02/DSC3979-1024x683.jpg</a>"
|
||||||
|
alt="<sub>DSC3979</sub>" width="640" height="426" /></p>
|
||||||
|
<p>• Petit rappel sur l’<a title="site gouvernemental Français
|
||||||
|
d'informations sur l'IGV" href="<a
|
||||||
|
href="http://www.sante.gouv.fr/ivg">http://www.sante.gouv.fr/ivg</a>"
|
||||||
|
target="<sub>blank</sub>" rel="noopener noreferrer">IVG</a>.
|
||||||
|
L’IVG ou Interruption Volontaire de Grossesse c’est ce qu’on appelle
|
||||||
|
plus communément l’avortement. Il se pratique lorsque la mère pour des
|
||||||
|
raisons diverses estime qu’avoir un enfant la mettrait en situation de
|
||||||
|
détresse (physique, mentale, sociale…). Cette interruption de la
|
||||||
|
grossesse peut se faire par une intervention chirurgicale ou par la
|
||||||
|
prise de médicaments, selon le moment (délai) où elle se pratique. En
|
||||||
|
France il est légal depuis les années 1970, concerne également les
|
||||||
|
mineures sans autorisation parentale nécessaire et est remboursé par la
|
||||||
|
sécurité sociale.</p>
|
||||||
|
<p><!–more–><img src="<a
|
||||||
|
href="http://static.mmzstatic.com/wp-content/uploads/2014/01/irresponsable-parent.png">http://static.mmzstatic.com/wp-content/uploads/2014/01/irresponsable-parent.png</a>"
|
||||||
|
alt="la logique anti ivg c'est n'importe quoi" /> <img
|
||||||
|
class="aligncenter size-large wp-image-588" src="<a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/02/DSC3955-1024x683.jpg">http://qzine.fr/wp-content/uploads/2014/02/DSC3955-1024x683.jpg</a>"
|
||||||
|
alt="<sub>DSC3955</sub>" width="640" height="426" /></p>
|
||||||
|
<p>• Pourquoi cette manifestation ? Cette manifestation a été organisée
|
||||||
|
par plusieurs associations françaises (ANCIC, CADAC, Collectif Tenon,
|
||||||
|
Planning Familial et 110 autres signataires), en soutien aux femmes
|
||||||
|
espagnoles mais aussi d’autres pays dans le monde, pour lesquelles
|
||||||
|
l’avortement n’est pas autorisé ou limité. Et en particulier pour lutter
|
||||||
|
contre les régressions auxquelles sont parfois soumises les lois
|
||||||
|
régulant l’IVG. En effet, le gouvernement espagnol vient d’approuver un
|
||||||
|
projet de loi qui n’autorise plus l’avortement que dans les cas de viol
|
||||||
|
ayant fait l’objet d’une plainte ou de danger physique ou psychique pour
|
||||||
|
la mère (avec évaluation par deux médecins différents extérieurs à
|
||||||
|
l’établissement pratiquant l’IVG). Toutes ces mesures sont un retour en
|
||||||
|
arrière pour les femmes espagnoles qui bénéficiaient auparavant des
|
||||||
|
mêmes droits que les françaises en matière d’avortement.</p>
|
||||||
|
<p>• Quel impact de cette loi en Espagne et ailleurs ? Cette loi risque
|
||||||
|
d’entraîner une recrudescence des avortements clandestins et un retour
|
||||||
|
de méthodes archaïques souvent dangereuses pour la mère (mélanges de
|
||||||
|
plantes toxiques, extraction du fœtus… ). En France, et en particulier à
|
||||||
|
la frontière espagnole, on s’inquiète de voir un engorgement des centres
|
||||||
|
pratiquant l’IVG. Les centres en questions seraient alors débordés et
|
||||||
|
cela poserait des problèmes pour pratiquer les interruptions de
|
||||||
|
grossesse dans les meilleures conditions et dans le délai imparti. En
|
||||||
|
outre, cette loi risque de favoriser certaines pressions psychologiques
|
||||||
|
pour culpabiliser les femmes alors considérées comme « responsables de
|
||||||
|
leur état ». Ce type de législation renforce les anti-IVG en Europe qui
|
||||||
|
font souvent pression sur les femmes allant se faire avorter, évoquant
|
||||||
|
des « IVG de confort ». En outre de nombreux médecins refusent encore
|
||||||
|
aujourd’hui de pratiquer l’avortement dans des pays où il est légal.
|
||||||
|
L’information elle aussi devient de plus en plus difficile à trouver
|
||||||
|
dans ce contexte, de même que le soutien psychologique, alors que les
|
||||||
|
sources de contre-information anti-IVG elles fleurissent (IVG.net au
|
||||||
|
lieu de www.ivg.fr …). Le site officiel: <a title="info sur l'ivg"
|
||||||
|
href="<a
|
||||||
|
href="http://www.sante.gouv.fr/ivg">http://www.sante.gouv.fr/ivg</a>"
|
||||||
|
target="<sub>blank</sub>" rel="noopener
|
||||||
|
noreferrer">ivg.gouv.fr</a> <img class="aligncenter
|
||||||
|
size-large wp-image-587" src="<a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/02/DSC3934-1024x683.jpg">http://qzine.fr/wp-content/uploads/2014/02/DSC3934-1024x683.jpg</a>"
|
||||||
|
alt="respect du droit des femmes" width="640" height="426" /> • On en
|
||||||
|
est où en France ? En France, l’IVG est légal et gratuit pour toutes les
|
||||||
|
femmes, le gouvernement a même récemment voté pour supprimer la notion
|
||||||
|
de « détresse » du texte de loi, ce qui a provoqué de nombreux débats,
|
||||||
|
notamment autour de la notion d’IVG « de confort » invoquée par ses
|
||||||
|
détracteurs qui demandent entre autre la suppression du remboursement de
|
||||||
|
certains cas d’IVG. Pour le moment, le texte de loi régissant
|
||||||
|
l’avortement pour les femmes en France est le suivant :
|
||||||
|
<blockquote>« Toute femme enceinte qui s’estime placée dans une
|
||||||
|
situation de détresse peut demander à un médecin l’interruption de sa
|
||||||
|
grossesse, qu’elle soit majeure ou mineure, française ou étrangère.
|
||||||
|
Seule la femme concernée peut en faire la demande et seul un médecin
|
||||||
|
peut la pratiquer, jusqu’à la fin de la douzième semaine de grossesse.
|
||||||
|
Ceci est un droit garanti par la loi (article L.2212-1 du code de la
|
||||||
|
santé publique). (…)</p>
|
||||||
|
<p>Ce droit est garanti par la loi. L’entrave à l’IVG constitue un délit
|
||||||
|
puni de deux ans d’emprisonnement et de 30 000 euros d’amende.
|
||||||
|
»</blockquote> source: <a
|
||||||
|
href="http://www.sante.gouv.fr/ivg">http://www.sante.gouv.fr/ivg</a></p>
|
||||||
|
<p>Les Femen, organisation féministe présente à la manifestation
|
||||||
|
rappellent sur leur site internet « qu'en Europe, l'Irlande, la Pologne,
|
||||||
|
Malte et Andorre interdisent l'avortement et considèrent que les femmes
|
||||||
|
qui veulent décider elles-mêmes pour leurs corps comme des criminelles.
|
||||||
|
» (<a title="site des Femen"
|
||||||
|
href="femen.org">femen.org</a>)</p>
|
||||||
|
<p>En France, de nombreux médecins refusent toujours de pratiquer
|
||||||
|
l’avortement, et les centres d’information et d’intervention de l’IVG
|
||||||
|
sont souvent difficiles à trouver et leur accueil n’est pas toujours
|
||||||
|
hospitalier. Les femmes sont toujours trop souvent soumises à des
|
||||||
|
pressions de la part de leur entourage et des médecins. L’avortement
|
||||||
|
reste stigmatisé, caché et peu accompagné.</p>
|
||||||
|
<p>Blue Eye Photos: <a title="portfolio de Céline Fernbach" href="<a
|
||||||
|
href="http://www.celinefernbach.com/">http://www.celinefernbach.com/</a>">Céline
|
||||||
|
Fernbach</a> <img class="aligncenter size-large wp-image-591"
|
||||||
|
src="<a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/02/DSC3982-1024x683.jpg">http://qzine.fr/wp-content/uploads/2014/02/DSC3982-1024x683.jpg</a>"
|
||||||
|
alt="<sub>DSC3982</sub>" width="640" height="426" /></p>
|
||||||
|
<p>Des sites d'information qui savent rester neutres, plein d'infos
|
||||||
|
pratiques sur les lieux, les remboursements, les délais et des
|
||||||
|
témoignages: <a title="j'ai avorté, et je vais bien, merci." href="<a
|
||||||
|
href="http://blog.jevaisbienmerci.net/">http://blog.jevaisbienmerci.net/</a>"><a
|
||||||
|
href="http://blog.jevaisbienmerci.net/">http://blog.jevaisbienmerci.net/</a></a></p>
|
||||||
|
<p><a title="site gouvernemental Français d'informations sur l'IGV"
|
||||||
|
href="<a
|
||||||
|
href="http://www.sante.gouv.fr/ivg">http://www.sante.gouv.fr/ivg</a>"><a
|
||||||
|
href="http://www.sante.gouv.fr/ivg">http://www.sante.gouv.fr/ivg</a></a></p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,258 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 595</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-02-15 13:19:21></li>
|
||||||
|
<li>modifié: <2014-02-15 13:19:21></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="compte-rendu-paris-manga-2014-1">Compte rendu Paris Manga
|
||||||
|
2014</h2>
|
||||||
|
<p>On avait froid, on était cachés dans l'angle d'un mur, les allées
|
||||||
|
étaient incroyablement pleines d'emballages car les Parisiens ont un
|
||||||
|
côté porcin certain, mais nous avons réussi à avoir un public d'habitués
|
||||||
|
et de nouveaux venus qui aiment bien discuter malgré tout au rendez
|
||||||
|
vous.<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>On avait froid, on était cachés dans l'angle d'un mur, les allées
|
||||||
|
étaient incroyablement pleines d'emballages car les Parisiens ont un
|
||||||
|
côté porcin certain, mais nous avons réussi à avoir un public d'habitués
|
||||||
|
et de nouveaux venus qui aiment bien discuter malgré tout au rendez
|
||||||
|
vous. <img
|
||||||
|
src="https://blog.artlemoine.com/public/i/2014/03mars/paris_manga/_MG_0611.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/2014-02-09%2017.12.54.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/_MG_0614.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/_MG_0625.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/_MG_0627.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/_MG_0606.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/_MG_0601.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/_MG_0603.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/_MG_0628.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/_MG_0620.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/_MG_0631.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/2014-02-08%2013.02.58.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/_MG_0632.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/2014-02-08%2010.41.33.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/2014-02-08%2010.37.40-1.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/2014-02-08%2010.36.46.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/2014-02-08%2015.13.56.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/2014-02-08%2017.59.58.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/2014-02-09%2017.07.59.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/2014-02-09%2012.41.09.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/2014-02-09%2017.50.35.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/2014-02-09%2015.11.40.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/2014-02-09%2014.51.07.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/2014-02-09%2014.00.27.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/2014-02-09%2015.53.39.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/2014-02-09%2022.22.30.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/IMG_7576.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/IMG_7575.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/03mars/paris_manga/IMG_7591.JPG" /></p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,223 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 603</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-02-17 22:08:25></li>
|
||||||
|
<li>modifié: <2014-02-17 22:08:25></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="résultat-du-concours-q7-sur-les-5-sens">Résultat du concours Q7
|
||||||
|
sur les 5 sens</h2>
|
||||||
|
<p>Le Qzine 7 à eu droit à son habituel rituel du concours de quatrième,
|
||||||
|
deuxième et troisième de couverture. Les trois gagnants:<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>Le Qzine 7 à eu droit à son habituel rituel du concours de quatrième,
|
||||||
|
deuxième et troisième de couverture. *Les trois gagnants:*
|
||||||
|
<strong>1er:</strong> <strong><a
|
||||||
|
href="https://qzine.fr/wp-content/uploads/2014/02/Liaze_Deesse+arabesque.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/02/Liaze_Deesse+arabesque.jpg</span></a>]]</strong>
|
||||||
|
* <a href="http://liaze.fr/">Liaze</a>* 30€ de chèque cadeau à la fnac
|
||||||
|
30€ de carte cadeau au love shop Concorde 3 <a
|
||||||
|
href="http://qzine.fr/boutique/#goodies">goodies</a> OU 1 poster 1
|
||||||
|
fanzine Q7 <strong>2e :</strong> <a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/02/Tanya-lick.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/02/Tanya-lick.jpg</span></a>]]
|
||||||
|
<a href="http://meganenguyen.blogspot.fr/">Tanya</a> 30€ de chèque
|
||||||
|
cadeau à la fnac OU 30€ de carte cadeau au love shop Concorde 3 <a
|
||||||
|
href="http://qzine.fr/boutique/#goodies">goodies</a> OU 1 poster 1
|
||||||
|
fanzine Q7 <strong>3e:</strong> <strong><a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/02/LaZouave_Q7.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/02/LaZouave_Q7.jpg</span></a>]]</strong>
|
||||||
|
* <a href="http://lazouave.hautetfort.com/">Lazouave</a>* 15€ de chèque
|
||||||
|
cadeau à la fnac OU 10€ de carte cadeau au love shop Concorde 3 <a
|
||||||
|
href="http://qzine.fr/boutique/#goodies">goodies</a> OU 1 poster 1
|
||||||
|
fanzine Q7 Suivi de près par Malzeich, Mimika, Nyutor, Omaha et Wulfila
|
||||||
|
(en ordre alphabétique). Leurs illustrations ont gagné une place dans le
|
||||||
|
contenu du fanzine et ils bénéficient d'une grosse réduction sur ce
|
||||||
|
numéro. Félicitations à tous ! <a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/02/Tykayn_nana_lapin_carotte.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/02/Tykayn_nana_lapin_carotte.jpg</span></a>]]
|
||||||
|
Tykayn <a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/02/Wulfi-douche.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/02/Wulfi-douche.jpg</span></a>]] Wulfila
|
||||||
|
<a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/02/Mimika_Q7.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/02/Mimika_Q7.jpg</span></a>]] Mimika<a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/02/Nyutor_qzine.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/02/Nyutor_qzine.jpg</span></a>]] Nyutor<a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/02/Omaha_Qzine-5-sens-Florine.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/02/Omaha_Qzine-5-sens-Florine.jpg</span></a>]] Omaha
|
||||||
|
<a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/02/Quentin_saldi_qzine.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/02/Quentin_saldi_qzine.jpg</span></a>]] Malzeick</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,188 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 618</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: trash</li>
|
||||||
|
<li>publié le: <2014-03-11 18:23:17></li>
|
||||||
|
<li>modifié: <2014-03-11 18:23:17></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="idées-blog">idées blog</h2>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,194 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 648</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-03-24 23:17:28></li>
|
||||||
|
<li>modifié: <2014-03-24 23:17:28></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="nouvelle-mode-1">Nouvelle mode</h2>
|
||||||
|
<p><br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p><a
|
||||||
|
href="https://qzine.fr/wp-content/uploads/2014/03/mimika_pantalons.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/03/mimika_pantalons.jpg</span></a>]]
|
||||||
|
strip par <a href="http://mimikablog.blogspot.fr/">MiMiKa</a></p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,232 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 623</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-03-28 23:35:47></li>
|
||||||
|
<li>modifié: <2014-03-28 23:35:47></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="opération-tous-à-poil">opération Tous à poil</h2>
|
||||||
|
<p>Un livre pour enfants, "Tous à poil" de Marc Daniau et Claire Franek
|
||||||
|
(éd. Le Rouergue) a fait couler beaucoup de pixels durant la saint
|
||||||
|
valentin.<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>Un livre pour enfants, <a
|
||||||
|
href="https://tempsreel.nouvelobs.com/politique/20140210.OBS5682/le-sang-de-cope-ne-fait-qu-un-tour-a-la-vue-de-tous-a-poil.html">"Tous
|
||||||
|
à poil"</a> de Marc Daniau et Claire Franek (éd. Le Rouergue) a fait
|
||||||
|
couler beaucoup de pixels durant la saint valentin. <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/04avril/tous_a_poil_qzine/Tousàpoil-HadH.jpg" /> <a
|
||||||
|
href="http://hadh.fr">HadH</a> <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/04avril/tous_a_poil_qzine/tous_a_poil_tykayn2.jpg" /><a
|
||||||
|
href="http://%20tykayn.fr"> TyKayn</a> <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/04avril/tous_a_poil_qzine/Tousàpoil-Wulfi.jpg" />
|
||||||
|
<a href="http://wulfiladellaluna.deviantart.com">Wulfila</a> <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/04avril/tous_a_poil_qzine/Tousàpoil-MiMiKa.jpg" />
|
||||||
|
<a href="http://mimikablog.blogspot.fr/">Mimika</a> <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/04avril/tous_a_poil_qzine/Tousàpoil-Aube.jpg" />
|
||||||
|
<a href="http://aube-silverfire.blogspot.fr/">Aube</a> <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/04avril/tous_a_poil_qzine/Tousàpoil-Lazouave.jpg" />
|
||||||
|
<a href="http://lazouave.hautetfort.com">Lazouave</a> <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/04avril/tous_a_poil_qzine/Tousàpoil-QuentinL.jpg" />
|
||||||
|
<a href="www.quentinlefebvre.fr">Quentin Lefebvre</a> <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/04avril/tous_a_poil_qzine/Tousàpoil-Luth.jpg" />
|
||||||
|
<a href="http://luthostinato.wordpress.com/">Luth</a> <a
|
||||||
|
href="http://luthostinato.wordpress.com/">Ostinato</a> <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/04avril/tous_a_poil_qzine/Tousàpoil-Malzeick.png" />
|
||||||
|
<a href="a2mblog.canalblog.com">Malzeick</a> Luttant contre le tabou de
|
||||||
|
la nudité, le livre a été sujet d'une polémique fortement médiatisée.
|
||||||
|
Vous pouvez voir ce qu'en pense son auteur: [[<a
|
||||||
|
href="http://leplus.nouvelobs.com/contribution/1144548-je-suis-l-auteur-du-livre-tous-a-poil-cope-n-a-rien-compris-a-notre-ouvrage.html">http://leplus.nouvelobs.com/contribution/1144548-je-suis-l-auteur-du-livre-tous-a-poil-cope-n-a-rien-compris-a-notre-ouvrage.html</a>][Je
|
||||||
|
suis l'auteur du livre "Tous à poil" : Copé n'a rien compris à notre
|
||||||
|
ouvrage]]</p>
|
||||||
|
<blockquote>
|
||||||
|
|
||||||
|
</blockquote>
|
||||||
|
<p>En effet, ce n'est pas parce qu'il est difficile de parler de
|
||||||
|
sexualité avec des enfants qu'on doit les laisser se débrouiller
|
||||||
|
entièrement seuls et espérer qu'ils seront magiquement assez matures
|
||||||
|
sans aucun conseil. De notre côté sur Qzine, on a soutenu le mouvement
|
||||||
|
en se dessinant tous à poil, tout [[<a
|
||||||
|
href="http://vidberg.blog.lemonde.fr/2014/02/14/tous-a-poil-pour-le-14-fevrier-2/2/">http://vidberg.blog.lemonde.fr/2014/02/14/tous-a-poil-pour-le-14-fevrier-2/2/</a>][comme
|
||||||
|
bien d'autres dessineux l'ont fait dans une galerie du blog de Martin
|
||||||
|
Videberg]].</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,194 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 652</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-03-30 08:00:28></li>
|
||||||
|
<li>modifié: <2014-03-30 08:00:28></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="diet-fail-1">Diet Fail</h2>
|
||||||
|
<p><br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p><a
|
||||||
|
href="https://qzine.fr/wp-content/uploads/2014/03/mimika_diet_fail.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/03/mimika_diet_fail.jpg</span></a>]]
|
||||||
|
strip par <a href="http://mimikablog.blogspot.fr/">MiMiKa</a></p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,224 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 697</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-04-15 19:21:03></li>
|
||||||
|
<li>modifié: <2014-04-15 19:21:03></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="udoduf-1">udoduf</h2>
|
||||||
|
<p>Le 29 mars, nous étions pour une journée au nord de Paris, pour le
|
||||||
|
Forum du fanzine et des éditions modestes. Si vous voulez en savoir plus
|
||||||
|
sur UDoduF : <a
|
||||||
|
href="https://udoduf.wordpress.com/.\\">https://udoduf.wordpress.com/.\\</a></p>
|
||||||
|
<hr />
|
||||||
|
<p>Le 29 mars, nous étions pour une journée au nord de Paris, pour le
|
||||||
|
Forum du fanzine et des éditions modestes. Si vous voulez en savoir plus
|
||||||
|
sur UDoduF : <a
|
||||||
|
href="http://udoduf.wordpress.com/.">http://udoduf.wordpress.com/.</a>
|
||||||
|
En bref, nous avons retrouvé des amis et quelques nouvelles têtes ainsi
|
||||||
|
qu'une grande variété de fanzines, qui pour certains sont des œuvres
|
||||||
|
d'art, en pièce unique ou tirages très limités puisque fait main. <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/04avril/udoduf/2014-03-29%2015.21.09.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/04avril/udoduf/2014-03-29%2015.12.49.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/04avril/udoduf/2014-03-29%2015.21.01.jpg" />
|
||||||
|
A cette occasion notre chez Reg à participé à l'atelier "fanzine
|
||||||
|
toi-même" lors duquel il à réalisé un mini fanzine en un après midi!
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/04avril/udoduf/2014-03-29%2015.12.25.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/04avril/udoduf/_MG_0776.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/04avril/udoduf/_MG_0777.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/04avril/udoduf/_MG_0779.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/04avril/udoduf/_MG_0780.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/04avril/udoduf/_MG_0782.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/04avril/udoduf/_MG_0786.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/04avril/udoduf/RegRaoniUdoduf.jpg" />
|
||||||
|
Une belle initiative pour populariser la création de fanzines.</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,229 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 710</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-04-21 22:50:13></li>
|
||||||
|
<li>modifié: <2014-04-21 22:50:13></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="fruit-défendu">Fruit défendu</h2>
|
||||||
|
<p>Je commençais par le prendre en main, soupesant le poids de cette
|
||||||
|
chair gorgée de promesses. Je tirai doucement sur sa peau fine, d'un
|
||||||
|
rose délicat, comme perlé, irisé et moiré, à la fois si frêle et
|
||||||
|
protectrice. C'était cette peau qui recouvrait le fruit tant convoité.
|
||||||
|
Je sentais sa moiteur qui la rendait encore plus chatoyante, chaque
|
||||||
|
reflet de la lumière tamisée s'y attardait comme sur un bijou. Joyau qui
|
||||||
|
serait bientôt mien.<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>Je commençais par le prendre en main, soupesant le poids de cette
|
||||||
|
chair gorgée de promesses. Je tirai doucement sur sa peau fine, d'un
|
||||||
|
rose délicat, comme perlé, irisé et moiré, à la fois si frêle et
|
||||||
|
protectrice. C'était cette peau qui recouvrait le fruit tant convoité.
|
||||||
|
Je sentais sa moiteur qui la rendait encore plus chatoyante, chaque
|
||||||
|
reflet de la lumière tamisée s'y attardait comme sur un bijou. Joyau qui
|
||||||
|
serait bientôt mien.</p>
|
||||||
|
<p>Au fur et à mesure que mes mains s'attelaient à découvrir la chair
|
||||||
|
ferme et souple avec autant de dextérité que possible pour ne pas
|
||||||
|
risquer d'abimer son corps, je découvrais sa texture délicate et
|
||||||
|
veloutée. Son odeur ambrée et épicée devenait de plus en plus entêtante
|
||||||
|
me mettant l'eau à la bouche.</p>
|
||||||
|
<p>Je rapprochais mes lèvres pour capter toute l'intensité de cette
|
||||||
|
odeur et y deviner le goût doucereux et sucré que je pourrais bientôt
|
||||||
|
découvrir et savourer. J'effleurais sa chair et fut surprise par sa
|
||||||
|
tiédeur. La texture de mes lèvres entrouvertes encore un peu sèches et
|
||||||
|
rugueuses bien qu'adoucies par la salive se mêlait à celle de sa surface
|
||||||
|
satinée…</p>
|
||||||
|
<p>Le creux de ma bouche s'alliait parfaitement à ses courbes et je pus
|
||||||
|
l'y faire entrer complètement, savourer le contact de cette chair pleine
|
||||||
|
et sa résistance à la légère pression qu'exerçaient mes joues.</p>
|
||||||
|
<p>J'intensifiai la succion et aspirai le jus qui sortit à pleine
|
||||||
|
giclée, gardant en bouche le précieux liquide un instant avant de le
|
||||||
|
laisser glisser au fond de ma gorge et de sentir sa chaleur se mêler à
|
||||||
|
celle de mon propre corps.</p>
|
||||||
|
<p>J'aime tant le litchi - texte: Blueye , Illustration : <a
|
||||||
|
href="https://zopiak.tumblr.com/">Zopiak</a> <a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/04/litchi.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/04/litchi-721x1024.jpg</span></a>]]
|
||||||
|
Collaboration effectuée dans le cadre de la réalisation du Qzine 7 "Cinq
|
||||||
|
sens et plus encore" ; Production en rab' qui ne sera pas publiée dans
|
||||||
|
la version papier mais qui je l'espère vous donnera envie d'y jeter un
|
||||||
|
œil !</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,252 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 690</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-04-26 19:14:13></li>
|
||||||
|
<li>modifié: <2014-04-26 19:14:13></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="spectacle-de-poésie-érotique-par-nicolas-raccah">Spectacle de
|
||||||
|
poésie érotique par Nicolas Raccah</h2>
|
||||||
|
<p><br />
|
||||||
|
<br />
|
||||||
|
Il n'y a pas que Sade ou 50 shades of grey dans la vie, la fin du moyen
|
||||||
|
âge est une ère remplie de CULture comme Nicolas Raccah nous l'a fait
|
||||||
|
découvrir dans son spectacle : "Petit traité du plaisir qui met oubli à
|
||||||
|
la mort".<br />
|
||||||
|
<br />
|
||||||
|
Entre le théâtre, la poésie et les contes, cet acteur s'est intéressé de
|
||||||
|
près à la poésie érotique du 15e et 16e siècle. Parmi les choses
|
||||||
|
surprenantes, nous avons appris qu'au 15e siècle, le sexe et la religion
|
||||||
|
font plutôt bon ménage.</p>
|
||||||
|
<hr />
|
||||||
|
<p><a
|
||||||
|
href="https://qzine.fr/wp-content/uploads/2014/04/Raccah-remyfonder.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/04/Raccah-remyfonder.jpg</span></a>]]
|
||||||
|
Il n'y a pas que Sade ou 50 shades of grey dans la vie, la fin du moyen
|
||||||
|
âge est une ère remplie de CULture comme Nicolas Raccah nous l'a fait
|
||||||
|
découvrir dans son spectacle : "Petit traité du plaisir qui met oubli à
|
||||||
|
la mort". Entre le théâtre, la poésie et les contes, cet acteur s'est
|
||||||
|
intéressé de près à la poésie érotique du 15e et 16e siècle. Parmi les
|
||||||
|
choses surprenantes, nous avons appris qu'au 15e siècle, le sexe et la
|
||||||
|
religion font plutôt bon ménage. Dieu et le plaisir cohabitent sans
|
||||||
|
soucis dans des textes qui peuvent être publiés dans des recueils
|
||||||
|
généraux sans choquer personne. <a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/04/MG_0773-2.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/04/MG_0773-2.jpg</span></a>]]
|
||||||
|
<a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/04/MG_0770-2.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/04/MG_0770-2.jpg</span></a>]]
|
||||||
|
Petit détail, les mots amour et délice étaient de genre féminin à cette
|
||||||
|
époque. Au 16e siècle, entre guerres de religions et épidémie (petite
|
||||||
|
vérole, syphilis et autres joyeusetés sexuellement transmissibles) le
|
||||||
|
concile de trente qui dura de 1545 à 1563 amena de nombreuses
|
||||||
|
réformes. Le dogme du péché originel prends de l'ampleur. L'église se
|
||||||
|
met à haïr et diaboliser le sexe. La poésie utilise alors les jeux de
|
||||||
|
mots et les sous entendus pour ne pas être totalement réduite au
|
||||||
|
silence. Les publications érotiques disparaissent, certains sont
|
||||||
|
torturés voir tués pour avoir écrit l'amour et la sexualité. <a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/04/MG_0771-2.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/04/MG_0771-2.jpg</span></a>]]
|
||||||
|
Nous nous sommes attardés sur ** /*"Mignonne, allons voir si la
|
||||||
|
rose"*/ qui est l'un des poèmes les plus célèbres de Ronsard écrit
|
||||||
|
en</p>
|
||||||
|
<ol>
|
||||||
|
<li>Ecrit en l'honneur de Cassandre alors âgée d'une douzaine</li>
|
||||||
|
</ol>
|
||||||
|
<p>d'années. Il faut savoir que la rose symbolise bien souvent le sexe
|
||||||
|
féminin… Je vous laisse relire le texte. ;) [[<a
|
||||||
|
href="http://fr.wikipedia.org/wiki/1545_en_litt%C3%A9rature">http://fr.wikipedia.org/wiki/1545_en_litt%C3%A9rature</a>][]]
|
||||||
|
<a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/04/TK-NRaccah.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/04/TK-NRaccah.jpg</span></a>]]
|
||||||
|
Enfin, nous avons remarqué que les femmes sont omniprésentes dans ces
|
||||||
|
textes essentiellement écrits par des hommes. Mais quand il s'agit de
|
||||||
|
leur laisser la parole ou la plume, c'est une autre histoire. Son
|
||||||
|
prochain spectacle partira à la recherche de ces rares femmes qui ont
|
||||||
|
osé prendre la parole. Un petit extrait et un interlude graveleux pour
|
||||||
|
vous donner un avant goût. [audio ogg="<a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/04/nicolas_raccah22.ogg">http://qzine.fr/wp-content/uploads/2014/04/nicolas_raccah22.ogg</a>"][/audio]
|
||||||
|
<a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/04/MG_0775-2.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/04/MG_0775-2.jpg</span></a>]]
|
||||||
|
Cet artiste se produit principalement chez des particuliers. Si vous
|
||||||
|
voulez organiser ce spectacle chez vous pour le faire partager à vos
|
||||||
|
amis, allez donc faire un tour sur : <a
|
||||||
|
href="https://www.facebook.com/pages/Le-Petit-Trait%C3%A9-du-Plaisir/130225727052491?fref=ts">https://www.facebook.com/pages/Le-Petit-Trait%C3%A9-du-Plaisir/130225727052491?fref=ts</a>
|
||||||
|
En tout cas, TyKayn et moi même avons vraiment passé un bon moment,
|
||||||
|
ludique, pédagogique, engagé dans la liberté d'expression et
|
||||||
|
délicieusement coquin. Merci Nicolas !</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,198 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 788</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-04-27 12:09:48></li>
|
||||||
|
<li>modifié: <2014-04-27 12:09:48></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="les-hommes-cest-comme-les-sandwichs-1">Les hommes, c'est comme
|
||||||
|
les sandwichs !</h2>
|
||||||
|
<p>Humour bête + repas on ne peut plus romantique dans un fast food =
|
||||||
|
petite note de blog !<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p>Humour bête + repas on ne peut plus romantique dans un fast food =
|
||||||
|
petite note de blog ! <a
|
||||||
|
href="https://qzine.fr/wp-content/uploads/2014/04/Wulfiluna-Subway.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/04/Wulfiluna-Subway.jpg</span></a>]]
|
||||||
|
La suite de ma réflexion sur la taille ;) <a
|
||||||
|
href="http://qzine.fr/blog/la-taille-ca-compte/">http://qzine.fr/blog/la-taille-ca-compte/</a></p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,239 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 802</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-04-28 21:02:49></li>
|
||||||
|
<li>modifié: <2014-04-28 21:02:49></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="la-taille-ça-compte">La taille, ça compte !</h2>
|
||||||
|
<p>Je parlais de 15 et 30 cm hier… J'y reviens !<br />
|
||||||
|
<br />
|
||||||
|
Ce n'est pas facile de dire sans gêne qu'on préfère tel ou tel physique.
|
||||||
|
Les caractéristiques de base comme la couleur de cheveux et des yeux, la
|
||||||
|
corpulence ou encore la taille passe encore, quoi que déjà là, on va
|
||||||
|
vous dire que c'est mal de vous attacher au superficiel.<br />
|
||||||
|
<br />
|
||||||
|
Au delà de ça, l'homme qui va aimer les tout petits seins verra sa
|
||||||
|
virilité mise en doute, celui qui préfère les gigantesques poumons sera
|
||||||
|
qualifié de macho misogyne.</p>
|
||||||
|
<hr />
|
||||||
|
<p><a
|
||||||
|
href="https://qzine.fr/blog/les-hommes-cest-comme-les-sandwichs/">Je
|
||||||
|
parlais de 15 et 30 cm hier… J'y reviens !</a> Ce n'est pas facile de
|
||||||
|
dire sans gêne qu'on préfère tel ou tel physique. Les caractéristiques
|
||||||
|
de base comme la couleur de cheveux et des yeux, la corpulence ou encore
|
||||||
|
la taille passe encore, quoi que déjà là, on va vous dire que c'est mal
|
||||||
|
de vous attacher au superficiel. <a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/05/oekaki_35060.png">[[<span>http://qzine.fr/wp-content/uploads/2014/05/oekaki_35060.png</span></a>]]
|
||||||
|
Au delà de ça, l'homme qui va aimer les tout petits seins verra sa
|
||||||
|
virilité mise en doute, celui qui préfère les gigantesques poumons sera
|
||||||
|
qualifié de macho misogyne. Quant à la femme qui osera dire que la
|
||||||
|
taille ça compte, quelle salope ! Pourtant, les petits seins bien fermes
|
||||||
|
c'est plutôt cool, et ce n'est qu'à partir du bonnet D qu'on peut
|
||||||
|
vraiment s'amuser à pratiquer tout ce qui est mammo-génital ! Les
|
||||||
|
bonnets B et C eux, remplissent agréablement les mains sans trop
|
||||||
|
encombrer pour autant ! En ce qui concerne les dimensions de ces
|
||||||
|
messieurs, certaines ont besoin d'un king kong size pour prendre leur
|
||||||
|
pied. D'autres ont une nette préférence pour les modèles plus modestes
|
||||||
|
qui bien utilisés peuvent faire des merveilles, sans risquer de faire
|
||||||
|
mal. Un sexe “trop” petit peut être compensé par un peu de bonne volonté
|
||||||
|
pour satisfaire sa/son partenaire. Par d'autres moyens que son borgne à
|
||||||
|
roulettes si nécessaire. Les hommes dôtés d'un phallus “trop” grand
|
||||||
|
peuvent tout aussi mal le vivre en faisant littéralement fuir leur
|
||||||
|
partenaires… Certains considèrent cela comme un véritable handicap. Il y
|
||||||
|
en a qui ne sont pas difficiles, des opportunistes, ou même certains qui
|
||||||
|
n'ont aucune considération pour ces choses là. Si c'est votre cas sachez
|
||||||
|
que vous avez de la chance ! Si vous avez des attirances très tranchées,
|
||||||
|
sans aller jusqu'à le revendiquer à tort et à travers, en méprisant tous
|
||||||
|
les autres, souvenez vous que c'est naturel. Ça ne fait pas de vous un
|
||||||
|
monstre. Pour ma part, il ne me viendrait pas à l'idée de sélectionner
|
||||||
|
mon partenaire uniquement sur ce genre de critères, mais une longueur
|
||||||
|
honorable permet de gagner en amplitude de mouvement et donc de profiter
|
||||||
|
davantage de certaines positions. Quant à un diamètre raisonnable,
|
||||||
|
disons un peu au dessus de la moyenne, m'offre des sensations très
|
||||||
|
sympathiques. Une personne peut nous rendre heureux-se même sans
|
||||||
|
correspondre à nos critères de base, alors laissez vous surprendre ! Et
|
||||||
|
si en plus elle correspond à vos goûts… Dites-vous que c'est un bonus !
|
||||||
|
-Wulfila <a
|
||||||
|
href="http://qzine.fr/sondages/tkprobe/sondage/29/la-taille-en-hauteur">Je
|
||||||
|
vous invite à aller réaliser un sondage qui parle de taille ! ;)</a></p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,210 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 815</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-05-01 09:42:56></li>
|
||||||
|
<li>modifié: <2014-05-01 09:42:56></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="du-nouveau-à-la-foire-de-paris">Du nouveau à la foire de Paris
|
||||||
|
! </h2>
|
||||||
|
<p>Un espace érotique, pour la première fois cette année !<br />
|
||||||
|
<a
|
||||||
|
href="https://www.foiredeparis.fr/Nouveau-en-2014/espace-coquin\\">https://www.foiredeparis.fr/Nouveau-en-2014/espace-coquin\\</a><br />
|
||||||
|
Sur le blog nous vous parlions de Nicolas Raccah. <br />
|
||||||
|
<a
|
||||||
|
href="http://qzine.fr/blog/spectacle-de-poesie-erotique-par-nicolas-raccah/\\">http://qzine.fr/blog/spectacle-de-poesie-erotique-par-nicolas-raccah/\\</a><br />
|
||||||
|
Figurez vous qu'il présentera son spectacle à cette occasion, à 13h et
|
||||||
|
17h, ce jeudi et le suivant. Faites vous du bien aux oreilles, allez le
|
||||||
|
voir ! </p>
|
||||||
|
<hr />
|
||||||
|
<p>Un espace érotique, pour la première fois cette année !<br />
|
||||||
|
<a
|
||||||
|
href="http://www.foiredeparis.fr/Nouveau-en-2014/espace-coquin">http://www.foiredeparis.fr/Nouveau-en-2014/espace-coquin</a><br />
|
||||||
|
<br />
|
||||||
|
Sur le blog nous vous parlions de Nicolas Raccah. <br />
|
||||||
|
<a
|
||||||
|
href="http://qzine.fr/blog/spectacle-de-poesie-erotique-par-nicolas-raccah/">http://qzine.fr/blog/spectacle-de-poesie-erotique-par-nicolas-raccah/</a><br />
|
||||||
|
<br />
|
||||||
|
Figurez vous qu'il présentera son spectacle à cette occasion, à 13h et
|
||||||
|
17h, ce jeudi et le suivant. Faites vous du bien aux oreilles, allez le
|
||||||
|
voir ! </p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,208 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 932</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-05-06 10:00:52></li>
|
||||||
|
<li>modifié: <2014-05-06 10:00:52></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="quentin-illustrateur.">Quentin, illustrateur.</h2>
|
||||||
|
<p><a
|
||||||
|
href="https://qzine.fr/wp-content/uploads/2014/05/égalité-homme-femme-par-quentin-lefebvre2014.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/05/égalité-homme-femme-par-quentin-lefebvre2014.jpg</span></a>]]
|
||||||
|
Je tenais à vous parler aujourd'hui d'un des illustrateurs du Qzine. Il
|
||||||
|
s'agit de Quentin Lefebvre. Un jeune homme fort sympa et très motivé,
|
||||||
|
qui se trouve aussi être un des très (trop) rares hommes à disposer d'un
|
||||||
|
blog consacré à la cause des femmes. Je le laisse se présenter : "Je
|
||||||
|
suis tombé amoureux de la bande dessiné à 13 ans, en essayant par
|
||||||
|
hasard. En 10 ans, j'ai eu le plaisir de me lancer à fond dans cet art
|
||||||
|
passionnant en créant mes personnages, en étudiant en école d'art, en
|
||||||
|
rencontrant mes auteurs préférés… C'est en piochant dans les mangas,
|
||||||
|
comics, films et illustrations des 4 coins du globe que j'ai peu à peu
|
||||||
|
trouvé et forgé mon propre style. Mes thèmes de création préférés : les
|
||||||
|
super héros, les problèmes de société, la cause des femmes… Depuis la
|
||||||
|
rentrée 2013, j'ai pu m'exercer au travail commun en réalisant des
|
||||||
|
échanges dessinés avec une dizaine d'artistes…des questions réponses
|
||||||
|
apellés les ping pong dessinés ! Mon premier album de BD sortira pour
|
||||||
|
mes 24 ans, à la rentrée 2014 !" Bonne visite ! <a
|
||||||
|
href="http://www.quentinlefebvre.fr/">http://www.quentinlefebvre.fr/</a>
|
||||||
|
<a
|
||||||
|
href="http://causedesfemmes.canalblog.com/">http://causedesfemmes.canalblog.com/</a></p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,261 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 798</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-05-15 10:00:41></li>
|
||||||
|
<li>modifié: <2014-05-15 10:00:41></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="la-coupe-menstruelle-1">La coupe menstruelle</h2>
|
||||||
|
<p><br />
|
||||||
|
illustration "je te sers une petite coupe?" par HadH et Wulfila.<br />
|
||||||
|
<br />
|
||||||
|
Il s'agit d'une petite cloche souple et réutilisable, que la femme
|
||||||
|
introduit manuellement dans le vagin, afin de recueillir ses fluides
|
||||||
|
menstruels. Elle peut améliorer votre confort et soulager votre budget,
|
||||||
|
tout en faisant du bien à la planète, alors ne décrochez pas ! ;)<br />
|
||||||
|
<br />
|
||||||
|
Le brevet date des années 30 et la Mooncup fut le premier modèle
|
||||||
|
valable, commercialisée dans les années 90. A présent on trouve
|
||||||
|
facilement différents modèles sur internet ou dans des boutiques
|
||||||
|
écolo-bio.</p>
|
||||||
|
<hr />
|
||||||
|
<p><img
|
||||||
|
src="https://blog.artlemoine.com/public/i/2014/05mai/coupe_menstruelle/coupe4.jpg" />
|
||||||
|
illustration "je te sers une petite coupe?" par <a
|
||||||
|
href="http://www.hadh.fr">HadH</a> et <a
|
||||||
|
href="http://wulfiladellaluna.deviantart.com">Wulfila</a>. Il s'agit
|
||||||
|
d'une petite cloche souple et réutilisable, que la femme introduit
|
||||||
|
manuellement dans le vagin, afin de recueillir ses fluides menstruels.
|
||||||
|
Elle peut améliorer votre confort et soulager votre budget, tout en
|
||||||
|
faisant du bien à la planète, alors ne décrochez pas ! ;) Le brevet date
|
||||||
|
des années 30 et la Mooncup fut le premier modèle valable,
|
||||||
|
commercialisée dans les années 90. A présent on trouve facilement
|
||||||
|
différents modèles sur internet ou dans des boutiques écolo-bio. La
|
||||||
|
fleurcup notamment, qui est fabriquée en France. <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/coupe_menstruelle/ListeCoupes.jpg" />
|
||||||
|
Pour insérer la coupe, il faut la plier. Elle n'est alors pas beaucoup
|
||||||
|
plus grosse qu'un tampon. Prenez votre temps, détendez vous et lubrifiez
|
||||||
|
la coupe si besoin. Accroupie dans votre douche me semble être le plus
|
||||||
|
simple pour débuter. Je vous conseille de vous entraîner hors période de
|
||||||
|
règles pour être prête lorsque ce sera nécessaire. Lorsque la coupe se
|
||||||
|
déplie dans le vagin, il se crée un effet « ventouse » qui la maintient
|
||||||
|
en place et évite les fuites. Généralement, elle prends sa place tout
|
||||||
|
naturellement et on ne la sent pas du tout. Pour l'enlever, il faut
|
||||||
|
pincer la base pour créer un appel d'air annulant l'adhérence. C'est
|
||||||
|
selon moi la partie la plus délicate, mais pas de panique, ça va venir
|
||||||
|
rapidement ! Alors qu'un tampon doit être changé toutes les 4 à 8h, la
|
||||||
|
coupe peut être portée jusqu'à 12 heures d'affilée. Elle est prévue pour
|
||||||
|
contenir bien plus que la quantité de fluides perdus dans ce laps de
|
||||||
|
temps. Pratique non? Avant de la remettre, elle doit être vidée, puis
|
||||||
|
lavée à l'eau claire. A la fin de la période de règles, la coupe doit
|
||||||
|
être stérilisée avec de l'eau bouillante, puis rangée dans la pochette
|
||||||
|
fournie avec, jusqu'aux prochaines menstruations. Dans la coupe, le sang
|
||||||
|
n'est pas en contact avec l'air, il ne macère et ne s'oxyde pas et ne
|
||||||
|
développe pas de mauvaise odeur. Elles sont en silicone, latex ou TPE
|
||||||
|
(élastomère thermoplastique) : des matériaux médicaux qui n'entraînent
|
||||||
|
pas de sécheresse et ne dégradent pas la flore vaginale. La coupe est ce
|
||||||
|
qu'il y a de plus respectueux de votre intimité et de plus hygiénique.
|
||||||
|
Elle limite, entre autre, les risques de mycoses. <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/coupe_menstruelle/_MG_9207.jpg" />
|
||||||
|
Les procédés de fabrication des protections périodiques jetables, sont
|
||||||
|
selon l'ONG Greenpeace l'une des industries les plus polluantes au
|
||||||
|
monde. En France, environ 16 millions de femmes sont en âge d'avoir des
|
||||||
|
règles et chacune utilise, en moyenne, 300 protections jetables par an.
|
||||||
|
Soit environ 4 800 000 000 tampons et serviettes jetés par an dans un
|
||||||
|
seul pays. Une coupe menstruelle coûte souvent moins de 15 euros, elle
|
||||||
|
est donc amortie en quelques mois seulement et à une durée de vie allant
|
||||||
|
jusqu'à dix ans. <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/coupe_menstruelle/vue%20coupe.jpg" />
|
||||||
|
Malgré tous ces points positifs, la coupe menstruelle à du mal à se
|
||||||
|
faire connaître… Elle est très peu médiatisée et tout le monde n'est pas
|
||||||
|
suffisamment à l'aise avec son corps et ses fluides menstruels pour
|
||||||
|
toucher son vagin et risquer d'avoir “du sang sur les mains”. Mais
|
||||||
|
rassurez vous, la quantité de liquide que vous trouverez au fond de la
|
||||||
|
coupe vous semblera ridicule comparée à ce que vous pensez perdre et on
|
||||||
|
s'habitue très vite à ces gestes jusqu'à ne plus ressentir la moindre
|
||||||
|
gêne. Pour connaître un grand nombre d'utilisatrices comblées, moi la
|
||||||
|
première, je vous invite à vous jeter à l'eau ! Vous avez tout à y
|
||||||
|
gagner ! extrait du <a
|
||||||
|
href="http://qzine.fr/boutique/#detailsfanzine6">fanzine Q6 sur la
|
||||||
|
drague et la séduction</a>. Bah quoi c'est pas séduisant une
|
||||||
|
mooncup?</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,275 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 966</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-05-25 10:52:49></li>
|
||||||
|
<li>modifié: <2014-05-25 10:52:49></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="notre-première-convention-geekopolis">Notre première convention
|
||||||
|
Geekopolis !</h2>
|
||||||
|
<p>Nous avons ramené des photos souvenirs de Geekopolis. :-) C'était
|
||||||
|
notre première fois. Malheureusement nous étions dans little Tokyo,
|
||||||
|
section la plus négligée de la convention en terme de decors et
|
||||||
|
d'animations. La moins peuplée en fanzines et visiteurs egalement.
|
||||||
|
Malgré tout, un chouette évènement avec du potentiel. On a hâte de voir
|
||||||
|
ce que donnera la prochaine édition. Nous avons été invités par le
|
||||||
|
fanzine Nemesis, pour participer à une conférence sur le fanzinat
|
||||||
|
assortie d'un battle de dessin entre Tiamate et Tykayn.</p>
|
||||||
|
<hr />
|
||||||
|
<p><img
|
||||||
|
src="https://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0905.JPG" />
|
||||||
|
Nous avons ramené des photos souvenirs de Geekopolis. :-) C'était notre
|
||||||
|
première fois. Malheureusement nous étions dans little Tokyo, section la
|
||||||
|
plus négligée de la convention en terme de decors et d'animations. La
|
||||||
|
moins peuplée en fanzines et visiteurs egalement. Malgré tout, un
|
||||||
|
chouette évènement avec du potentiel. On a hâte de voir ce que donnera
|
||||||
|
la prochaine édition. Nous avons été invités par le fanzine Nemesis,
|
||||||
|
pour participer à une conférence sur le fanzinat assortie d'un battle de
|
||||||
|
dessin entre Tiamate et Tykayn. Kira, Nephyla, Silva et Wulfila ont pris
|
||||||
|
la parole, pour expliquer comment elles sont entrées dans ce monde
|
||||||
|
fantastique, ainsi que pour donner des conseils a ceux qui voudraient
|
||||||
|
tenter l'expérience. Par exemple, de ne pas esperer faire fortune, de
|
||||||
|
prevoir du temps, de la motivation, de constituer une equipe fiable qui
|
||||||
|
soit sur la même longueur d'onde et enfin, trouver un sujet motivant.:-)
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0867.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0853.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0854.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0849.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0868.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0891.JPG" /><img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0856.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0859.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0862.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0863.JPG" />SUPERPOULET!
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0879.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0873.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0890.JPG" /> <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0880.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0883.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0893.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0886.JPG" /><img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0875.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0904.JPG" />
|
||||||
|
Liaze et Ibealia, les plus choupettes filles de la convention. :-) <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0887.JPG" /> <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0909.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0908.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0906.JPG" />
|
||||||
|
Wulfi a perdu le combat de décolleté avec Niddheg… <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0922.JPG" />
|
||||||
|
TK a adoré d'imprimante 3D tunning! <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0918.JPG" />
|
||||||
|
Kofkof <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0907.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0911.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0912.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0914.JPG" />
|
||||||
|
Huuuum sexyyy! <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0925.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0928.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0926.JPG" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/05mai/geekopolis/_MG_0924.JPG" /></p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,257 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 800</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-05-29 10:00:01></li>
|
||||||
|
<li>modifié: <2014-05-29 10:00:01></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="lavortement-1">L'avortement</h2>
|
||||||
|
<p><br />
|
||||||
|
<br />
|
||||||
|
illu par TyKayn et Wulfila. dédicace à Antoine Daniel.<br />
|
||||||
|
<br />
|
||||||
|
Nous en parlions un peu plus tôt.</p>
|
||||||
|
<hr />
|
||||||
|
<p>toujours <img
|
||||||
|
src="https://tykayn.fr/wp-content/uploads/i/2014/05mai/antoine_daniel/g/antoine_daniel_et_petit_ours_brun.jpg" /></p>
|
||||||
|
<p>illu par <a href="https://tykayn.fr">TyKayn</a> et <a
|
||||||
|
href="http://wulfiladellaluna.deviantart.com">Wulfila</a>. dédicace à <a
|
||||||
|
href="www.youtube.com/user/MrAntoineDaniel">Antoine Daniel</a>.</p>
|
||||||
|
<p>Nous en parlions un peu plus tôt. L'Interruption Volontaire de
|
||||||
|
Grossesse n'est PAS un moyen de contraception, mais un ultime recours si
|
||||||
|
vous êtes enceinte malgré toutes les précautions évoquées dans l'article
|
||||||
|
sur la contraception et que vous souhaitez mettre un terme à cette
|
||||||
|
grossesse.</p>
|
||||||
|
<p>Vous vous sentez trop jeune ? Votre situation n'est pas propice pour
|
||||||
|
pouvoir élever un enfant ? Vous n'en avez tout simplement pas envie ? La
|
||||||
|
ou les raisons vous regardent !</p>
|
||||||
|
<p>Petit apparté : une femme qui considère qu'enfanter n'est pas le but
|
||||||
|
ultime de sa vie devra faire preuve d'un sacré self contrôle. Les
|
||||||
|
proches qui demandent, sans penser à mal : “Et toi c'est pour quand ?”
|
||||||
|
Le médecin dès tes 25 ans te dis comment préparer ta future grossesse,
|
||||||
|
sans te demander si c'est dans tes projets… Les gens qui te prennent
|
||||||
|
pour une harpie si tu confesses que t'aime pas trop les mouflets…<br />
|
||||||
|
Courage les filles ! C'est votre droit de ne pas vouloir faire poule
|
||||||
|
pondeuse et ça ne fait pas de vous un monstre. Ça peut venir du jour au
|
||||||
|
lendemain, ou peut-être jamais auquel cas ce ne sera pas un drame. C'est
|
||||||
|
que vous n'en avez vraiment pas envie. Ne vous faites pas de bile,
|
||||||
|
d'autres se chargeront de perpétuer l'espèce.</p>
|
||||||
|
<p>Si vous voulez du bébé qui est en route, et que vous vous sentez
|
||||||
|
capable de l'élever, seule si besoin, ne laissez personne vous forcer la
|
||||||
|
main. Inversement, ne forcez pas votre partenaire à assumer ce dont il
|
||||||
|
n'a pas voulu. Je vous assure qu'imposer un enfant pour sauver votre
|
||||||
|
couple, ce n'est pas une bonne idée ! C'est un choix bien trop lourd de
|
||||||
|
conséquence pour se prendre à la légère ou l'imposer à quiconque.<br />
|
||||||
|
L'avortement est une liberté dont peuvent profiter celles qui en ont
|
||||||
|
besoin, que ça plaise ou non aux autres !</p>
|
||||||
|
<p>Ce ne sera peut-être pas une décision facile à prendre. Si vous
|
||||||
|
hésitez, lancez quand même les démarches car elles peuvent être longues.
|
||||||
|
Après un premier RDV pour tout vous expliquer, on vous impose au moins
|
||||||
|
sept jours de réflexion ce qui vous laissera le temps de vous rétracter
|
||||||
|
si besoin.</p>
|
||||||
|
<p>Quand le choix est bien défini, c'est parti pour le parcours du
|
||||||
|
combattant. De la paperasse, du personnel médical qui malheureusement
|
||||||
|
met parfois la pression, des pertes de sang plutôt impressionnantes et
|
||||||
|
ça peut être douloureux physiquement et moralement. Demandez des
|
||||||
|
antidouleurs et un suivi psychologique si vous en ressentez le besoin.
|
||||||
|
Je le redis donc, mieux vaut prévenir que guérir. Soyez pointilleux sur
|
||||||
|
votre contraception pour éviter d'en arriver là !</p>
|
||||||
|
<p>Sachez toutefois qu'il est tout à fait possible de bien vivre son
|
||||||
|
avortement. J'ai le sentiment qu'on se sent obligé de se cogner une
|
||||||
|
dépression nerveuse… qu'on nous culpabilise parce qu'une femme se doit
|
||||||
|
d'être affligée par cet acte. Ne vous laissez pas influencer et ne vous
|
||||||
|
auto-flagellez pas.<br />
|
||||||
|
Si vous avez fait ce choix, c'est que vous aviez sûrement de bonnes
|
||||||
|
raisons. (Bonnes pour vous, les autres on s'en tape.) Cela ne vous
|
||||||
|
empêchera en rien d'avoir un ou des enfants, si un jour vous vous sentez
|
||||||
|
vraiment prêt(e)s. Alors pourquoi le regretter ?</p>
|
||||||
|
<p>Je vous invite à aller voir les sites :<br />
|
||||||
|
[[<a
|
||||||
|
href="http://blog.jevaisbienmerci.net/">http://blog.jevaisbienmerci.net/</a>][<a
|
||||||
|
href="http://blog.jevaisbienmerci.net/\\">http://blog.jevaisbienmerci.net/\\</a>
|
||||||
|
]]<a
|
||||||
|
href="http://www.sante.gouv.fr/ivg">http://www.sante.gouv.fr/ivg</a></p>
|
||||||
|
<p>Cet article est extrait du <a
|
||||||
|
href="http://qzine.fr/boutique/#detailsfanzine5">fanzine Q5 sur les
|
||||||
|
fantasmes.</a></p>
|
||||||
|
<p> </p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,246 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 990</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-06-10 07:36:24></li>
|
||||||
|
<li>modifié: <2014-06-10 07:36:24></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="puteaux-et-épitanime-2014">Puteaux et Épitanime 2014</h2>
|
||||||
|
<p>Il y à quelques semaines, le Qzine était de sortie au festival BD de
|
||||||
|
Puteaux ! Nous avons eu un stand immennnnse, généreusement illuminé par
|
||||||
|
un puits de lumière. A part un petit effet sauna, c'était pratique pour
|
||||||
|
dessiner. Malheureusement, le temps mitigé, la fête des mères, la fête
|
||||||
|
du tennis etc, ça n'a pas trop ramené de foules.</p>
|
||||||
|
<hr />
|
||||||
|
<p>Il y à quelques semaines, le Qzine était de sortie au festival BD de
|
||||||
|
Puteaux ! Nous avons eu un stand immennnnse, généreusement illuminé par
|
||||||
|
un puits de lumière. A part un petit effet sauna, c'était pratique pour
|
||||||
|
dessiner. Malheureusement, le temps mitigé, la fête des mères, la fête
|
||||||
|
du tennis etc, ça n'a pas trop ramené de foules. <img
|
||||||
|
src="https://blog.artlemoine.com/public/i/2014/06juin/2014-05%20Puteaux%20et%20Epitanime/puteaux%20(2).jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/2014-05%20Puteaux%20et%20Epitanime/puteaux%20(4).jpg" />
|
||||||
|
On à bien pris nos aises ^^ <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/2014-05%20Puteaux%20et%20Epitanime/puteaux%20(6).jpg" /><img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/2014-05%20Puteaux%20et%20Epitanime/puteaux%20(5).jpg" />
|
||||||
|
Voilà qui change des cosplay manga :) ! <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/2014-05%20Puteaux%20et%20Epitanime/puteaux%20(3).jpg" /><img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/2014-05%20Puteaux%20et%20Epitanime/puteaux%20(1).jpg" /><img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/2014-05%20Puteaux%20et%20Epitanime/puteaux%20(7).jpg" /></p>
|
||||||
|
<hr />
|
||||||
|
<p>La semaine suivante, après divers péripéties, nous nous sommes
|
||||||
|
retrouvés à Epitanime ! Merci encore à tous ! On espère un jour voir
|
||||||
|
débarquer une bonne âme qui se dévouera pour faire la com' dans l'équipe
|
||||||
|
(et on lui souhaite d'avance bon courage). Pour cette fois, on à bien
|
||||||
|
senti l'organisation houleuse… Le public était bien peu nombreux. Ceci
|
||||||
|
dit, comme c'était calme, on à bien eu le temps de papoter avec les
|
||||||
|
visiteurs et nos sympathiques voisins ! <img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/2014-05%20Puteaux%20et%20Epitanime/epitanime%20(8).jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/2014-05%20Puteaux%20et%20Epitanime/epitanime%20(2).jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/2014-05%20Puteaux%20et%20Epitanime/dedicace%20(3).jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/2014-05%20Puteaux%20et%20Epitanime/epitanime%20(5).jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/2014-05%20Puteaux%20et%20Epitanime/epitanime%20(6).jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/2014-05%20Puteaux%20et%20Epitanime/dedicace%20(2).jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/2014-05%20Puteaux%20et%20Epitanime/epitanime%20(4).jpg" /><img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/2014-05%20Puteaux%20et%20Epitanime/dedicace%20(5).jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/2014-05%20Puteaux%20et%20Epitanime/epitanime%20(1).jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/2014-05%20Puteaux%20et%20Epitanime/epitanime%20(3).jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/2014-05%20Puteaux%20et%20Epitanime/dedicace%20(4).jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/2014-05%20Puteaux%20et%20Epitanime/epitanime%20(9).jpg" /><img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/2014-05%20Puteaux%20et%20Epitanime/dedicace%20(1).jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/2014-05%20Puteaux%20et%20Epitanime/epitanime%20(7).jpg" />
|
||||||
|
Même qu'on à gagné un lot à la tombola et que jme suis fait dédicacer la
|
||||||
|
light novel des voisins : "Blind spot". Jusqu'ici, je dirais que ce
|
||||||
|
n'est pas de la grande littérature, mais que je l'ai déjà lue d'un trait
|
||||||
|
avec plaisir. :) Il va falloir que je trouve les deux autres tomes !</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,208 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 979</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-06-12 13:51:32></li>
|
||||||
|
<li>modifié: <2014-06-12 13:51:32></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="rubis-firenos-1">Rubis Firenos</h2>
|
||||||
|
<p>Elle est malheureusement arrivée trop tard pour la sortie du Qzine 7,
|
||||||
|
mais je vous invite à admirer la splendide illustration que Rubis
|
||||||
|
Firenos à réalisée pour nous, à la demande de Sleeva ! Passez aussi vous
|
||||||
|
faire du bien aux neurones sur sa page furaffinity ou sur son deviantart
|
||||||
|
! Merci Rubis et Sleeva pour ce petit bijoux !<br />
|
||||||
|
<br />
|
||||||
|
J'en profite pour vous annoncer que le stand Q-lture, représenté par
|
||||||
|
Tykayn, Wulfila, Reg et Hadh, sera présent à Japan expo :) ! Venez nous
|
||||||
|
rendre visite sur le stand DP101 !</p>
|
||||||
|
<hr />
|
||||||
|
<p>Elle est malheureusement arrivée trop tard pour la sortie du Qzine 7,
|
||||||
|
mais je vous invite à admirer la splendide illustration que Rubis
|
||||||
|
Firenos à réalisée pour nous, à la demande de Sleeva ! <img
|
||||||
|
src="https://qzine.fr/wp-content/uploads/2014/06/RubisFirenos.jpg" />Passez
|
||||||
|
aussi vous faire du bien aux neurones sur <a
|
||||||
|
href="https://www.furaffinity.net/user/meorahedva/">sa
|
||||||
|
page furaffinity</a> ! Merci Rubis et Sleeva pour ce petit bijoux ! J'en
|
||||||
|
profite pour vous annoncer que le stand Q-lture, représenté par Tykayn,
|
||||||
|
Wulfila, Reg et Hadh, sera présent à Japan expo :) ! Venez nous rendre
|
||||||
|
visite sur le stand D099/D101 !</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,202 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 996</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-06-25 13:39:25></li>
|
||||||
|
<li>modifié: <2014-06-25 13:39:25></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="tirage-au-sort-1">Tirage au sort</h2>
|
||||||
|
<p>gagnez le Qzine 7 en partageant cette image! et en aimant notre
|
||||||
|
page!</p>
|
||||||
|
<hr />
|
||||||
|
<p><a
|
||||||
|
href="https://www.facebook.com/qzineculturel/photos/a.419913428054640.89883.419886948057288/737876922924954/?type=1&theater">[[<span>https://qzine.fr/wp-content/uploads/2014/06/pub_qzine7_facebook-649x1024.jpg</span></a>gagnez
|
||||||
|
le Qzine 7 en partageant cette image! et en aimant notre page! plus de
|
||||||
|
100 pages couleur d'illustrations, de récits sur l'érotisme et bien plus
|
||||||
|
que cinq sens pour la science et la CULture <strong>0</strong> faites
|
||||||
|
passer!]] (cliquez sur l'image pour accéder à la photo sur facebook à
|
||||||
|
partager et la page qzine à aimer) Tirage au sort le Dimanche midi de
|
||||||
|
Japan Expo, où vous pourrez nous retrouver près du quartier web à
|
||||||
|
l'emplacement D099 avec HadH et Esk. dans le cas ou vous le gagnez après
|
||||||
|
l'avoir acheté, on vous fait un avoir de la valeur du fanzine et une
|
||||||
|
dédicace dedans ;) Enjoyez!</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,211 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 1000</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-06-30 16:31:31></li>
|
||||||
|
<li>modifié: <2014-06-30 16:31:31></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="on-sera-à-japan-expo-2014">On sera à Japan Expo 2014</h2>
|
||||||
|
<p>15 ans de Japan Expo, c'est cette semaine!<br />
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
Y'avait la gay pride ce weekend, on a même pas couvert l'évènement,
|
||||||
|
cependant dans notre boutique on a tout un numéro consacré à
|
||||||
|
l'homosexualité, au yaoi et au yuri. Notre dernier numéro sur les Cinq
|
||||||
|
sens et plus encore sera dédicacé à cette Japan Expo. Vous pourrez nous
|
||||||
|
retrouver dans la convention grâce à l'appli smartphone.</p>
|
||||||
|
<hr />
|
||||||
|
<p>15 ans de Japan Expo, c'est cette semaine et on y sera ! <a
|
||||||
|
href="https://qzine.fr/boutique/">[[<span>http://qzine.fr/wp-content/uploads/2014/06/affiche_hadh_armstrong_qzine-731x1024.jpg</span></a>]]
|
||||||
|
Y'avait la gay pride ce weekend, on a même pas couvert l'évènement,
|
||||||
|
cependant dans notre boutique on a tout <a
|
||||||
|
href="http://qzine.fr/boutique/#detailsfanzine3">un numéro consacré à
|
||||||
|
l'homosexualité, au yaoi et au yuri</a>. Notre dernier numéro sur les
|
||||||
|
Cinq sens et plus encore sera dédicacé à cette Japan Expo. Vous pourrez
|
||||||
|
nous retrouver dans la convention grâce à l'appli smartphone. Pensez à
|
||||||
|
prendre du liquide AVANT de venir à la convention, comme toujours, et
|
||||||
|
votre chéquier / smartphone paypal (qui vous permettra de payer en carte
|
||||||
|
bleue si votre grande passion c'est d'écrire des numéros sur votre
|
||||||
|
téléphone), on accepte aussi les bitcoins et dogecoins. venez jeter un
|
||||||
|
oeil :3</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,227 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 1005</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-06-30 19:41:26></li>
|
||||||
|
<li>modifié: <2014-06-30 19:41:26></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="génèse-dune-bannière">Génèse d'une bannière</h2>
|
||||||
|
<p><br />
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
et c'est ainsi que nous avons rassemblé nos dessineux autour du symbole
|
||||||
|
culturel de La Rousse. Vous pouvez retrouver cette marveilleuse bannière
|
||||||
|
présentant la diversité de nos auteurs dans les conventions que nous
|
||||||
|
avons jugé bon de fréquenter bibliquement.<br />
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
|
<p><img
|
||||||
|
src="https://blog.artlemoine.com/public/i/2014/06juin/robert/robert1_strip_couleur.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/robert/le_robert_en_couleur.jpg" />
|
||||||
|
<img
|
||||||
|
src="http://blog.artlemoine.com/public/i/2014/06juin/robert/tykayn_nope_trop_sexy.jpg" />
|
||||||
|
et c'est ainsi que nous avons rassemblé nos dessineux autour du symbole
|
||||||
|
culturel de La Rousse. Vous pouvez retrouver cette marveilleuse
|
||||||
|
bannière, présentant partiellement la diversité de nos auteurs, dans
|
||||||
|
les conventions que nous avons jugé bon de fréquenter. <a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/08/BannièreStand6P.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/08/BannièreStand6P.jpg</span></a>]]</p>
|
||||||
|
<h3 id="merci-aux-quelques-auteurs-présents-sur-la-bannière">Merci aux
|
||||||
|
quelques auteurs présents sur la bannière</h3>
|
||||||
|
<p><a href="http://pichillustration.tumblr.com/">Pich</a> <a
|
||||||
|
href="tykayn.fr">Tykayn</a> <a
|
||||||
|
href="http://wolfyjaf.blogspot.be/">Wolfer-Jaf</a> <a
|
||||||
|
href="http://awesparklespottedpony.blogspot.be/">ColdRuru</a> <a
|
||||||
|
href="http://nakedbat.deviantart.com/">Zopiak</a> <a
|
||||||
|
href="http://aube-silverfire.blogspot.fr/">Aube silverfire</a> <a
|
||||||
|
href="www.liaze.fr">Liaze</a> <a
|
||||||
|
href="http://wulfiladellaluna.deviantart.com/">Wulfila</a> <a
|
||||||
|
href="http://lazouave.hautetfort.com/">Lazouave</a> <a
|
||||||
|
href="http://http://mimikaweb.fr/">MiMiKa</a> <a
|
||||||
|
href="chalvin.free.fr">Marc Chalvin</a> <a
|
||||||
|
href="http://hadh.fr">HadH</a> et Ougam. Nous remercions
|
||||||
|
particulièrement Zopiak, qui nous à beaucoup aidé à refaire toute la
|
||||||
|
charte graphique des sites, de la bannière suce citée et même pour nos
|
||||||
|
cartes de visites !</p>
|
||||||
|
<hr />
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,204 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 1022</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-08-23 10:53:44></li>
|
||||||
|
<li>modifié: <2014-08-23 10:53:44></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="dora-lexploratrice-a-bien-grandi-1">Dora l'exploratrice a bien
|
||||||
|
grandi</h2>
|
||||||
|
<p><br />
|
||||||
|
Par Tykayn.<br />
|
||||||
|
Dora, un peu plus tard que ce qu'on veut bien nous en faire voir,
|
||||||
|
conquière d'autres territoires et explore des plaisirs plus
|
||||||
|
adultes.<br />
|
||||||
|
Et vous, qu'attendez vous pour continuer l'exploration?</p>
|
||||||
|
<hr />
|
||||||
|
<p><img
|
||||||
|
src="https://tykayn.fr/wp-content/uploads/i/2013/11novembre/dessins_yaoi_yuri_conv/g/dora_exploratrice_adulte.jpg" /></p>
|
||||||
|
<p><br />
|
||||||
|
Par <a href="https://tykayn.fr">Tykayn</a>.<br />
|
||||||
|
Dora, un peu plus tard que ce qu'on veut bien nous en faire voir,
|
||||||
|
conquière d'autres territoires et explore des plaisirs plus
|
||||||
|
adultes.<br />
|
||||||
|
Et vous, qu'attendez vous pour continuer l'exploration?</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,383 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 1018</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-08-30 11:30:17></li>
|
||||||
|
<li>modifié: <2014-08-30 11:30:17></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="les-contraceptifs-selon-hadh-1">Les Contraceptifs selon
|
||||||
|
HadH</h2>
|
||||||
|
<p>Comme ce fanzine a pour but de répandre la CULture, c'est quand même
|
||||||
|
bien de partir bien informé ET équipé !<br />
|
||||||
|
Or donc, me voilà pour vous faire un sympathique «petit» topo sur les
|
||||||
|
différents moyens de contraceptions, car NON, pour éviter de pondre des
|
||||||
|
petites têtes blondes trop tôt, il n'y a pas que le préservatif ou la
|
||||||
|
pilule !<br />
|
||||||
|
Ça concerne autant les filles que les garçons! Tant qu'on y est, ça fera
|
||||||
|
quelques ignares de moins sur cette planète !</p>
|
||||||
|
<hr />
|
||||||
|
<p>Comme ce fanzine a pour but de répandre la CULture, c'est quand même
|
||||||
|
bien de partir bien informé ET équipé ! Or donc, me voilà pour vous
|
||||||
|
faire un sympathique «petit» topo sur les différents moyens de
|
||||||
|
contraceptions, car NON, pour éviter de pondre des petites têtes blondes
|
||||||
|
trop tôt, il n'y a pas que le préservatif ou la pilule ! Ça concerne
|
||||||
|
autant les filles que les garçons! Tant qu'on y est, ça fera quelques
|
||||||
|
ignares de moins sur cette planète ! Maintenant on s'assoit gentiment et
|
||||||
|
écoute maîtresse HadH, ou je sors le fouet. <a
|
||||||
|
href="https://qzine.fr/wp-content/uploads/2014/08/233.34383.png">[[<span>http://qzine.fr/wp-content/uploads/2014/08/233.34383.png</span></a>]]
|
||||||
|
<strong>Où se procurer sa contraception?</strong> La toute première
|
||||||
|
fois, mieux vaut aller voir un gynécologue. Les fois suivantes si vous
|
||||||
|
preferez, vous pourrez très bien vous adresser à un généraliste pour
|
||||||
|
faire renouveler votre contraception ou pour en changer. <strong>Cette
|
||||||
|
chère capote.</strong> Quelques conseils : en avoir pas loin du lit et
|
||||||
|
sur soi , utiliser plutôt des capotes de qualité, penser à vérifier de
|
||||||
|
temps en temps la date d'expiration, et toujours faire attention de bien
|
||||||
|
la mettre même si on est dans le feu de l'action ! Une capote mal mise
|
||||||
|
est une capote qui peut craquer et si c'est le cas c'est 0 protection !
|
||||||
|
La mettre peut devenir un jeu avec votre partenaire, pour que ça soit
|
||||||
|
moins rébarbatif. Ca peut paraître évident mais je précise tout de même:
|
||||||
|
Une capote a un usage UNIQUE. Alors une fois que monsieur a lâché la
|
||||||
|
sauce, on ne recommence pas avec la même! Si vous n'en avez jamais
|
||||||
|
utilisé, mettez-en une juste pour essayer. Ce n'est pas bien compliqué,
|
||||||
|
mais je jour J vous aurez plus la classe et une source de stress en
|
||||||
|
moins ! Si vous n'êtes pas à l'aise dans votre préservatif, messieurs,
|
||||||
|
n'hésitez pas à tester d'autres tailles. Il y en à des petits, médium et
|
||||||
|
XL. Entre deux catégories le diamètre varie d'environ 2mm. En plus,
|
||||||
|
d'une marque à l'autre il peut y avoir le chouilla de millimètre de plus
|
||||||
|
ou de moins qui feront qu'elle ne glisse pas et ne vous saucissonne pas
|
||||||
|
non plus ! Notons qu'il existe de nombreux types de préservatifs. Les
|
||||||
|
capotes nervurées peuvent amplifier le plaisir, ou être désagréable… A
|
||||||
|
tester. Il y a des capotes très fines pour plus de sensations, ou au
|
||||||
|
contraire épaisses pour les éjaculateurs précoces. Des qui brillent dans
|
||||||
|
le noir et des parfumées…On a aussi des capotes sans latex pour les
|
||||||
|
allergiques ! + Le SEUL contraceptif qui vous protège des MST avec son
|
||||||
|
homologue le préservatif féminin. Pas d'effet secondaire sauf en cas
|
||||||
|
d'allergies - Un peu contraignant et peut diminuer le plaisir. <a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/08/233.34393.png">[[<span>http://qzine.fr/wp-content/uploads/2014/08/233.34393.png</span></a>]]
|
||||||
|
<strong>Le préservatif féminin</strong> + Mêmes avantages que la
|
||||||
|
capote masculine - Mêmes inconvénients, plus le fait de devoir « prévoir
|
||||||
|
» de faire l'amour, car il faut le placer un petit temps avant de passez
|
||||||
|
à l'acte pour qu'il s'installe parfaitement dans le vagin. Il y a aussi
|
||||||
|
le bruit de plastique un peu « tue l'amour » avec les aller retours.
|
||||||
|
Enfin, il est un peu plus cher (environ 1 euro pièce) <a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/08/233.34384.png">[[<span>http://qzine.fr/wp-content/uploads/2014/08/233.34384.png</span></a>]]
|
||||||
|
<strong>La cape cervicale, ou diaphragme.</strong> Pour continuer dans
|
||||||
|
les contraceptions « mécaniques » et parler de trucs un peu plus chelous
|
||||||
|
qui ne se trouvent pas trop en France. C'est un genre de bouchon qu'on
|
||||||
|
va mettre devant le col de l'utérus pour que les spermatozoïdes n'y
|
||||||
|
rentrent pas. + Réutilisable et tu peux te la péter parce que t'utilises
|
||||||
|
pas la même chose que tout le monde - Il faut être à l'aise avec son
|
||||||
|
vagin et pas avoir peur d'y foutre les doigts. Savoir s'y prendre aussi
|
||||||
|
parce que si c'est mal mis, les risques sont importants. A savoir que
|
||||||
|
cette technique oscille entre les 5 et 20% d'échec environ. <a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/08/233.34385.png">[[<span>http://qzine.fr/wp-content/uploads/2014/08/233.34385.png</span></a>]]
|
||||||
|
<strong>Les spermicides !</strong> Utilisés seuls, ils ne constituent
|
||||||
|
pas une protection suffisante, mais peuvent compléter d'autres moyens
|
||||||
|
contraceptifs comme la cape sus-citée. C'est un produit qui comme son
|
||||||
|
nom l'indique détruit ou rend inactif les spermatozoïdes ! Ça existe en
|
||||||
|
gélules à insérer dans le vagin ou des mini-doses de crèmes. + Pas
|
||||||
|
d'effets secondaires sauf si vous êtes allergique, utilisation simple,
|
||||||
|
n'altère pas les sensations. Peut être mis à l'avance. - ~10% d'echecs…
|
||||||
|
Il faut le laisser agir avant d'attaquer les ré-jouissances. Au moins,
|
||||||
|
si vous tombez enceinte, vous saurez que ce spermatozoïde est un WARRIOR
|
||||||
|
! <a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/08/233.34386.png">[[<span>http://qzine.fr/wp-content/uploads/2014/08/233.34386.png</span></a>]]
|
||||||
|
<strong>Passons à l'hormonal : la pilule.</strong> Elle contient des
|
||||||
|
hormones ayant divers effets : suppression de l'ovulation (en faisant
|
||||||
|
croire à l'organisme qu'on est tombé en cloque), épaississement des
|
||||||
|
sécrétions du col pour que les spermato de M. galèrent à mort… et en
|
||||||
|
plus de ça, les pilules combinées empêchent l'implantation dans l'utérus
|
||||||
|
et font en sorte que les sécrétions soient hostiles aux spermatozoïdes.
|
||||||
|
Selon votre façon de réagir aux hormones, on vous proposera une des
|
||||||
|
centaines de marques de pilules contraceptives disponibles. + Très
|
||||||
|
efficace. Si on ne l'oublie pas et qu'on est pas malade avant qu'elle
|
||||||
|
ait eu le temps de faire effet, le taux de réussite est très proche des
|
||||||
|
100%. - Peut avoir des effets secondaires plus ou moins gênants selon la
|
||||||
|
manière dont votre corps gère les hormones. On ne peut pas vraiment les
|
||||||
|
prévoir, cela varie totalement d'une femme à l'autre. De plus, il faut
|
||||||
|
la prendre tous les jours, et ce à la même heure. Ce n'est donc pas pour
|
||||||
|
les têtes en l'air. <a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/08/233.34392.png">[[<span>http://qzine.fr/wp-content/uploads/2014/08/233.34392.png</span></a>]]
|
||||||
|
Les effets secondaires, parlons-en. Dans la panoplie de ceux qu'on
|
||||||
|
aimerait bien éviter il y a : les maux de tête, les nausées, les
|
||||||
|
vomissements, les règles en continu pendant des semaines, les maux de
|
||||||
|
ventre, les prises de poids ou les poussées d'acné, la baisse de libido
|
||||||
|
qui peut complètement vous couper l'envie de sexer… Je vous rappelle que
|
||||||
|
vous n'êtes pas supposées fumer de cigarettes si vous prenez la pilule.
|
||||||
|
La liste est encore longue. Dans les effets sympathiques : la poussée
|
||||||
|
des boobs (ce ne fut pas mon cas AHAHAH, je veux mourir), l'arrêt des
|
||||||
|
règles pour certaines pilules qui se prennent en continu. Bizarrement,
|
||||||
|
j'ai plutôt eu ceux de la première liste moi. Sniiif. Tout ça pour dire
|
||||||
|
qu'il faut tester. La plupart des pilules ont un système de prise qui
|
||||||
|
ressemble au cycle «naturel» de l'ovulation : on prend la pilule tous
|
||||||
|
les jours pendant 3 semaines et on laisse une semaine pour déclencher
|
||||||
|
les règles. SAUF QUE. Ce ne sont que des «saignements de privation» qui
|
||||||
|
sont uniquement là pour vous rassurer… Une pilule en continu ne fait
|
||||||
|
donc pas de tort à votre organisme. <a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/08/233.34387.png">[[<span>http://qzine.fr/wp-content/uploads/2014/08/233.34387.png</span></a>]]
|
||||||
|
<strong>L'anneau vaginal.</strong> C'est un anneau en plastoc qu'on
|
||||||
|
fourre dans le vagin et qui diffuse des hormones. On le met 3 semaines,
|
||||||
|
on arrête une semaine etc. + Marche aussi bien que la pilule, et il faut
|
||||||
|
y penser que 2 fois par mois au lieu de 30, ça fait quand même plaisir.
|
||||||
|
De plus, les hormones sont moins fortement dosées, donc moins d'effets
|
||||||
|
secondaires. - Il peut éventuellement gêner pendant les rapports et il
|
||||||
|
est un peu cher</p>
|
||||||
|
<pre class="example"><code>environ 15 € par mois, non remboursés... Le prix de la liberté !
|
||||||
|
</code></pre>
|
||||||
|
<p><a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/08/233.34388.png">[[<span>http://qzine.fr/wp-content/uploads/2014/08/233.34388.png</span></a>]]
|
||||||
|
<strong>Le patch.</strong> On le colle à la peau, où on veut sur le
|
||||||
|
corps. On le garde une semaine, et au bout de 3 patchs on laisse une
|
||||||
|
semaine vide. + Même efficacité et toujours moins contraignant que la
|
||||||
|
pilule, il ne faut y penser qu'une fois par semaine ! - Selon où on le
|
||||||
|
met, il peut se décoller un peu (une semaine c'est long !) ce qui peut
|
||||||
|
devenir une source de stress continuel car on ne sait pas s'il tient
|
||||||
|
bien. Il n'est pas remboursé non plus, et c'est le même prix : 15 euros
|
||||||
|
par mois. <a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/08/233.34389.png">[[<span>http://qzine.fr/wp-content/uploads/2014/08/233.34389.png</span></a>]]
|
||||||
|
<strong>L'implant.</strong> En gros, c'est une pilule en mini bâtonnet
|
||||||
|
qu'on te fout dans le bras OUAIS, CARRÉMENT ! et que tu laisses là 3 ans
|
||||||
|
! 3 ANS ! Ca fait carrément rêver ! + Ne plus y penser pendant 3 ans, ça
|
||||||
|
faut avouer que c'est bien ! De plus, il ne coûte que 100 euros et est
|
||||||
|
remboursé à 65% par la sécu… Vous allez en faire des économies ! -
|
||||||
|
Attention quand même, l'implant se base sur les pilules les plus
|
||||||
|
fortement dosées ! A n'utiliser que si vous n'avez aucun problème avec
|
||||||
|
les pilules classiques. Si vous le supportez mal faut se cogner les
|
||||||
|
effets indésirables en continu. Au bout de trois ans on enlève le
|
||||||
|
batonet par chirurgie. Benine mais quand même ! <strong>Le DIU
|
||||||
|
(Dispositif intra-utérin).</strong> Anciennement surnommé stérilet. On
|
||||||
|
va tout de suite casser le mythe : OUI, on peut mettre un stérilet si on
|
||||||
|
a pas eu d'enfant, NON ce n'est pas dangereux. Malgré celà des
|
||||||
|
gynécologues persistent à rechigner pour en poser à des nullipares… Tout
|
||||||
|
ça parce qu'il y a un risque infime de diminuer votre fertilité (s'il
|
||||||
|
est posé dans un labo dégueulasse, que vous vous tapez une infection et
|
||||||
|
que malgré les pertes odorantes et le mal de ventre vous n'allez pas
|
||||||
|
voir de médecin…) et ceci est autant valable que vous ayez déjà eu des
|
||||||
|
enfants ou non. Juste si vous avez déjà un mouflet smoins grave si vous
|
||||||
|
n'arrivez plus à en avoir en plus. Sympa comme mentalité, non ? Il y a 2
|
||||||
|
types de DIU, les hormonaux et ceux au cuivre car le cuivre rend les
|
||||||
|
spermatozoïdes inefficaces. Les deux ont une durée de vie d'environ 5
|
||||||
|
ans. + Plus besoin d'y penser pendant 5 ans avec une aussi bonne
|
||||||
|
protection que la pilule. Le DIU hormonal sont un peu plus efficaces
|
||||||
|
encore et les règles sont souvent moins abondantes, voir inexistantes
|
||||||
|
durant ces 5 ans : le paradis ! - Les mêmes effets secondaires qu'une
|
||||||
|
pilule classique pour les hormonaux, même si les doses sont plutôt
|
||||||
|
faibles. Ceux au cuivre, eux, peuvent augmenter un peu la durée et le
|
||||||
|
flux des règles, éventuellement les rendre un peu plus douloureuses,
|
||||||
|
mais tout ça c'est surtout les premiers mois. Quand on veut l'enlever,
|
||||||
|
il faut faire appel à un médecin, un gynécologue ou une sage-femme. <a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/08/233.34391.png">[[<span>http://qzine.fr/wp-content/uploads/2014/08/233.34391.png</span></a>]]
|
||||||
|
<strong>La contraception "naturelle"</strong> Il y a par exemple la
|
||||||
|
technique du retrait qui consiste à sortir sa bistouquette avant de
|
||||||
|
jouir. Il y a aussi le comptage des jours pour ne fricotter que durant
|
||||||
|
les périodes sans ovulation ou utiliser une protection locale dans ces
|
||||||
|
moments-là. Mais ces méthodes ne sont pas sûres du tout ! Surtout si
|
||||||
|
vous avez un cycle pas hyper régulier, d'autant plus que les
|
||||||
|
spermatozoïdes peuvent survivre plusieurs jours dans le corps de la
|
||||||
|
p'tite dame… (flippant non ?) En l'occurrence, j'vais peut-être vous
|
||||||
|
apprendre un truc : le liquide pré-séminal, le «préjoui», la «goutte»,
|
||||||
|
bref la mouille made in mâle, peut souvent contenir des spermatozoïdes.
|
||||||
|
<strong>La pilule pour homme.</strong> Même si une bonne part serait
|
||||||
|
prêt à l'utiliser, la commercialisation n'est pas gagnée. Entre autre
|
||||||
|
parce qu'elle entraine une baisse non négligeable de la libido et
|
||||||
|
pourrait même provoquer de l'impuissance. <strong>La contraception
|
||||||
|
définitive.</strong> Si vous voulez du hyper radical il y a la ligature
|
||||||
|
des trompes pour madame, vasectomie pour monsieur. On vous demandera un
|
||||||
|
accord écrit après un temps de réflexion, car c'est très rarement
|
||||||
|
réversible. <strong>La contraception d'urgence.</strong> Cette méthode
|
||||||
|
hormonale n'est à utiliser qu'en cas de problème accidentel avec votre
|
||||||
|
contraception habituelle. Bien que la pilule du lendemain soit délivrée
|
||||||
|
sans ordonnance, il ne faut pas en abuser et elle peut vous faire sentir
|
||||||
|
patraque pendant 48h. Elle peut être prise jusqu'à 3 jours après le
|
||||||
|
rapport non ou mal protégé. La pilule du surlendemain, quant à elle,
|
||||||
|
nécessite une ordonnance et offre un délai maximal de 5 jours. Il ne
|
||||||
|
s'agit pas d'un avortement, elle retarde juste l'ovulation, donc si vous
|
||||||
|
êtes déjà fécondée c'est foutu. Plus elle est prise tôt, plus elle sera
|
||||||
|
efficace, tout en restant moins sure qu'une contraception classique.
|
||||||
|
Faites un test de grossesse si vous avez un retard de règles. Au
|
||||||
|
passage, l'avortement n'est PAS un moyen de contraception et la vierge
|
||||||
|
Marie quant à elle, nous a prouvé que l'abstinence n'est pas un moyen de
|
||||||
|
contraception fiable. Voilà, on a pas mal dégrossi le sujet. Sur ce je
|
||||||
|
vous laisse, et bon safe sexage <3 <a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/08/233.34390.png">[[<span>http://qzine.fr/wp-content/uploads/2014/08/233.34390.png</span></a>]]
|
||||||
|
-<a href="http://hadh.fr/blog/">HadH </a> </p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,222 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 1051</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-09-10 14:08:42></li>
|
||||||
|
<li>modifié: <2014-09-10 14:08:42></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="artbook-rose-au-cœur">Artbook Rose au cœur</h2>
|
||||||
|
<p><br />
|
||||||
|
<br />
|
||||||
|
Le cancer du sein touche près de 10% de la population. En France, on
|
||||||
|
dénombre 50.000 nouveaux cas par an. Il s'agit majoritairement de femmes
|
||||||
|
de plus de 50 ans.<br />
|
||||||
|
Si vous avez la chance de ne pas être touché(e) par ce cancer,
|
||||||
|
statistiquement, ce sera le cas de certains de vos proches. Il faut
|
||||||
|
faire notre possible pour faire avancer les recherches dans ce
|
||||||
|
domaine.<br />
|
||||||
|
<br />
|
||||||
|
Liaze à mis sur pied le projet "Rose au Coeur".</p>
|
||||||
|
<hr />
|
||||||
|
<p><a
|
||||||
|
href="https://qzine.fr/wp-content/uploads/2014/03/extrait_rose_au_coeur.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/03/extrait_rose_au_coeur.jpg</span></a>]]
|
||||||
|
Le cancer du sein touche près de 10% de la population. En France, on
|
||||||
|
dénombre 50.000 nouveaux cas par an. Il s'agit majoritairement de femmes
|
||||||
|
de plus de 50 ans. Si vous avez la chance de ne pas être touché(e) par
|
||||||
|
ce cancer, statistiquement, ce sera le cas de certains de vos proches.
|
||||||
|
Il faut faire notre possible pour faire avancer les recherches dans ce
|
||||||
|
domaine. Liaze est une Q'naute qui a mis sur pied le projet "Rose au
|
||||||
|
Cœur". Il s'agit d'un regroupement de 39 illustrateurs qui vous
|
||||||
|
proposent un livret pour réunir des dons et lutter contre le cancer du
|
||||||
|
sein. Ce livret permet de pointer du doigt ce problème dont on a encore
|
||||||
|
du mal à parler. Vous y trouverez une partie riche en informations, des
|
||||||
|
témoignages et des illustrations. Vous pourrez entre autre y retrouver
|
||||||
|
les participations de quelques Q'nautes comme <a
|
||||||
|
href="http://liaze.fr">Liaze</a>, <a
|
||||||
|
href="http://tykayn.fr">TyKayn</a> (voir extrait en haut), Wulfila (voir
|
||||||
|
extrait en bas), <a href="http://mimikaweb.fr">Mimika</a> etc ! <a
|
||||||
|
href="http://qzine.fr/wp-content/uploads/2014/09/Wulfila-papillonBD.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/09/Wulfila-papillonBD.jpg</span></a>]]
|
||||||
|
Cet artbook est actuellement écoulé, mais il sera peut être
|
||||||
|
réimprimé. Tous les dons et les recettes de la vente des livrets, ont
|
||||||
|
été reversés à <a href="http://www.etincelle.asso.fr">L'association
|
||||||
|
"Etincelle"</a>. Soit à ce jour environ 1300€ ! :)</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,195 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="generator" content="pandoc" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
|
<title>qzine_blog</title>
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
color: #1a1a1a;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 36em;
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-top: 50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
hyphens: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
font-kerning: normal;
|
||||||
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
p, h2, h3 {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
h2, h3, h4 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1a1a1a;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1.4em;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
|
font-size: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
ol, ul {
|
||||||
|
padding-left: 1.7em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
li > ol, li > ul {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 0 1em 1.7em;
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #e6e6e6;
|
||||||
|
color: #606060;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||||
|
font-size: 85%;
|
||||||
|
margin: 0;
|
||||||
|
hyphens: manual;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
}
|
||||||
|
.sourceCode {
|
||||||
|
background-color: transparent;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
font-variant-numeric: lining-nums tabular-nums;
|
||||||
|
}
|
||||||
|
table caption {
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
tbody {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
border-bottom: 1px solid #1a1a1a;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
border-top: 1px solid #1a1a1a;
|
||||||
|
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#TOC li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
#TOC ul {
|
||||||
|
padding-left: 1.3em;
|
||||||
|
}
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
#TOC a:not(:hover) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
code{white-space: pre-wrap;}
|
||||||
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||||
|
div.column{flex: auto; overflow-x: auto;}
|
||||||
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||||
|
/* The extra [class] is a hack that increases specificity enough to
|
||||||
|
override a similar rule in reveal.js */
|
||||||
|
ul.task-list[class]{list-style: none;}
|
||||||
|
ul.task-list li input[type="checkbox"] {
|
||||||
|
font-size: inherit;
|
||||||
|
width: 0.8em;
|
||||||
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">qzine_blog</h1>
|
||||||
|
</header>
|
||||||
|
<h1 id="article">Article</h1>
|
||||||
|
<ul>
|
||||||
|
<li>ID: 1064</li>
|
||||||
|
<li>guid:</li>
|
||||||
|
<li>status: publish</li>
|
||||||
|
<li>publié le: <2014-10-01 21:03:41></li>
|
||||||
|
<li>modifié: <2014-10-01 21:03:41></li>
|
||||||
|
<li>Index des articles du blog <a
|
||||||
|
href="id:345c789d-6bb5-4b9f-8952-10357f64e284">Qzine blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="lamour-est-aveugle-1">L'amour est aveugle</h2>
|
||||||
|
<p><a
|
||||||
|
href="https://qzine.fr/wp-content/uploads/2014/10/zopiac-voisin.jpg">[[<span>http://qzine.fr/wp-content/uploads/2014/10/zopiac-voisin-1024x721.jpg</span></a>]]
|
||||||
|
En exclusivité, une illustration de <a
|
||||||
|
href="http://nakedbat.deviantart.com/">Zopiak</a>, d'après une idée
|
||||||
|
originale de Petite-Pierre-Précieuse. :) Deux jeunes gens talentueux
|
||||||
|
dont vous pouvez retrouver d'autres travaux dans <a
|
||||||
|
href="http://qzine.fr/boutique/">nos fanzines</a> !</p>
|
||||||
|
<h1 id="liens">Liens</h1>
|
||||||
|
<ul>
|
||||||
|
<li>qzine <a href="id:437dfead-3236-4f56-8520-a68171ff956f">Qzine
|
||||||
|
blog</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user