mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-29 03:10:39 +01:00
Add new about photo
This commit is contained in:
@@ -14,7 +14,7 @@ const { data: experiences } = await getWorkExperiences()
|
|||||||
<div class="lg:pl-20 flex justify-center">
|
<div class="lg:pl-20 flex justify-center">
|
||||||
<div class="max-w-xs px-2.5 lg:max-w-none">
|
<div class="max-w-xs px-2.5 lg:max-w-none">
|
||||||
<UTooltip text="It's me 👋" :popper="{ offsetDistance: 20 }">
|
<UTooltip text="It's me 👋" :popper="{ offsetDistance: 20 }">
|
||||||
<img src="/about.jpg" class="border dark:border-0 aspect-square rotate-3 hover:rotate-0 duration-300 rounded-3xl bg-zinc-100 object-cover dark:bg-zinc-800">
|
<img src="/about.png" class="border dark:border-0 aspect-square rotate-3 hover:rotate-0 duration-300 transition-transform rounded-3xl bg-zinc-100 object-cover dark:bg-zinc-800">
|
||||||
</UTooltip>
|
</UTooltip>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -65,13 +65,16 @@ const { data: experiences } = await getWorkExperiences()
|
|||||||
<Education v-for="education in educations" :key="education.title" :education="education" />
|
<Education v-for="education in educations" :key="education.title" :education="education" />
|
||||||
</GridSection>
|
</GridSection>
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<UButton
|
<UTooltip text="Coming very soon..." :popper="{ offsetDistance: 20 }">
|
||||||
label="Download my CV"
|
<UButton
|
||||||
icon="i-material-symbols-lab-profile-outline-rounded"
|
label="Download my CV"
|
||||||
color="primary"
|
icon="i-material-symbols-lab-profile-outline-rounded"
|
||||||
variant="outline"
|
color="primary"
|
||||||
size="xl"
|
variant="outline"
|
||||||
/>
|
size="xl"
|
||||||
|
:disabled="true"
|
||||||
|
/>
|
||||||
|
</UTooltip>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
BIN
src/public/about.png
Normal file
BIN
src/public/about.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 97 KiB |
Reference in New Issue
Block a user