From 432236a112fdec3a015de175acf231977e45d866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= Date: Tue, 30 May 2023 20:54:01 +0200 Subject: [PATCH] Add OpenMandriva --- index.css | 2 ++ index.html | 14 ++++++++++++++ static/openmandriva.png | Bin 0 -> 2657 bytes 3 files changed, 16 insertions(+) create mode 100644 static/openmandriva.png diff --git a/index.css b/index.css index 48e3304..17713a3 100644 --- a/index.css +++ b/index.css @@ -305,6 +305,8 @@ input[type="radio"]:last-child:checked ~ .accordion > .item:last-child > label { #os-omnios:checked ~ .os-omnios > label { background: #222222; color: white; } #os-openbsd:checked ~ .os-openbsd > .content { display: flex; } #os-openbsd:checked ~ .os-openbsd > label { background: #222222; color: white; } +#os-openmandriva:checked ~ .os-openmandriva > .content { display: flex; } +#os-openmandriva:checked ~ .os-openmandriva > label { background: #222222; color: white; } #os-opensuse:checked ~ .os-opensuse > .content { display: flex; } #os-opensuse:checked ~ .os-opensuse > label { background: #222222; color: white; } #os-pkgsrc:checked ~ .os-pkgsrc > .content { display: flex; } diff --git a/index.html b/index.html index abe6af4..6c21da6 100644 --- a/index.html +++ b/index.html @@ -700,6 +700,20 @@ Next +
+ +
+

+ The git-email package includes the git email + tools. Run this to install it: +

+
sudo dnf install git-email
+ Next +
+