<!DOCTYPE html>
<html lang="fr">
    <head>
        <meta charset="UTF-8" />
        <link rel="stylesheet" href="css/style.css" />
        <link rel="stylesheet" href="css/projets.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">
            <p>Vous pouvez retrouver tous mes projets sur <a href="https://git.gnous.eu/Rick">le git de Gnous</a> ou juste ceux que je trouve les plus intéressants sur <a href="https://git.semapy.xyz">mon git personnel</a>.</p>
            <p>Vous pouvez retrouver ci-dessous une liste des projets auxquels j'ai pu contribuer :</p>

        </div>

        <div class="tableau">
            <table>
                <thead>
                    <tr>
                        <th>Projet</th>
                        <th>Description</th>
                        <th>Langage utilisé pour mes contributions</th>
                        <th>Mainteneur  / Contributeur</th>
                        <th>Ma dernière contribution</th>
                        <th>Licence</th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td><a href="https://gitlab.com/gnousrick/super-russrt">super russrt</a></td>
                        <td>aggrégateur RSS web</td>
                        <td>Rust</td>
                        <td>Alol, Mbahal</td>
                        <td><a href="https://gitlab.com/gnousrick/super-russrt/-/commit/5f569c2d348e46c089b1a001c4695ee52b9718d4">5f569c2d</a></td>
                        <td><a href="https://gitlab.com/gnousrick/super-russrt/-/blob/master/LICENSE">GNU GPLv3</a></td>
                    </tr>
                    <tr>
                        <td><a href="https://github.com/kernoeb/PlanningSup">PlanningSup</a></td>
                        <td>application web pour avoir son emploi du temps universitaire</td>
                        <td>JSON</td>
                        <td>Kernoeb</td>
                        <td><a href="https://github.com/kernoeb/PlanningSup/commit/f5efd66c4eeac77dce2e7119eea65df8a5e899b1">f5efd66</a></td>
                        <td><a href="https://github.com/kernoeb/PlanningSup/commit/2d7a9632686fdcb68e00438a5db5e49d40a145cb#diff-c693279643b8cd5d248172d9c22cb7cf4ed163a3c98c8a3f69c2717edd3eacb7">Apache 2.0</a></td>
                    </tr>
                    <tr>
                        <td><a href="https://ilearned.eu/">I Learned</a></td>
                        <td>blog communautaire</td>
                        <td>Markdown</td>
                        <td>Eban, Ramle</td>
                        <td><a href="https://ilearned.eu/comprendre-licences.html">Comprendre les différentes licences</a></td>
                        <td><a href="https://ilearned.eu/about.html#licence">CC-BY-NC-SA</a></td>
                    </tr>
                    <tr>
                        <td><a href="https://github.com/kohi-gnu/barista/">barista</a></td>
                        <td>gestionnaire de paquets pour Kohi-GNU</td>
                        <td>Perl</td>
                        <td>d0p1</td>
                        <td><a href="https://github.com/kohi-gnu/barista/commit/3c5acc23649b857b4649124ec8529a0bef7f96fc">3c5acc2</a></td>
                        <td><a href="https://github.com/kohi-gnu/barista/commit/78f4d57886cc4112c8aedd222223d62881a20603#diff-c693279643b8cd5d248172d9c22cb7cf4ed163a3c98c8a3f69c2717edd3eacb7">BSD3 Clause licence</a></td>
                    </tr>
                    <tr>
                        <td><a href="https://github.com/TobiBiotex/CDS-BOT">CDS-BOT</a></td>
                        <td>Bot Discord pour le Discord CDS</td>
                        <td>JS</td>
                        <td>Kekwel, TobiBiotex</td>
                        <td><a href="https://github.com/TobiBiotex/CDS-BOT/commit/da748d5fcf3c345a03c1342a36a3517ed134ecb3">da748d5</a></td>
                        <td><a href="https://github.com/TobiBiotex/CDS-BOT/commit/08fabd7d736fc4e4411f7da4c538946e7274e97c#diff-c693279643b8cd5d248172d9c22cb7cf4ed163a3c98c8a3f69c2717edd3eacb7">GNU GPLv3</a></td>
                    </tr>
                    <tr>
                        <td><a href="https://github.com/orgalan/">Orgalan</a></td>
                        <td>Organisation contenant du code pour gérer des LANs, miroir de plane</td>
                        <td></td>
                        <td>Lunki</td>
                        <td></td>
                        <td></td>
                    </tr>
                    <!--
                    <tr>
                        <td><a href=""></a></td>
                        <td></td>
                        <td></td>
                        <td></td>
                        <td><a href=""></a></td>
                        <td><a href=""></a></td>
                    </tr>
                    -->
                </tbody>
            </table>
        </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.semapy.xyz/gyiwr/tree/projets.html">Code source de la page</a></p>
                    <p id="footer-contact">2021 (c) rick <span id="footer-link-email">&lt;rick [at] gnous [dot] eu&gt;</span></p>
                </div>
                <img id="fsf" src="img/fsf.png"/>
            </div>
            <div>
            </div>
        </footer>
    </body>
</html>