From 3e4316fb9266f3af5eb2d5563870374aa02876ea Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 25 Feb 2025 22:00:19 +0100 Subject: [PATCH 1/2] logos --- in/style/main.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/in/style/main.css b/in/style/main.css index 2ffe282..9c47f37 100644 --- a/in/style/main.css +++ b/in/style/main.css @@ -173,8 +173,9 @@ img.inline { vertical-align: middle; } img.logo { - block-size: 1.5em; margin-inline: auto; + max-block-size: 100%; + object-fit: contain; } img.org { block-size: 2em; @@ -211,8 +212,8 @@ table { table h3 { text-align: center; } -td.logo { - text-align: center; +th.logo, td.logo { + block-size: 1.5em; } th { text-align: end; From 02ea9d92f14d3c6020538d0f4c65f642edf6e408 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 25 Feb 2025 23:31:20 +0100 Subject: [PATCH 2/2] wip --- in/en/index.html | 17 ++++++++--------- in/style/main.css | 5 ++--- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/in/en/index.html b/in/en/index.html index 97b14c4..1444875 100644 --- a/in/en/index.html +++ b/in/en/index.html @@ -133,7 +133,7 @@ France

Boot

@@ -168,9 +168,8 @@ France

@@ -306,8 +305,8 @@ Parent POSIX Shell & Python framework for chil

 ← 

-BASH & GRUB Shell program building ESP File Systems with:
    -
  • custom standalone ARM64, EFI & BIOS GRUB binary images
  • +BASH & GRUB Shell program building ESP File Systems with:
      +
    • custom ARM, EFI & BIOS standalone GRUB binary images
    • dynamic menu scanning available live-boot SquashFS images
    • on-the-fly OpenPGP signature checking of selected images
    @@ -410,7 +409,7 @@ Parent POSIX Shell & Python framework for chil
    GAIO logo
    -

    GAIO (Operational IT Air Group)

    +

    GAIO (Operational IT Air Group)

    Java Developer @ Production

    @@ -432,7 +431,7 @@ DTM (Data Transfer Module) induction cards for AlphaJet onboard computers
    CEAM logo
    -

    CEAM (Military Air Expertise Center)

    +

    CEAM (Military Air Expertise Center)

    Visual Basic Developer @ Implementation

    @@ -441,13 +440,13 @@ DTM (Data Transfer Module) induction cards for AlphaJet onboard computers  ← 

    EVA (Aircraft Display Screen)
    -Onboard real-time display of maps & video recorders for Mirage F1 CR aircrafts:
      +Onboard real-time display of maps & video recorders for Mirage F1CR aircrafts:
      • designed & built a dedicated system with Windows XP Embedded Studio
      • enhanced maps rendering performance for limited resources
      MELISSA (Logical Elaboration Module for Simplified Overflight Info)
      Preparation, programming, unloading & replaying of missions for aircrafts
      -AlphaJet, Transall, Mirage 2000, Mirage F1, Mirage IV, Jaguar:
        +AlphaJet, 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:
            diff --git a/in/style/main.css b/in/style/main.css index 9c47f37..b1d943b 100644 --- a/in/style/main.css +++ b/in/style/main.css @@ -173,9 +173,8 @@ img.inline { vertical-align: middle; } img.logo { + block-size: 100%; margin-inline: auto; - max-block-size: 100%; - object-fit: contain; } img.org { block-size: 2em; @@ -197,7 +196,7 @@ li:nth-of-type(odd) { } strong { - font-weight: bold; + text-shadow: .05em .05em .05em; } .banner table {