- Update project #1

Closed
kamilniemczycki wants to merge 12 commits from fit into main
Showing only changes of commit 6f5d188017 - Show all commits

View File

@ -59,11 +59,11 @@ const qrCodeLink = computed(() => {
<Skills /> <Skills />
<Certificates /> <Certificates />
<Links class="pb-8 md:pb-0" /> <Links class="pb-8 md:pb-0" />
<div class="hidden print:block print:absolute bottom-7 right-0 w-full"> <div class="hidden print:block print:absolute bottom-9 right-0 w-full">
<a :href="qrCodeLink" title="Link do CV w wersji przeglądarkowej" target="_blink"> <a :href="qrCodeLink" title="Link do CV w wersji przeglądarkowej" target="_blink">
<QRCode <QRCode
render-as="svg" render-as="svg"
class="mx-auto mb-2" class="mx-auto mb-1"
:value="qrCodeLink" :value="qrCodeLink"
:size="100" :size="100"
level="L" level="L"
@ -71,7 +71,7 @@ const qrCodeLink = computed(() => {
</a> </a>
<div class="text-center">CV w wersji online</div> <div class="text-center">CV w wersji online</div>
</div> </div>
<div class="absolute bottom-1.5 right-0 w-full px-5 text-right md:text-center text-xs"> <div class="absolute bottom-1.5 right-0 w-full px-5 text-center text-xs">
<a :href="sourceCode" target="_blank"><FontAwesomeIcon class="mr-1" :icon="['fab', 'github']"/>Kod źródłowy CV</a> <a :href="sourceCode" target="_blank"><FontAwesomeIcon class="mr-1" :icon="['fab', 'github']"/>Kod źródłowy CV</a>
</div> </div>
</div> </div>