This commit is contained in:
parent
08cddb2c6d
commit
a1677b51f0
1 changed files with 18 additions and 3 deletions
|
@ -81,12 +81,12 @@ const projects: Project[] = [
|
||||||
id: 9,
|
id: 9,
|
||||||
title: "Étoile Polaire",
|
title: "Étoile Polaire",
|
||||||
description: "Étoile Polaire est une application de gestion de conteneurs Docker avec support multi-machines.",
|
description: "Étoile Polaire est une application de gestion de conteneurs Docker avec support multi-machines.",
|
||||||
tags: ["Python", "Docker", "Go", "Vue.js", "SQLite","JavaScript", "TypeScript","NodeJs"],
|
tags: ["Python", "Docker", "Go", "Vue.js", "SQLite","JavaScript","TypeScript","NodeJs"],
|
||||||
category: 'web',
|
category: 'web',
|
||||||
status: 'in-progress',
|
status: 'in-progress',
|
||||||
image: "",
|
image: "",
|
||||||
links: {
|
links: {
|
||||||
demo: "https://git.wilmoredynamics.com",
|
demo: "https://git.wilmoredynamics.com/ab/etoile_polaire",
|
||||||
},
|
},
|
||||||
pattern: (
|
pattern: (
|
||||||
<svg className="absolute inset-0 w-full h-full text-foreground/[0.05] [mask-image:linear-gradient(to_bottom_right,white_40%,transparent_50%)]" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960">
|
<svg className="absolute inset-0 w-full h-full text-foreground/[0.05] [mask-image:linear-gradient(to_bottom_right,white_40%,transparent_50%)]" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960">
|
||||||
|
@ -180,7 +180,22 @@ const projects: Project[] = [
|
||||||
</svg>
|
</svg>
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 10,
|
||||||
|
title: "Orbit Docs",
|
||||||
|
description: "Une Notion moderne du doc, construit avec Next.js, Node.js et TypeScript.",
|
||||||
|
tags: ["Docker", "Node.js", "PostgreSQL", "TypeScript"],
|
||||||
|
category: 'web',
|
||||||
|
status: 'in-progress',
|
||||||
|
links: {
|
||||||
|
demo: "https://git.wilmoredynamics.com/ab/orbit_docs",
|
||||||
|
},
|
||||||
|
pattern: (
|
||||||
|
<svg className="absolute inset-0 w-full h-full text-foreground/[0.05] [mask-image:linear-gradient(to_bottom_right,white_40%,transparent_50%)]" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960">
|
||||||
|
<path fill="currentColor" d="m297-581 149-243q6-10 15-14.5t19-4.5q10 0 19 4.5t15 14.5l149 243q6 10 6 21t-5 20q-5 9-14 14.5t-21 5.5H331q-12 0-21-5.5T296-540q-5-9-5-20t6-21ZM700-80q-75 0-127.5-52.5T520-260q0-75 52.5-127.5T700-440q75 0 127.5 52.5T880-260q0 75-52.5 127.5T700-80Zm-580-60v-240q0-17 11.5-28.5T160-420h240q17 0 28.5 11.5T440-380v240q0 17-11.5 28.5T400-100H160q-17 0-28.5-11.5T120-140Z" />
|
||||||
|
</svg>
|
||||||
|
)
|
||||||
|
},
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue