Introduce ghostwriter

This commit is contained in:
2025-04-25 13:40:53 +03:00
parent d14e2b139e
commit 8670b689ec
2 changed files with 44 additions and 41 deletions

View File

@@ -1,42 +1,45 @@
<template>
<UContainer class="flex flex-col gap-5" as="section">
<div class="text-sm text-gray-500">Personal projects</div>
<UContainer class="flex flex-col gap-5" as="section">
<div class="text-sm text-gray-500">Personal projects</div>
<div class="grid grid-cols-1 gap-5 md:grid-cols-3">
<Project
title="Places for Zendesk"
image="https://990141.apps.zdusercontent.com/990141/assets/1701544308-8c83d0f02afd0b3d7342e5f19304c4b4/logo.png"
url="https://getplaces.co"
>
<template v-slot:description>
Drive leads and customers straight to your business.
</template>
<template v-slot:subtitle> Built for Zendesk marketplace </template>
</Project>
<div class="grid grid-cols-1 gap-5 md:grid-cols-3">
<Project
title="Ghostwriter"
image="https://www.ghostwriter.rocks/ghostwriter-logo.png"
url="https://ghostwriter.rocks"
>
<template v-slot:description>
Your Strava activities, creatively titled!
</template>
<template v-slot:subtitle> Compatible with Strava </template>
</Project>
<Project
title="SneakPeek"
image="https://cdn.livechat-files.com/api/file/developers/img/applications/449B6QFGg/icons/AecAyk1Gg-960x960.png"
url="https://www.livechat.com/marketplace/apps/sneakpeek"
marketplace="LiveChat"
>
<template v-slot:description
>Turn URLs into visual chat-friendly previews</template
>
<template v-slot:subtitle> Built for LiveChat marketplace </template>
</Project>
<Project
title="Places for Zendesk"
image="https://990141.apps.zdusercontent.com/990141/assets/1701544308-8c83d0f02afd0b3d7342e5f19304c4b4/logo.png"
url="https://getplaces.co"
>
<template v-slot:description>
Drive leads and customers straight to your business.
</template>
<template v-slot:subtitle>
Built for Zendesk marketplace
</template>
</Project>
<Project
title="Currencies"
image="https://cdn.livechat-files.com/api/file/developers/img/applications/WA1l7z4Gg/stCs0iVMg-icon-960x960.png"
url="https://www.livechat.com/marketplace/apps/currencies"
marketplace="LiveChat"
>
<template v-slot:description
>The quickest way to convert currencies.</template
>
<template v-slot:subtitle> Built for LiveChat marketplace </template>
</Project>
</div>
</UContainer>
<Project
title="SneakPeek"
image="https://cdn.livechat-files.com/api/file/developers/img/applications/449B6QFGg/icons/AecAyk1Gg-960x960.png"
url="https://www.livechat.com/marketplace/apps/sneakpeek"
marketplace="LiveChat"
>
<template v-slot:description
>Turn URLs into visual chat-friendly previews</template
>
<template v-slot:subtitle>
Built for LiveChat marketplace
</template>
</Project>
</div>
</UContainer>
</template>

View File

@@ -12,17 +12,17 @@
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/image": "latest",
"nuxt": "^3.16.0",
"nuxt": "^3.16.2",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"dependencies": {
"@nuxt/content": "^3.3.0",
"@nuxt/content": "^3.5.1",
"@nuxt/ui": "^2.11.0",
"@nuxtjs/robots": "^3.0.0",
"@vueuse/core": "^10.7.0",
"@vueuse/motion": "^3.0.3",
"@vueuse/nuxt": "^13.0.0",
"sharp": "^0.33.0"
"@vueuse/nuxt": "^13.1.0",
"sharp": "^0.34.1"
}
}