mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-29 03:10:41 +01:00
Implements Blobity
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
<LanguagesAbout />
|
||||
<FormationsAbout />
|
||||
<ExperiencesAbout />
|
||||
<a href="/resume.pdf" target="_blank" class="duration-150 transform hover:scale-105">
|
||||
<div class="text-lg cursor-pointer px-8 py-4 rounded-xl border-2 border-red-500 dark:border-amber-400 hover:(bg-red-500 dark:bg-amber-400 text-white) dark:hover:text-black text-red-500 dark:text-amber-400 duration-300">
|
||||
<a href="/resume.pdf" target="_blank" class="z-index-3 duration-150 transform hover:scale-105">
|
||||
<div class="text-lg px-8 py-4 rounded-xl border-2 border-red-500 dark:border-amber-400 hover:(bg-red-500 dark:bg-amber-400 text-white) dark:hover:text-black text-red-500 dark:text-amber-400 duration-300">
|
||||
{{ $t('about.cv') }}
|
||||
</div>
|
||||
</a>
|
||||
|
||||
@@ -94,7 +94,7 @@ export default defineComponent({
|
||||
})
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
<style scoped lang="scss">
|
||||
.social-links a {
|
||||
svg {
|
||||
@apply h-6 w-6 duration-300
|
||||
|
||||
@@ -118,7 +118,7 @@ export default defineComponent({
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
<style scoped lang="scss">
|
||||
.button {
|
||||
position: absolute;
|
||||
top: 0.25rem;
|
||||
|
||||
@@ -104,8 +104,10 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="w-full lg:w-4/5">
|
||||
<nuxt-link to="/contact">
|
||||
<section
|
||||
class="z-index-3 w-full lg:w-4/5"
|
||||
>
|
||||
<nuxt-link to="/contact" data-blobity-offset-x="8" data-blobity-offset-y="8">
|
||||
<Ad color="green" class="group flex flex-col lg:flex-row">
|
||||
<div class="lg:w-1/2 flex justify-center">
|
||||
<img class="h-48 lg:h-64 group-hover:scale-105 transform duration-500" src="~/assets/images/memojies/Fiesta.png" alt="Fiesta Memoji" />
|
||||
|
||||
Reference in New Issue
Block a user