Add blobity radius

This commit is contained in:
2021-11-03 18:02:31 +01:00
parent ecf33373c7
commit 0fd44602d6

View File

@@ -11,7 +11,7 @@
{{ $t('footer.description') }} {{ $t('footer.description') }}
</p> </p>
<div class="mt-4 flex"> <div class="mt-4 flex">
<nuxt-link data-blobity-magnetic="false" to="/contact" class="z-index-3 text-red-400"> <nuxt-link data-blobity-magnetic="false" data-blobity-radius="16" to="/contact" class="z-index-3 text-red-500">
{{ $t(hiring_message) }} {{ $t(hiring_message) }}
</nuxt-link> </nuxt-link>
</div> </div>
@@ -70,18 +70,20 @@
</div> </div>
</div> </div>
</div> </div>
<div class="text-center border-t-2 border-gray-200 dark:border-gray-800 py-8 lg:flex lg:flex-row-reverse justify-between"> <div class="lg:mx-20 text-center border-t-2 border-gray-200 dark:border-gray-800 py-8 lg:flex lg:flex-row-reverse justify-between">
<div class="flex"> <div class="flex flex-col lg:flex-row">
{{ $t('footer.credits') }} {{ $t('footer.credits') }}
<a data-blobity-magnetic="false" class="z-index-3 mx-2 social font-semibold" target="_blank" href="https://nuxtjs.org" rel="noopener noreferrer"> <div class="flex justify-center">
<NuxtIcon /> <a data-blobity-magnetic="false" class="z-index-3 mx-2 social font-semibold" target="_blank" href="https://nuxtjs.org" rel="noopener noreferrer">
<span>NuxtJS</span> <NuxtIcon />
</a> <span>NuxtJS</span>
{{ $t('footer.credits_separator') }} </a>
<a data-blobity-magnetic="false" class="z-index-3 mx-2 social font-semibold" target="_blank" href="https://adonisjs.com" rel="noopener noreferrer"> {{ $t('footer.credits_separator') }}
<AdonisIcon /> <a data-blobity-magnetic="false" class="z-index-3 mx-2 social font-semibold" target="_blank" href="https://adonisjs.com" rel="noopener noreferrer">
<span>AdonisJS</span> <AdonisIcon />
</a> <span>AdonisJS</span>
</a>
</div>
</div> </div>
<p class="mt-4 lg:mt-0">{{ $t('footer.copyrights', { date: getDate }) }}</p> <p class="mt-4 lg:mt-0">{{ $t('footer.copyrights', { date: getDate }) }}</p>
</div> </div>