QR code done

This commit is contained in:
BOTAlex 2024-06-06 01:29:44 +02:00
parent 87b2af3118
commit defabaeade
5 changed files with 1033 additions and 2 deletions

View file

@ -0,0 +1,24 @@
<script>
import QRCode from "$lib/zhen/cv-comps/LinkedInQrCode.svg?raw"
</script>
<div class="container">
<div>LinkedIn</div>
<span class="qrcode">{@html QRCode}</span>
</div>
<style lang="scss">
.qrcode {
transform: scale(0.9);
}
.container {
display: grid;
place-items: center;
& * {
font-size: 7.5mm;
}
}
</style>