mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 15:54:13 +01:00
Add quote
This commit is contained in:
20
app/components/content/Quote.vue
Normal file
20
app/components/content/Quote.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<div class="flex items-center gap-2 mt-4">
|
||||
<div>
|
||||
<div class="flex items-center w-12 h-12">
|
||||
<NuxtImg
|
||||
alt="Arthur Danjou picture"
|
||||
class="w-full h-full"
|
||||
src="/favicon.png"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
Hello everyone! Thanks for visiting my portfolio. Please leave whatever you like to say, such as suggestions,
|
||||
appreciations, questions or anything!
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
</script>
|
||||
@@ -23,4 +23,6 @@ As well as programming, I enjoy **sport** and **travelling**. My passion, commit
|
||||
|
||||
:stats
|
||||
|
||||
:activity
|
||||
:activity
|
||||
|
||||
:quote
|
||||
Reference in New Issue
Block a user