91 lines
3.5 KiB
HTML
91 lines
3.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="stylesheet" href="css/style.css" />
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div id="header-title">
|
|
<h1>gyiwr dot tf</h1>
|
|
<h2>le site de rick</h2>
|
|
</div>
|
|
<div id="header-links">
|
|
<a href="ou.html">où me retrouver</a>
|
|
<a href="copaings.html">copains & co</a>
|
|
<a href="projets.html">projets</a>
|
|
<a href="/a/">annuaire</a>
|
|
<a href="rss.html">mes flux rss</a>
|
|
<a href="autres.html">autres</a>
|
|
</div>
|
|
</header>
|
|
|
|
<div id="main">
|
|
<h2>Sites</h2>
|
|
<h3>Blog</h3>
|
|
<ul>
|
|
<li><a href="https://blogue.gyiwr.tf">blogue.gyiwr.tf</a></li>
|
|
</ul>
|
|
<h3>Git</h3>
|
|
<p>Vous pourrez retrouver tous mes projets sur le git de Gnous. Je fais des mirroirs ensuite sur différents git. J'ai aussi commencé à faire mon propre git personnel avec cgit. Je prévois de n'utiliser plus que lui comme git principal et le reste comme mirroir.</p>
|
|
<ul>
|
|
<li><a href="https://git.gyiwr.tf">git.gyiwr.tf</a></li>
|
|
<li><a href="https://git.gnous.eu/Rick">git.gnous.eu/Rick</a></li>
|
|
<li><a href="https://github.com/rick-gnous">github.com/rick-gnous</a></li>
|
|
<li><a href="https://gitlab.com/gnousrick">gitlab.com/gnousrick</a></li>
|
|
</ul>
|
|
<hr />
|
|
<h2>Me contacter</h2>
|
|
<h3>Chat textuel</h3>
|
|
<h4>IRC</h4>
|
|
<ul>
|
|
<li>rick : irc.gnous.eu</li>
|
|
<li>gnousrick : irc.libera.chat</li>
|
|
</ul>
|
|
<h4>Discord</h4>
|
|
<ul>
|
|
<li>Demandez Rick sur le Discord de GnousEU.</li>
|
|
<li>Rick#1734</li>
|
|
</ul>
|
|
<hr />
|
|
<h3>Chat vocal</h3>
|
|
<p>Je suis davantage disponible en textuel. Si vous voulez vraiment faire un chat vocal, prévenez moi en premier !</p>
|
|
<h4>Mumble</h4>
|
|
<ul>
|
|
<li>rick : mumble.gnous.eu</li>
|
|
</ul>
|
|
<h4>Discord</h4>
|
|
<p>cf. section précédente</p>
|
|
<hr />
|
|
<h3>Mail</h3>
|
|
<ul>
|
|
<li>rick [at] gnous [dot] eu</li>
|
|
</ul>
|
|
<hr />
|
|
<h3>Réseaux sociaux</h3>
|
|
<p>J'essaie de réduire ma présence sur les réseaux sociaux. Privilégiez mon blog ou un moyen cité plus haut pour me contacter ou prendre des nouvelles.</p>
|
|
<h4>Mastodon</h4>
|
|
<ul>
|
|
<li><a href="https://toot.gnous.eu/@rick">@rick@toot.gnous.eu</a></li>
|
|
</ul>
|
|
<h4>Twitter</h4>
|
|
<ul>
|
|
<li><a href="https://twitter.com/GnousRick">@GnousRick</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<footer>
|
|
<div id="footer-main">
|
|
<img src="img/gplv3-or-later.png"/>
|
|
<div id="footer-text">
|
|
<p>Site sans cookie, ni JS, ni tracker.</p>
|
|
<p><a href="https://git.gyiwr.tf/gyiwr/tree/ou.html">Code source de la page</a></p>
|
|
<p id="footer-contact">2021 (c) rick <span id="footer-link-email"><rick [at] gnous [dot] eu></span></p>
|
|
</div>
|
|
<img id="fsf" src="img/fsf.png"/>
|
|
</div>
|
|
<div>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|