- Update project #1
@ -59,11 +59,11 @@ const qrCodeLink = computed(() => {
|
||||
<Skills />
|
||||
<Certificates />
|
||||
<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">
|
||||
<QRCode
|
||||
render-as="svg"
|
||||
class="mx-auto mb-2"
|
||||
class="mx-auto mb-1"
|
||||
:value="qrCodeLink"
|
||||
:size="100"
|
||||
level="L"
|
||||
@ -71,7 +71,7 @@ const qrCodeLink = computed(() => {
|
||||
</a>
|
||||
<div class="text-center">CV w wersji online</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>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user