zola/public/pages/about/index.html
2022-10-31 11:39:53 +01:00

71 lines
3.0 KiB
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Sans ligne éditoriale fixe
</title>
<!-- CSS -->
<link rel="stylesheet" href="/assets/fonts.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="/assets/tale.css">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon.png">
<link rel="feed" href="/rss.xml" type="application/rss+xml" title="Sans ligne éditoriale fixe" />
</head>
<body>
<nav class="nav">
<div class="nav-container">
<a href="/">
<h2 class="nav-title">Sans ligne éditoriale fixe</h2>
</a>
<ul>
<li><a href="/pages/uhl">UHL</a></li>
<li><a href="/pages/about">À propos</a></li>
<li><a href="/archives/">Archives</a></li>
<li><a href="/tags/">Tags</a></li>
<li><a href="/rss.xml"><i class="fa fa-rss-square"></i></a></li>
</ul>
<div class="site-description"></div>
</div>
</nav>
<main class="content">
<p>Je m'appelle Yann Fery, vous ne me trouverez pas sur les réseaux sociaux, mais vous pouvez m'écrire à blog@fery.me</p>
<ul>
<li>Je cours, je grimpe (mais seulement en intérieur), je m'essaie au Yoga </li>
<li>J'aime perdre du temps à customiser mon Linux et notamment mon neovim</li>
<li>Je gère quelques machines virtuelles hébergeant mes services, dont ce blog</li>
<li>Je fais du jeu de rôle sur table virtuelle (<a href="https://foundryvtt.com/">FoundryVTT</a>)</li>
<li>Je joue, essentiellement, à des jeux de cartes comme <a href="https://www.playgwent.com/fr/">Gwent </a>ou <a href="https://magic.wizards.com/fr/mtgarena">Magic</a></li>
</ul>
<h3 id="licence">Licence</h3>
<p>Tout le contenu de ce site est publié sous licence libre <strong><a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-By-Sa Licence</a></strong></p>
</main>
<footer>
<!-- <p><span class="external-icons"> -->
<!-- <a href="https://twitter.com/geobomatic"><i class="fab fa-twitter"></i></a> &middot; -->
<!-- <a href="https://github.com/Geobert"><i class="fab fa-github"></i></a> &middot; -->
<!-- <a href="https://www.flickr.com/photos/geobmcfly/"><i class="fab fa-flickr"></i></a> -->
<!-- </span></p> -->
<span>
&copy; 2022 Yann Fery •
<a href="/pages/mentions-legales">Mentions légales</a>
Propulsé par
<a href="https://getzola.org/">Zola</a> avec un template de <a href="https://github.com/Geobert/blog/">Geobert</a>.
</span>
</footer>
</body>
</html>