From f4efa8f66ea5711a7cead1699f3e7cb4132fd35b Mon Sep 17 00:00:00 2001 From: Web-serfer Date: Tue, 31 Mar 2026 17:09:03 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D0=BE=D0=B5=20=D0=B8=D0=B7?= =?UTF-8?q?=D0=BC=D0=BD=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=B2=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/about/AboutHero.astro | 2 +- gin-app/README.md | 0 gin-app/cmd/server/main.go | 0 gin-app/internal/handlers/handlers.go | 0 gin-app/internal/models/models.go | 0 gin-app/internal/routes/routes.go | 0 gin-app/static/css/style.css | 0 gin-app/static/images/logo.png | 0 gin-app/static/js/app.js | 0 gin-app/templates/layouts/base.html | 0 gin-app/templates/pages/about.html | 0 gin-app/templates/pages/index.html | 0 gin-app/templates/pages/user/dashboard.html | 0 gin-app/templates/pages/user/profile.html | 0 gin-app/templates/partials/footer.html | 0 gin-app/templates/partials/header.html | 0 16 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 gin-app/README.md create mode 100644 gin-app/cmd/server/main.go create mode 100644 gin-app/internal/handlers/handlers.go create mode 100644 gin-app/internal/models/models.go create mode 100644 gin-app/internal/routes/routes.go create mode 100644 gin-app/static/css/style.css create mode 100644 gin-app/static/images/logo.png create mode 100644 gin-app/static/js/app.js create mode 100644 gin-app/templates/layouts/base.html create mode 100644 gin-app/templates/pages/about.html create mode 100644 gin-app/templates/pages/index.html create mode 100644 gin-app/templates/pages/user/dashboard.html create mode 100644 gin-app/templates/pages/user/profile.html create mode 100644 gin-app/templates/partials/footer.html create mode 100644 gin-app/templates/partials/header.html diff --git a/frontend/src/components/about/AboutHero.astro b/frontend/src/components/about/AboutHero.astro index babcf09..46d1825 100644 --- a/frontend/src/components/about/AboutHero.astro +++ b/frontend/src/components/about/AboutHero.astro @@ -2,7 +2,7 @@ import { LAWYER_NAME } from '@constants/constants.ts'; import { getAboutHeroStats, getYearsOfPractice, getClientDeclension, getYearDeclension } from '@utils/stats.utils.ts'; -const lawyerImage = '/images/about/advokat.avif'; +const lawyerImage = '/images/about/advokat_surguta.avif'; const dynamicStats = getAboutHeroStats(); diff --git a/gin-app/README.md b/gin-app/README.md new file mode 100644 index 0000000..e69de29 diff --git a/gin-app/cmd/server/main.go b/gin-app/cmd/server/main.go new file mode 100644 index 0000000..e69de29 diff --git a/gin-app/internal/handlers/handlers.go b/gin-app/internal/handlers/handlers.go new file mode 100644 index 0000000..e69de29 diff --git a/gin-app/internal/models/models.go b/gin-app/internal/models/models.go new file mode 100644 index 0000000..e69de29 diff --git a/gin-app/internal/routes/routes.go b/gin-app/internal/routes/routes.go new file mode 100644 index 0000000..e69de29 diff --git a/gin-app/static/css/style.css b/gin-app/static/css/style.css new file mode 100644 index 0000000..e69de29 diff --git a/gin-app/static/images/logo.png b/gin-app/static/images/logo.png new file mode 100644 index 0000000..e69de29 diff --git a/gin-app/static/js/app.js b/gin-app/static/js/app.js new file mode 100644 index 0000000..e69de29 diff --git a/gin-app/templates/layouts/base.html b/gin-app/templates/layouts/base.html new file mode 100644 index 0000000..e69de29 diff --git a/gin-app/templates/pages/about.html b/gin-app/templates/pages/about.html new file mode 100644 index 0000000..e69de29 diff --git a/gin-app/templates/pages/index.html b/gin-app/templates/pages/index.html new file mode 100644 index 0000000..e69de29 diff --git a/gin-app/templates/pages/user/dashboard.html b/gin-app/templates/pages/user/dashboard.html new file mode 100644 index 0000000..e69de29 diff --git a/gin-app/templates/pages/user/profile.html b/gin-app/templates/pages/user/profile.html new file mode 100644 index 0000000..e69de29 diff --git a/gin-app/templates/partials/footer.html b/gin-app/templates/partials/footer.html new file mode 100644 index 0000000..e69de29 diff --git a/gin-app/templates/partials/header.html b/gin-app/templates/partials/header.html new file mode 100644 index 0000000..e69de29