From 2e53a2ba67b18f7c0ec1733137b5190b935dbcde Mon Sep 17 00:00:00 2001 From: rick Date: Sat, 29 Jan 2022 12:46:40 +0100 Subject: [PATCH] feat: projets, autres --- autres.html | 45 ++++++++++++++++++ copaings.html | 2 + css/projets.css | 19 ++++++++ index.html | 2 + ou.html | 2 + projets.html | 119 ++++++++++++++++++++++++++++++++++++++++++++++++ rss.html | 2 + 7 files changed, 191 insertions(+) create mode 100644 autres.html create mode 100644 css/projets.css create mode 100644 projets.html diff --git a/autres.html b/autres.html new file mode 100644 index 0000000..41b8399 --- /dev/null +++ b/autres.html @@ -0,0 +1,45 @@ + + + + + + + +
+
+

gyiwr dot tf

+

le site de rick

+
+ +
+ +
+

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).

+ +
+ + + + diff --git a/copaings.html b/copaings.html index 4d2cc2d..d277ff5 100644 --- a/copaings.html +++ b/copaings.html @@ -14,8 +14,10 @@ diff --git a/css/projets.css b/css/projets.css new file mode 100644 index 0000000..8dbfa57 --- /dev/null +++ b/css/projets.css @@ -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); +} diff --git a/index.html b/index.html index ecf9d44..c8b810c 100644 --- a/index.html +++ b/index.html @@ -13,8 +13,10 @@ diff --git a/ou.html b/ou.html index d793292..473a037 100644 --- a/ou.html +++ b/ou.html @@ -13,8 +13,10 @@ diff --git a/projets.html b/projets.html new file mode 100644 index 0000000..4177c10 --- /dev/null +++ b/projets.html @@ -0,0 +1,119 @@ + + + + + + + + +
+
+

gyiwr dot tf

+

le site de rick

+
+ +
+ +
+

Vous pouvez retrouver tous mes projets sur le git de Gnous ou juste ceux que je trouve les plus intéressants sur mon git personnel.

+

Vous pouvez retrouver ci-dessous une liste des projets auxquels j'ai pu contribuer :

+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProjetDescriptionLangage utilisé pour mes contributionsMainteneur / ContributeurMa dernière contributionLicence
super russrtaggrégateur RSS webRustAlol, Mbahal5f569c2dGNU GPLv3
PlanningSupapplication web pour avoir son emploi du temps universitaireJSONKernoebf5efd66Apache 2.0
I Learnedblog communautaireMarkdownEban, RamleComprendre les différentes licencesCC-BY-NC-SA
baristagestionnaire de paquets pour Kohi-GNUPerld0p13c5acc2BSD3 Clause licence
CDS-BOTBot Discord pour le Discord CDSJSKekwel, TobiBiotexda748d5GNU GPLv3
OrgalanOrganisation contenant du code pour gérer des LANs, miroir de planeLunki
+
+ + + + diff --git a/rss.html b/rss.html index ed123af..74d84f9 100644 --- a/rss.html +++ b/rss.html @@ -13,8 +13,10 @@