mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
feat: add gimi into projects
This commit is contained in:
parent
c6d9acbf1e
commit
90de3a4f86
1 changed files with 5 additions and 5 deletions
|
@ -153,6 +153,11 @@ export const PROJECTS = [
|
|||
link: "https://github.com/xHyroM/discord-datamining",
|
||||
desc: "Repository offering datamining and analyzing web builds, host builds, articles, blog posts and discord's github",
|
||||
},
|
||||
{
|
||||
name: "gimi",
|
||||
link: "https://github.com/xHyroM/gimi",
|
||||
desc: "tool for managing multiple git remotes as mirrors written in c",
|
||||
},
|
||||
{
|
||||
name: "hykord",
|
||||
link: "https://github.com/xHyroM/hykord",
|
||||
|
@ -210,11 +215,6 @@ export const PROJECTS = [
|
|||
link: "https://github.com/xHyroM/shortener",
|
||||
desc: "Modern shortener using Astro, Svelte, TypeScript built on top of Cloudflare Pages, Page Functions, D1 and KV",
|
||||
},
|
||||
{
|
||||
name: "Slovensko v Grafoch",
|
||||
link: "https://github.com/xHyroM/slovensko-v-grafoch",
|
||||
desc: "Slovensko v Grafoch is a website that shows data about Slovakia in graphs.",
|
||||
},
|
||||
] as {
|
||||
name: string;
|
||||
link: string;
|
||||
|
|
Loading…
Reference in a new issue