From c94fa44ac13c4439736299fe0e7af2adaffb49f6 Mon Sep 17 00:00:00 2001 From: StepanovPlaton Date: Tue, 3 Feb 2026 16:20:25 +0400 Subject: [PATCH] =?UTF-8?q?Create=20Projects=20=E2=80=9Cgallery=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/projects/gallery.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/content/projects/gallery.json diff --git a/src/content/projects/gallery.json b/src/content/projects/gallery.json new file mode 100644 index 0000000..02fb1ca --- /dev/null +++ b/src/content/projects/gallery.json @@ -0,0 +1,15 @@ +{ + "sourceCode": "https://github.com/StepanovPlaton/Gallery", + "featured": false, + "startDate": "2022-10-09T08:00:00.000+04:00", + "techStack": [ + "Angular", + "RxJS", + "SCSS" + ], + "status": "completed", + "title": "Gallery", + "tags": [], + "description": "Сайт-портфолио, галерея, разделённая на разделы, с системой тегов и простой авторизацией", + "category": "history" +}