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

View File

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