From b936e8014088792c58eb07009ad143d5c514ff96 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 25 Feb 2025 23:55:09 +0100 Subject: [PATCH 1/7] tasks --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5d31486..086c9bb 100644 --- a/readme.md +++ b/readme.md @@ -60,4 +60,7 @@ Dernier tiers moins vu ## Tasks -* time tags for dates & durations +* add a button for links hinting +* move descriptions inside ul tag +* use also disc for li li +* use bold or strong for links th From 07ff6a1bdfe2da7fe5148366a4bea4297d956308 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 26 Feb 2025 12:01:03 +0100 Subject: [PATCH 2/7] aircrafts --- in/en/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/in/en/index.html b/in/en/index.html index a779844..d50f96d 100644 --- a/in/en/index.html +++ b/in/en/index.html @@ -422,7 +422,7 @@ Parent POSIX Shell & Python framework for chil
  • designed & implemented a cartographic engine with PNG images & XML metadata
  • wrote import of KML & KMZ files to display layers of tactical situations (SITAC)
  • wrote device drivers & emulators for:
      -
    • simultaneous programming of EEPROM modules for Mirage onboard computers
    • +
    • simultaneous programming of EEPROM modules for Mirage onboard computers
    • ADL (Airborne Data Loader) equipment, handling
      DTM (Data Transfer Module) induction cards for Alpha Jet onboard computers
    @@ -446,7 +446,7 @@ Onboard real-time display of maps & video recorders for MELISSA (Logical Elaboration Module for Simplified Overflight Info) Preparation, programming, unloading & replaying of missions for aircrafts
    -
    Alpha Jet, Transall, Mirage 2000, Mirage F1, Mirage IV, Jaguar:
      +Alpha Jet, Transall, Mirage 2000, Mirage F1, Mirage IV, Jaguar:
      • wrote import of NavData global database (international standard ARINC 424)
      • wrote NavData export with constraints of Transall onboard computers (FMS)
      • wrote device drivers for:
          From 816a8388e85af4240d65ebf4fe575a4e736ac452 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 26 Feb 2025 12:27:46 +0100 Subject: [PATCH 3/7] wip --- in/en/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/in/en/index.html b/in/en/index.html index d50f96d..4eae672 100644 --- a/in/en/index.html +++ b/in/en/index.html @@ -187,7 +187,7 @@ France

          @@ -367,9 +367,9 @@ Parent POSIX Shell & Python framework for chil  ← 

            -
          • wrote Python scripts handling: APT mirrors, Git repos, OpenSSH keypairs, Sphinx docs
          • -
          • designed a SSO architecture: HAproxy, KeyCloak/WildFly, MariadB Galera clusters
          • -
          • maintained a VMware vCloud infrastructure with Virtual Machines & LXC containers
          • +
          • wrote Python scripts handling: APT mirrors, Git repos, OpenSSH keypairs, Sphinx docs
          • +
          • designed a SSO architecture: HAproxy, KeyCloak/WildFly, MariadB Galera clusters
          • +
          • maintained VMware vSphere infrastructures with Virtual Machines & LXC containers
          @@ -432,7 +432,7 @@ DTM (Data Transfer Module) induction cards for CEAM logo

          CEAM (Military Air Expertise Center)

          -

          Visual Basic Developer @ Implementation

          +

          Visual Basic Developer @ Implementation

          @@ -448,7 +448,7 @@ Onboard real-time display of maps & video recorders for Alpha Jet, Transall, Mirage 2000, Mirage F1, Mirage IV, Jaguar:
          • wrote import of NavData global database (international standard ARINC 424)
          • -
          • wrote NavData export with constraints of Transall onboard computers (FMS)
          • +
          • wrote NavData export with constraints of Transall onboard computers (FMS)
          • wrote device drivers for:
            • sequential programming of EEPROM modules for Mirage onboard computers
            • route programming & unloading for several Garmin GPS devices
            • From 71de37f69b23f89e38f2a72fabddf3dc8d75fdb2 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 26 Feb 2025 12:28:21 +0100 Subject: [PATCH 4/7] strong/th --- in/style/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/in/style/main.css b/in/style/main.css index b1d943b..c36761c 100644 --- a/in/style/main.css +++ b/in/style/main.css @@ -195,7 +195,7 @@ li:nth-of-type(odd) { background: var(--item-odd-gradient); } -strong { +strong, th { text-shadow: .05em .05em .05em; } From 5b30e40864f5c5ba989c2424675169234af0f4ae Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 26 Feb 2025 12:30:28 +0100 Subject: [PATCH 5/7] ul/disc --- in/style/main.css | 1 + readme.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/in/style/main.css b/in/style/main.css index c36761c..f52f14a 100644 --- a/in/style/main.css +++ b/in/style/main.css @@ -219,6 +219,7 @@ th { } ul { + list-style-type: disc; padding-inline-start: 1.25em; } diff --git a/readme.md b/readme.md index 086c9bb..1fc7952 100644 --- a/readme.md +++ b/readme.md @@ -62,5 +62,4 @@ Dernier tiers moins vu * add a button for links hinting * move descriptions inside ul tag -* use also disc for li li * use bold or strong for links th From 273c77907bfb8a66a862fcb79164471bc2b1645d Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 26 Feb 2025 12:44:01 +0100 Subject: [PATCH 6/7] wip --- in/en/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/in/en/index.html b/in/en/index.html index 4eae672..7d9e5a7 100644 --- a/in/en/index.html +++ b/in/en/index.html @@ -267,7 +267,7 @@ France

              RWX logo
              -

              Read Write eXecute

              +

              RWX (Read Write eXecute)

              rwx @ forge.rwx.work

              @@ -279,7 +279,7 @@ Parent POSIX Shell & Python framework for chil
              -

              Shell to Python Continuous Deployment

              +

              SPCD (Shell to Python Continuous Deployment)

              spcd @ forge.rwx.work

              @@ -297,7 +297,7 @@ Parent POSIX Shell & Python framework for chil
              -

              Live Scan Grub Menu

              +

              LSGM (Live Scan Grub Menu)

              lsgm @ forge.rwx.work

              @@ -347,11 +347,11 @@ Parent POSIX Shell & Python framework for chil  ← 

                -
              • tailored custom Ubuntu LTS live-boot system images for kiosk use-cases project
              • -
              • wrote Ansible playbooks & roles for systems configurations & deployments
              • -
              • configured & maintained CI / CD: Gitea, GitLab, Jenkins, Nexus, SonarQube
              • -
              • wrote & maintained BASH scripts for easier offline builds & usage of MSys2
              • -
              • wrote Python scripts for offline mirrors:
                Alma, Alpine, CentOS, Debian, Docker, Maven, MSys2, NPM, PyPI
              • +
              • tailored custom Ubuntu LTS live-boot system images for kiosk use-cases project
              • +
              • wrote Ansible playbooks & roles for systems configurations & deployments
              • +
              • configured & maintained CI / CD tools: Gitea, GitLab, Jenkins, Nexus, SonarQube
              • +
              • wrote & maintained BASH scripts for easier offline usage & packaging of MSys2
              • +
              • wrote Python scripts for offline mirrors:
                Alma, Alpine, CentOS, Debian, Docker, Maven, MSys2, NPM, PyPI
              From aa93827da51feb344685f64c0fd4bc8805d87837 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 26 Feb 2025 12:47:29 +0100 Subject: [PATCH 7/7] fix --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 1fc7952..9791758 100644 --- a/readme.md +++ b/readme.md @@ -62,4 +62,3 @@ Dernier tiers moins vu * add a button for links hinting * move descriptions inside ul tag -* use bold or strong for links th