Compare commits

..

3 Commits

Author SHA1 Message Date
elpatron 4e257a09f0 update: Footer-Kontakt auf Mailto-Link umstellen
Verlinkt den Namen in der Credit-Zeile direkt mit der Kontaktadresse per mailto, damit der Kontakt aus dem Footer unmittelbar erreichbar ist.

Made-with: Cursor
2026-04-25 14:18:03 +02:00
elpatron b0eaaf7694 chore: ZIP-Artefakt entfernen und Ignore-Regel ergänzen
Entfernt die versehentlich versionierte ZIP-Datei aus dem Repository und ergänzt eine generelle Ignore-Regel für ZIP-Dateien. Aktualisiert zusätzlich die Footer-Referenz auf Proxmox.

Made-with: Cursor
2026-04-25 14:16:44 +02:00
elpatron 30872ad780 update: vCard placeholders updated for organization and position fields
Changed the placeholder text in the vCard input fields to reflect new example values, enhancing user experience and clarity in the form.
2026-04-25 14:12:32 +02:00
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
*.zip
+3 -3
View File
@@ -470,11 +470,11 @@
<div class="options-row"> <div class="options-row">
<div class="options-col"> <div class="options-col">
<label for="vcard-org">Organisation:</label> <label for="vcard-org">Organisation:</label>
<input type="text" id="vcard-org" placeholder="Medi Software GmbH" autocomplete="off"> <input type="text" id="vcard-org" placeholder="Knorrlabs Inc." autocomplete="off">
</div> </div>
<div class="options-col"> <div class="options-col">
<label for="vcard-title">Position (optional):</label> <label for="vcard-title">Position (optional):</label>
<input type="text" id="vcard-title" placeholder="IT-Leitung" autocomplete="off"> <input type="text" id="vcard-title" placeholder="Master Of Desaster" autocomplete="off">
</div> </div>
</div> </div>
@@ -582,7 +582,7 @@
<div class="footer"> <div class="footer">
Dieser QR-Code-Generator funktioniert vollständig in deinem Browser; QR-Inhalte werden nicht hochgeladen. Seitenaufrufe werden mit selbst gehostetem Plausible aggregiert (ohne Cookies). <i>Quellcode und README bei <a href="https://gitea.elpatron.me/elpatron/QR-Code-Generator" target="_blank">Gitea</a></i>. Dieser QR-Code-Generator funktioniert vollständig in deinem Browser; QR-Inhalte werden nicht hochgeladen. Seitenaufrufe werden mit selbst gehostetem Plausible aggregiert (ohne Cookies). <i>Quellcode und README bei <a href="https://gitea.elpatron.me/elpatron/QR-Code-Generator" target="_blank">Gitea</a></i>.
<p class="credit">Made with ❤️ and 🍪 by Markus. Self hosted on <a href="https://unraid.net" target="_blank">Unraid</a> for <a href="https://medisoftware.de" target="_blank">medisoftware</a>. Credits: <a href="https://qr.alster.space/" target="_blank">alsternerd</a></p> <p class="credit">Made with ❤️ and 🍪 by <a href="mailto:elpatron+qr@mailbox.org">Markus F.J. Busche</a>. Self hosted on <a href="https://www.proxmox.com/" target="_blank">Proxmox</a>. Credits: <a href="https://qr.alster.space/" target="_blank">alsternerd</a></p>
</div> </div>
</body></html> </body></html>