mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-20 06:51:48 +01:00
123 lines
2.0 KiB
JSON
Executable File
123 lines
2.0 KiB
JSON
Executable File
[
|
|
{
|
|
"title": "Java",
|
|
"color": "blueGray",
|
|
"cover": "Java.png",
|
|
"slug": "java"
|
|
},
|
|
{
|
|
"title": "TypeScript",
|
|
"color": "cyan",
|
|
"cover": "TypeScript.png",
|
|
"slug": "typescript"
|
|
},
|
|
{
|
|
"title": "JavaScript",
|
|
"color": "yellow",
|
|
"cover": "JavaScript.png",
|
|
"slug": "javascript"
|
|
},
|
|
{
|
|
"title": "Go",
|
|
"color": "cyan",
|
|
"cover": "GoLang.png",
|
|
"slug": "golang"
|
|
},
|
|
{
|
|
"title": "NuxtJs",
|
|
"color": "emerald",
|
|
"cover": "NuxtJs.png",
|
|
"slug": "nuxtjs"
|
|
},
|
|
{
|
|
"title": "VueJs",
|
|
"color": "emerald",
|
|
"cover": "VueJs.png",
|
|
"slug": "vuejs"
|
|
},
|
|
{
|
|
"title": "AdonisJs",
|
|
"color": "purple",
|
|
"cover": "AdonisJs.png",
|
|
"slug": "adonisjs"
|
|
},
|
|
{
|
|
"title": "ViteJs",
|
|
"color": "amber",
|
|
"cover": "Vitejs.png",
|
|
"slug": "vitejs"
|
|
},
|
|
{
|
|
"title": "WindiCss",
|
|
"color": "lightBlue",
|
|
"cover": "Windicss.png",
|
|
"slug": "windicss"
|
|
},
|
|
{
|
|
"title": "Html",
|
|
"color": "orange",
|
|
"cover": "Html.png",
|
|
"slug": "html"
|
|
},
|
|
{
|
|
"title": "Css",
|
|
"color": "lightBlue",
|
|
"cover": "Css.png",
|
|
"slug": "css"
|
|
},
|
|
{
|
|
"title": "NodeJs",
|
|
"color": "lime",
|
|
"cover": "NodeJs.png",
|
|
"slug": "nodejs"
|
|
},
|
|
{
|
|
"title": "ElectronJs",
|
|
"color": "teal",
|
|
"cover": "ElectronJs.png",
|
|
"slug": "electronjs"
|
|
},
|
|
{
|
|
"title": "Git",
|
|
"color": "orange",
|
|
"cover": "Git.png",
|
|
"slug": "git"
|
|
},
|
|
{
|
|
"title": "MariaDB",
|
|
"color": "blue",
|
|
"cover": "MariaDB.png",
|
|
"slug": "mariadb"
|
|
},
|
|
{
|
|
"title": "RabbitMQ",
|
|
"color": "orange",
|
|
"cover": "RabbitMQ.png",
|
|
"slug": "rabbitmq"
|
|
},
|
|
{
|
|
"title": "Redis",
|
|
"color": "red",
|
|
"cover": "Redis.png",
|
|
"slug": "redis"
|
|
},
|
|
{
|
|
"title": "Sass",
|
|
"color": "rose",
|
|
"cover": "Sass.png",
|
|
"slug": "sass"
|
|
},
|
|
{
|
|
"title": "TailwindCss",
|
|
"color": "teal",
|
|
"cover": "TailwindCss.png",
|
|
"slug": "tailwindcss"
|
|
},
|
|
{
|
|
"title": "Docker",
|
|
"color": "cyan",
|
|
"cover": "Docker.png",
|
|
"slug": "docker"
|
|
}
|
|
]
|