Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 9.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. <!doctype html><!-- This is a valid HTML5 document. -->
  2. <!-- Screen readers, SEO, extensions and so on. -->
  3. <html lang="fr">
  4. <!-- Has to be within the first 1024 bytes, hence before the <title>
  5. See: https://www.w3.org/TR/2012/CR-html5-20121217/document-metadata.html#charset -->
  6. <meta charset="utf-8">
  7. <!-- Why no `X-UA-Compatible` meta: https://stackoverflow.com/a/6771584 -->
  8. <!-- The viewport meta is quite crowded and we are responsible for that.
  9. See: https://codepen.io/tigt/post/meta-viewport-for-2015 -->
  10. <meta name="viewport" content="width=device-width,initial-scale=1">
  11. <!-- Required to make a valid HTML5 document. -->
  12. <title>Accueil — David Larlet</title>
  13. <!-- That good ol' feed, subscribe :). -->
  14. <link rel="alternate" type="application/atom+xml" title="Feed" href="/david/log/">
  15. <!-- Generated from https://realfavicongenerator.net/ such a mess. -->
  16. <link rel="apple-touch-icon" sizes="180x180" href="/static/david/icons2/apple-touch-icon.png">
  17. <link rel="icon" type="image/png" sizes="32x32" href="/static/david/icons2/favicon-32x32.png">
  18. <link rel="icon" type="image/png" sizes="16x16" href="/static/david/icons2/favicon-16x16.png">
  19. <link rel="manifest" href="/static/david/icons2/site.webmanifest">
  20. <link rel="mask-icon" href="/static/david/icons2/safari-pinned-tab.svg" color="#07486c">
  21. <link rel="shortcut icon" href="/static/david/icons2/favicon.ico">
  22. <meta name="msapplication-TileColor" content="#f0f0ea">
  23. <meta name="msapplication-config" content="/static/david/icons2/browserconfig.xml">
  24. <meta name="theme-color" content="#f0f0ea">
  25. <!-- Documented, feel free to shoot an email. -->
  26. <link rel="stylesheet" href="/static/david/css/style_2020-06-19.css">
  27. <!-- See https://www.zachleat.com/web/comprehensive-webfonts/ for the trade-off. -->
  28. <link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin>
  29. <link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin>
  30. <link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin>
  31. <link rel="preload" href="/static/david/css/fonts/triplicate_t3_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
  32. <link rel="preload" href="/static/david/css/fonts/triplicate_t3_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
  33. <link rel="preload" href="/static/david/css/fonts/triplicate_t3_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
  34. <script type="text/javascript">
  35. function toggleTheme(themeName) {
  36. document.documentElement.classList.toggle(
  37. 'forced-dark',
  38. themeName === 'dark'
  39. )
  40. document.documentElement.classList.toggle(
  41. 'forced-light',
  42. themeName === 'light'
  43. )
  44. }
  45. const selectedTheme = localStorage.getItem('theme')
  46. if (selectedTheme !== 'undefined') {
  47. toggleTheme(selectedTheme)
  48. }
  49. </script>
  50. <body class="remarkdown h1-underline h2-underline h3-underline hr-center ul-star pre-tick" data-instant-intensity="viewport-all">
  51. <article>
  52. <h1>Bienvenue</h1>
  53. <p>
  54. Voici l’espace personnel de David Larlet sur le Web.
  55. Il se veut modeste, accueillant et pérenne.
  56. Il fixe mes pensées et parfois engage des échanges.
  57. J’essaye de tenir et lier des propos bienveillants.
  58. Je vous souhaite une jolie promenade.
  59. </p>
  60. <p lang="en">
  61. For an English profile, check out
  62. <a href="http://larlet.com" data-instant>this page 🇨🇦</a>.
  63. </p>
  64. <h2>Publication récentes</h2>
  65. <nav>
  66. <ul>
  67. <li><a href="/david/2020/07/13/">Bilan</a> (2020-07-13)</li>
  68. <li><a href="/david/2020/07/03/">Confetti</a> (2020-07-03)</li>
  69. <li><a href="/david/2020/06/25/">Ouvertance</a> (2020-06-25)</li>
  70. <li><a href="/david/2020/06/18/">Mouvements</a> (2020-06-18)</li>
  71. <li><a href="/david/2020/06/12/">Vrac</a> (2020-06-12)</li>
  72. <li><a href="/david/2020/05/26/">Covidoudou</a> (2020-05-26)</li>
  73. <li><a href="/david/2020/05/20/">Bikepacking</a> (2020-05-20)</li>
  74. <li><a href="/david/2020/05/18/">Relance</a> (2020-05-18)</li>
  75. <li><a href="/david/2020/04/18/">Zam</a> (2020-04-18)</li>
  76. <li><a href="/david/2020/04/10/">Résistance</a> (2020-04-10)</li>
  77. <li><a href="/david/2020/04/03/">Patience</a> (2020-04-03)</li>
  78. <li><a href="/david/2020/03/27/">Exutoire</a> (2020-03-27)</li>
  79. <li><a href="/david/2020/03/20/">Rédemption</a> (2020-03-20)</li>
  80. <li><a href="/david/2020/03/13/">Technique</a> (2020-03-13)</li>
  81. <li><a href="/david/2020/02/21/">Service</a> (2020-02-21)</li>
  82. <li><a href="/david/2020/02/14/">Espoirs</a> (2020-02-14)</li>
  83. <li><a href="/david/2020/02/07/">GAFAM+</a> (2020-02-07)</li>
  84. <li><a href="/david/2020/01/31/">Intentions</a> (2020-01-31)</li>
  85. <li><a href="/david/2020/01/29/">Sortie ski</a> (2020-01-29)</li>
  86. <li><a href="/david/2020/01/22/">Réponses</a> (2020-01-22)</li>
  87. <li><a href="/david/2020/01/17/">Datagouv</a> (2020-01-17)</li>
  88. <li><a href="/david/2020/01/15/">Futurs</a> (2020-01-15)</li>
  89. <li><a href="/david/2020/01/10/">Travail</a> (2020-01-10)</li>
  90. <li><a href="/david/2020/01/06/">Écriture</a> (2020-01-06)</li>
  91. <li><a href="/david/2020/01/03/">Briques</a> (2020-01-03)</li>
  92. </ul>
  93. </nav>
  94. <h2>Publications anciennes</h2>
  95. <p>
  96. Vous pouvez consulter les différents
  97. <a href="/david/blog/">billets de blog</a> qui ont été rédigés de 2004 à 2019
  98. ou les <a href="/david/stream/">entrées de journaux</a> relativement
  99. régulières entre 2009 et 2019.
  100. </p>
  101. <p>
  102. <em>
  103. Notez qu’avec un tel historique, certaines informations sont obsolètes et/ou
  104. plus cautionnées.
  105. </em>
  106. </p>
  107. <h2>Me contacter</h2>
  108. <p>
  109. Je réponds à <em>presque</em> tous les courriels reçus, exception faite de ceux que j’assimile à de la publicité ou du <code>spam</code>. Vous pouvez <a href="mailto:david%40larlet.fr" title="Envoyer un courriel">m’écrire</a> sans trop de civilités et me tutoyer, je répondrai probablement de même. Si vous souhaitez correspondre de manière chiffrée, voici <a href="/static/david/david-larlet-pgp-public-key-1359EA98.asc" title="Clé publique de chiffrement">ma clé publique</a>.
  110. </p>
  111. </article>
  112. <hr>
  113. <footer>
  114. <p>
  115. <a href="/david/" title="Aller à l’accueil">🏠</a> •
  116. <a href="/david/log/" title="Accès au flux RSS">🤖</a> •
  117. <a href="http://larlet.com" title="Go to my English profile" data-instant>🇨🇦</a> •
  118. <a href="mailto:david%40larlet.fr" title="Envoyer un courriel">📮</a> •
  119. <abbr title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340">🧚</abbr>
  120. </p>
  121. <template id="theme-selector">
  122. <form>
  123. <fieldset>
  124. <legend>Thème</legend>
  125. <label>
  126. <input type="radio" value="auto" name="chosen-color-scheme" checked> Auto
  127. </label>
  128. <label>
  129. <input type="radio" value="dark" name="chosen-color-scheme"> Foncé
  130. </label>
  131. <label>
  132. <input type="radio" value="light" name="chosen-color-scheme"> Clair
  133. </label>
  134. </fieldset>
  135. </form>
  136. </template>
  137. </footer>
  138. <script src="/static/david/js/instantpage-5.1.0.min.js" type="module" defer></script>
  139. <script type="text/javascript">
  140. function loadThemeForm(templateName) {
  141. const themeSelectorTemplate = document.querySelector(templateName)
  142. const form = themeSelectorTemplate.content.firstElementChild
  143. themeSelectorTemplate.replaceWith(form)
  144. form.addEventListener('change', (e) => {
  145. const chosenColorScheme = e.target.value
  146. localStorage.setItem('theme', chosenColorScheme)
  147. toggleTheme(chosenColorScheme)
  148. })
  149. const selectedTheme = localStorage.getItem('theme')
  150. if (selectedTheme && selectedTheme !== 'undefined') {
  151. form.querySelector(`[value="${selectedTheme}"]`).checked = true
  152. }
  153. }
  154. const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
  155. window.addEventListener('load', () => {
  156. let hasDarkRules = false
  157. for (const styleSheet of Array.from(document.styleSheets)) {
  158. let mediaRules = []
  159. for (const cssRule of styleSheet.cssRules) {
  160. if (cssRule.type !== CSSRule.MEDIA_RULE) {
  161. continue
  162. }
  163. // WARNING: Safari does not have/supports `conditionText`.
  164. if (cssRule.conditionText) {
  165. if (cssRule.conditionText !== prefersColorSchemeDark) {
  166. continue
  167. }
  168. } else {
  169. if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
  170. continue
  171. }
  172. }
  173. mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
  174. }
  175. // WARNING: do not try to insert a Rule to a styleSheet you are
  176. // currently iterating on, otherwise the browser will be stuck
  177. // in a infinite loop…
  178. for (const mediaRule of mediaRules) {
  179. styleSheet.insertRule(mediaRule.cssText)
  180. hasDarkRules = true
  181. }
  182. }
  183. if (hasDarkRules) {
  184. loadThemeForm('#theme-selector')
  185. }
  186. })
  187. </script>
  188. </body>
  189. </html>