add: Sudoku site added to my projects

This commit is contained in:
2025-11-22 22:27:56 +03:00
parent 10b5604fb4
commit 63ff73ab18
10 changed files with 41 additions and 7 deletions

View File

@@ -55,6 +55,23 @@
},
{
"id": 3,
"screenshots": [
"/images/screenshots/sudoku/1.png",
"/images/screenshots/sudoku/3.png",
"/images/screenshots/sudoku/2.png"
],
"screenshotBg": "bg-zinc-800",
"logo": "/images/logos/sudoku.png",
"logoAlt": "projects.items.3.logoAlt",
"title": "projects.items.3.title",
"url": "https://sudoku.dusiburg.ru/",
"hostname": "sudoku.dusiburg.ru",
"description": "projects.items.3.description",
"text": "projects.items.3.text",
"skills": ["Next.js", "Tailwind", "Shadcn"]
},
{
"id": 4,
"screenshots": [
"/images/screenshots/fastlink/1.png",
"/images/screenshots/fastlink/2.png",
@@ -62,10 +79,10 @@
],
"screenshotBg": "bg-[#b394c5]",
"logo": "/images/logos/fastlink.png",
"logoAlt": "projects.items.3.logoAlt",
"title": "projects.items.3.title",
"text": "projects.items.3.text",
"description": "projects.items.3.description",
"logoAlt": "projects.items.4.logoAlt",
"title": "projects.items.4.title",
"text": "projects.items.4.text",
"description": "projects.items.4.description",
"skills": ["Next.js", "Tailwind", "Shadcn", "Go", "Postgres", "Supabase"]
}
]