mise à jour
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
- vendredi 20 décembre 17h 2020 scopyleft
|
- vendredi 20 décembre 17h 2020 scopyleft
|
||||||
- vendredi 20 décembre 22h réunion pédago
|
- vendredi 20 décembre 22h réunion pédago
|
||||||
---
|
---
|
||||||
|
- lundi 23 décembre après midi clause sociale
|
||||||
- mercredi off
|
- mercredi off
|
||||||
---
|
---
|
||||||
- lundi 6 janvier 18h30 ag codev ?
|
- lundi 6 janvier 18h30 ag codev ?
|
||||||
|
|||||||
+1
-21
@@ -17,33 +17,13 @@
|
|||||||
<meta name="MobileOptimized" content="320" />
|
<meta name="MobileOptimized" content="320" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
|
||||||
<link rel="index" title="Yannick François / Développeur" href="index.html" />
|
<link rel="index" title="Yannick François / Développeur" href="index.html" />
|
||||||
<link rel="stylesheet" href="/css/knacss.css" media="all"/>
|
<link rel="stylesheet" href="/css/201912-elsif.css" media="all"/>
|
||||||
<link rel="stylesheet" href="/css/201904-elsif.css" media="all"/>
|
|
||||||
<link rel="alternate" type="application/rss" href="/feed.xml" title="Les pieds dans le code" />
|
<link rel="alternate" type="application/rss" href="/feed.xml" title="Les pieds dans le code" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
|
||||||
<ul>
|
|
||||||
<li><a href="/">elsif.fr</a></li>
|
|
||||||
<li><a href="/posts">journal</a></li>
|
|
||||||
</ul>
|
|
||||||
<hr>
|
|
||||||
<ul>
|
|
||||||
<li><a href="https://github.com/yaf">github/yaf</a></li>
|
|
||||||
<li><a href="https://gitlab.com/yaf">gitlab/yaf</a></li>
|
|
||||||
<li><a href="https://twitter.com/ya_f">twitter/ya_f</a></li>
|
|
||||||
<li><a href="https://pixelfed.social/ya_f">pixelfed/ya_f</a></li>
|
|
||||||
</ul>
|
|
||||||
<hr>
|
|
||||||
<ul>
|
|
||||||
<li><a href="/feed.xml">abonnement</a></li>
|
|
||||||
<li><a href="mailto:yaf@elsif.fr">yaf@elsif.fr</a></li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
<main>
|
<main>
|
||||||
$body$
|
$body$
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,36 @@
|
|||||||
|
body {
|
||||||
|
font-size:16pt;
|
||||||
|
max-width:50rem;
|
||||||
|
margin: 1em;
|
||||||
|
color: black;
|
||||||
|
background: white;
|
||||||
|
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: darkred;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
background: gold;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited, a:active {
|
||||||
|
color: darkgrey;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav {
|
||||||
|
text-align:center;
|
||||||
|
font-size:smaller;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav li {
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portrait {
|
||||||
|
float: left;
|
||||||
|
margin: 1em;
|
||||||
|
}
|
||||||
+14
-26
@@ -17,38 +17,26 @@
|
|||||||
<meta name="MobileOptimized" content="320" />
|
<meta name="MobileOptimized" content="320" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
|
||||||
<link rel="index" title="Yannick François / Développeur" href="index.html" />
|
<link rel="index" title="Yannick François / Développeur" href="index.html" />
|
||||||
<link rel="stylesheet" href="/css/knacss.css" media="all"/>
|
<link rel="stylesheet" href="/css/201912-elsif.css" media="all"/>
|
||||||
<link rel="stylesheet" href="/css/201904-elsif.css" media="all"/>
|
|
||||||
<link rel="alternate" type="application/rss" href="/feed.xml" title="Les pieds dans le code" />
|
<link rel="alternate" type="application/rss" href="/feed.xml" title="Les pieds dans le code" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
|
||||||
<ul>
|
|
||||||
<li><a href="/">elsif.fr</a></li>
|
|
||||||
<li><a href="/posts">journal</a></li>
|
|
||||||
</ul>
|
|
||||||
<hr>
|
|
||||||
<ul>
|
|
||||||
<li><a href="https://github.com/yaf">github/yaf</a></li>
|
|
||||||
<li><a href="https://gitlab.com/yaf">gitlab/yaf</a></li>
|
|
||||||
<li><a href="https://twitter.com/ya_f">twitter/ya_f</a></li>
|
|
||||||
<li><a href="https://pixelfed.social/ya_f">pixelfed/ya_f</a></li>
|
|
||||||
</ul>
|
|
||||||
<hr>
|
|
||||||
<ul>
|
|
||||||
<li><a href="/feed.xml">abonnement</a></li>
|
|
||||||
<li><a href="mailto:yaf@elsif.fr">yaf@elsif.fr</a></li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
<main>
|
<main>
|
||||||
<p><img src="/images/portrait_petit-removebg.png" class="portrait"></p>
|
<p><img src="/images/portrait_petit-removebg.png" class="portrait"></p>
|
||||||
<p>Bonjour, je m'appelle <strong>Yannick</strong>, je suis développeur. Les <a href="/">pieds dans le code</a> c'est souvent comme ça que je passe mes journées. Parfois ça ressemble à un agréable bain de pieds, parfois c'est pour y trébucher, mais toujours en apprenant quelque chose.</p>
|
<p>Bonjour, je m'appelle <strong>Yannick</strong>. <a href="/">Elsif.fr</a> est mon espace en ligne.</p>
|
||||||
<p>Je travail actuellement chez <a href="http://scopyleft.fr">Scopyleft</a>. C'est une Scop où je continue d'apprendre à respecter et protéger le consentement.</p>
|
<p>Je travail actuellement chez <a href="http://scopyleft.fr">Scopyleft</a> depuis le <a href="https://chateauephemere.org/">château éphémère</a> bien souvent</p>
|
||||||
<p>À une époque, j'ai écrit quelques <a href="/posts">billets de blogs</a>. Actuellement je fais plutôt des publications courtes sur <a href="https://framapiaf.org/@yaf"><span class="citation">@yaf</span><span class="citation">@framapiaf.org</span></a>. Il n'est pas impossible que je publie à nouveau quelques trucs ici. Je partage également quelques photos sur <a href="https://pixelfed.social/ya_f">pixelfed.social/ya_f</a></p>
|
<p>À une époque, j'ai écrit quelques <a href="/posts">billets de blogs</a>, Pour suivre les mises à jours, vous pouvez suivre le <a href="/feed.xml">flux</a>.</p>
|
||||||
<p>J'ai des morceaux de code qui trainent sur <a href="https://github.com/yaf">github</a> et sur <a href="https://framagit.org/yaf">framagit</a>.</p>
|
<p>Actuellement je fais plutôt des publications courtes sur <a
|
||||||
<p>Pour me contacter, le plus simple est le mail <a href="mailto:yaf@elsif.fr">yaf@elsif.fr</a>.</p>
|
href="https://framapiaf.org/@yaf"><span class="citation">@yaf</span><span class="citation">@framapiaf.org</span></a> et encore sur <a
|
||||||
|
href="https://twitter.com/ya_f">twitter.com/ya_f</a>. Il n'est pas impossible que je publie à nouveau quelques trucs ici.</p>
|
||||||
|
<p>La plupart du code que j'écrit est sous licence libre, vous pouvez en trouver des traces sur <a href="https://github.com/yaf">github/yaf</a>, <a
|
||||||
|
href="https://gitlab.com/yaf">gitlab/yaf</a> et encore sur <a
|
||||||
|
href="https://framagit.org/yaf">https://framagit.org/yaf</a></p>
|
||||||
|
<p>Quelques images sont partagées sur <a
|
||||||
|
href="https://pixelfed.social/ya_f">pixelfed.social/ya_f</a></p>
|
||||||
|
<p>Pour me contacter, le plus simple est le mail <a
|
||||||
|
href="mailto:yaf@elsif.fr">yaf@elsif.fr</a>.</p>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
+19
-5
@@ -1,13 +1,27 @@
|
|||||||
<img src="/images/portrait_petit-removebg.png" class="portrait">
|
<img src="/images/portrait_petit-removebg.png" class="portrait">
|
||||||
|
|
||||||
Bonjour, je m'appelle <strong>Yannick</strong>, je suis développeur. Les <a href="/">pieds dans le code</a> c'est souvent comme ça que je passe mes journées. Parfois ça ressemble à un agréable bain de pieds, parfois c'est pour y trébucher, mais toujours en apprenant quelque chose.
|
Bonjour, je m'appelle <strong>Yannick</strong>. <a href="/">Elsif.fr</a> est
|
||||||
|
mon espace en ligne.
|
||||||
|
|
||||||
Je travail actuellement chez <a href="http://scopyleft.fr">Scopyleft</a>. C'est une Scop où je continue d'apprendre à respecter et protéger le consentement.
|
Je travail actuellement chez <a href="http://scopyleft.fr">Scopyleft</a> depuis
|
||||||
|
le <a href="https://chateauephemere.org/">château éphémère</a> bien souvent
|
||||||
|
|
||||||
À une époque, j'ai écrit quelques <a href="/posts">billets de blogs</a>. Actuellement je fais plutôt des publications courtes sur <a href="https://framapiaf.org/@yaf">@yaf@framapiaf.org</a>. Il n'est pas impossible que je publie à nouveau quelques trucs ici. Je partage également quelques photos sur <a href="https://pixelfed.social/ya_f">pixelfed.social/ya_f</a>
|
À une époque, j'ai écrit quelques <a href="/posts">billets de blogs</a>, Pour
|
||||||
|
suivre les mises à jours, vous pouvez suivre le <a href="/feed.xml">flux</a>.
|
||||||
|
|
||||||
J'ai des morceaux de code qui trainent sur <a href="https://github.com/yaf">github</a> et sur <a href="https://framagit.org/yaf">framagit</a>.
|
Actuellement je fais plutôt des publications courtes sur <a
|
||||||
|
href="https://framapiaf.org/@yaf">@yaf@framapiaf.org</a> et encore sur <a
|
||||||
|
href="https://twitter.com/ya_f">twitter.com/ya_f</a>. Il n'est pas impossible
|
||||||
|
que je publie à nouveau quelques trucs ici.
|
||||||
|
|
||||||
Pour me contacter, le plus simple est le mail <a href="mailto:yaf@elsif.fr">yaf@elsif.fr</a>.
|
La plupart du code que j'écrit est sous licence libre, vous pouvez en trouver
|
||||||
|
des traces sur <a href="https://github.com/yaf">github/yaf</a>, <a
|
||||||
|
href="https://gitlab.com/yaf">gitlab/yaf</a> et encore sur <a
|
||||||
|
href="https://framagit.org/yaf">https://framagit.org/yaf</a>
|
||||||
|
|
||||||
|
Quelques images sont partagées sur <a
|
||||||
|
href="https://pixelfed.social/ya_f">pixelfed.social/ya_f</a>
|
||||||
|
|
||||||
|
Pour me contacter, le plus simple est le mail <a
|
||||||
|
href="mailto:yaf@elsif.fr">yaf@elsif.fr</a>.
|
||||||
|
|
||||||
|
|||||||
+1
-21
@@ -17,29 +17,10 @@
|
|||||||
<meta name="MobileOptimized" content="320" />
|
<meta name="MobileOptimized" content="320" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
|
||||||
<link rel="index" title="Yannick François / Développeur" href="index.html" />
|
<link rel="index" title="Yannick François / Développeur" href="index.html" />
|
||||||
<link rel="stylesheet" href="/css/knacss.css" media="all"/>
|
<link rel="stylesheet" href="/css/201912-elsif.css" media="all"/>
|
||||||
<link rel="stylesheet" href="/css/201904-elsif.css" media="all"/>
|
|
||||||
<link rel="alternate" type="application/rss" href="/feed.xml" title="Les pieds dans le code" />
|
<link rel="alternate" type="application/rss" href="/feed.xml" title="Les pieds dans le code" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
|
||||||
<ul>
|
|
||||||
<li><a href="/">elsif.fr</a></li>
|
|
||||||
<li><a href="/posts">journal</a></li>
|
|
||||||
</ul>
|
|
||||||
<hr>
|
|
||||||
<ul>
|
|
||||||
<li><a href="https://github.com/yaf">github/yaf</a></li>
|
|
||||||
<li><a href="https://gitlab.com/yaf">gitlab/yaf</a></li>
|
|
||||||
<li><a href="https://twitter.com/ya_f">twitter/ya_f</a></li>
|
|
||||||
<li><a href="https://pixelfed.social/ya_f">pixelfed/ya_f</a></li>
|
|
||||||
</ul>
|
|
||||||
<hr>
|
|
||||||
<ul>
|
|
||||||
<li><a href="/feed.xml">abonnement</a></li>
|
|
||||||
<li><a href="mailto:yaf@elsif.fr">yaf@elsif.fr</a></li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
<main>
|
<main>
|
||||||
<h2 id="section">2018</h2>
|
<h2 id="section">2018</h2>
|
||||||
<ul>
|
<ul>
|
||||||
@@ -554,7 +535,6 @@
|
|||||||
<li>01 Mar 2006 » <a href="/posts/2006/2006-03-01-trinity-rescue-a-laide/">Trinity rescue : A l'aide !</a></li>
|
<li>01 Mar 2006 » <a href="/posts/2006/2006-03-01-trinity-rescue-a-laide/">Trinity rescue : A l'aide !</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,36 @@
|
|||||||
|
body {
|
||||||
|
font-size:16pt;
|
||||||
|
max-width:50rem;
|
||||||
|
margin: 1em;
|
||||||
|
color: black;
|
||||||
|
background: white;
|
||||||
|
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: darkred;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
background: gold;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited, a:active {
|
||||||
|
color: darkgrey;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav {
|
||||||
|
text-align:center;
|
||||||
|
font-size:smaller;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav li {
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portrait {
|
||||||
|
float: left;
|
||||||
|
margin: 1em;
|
||||||
|
}
|
||||||
+14
-26
@@ -17,38 +17,26 @@
|
|||||||
<meta name="MobileOptimized" content="320" />
|
<meta name="MobileOptimized" content="320" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
|
||||||
<link rel="index" title="Yannick François / Développeur" href="index.html" />
|
<link rel="index" title="Yannick François / Développeur" href="index.html" />
|
||||||
<link rel="stylesheet" href="/css/knacss.css" media="all"/>
|
<link rel="stylesheet" href="/css/201912-elsif.css" media="all"/>
|
||||||
<link rel="stylesheet" href="/css/201904-elsif.css" media="all"/>
|
|
||||||
<link rel="alternate" type="application/rss" href="/feed.xml" title="Les pieds dans le code" />
|
<link rel="alternate" type="application/rss" href="/feed.xml" title="Les pieds dans le code" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
|
||||||
<ul>
|
|
||||||
<li><a href="/">elsif.fr</a></li>
|
|
||||||
<li><a href="/posts">journal</a></li>
|
|
||||||
</ul>
|
|
||||||
<hr>
|
|
||||||
<ul>
|
|
||||||
<li><a href="https://github.com/yaf">github/yaf</a></li>
|
|
||||||
<li><a href="https://gitlab.com/yaf">gitlab/yaf</a></li>
|
|
||||||
<li><a href="https://twitter.com/ya_f">twitter/ya_f</a></li>
|
|
||||||
<li><a href="https://pixelfed.social/ya_f">pixelfed/ya_f</a></li>
|
|
||||||
</ul>
|
|
||||||
<hr>
|
|
||||||
<ul>
|
|
||||||
<li><a href="/feed.xml">abonnement</a></li>
|
|
||||||
<li><a href="mailto:yaf@elsif.fr">yaf@elsif.fr</a></li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
<main>
|
<main>
|
||||||
<p><img src="/images/portrait_petit-removebg.png" class="portrait"></p>
|
<p><img src="/images/portrait_petit-removebg.png" class="portrait"></p>
|
||||||
<p>Bonjour, je m'appelle <strong>Yannick</strong>, je suis développeur. Les <a href="/">pieds dans le code</a> c'est souvent comme ça que je passe mes journées. Parfois ça ressemble à un agréable bain de pieds, parfois c'est pour y trébucher, mais toujours en apprenant quelque chose.</p>
|
<p>Bonjour, je m'appelle <strong>Yannick</strong>. <a href="/">Elsif.fr</a> est mon espace en ligne.</p>
|
||||||
<p>Je travail actuellement chez <a href="http://scopyleft.fr">Scopyleft</a>. C'est une Scop où je continue d'apprendre à respecter et protéger le consentement.</p>
|
<p>Je travail actuellement chez <a href="http://scopyleft.fr">Scopyleft</a> depuis le <a href="https://chateauephemere.org/">château éphémère</a> bien souvent</p>
|
||||||
<p>À une époque, j'ai écrit quelques <a href="/posts">billets de blogs</a>. Actuellement je fais plutôt des publications courtes sur <a href="https://framapiaf.org/@yaf"><span class="citation">@yaf</span><span class="citation">@framapiaf.org</span></a>. Il n'est pas impossible que je publie à nouveau quelques trucs ici. Je partage également quelques photos sur <a href="https://pixelfed.social/ya_f">pixelfed.social/ya_f</a></p>
|
<p>À une époque, j'ai écrit quelques <a href="/posts">billets de blogs</a>, Pour suivre les mises à jours, vous pouvez suivre le <a href="/feed.xml">flux</a>.</p>
|
||||||
<p>J'ai des morceaux de code qui trainent sur <a href="https://github.com/yaf">github</a> et sur <a href="https://framagit.org/yaf">framagit</a>.</p>
|
<p>Actuellement je fais plutôt des publications courtes sur <a
|
||||||
<p>Pour me contacter, le plus simple est le mail <a href="mailto:yaf@elsif.fr">yaf@elsif.fr</a>.</p>
|
href="https://framapiaf.org/@yaf"><span class="citation">@yaf</span><span class="citation">@framapiaf.org</span></a> et encore sur <a
|
||||||
|
href="https://twitter.com/ya_f">twitter.com/ya_f</a>. Il n'est pas impossible que je publie à nouveau quelques trucs ici.</p>
|
||||||
|
<p>La plupart du code que j'écrit est sous licence libre, vous pouvez en trouver des traces sur <a href="https://github.com/yaf">github/yaf</a>, <a
|
||||||
|
href="https://gitlab.com/yaf">gitlab/yaf</a> et encore sur <a
|
||||||
|
href="https://framagit.org/yaf">https://framagit.org/yaf</a></p>
|
||||||
|
<p>Quelques images sont partagées sur <a
|
||||||
|
href="https://pixelfed.social/ya_f">pixelfed.social/ya_f</a></p>
|
||||||
|
<p>Pour me contacter, le plus simple est le mail <a
|
||||||
|
href="mailto:yaf@elsif.fr">yaf@elsif.fr</a>.</p>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
+19
-5
@@ -1,13 +1,27 @@
|
|||||||
<img src="/images/portrait_petit-removebg.png" class="portrait">
|
<img src="/images/portrait_petit-removebg.png" class="portrait">
|
||||||
|
|
||||||
Bonjour, je m'appelle <strong>Yannick</strong>, je suis développeur. Les <a href="/">pieds dans le code</a> c'est souvent comme ça que je passe mes journées. Parfois ça ressemble à un agréable bain de pieds, parfois c'est pour y trébucher, mais toujours en apprenant quelque chose.
|
Bonjour, je m'appelle <strong>Yannick</strong>. <a href="/">Elsif.fr</a> est
|
||||||
|
mon espace en ligne.
|
||||||
|
|
||||||
Je travail actuellement chez <a href="http://scopyleft.fr">Scopyleft</a>. C'est une Scop où je continue d'apprendre à respecter et protéger le consentement.
|
Je travail actuellement chez <a href="http://scopyleft.fr">Scopyleft</a> depuis
|
||||||
|
le <a href="https://chateauephemere.org/">château éphémère</a> bien souvent
|
||||||
|
|
||||||
À une époque, j'ai écrit quelques <a href="/posts">billets de blogs</a>. Actuellement je fais plutôt des publications courtes sur <a href="https://framapiaf.org/@yaf">@yaf@framapiaf.org</a>. Il n'est pas impossible que je publie à nouveau quelques trucs ici. Je partage également quelques photos sur <a href="https://pixelfed.social/ya_f">pixelfed.social/ya_f</a>
|
À une époque, j'ai écrit quelques <a href="/posts">billets de blogs</a>, Pour
|
||||||
|
suivre les mises à jours, vous pouvez suivre le <a href="/feed.xml">flux</a>.
|
||||||
|
|
||||||
J'ai des morceaux de code qui trainent sur <a href="https://github.com/yaf">github</a> et sur <a href="https://framagit.org/yaf">framagit</a>.
|
Actuellement je fais plutôt des publications courtes sur <a
|
||||||
|
href="https://framapiaf.org/@yaf">@yaf@framapiaf.org</a> et encore sur <a
|
||||||
|
href="https://twitter.com/ya_f">twitter.com/ya_f</a>. Il n'est pas impossible
|
||||||
|
que je publie à nouveau quelques trucs ici.
|
||||||
|
|
||||||
Pour me contacter, le plus simple est le mail <a href="mailto:yaf@elsif.fr">yaf@elsif.fr</a>.
|
La plupart du code que j'écrit est sous licence libre, vous pouvez en trouver
|
||||||
|
des traces sur <a href="https://github.com/yaf">github/yaf</a>, <a
|
||||||
|
href="https://gitlab.com/yaf">gitlab/yaf</a> et encore sur <a
|
||||||
|
href="https://framagit.org/yaf">https://framagit.org/yaf</a>
|
||||||
|
|
||||||
|
Quelques images sont partagées sur <a
|
||||||
|
href="https://pixelfed.social/ya_f">pixelfed.social/ya_f</a>
|
||||||
|
|
||||||
|
Pour me contacter, le plus simple est le mail <a
|
||||||
|
href="mailto:yaf@elsif.fr">yaf@elsif.fr</a>.
|
||||||
|
|
||||||
|
|||||||
+1
-21
@@ -17,29 +17,10 @@
|
|||||||
<meta name="MobileOptimized" content="320" />
|
<meta name="MobileOptimized" content="320" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
|
||||||
<link rel="index" title="Yannick François / Développeur" href="index.html" />
|
<link rel="index" title="Yannick François / Développeur" href="index.html" />
|
||||||
<link rel="stylesheet" href="/css/knacss.css" media="all"/>
|
<link rel="stylesheet" href="/css/201912-elsif.css" media="all"/>
|
||||||
<link rel="stylesheet" href="/css/201904-elsif.css" media="all"/>
|
|
||||||
<link rel="alternate" type="application/rss" href="/feed.xml" title="Les pieds dans le code" />
|
<link rel="alternate" type="application/rss" href="/feed.xml" title="Les pieds dans le code" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
|
||||||
<ul>
|
|
||||||
<li><a href="/">elsif.fr</a></li>
|
|
||||||
<li><a href="/posts">journal</a></li>
|
|
||||||
</ul>
|
|
||||||
<hr>
|
|
||||||
<ul>
|
|
||||||
<li><a href="https://github.com/yaf">github/yaf</a></li>
|
|
||||||
<li><a href="https://gitlab.com/yaf">gitlab/yaf</a></li>
|
|
||||||
<li><a href="https://twitter.com/ya_f">twitter/ya_f</a></li>
|
|
||||||
<li><a href="https://pixelfed.social/ya_f">pixelfed/ya_f</a></li>
|
|
||||||
</ul>
|
|
||||||
<hr>
|
|
||||||
<ul>
|
|
||||||
<li><a href="/feed.xml">abonnement</a></li>
|
|
||||||
<li><a href="mailto:yaf@elsif.fr">yaf@elsif.fr</a></li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
<main>
|
<main>
|
||||||
<h2 id="section">2018</h2>
|
<h2 id="section">2018</h2>
|
||||||
<ul>
|
<ul>
|
||||||
@@ -554,7 +535,6 @@
|
|||||||
<li>01 Mar 2006 » <a href="/posts/2006/2006-03-01-trinity-rescue-a-laide/">Trinity rescue : A l'aide !</a></li>
|
<li>01 Mar 2006 » <a href="/posts/2006/2006-03-01-trinity-rescue-a-laide/">Trinity rescue : A l'aide !</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user