Merge pull request #3 from mariosant/add-ghostwriter
Introduce ghostwriter
This commit is contained in:
@@ -3,6 +3,17 @@
|
|||||||
<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
|
||||||
|
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
|
<Project
|
||||||
title="Places for Zendesk"
|
title="Places for Zendesk"
|
||||||
image="https://990141.apps.zdusercontent.com/990141/assets/1701544308-8c83d0f02afd0b3d7342e5f19304c4b4/logo.png"
|
image="https://990141.apps.zdusercontent.com/990141/assets/1701544308-8c83d0f02afd0b3d7342e5f19304c4b4/logo.png"
|
||||||
@@ -11,7 +22,9 @@
|
|||||||
<template v-slot:description>
|
<template v-slot:description>
|
||||||
Drive leads and customers straight to your business.
|
Drive leads and customers straight to your business.
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:subtitle> Built for Zendesk marketplace </template>
|
<template v-slot:subtitle>
|
||||||
|
Built for Zendesk marketplace
|
||||||
|
</template>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
||||||
<Project
|
<Project
|
||||||
@@ -23,19 +36,9 @@
|
|||||||
<template v-slot:description
|
<template v-slot:description
|
||||||
>Turn URLs into visual chat-friendly previews</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
|
||||||
|
</template>
|
||||||
<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>
|
</Project>
|
||||||
</div>
|
</div>
|
||||||
</UContainer>
|
</UContainer>
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user