feat: projets, autres
authorrick <rick@gnous.eu>
Sat, 29 Jan 2022 11:46:40 +0000 (12:46 +0100)
committerrick <rick@gnous.eu>
Sat, 29 Jan 2022 11:46:40 +0000 (12:46 +0100)
autres.html [new file with mode: 0644]
copaings.html
css/projets.css [new file with mode: 0644]
index.html
ou.html
projets.html [new file with mode: 0644]
rss.html

diff --git a/autres.html b/autres.html
new file mode 100644 (file)
index 0000000..41b8399
--- /dev/null
@@ -0,0 +1,45 @@
+<!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">
+            <p>Vous pouvez ici retrouver des liens vers des pages contenant parfois certaines pensées fugaces et autres (d'où le nom, habile). Comme ce format se rapproche presque du blog, j'ai préféré les écrire et générer ces pages avec OrgMode, afin d'avoir une lecture plus fluide (et moins de choses à écrire).</p>
+            <ul>
+                <li><a href="inspiration.html">inspiration</a>: pourquoi avoir fait ce site comme ça ?</li>
+                <!--<li><a></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.semapy.xyz/gyiwr/tree/autres.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>
index 4d2cc2dbb3431ce6e83d4f478940c1994477d033..d277ff5dd01fc30fe809ae394d54e4bc6be11684 100644 (file)
             <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>
 
diff --git a/css/projets.css b/css/projets.css
new file mode 100644 (file)
index 0000000..8dbfa57
--- /dev/null
@@ -0,0 +1,19 @@
+.tableau {
+  margin: 4em; 
+  margin-bottom: 2em;
+  margin-top: -2em;
+}
+
+table {
+  border: 1px solid black;
+  border-spacing: 0;
+  border-collapse: collapse;
+}
+
+thead {
+  border-bottom: 2px solid black;
+}
+
+tr:nth-child(even) {
+  background-color: rgb(228, 240, 245);
+}
index ecf9d4437ee4a71000bf0b56e97f50cc87e52e3b..c8b810c7075cd96fc9055adb79be128000714302 100644 (file)
             <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>
 
diff --git a/ou.html b/ou.html
index d7932924336253bf10997f6acfb6a409e97918d6..473a0379006adf9b1ffb08393012c5709bdfb46c 100644 (file)
--- a/ou.html
+++ b/ou.html
             <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>
 
diff --git a/projets.html b/projets.html
new file mode 100644 (file)
index 0000000..4177c10
--- /dev/null
@@ -0,0 +1,119 @@
+<!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>
index ed123af8202d84dbce4ed62af34cef5f943818e1..74d84f9f3c2e29abfd21e4505a8e9a8c0d5e4de4 100644 (file)
--- a/rss.html
+++ b/rss.html
             <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>