marc.beninca.
This commit is contained in:
parent
675187a26e
commit
34b5c88885
4 changed files with 6 additions and 6 deletions
4
build.py
4
build.py
|
@ -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")),
|
||||
)
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue