marc.beninca.

This commit is contained in:
Marc Beninca 2025-03-28 16:40:38 +01:00
parent 675187a26e
commit 34b5c88885
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
4 changed files with 6 additions and 6 deletions

View file

@ -29,8 +29,8 @@ if __name__ == "__main__":
("--foreground", "000000FF"),
("--level", "L"),
("--margin", "1"),
("--read-from", str(root_input / "vcard.vcf")),
("--read-from", str(root_input / "marc.beninca.vcf")),
("--size", "4"),
("-t", "SVG"),
("--output", str(web / "img" / "vcard.svg")),
("--output", str(web / "img" / "marc.beninca.svg")),
)

View file

@ -59,8 +59,8 @@
<h2>Links</h2>
<section class="banner">
<a href="../vcard.vcf">
<img class="big" id="vcard" src="../img/vcard.svg" alt="Vcard QR code"></a>
<a href="../marc.beninca.vcf">
<img class="big" id="vcard" src="../img/marc.beninca.svg" alt="Vcard QR code"></a>
<table><tbody>
<tr>
<th class="logo"><img class="logo" src="../img/tel.svg" alt="Telephone logo"></th>

View file

@ -59,8 +59,8 @@
<h2>Liens</h2>
<section class="banner">
<a href="../vcard.vcf">
<img class="big" id="vcard" src="../img/vcard.svg" alt="Code QR de contact"></a>
<a href="../marc.beninca.vcf">
<img class="big" id="vcard" src="../img/marc.beninca.svg" alt="Code QR de contact"></a>
<table><tbody>
<tr>
<th class="logo"><img class="logo" src="../img/tel.svg" alt="Logo de téléphone"></th>