-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtemplates.json
35 lines (35 loc) · 1.2 KB
/
templates.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[
{
"title": "Nuxt GSAP Starter pack",
"slug": "nuxtgsap-starter",
"description": "Nuxt gsap starter template",
"githubUrl": "https://github.com/kadetXx/nuxt-gsap-starter",
"image": "https://res.cloudinary.com/dgqfojhx4/image/upload/v1694678011/templates/nuxt-gsap_hkgpxw.png",
"categories": [
"art-creative"
],
"deploymentUrl": "https://nuxt-gsap-starter.brimble.app"
},
{
"title": "Simple Portfolio",
"slug": "portfolio-starter",
"description": "Simple html & css portfolio",
"githubUrl": "https://github.com/aosasona/1063",
"image": "https://res.cloudinary.com/dgqfojhx4/image/upload/v1704447359/templates/portfolio_kgatyc.png",
"categories": [
"portfolio"
],
"deploymentUrl": "https://1063.brimble.app"
},
{
"title": "Portfolio - with Next.js App Router",
"description": "Easily create a portfolio with Next.js app directory",
"slug": "nextjs-portfolio",
"image": "http://res.cloudinary.com/dgqfojhx4/image/upload/v1691268979/screenshots/yopydnezwwyj11lstcdh.png",
"githubUrl": "https://github.com/klef-dev/klef-dev",
"categories": [
"portfolio"
],
"deploymentUrl": "https://klefdev.brimble.app"
}
]