From df580e22c0a0fd0c79f59bdf7eb3e91c9c8c7420 Mon Sep 17 00:00:00 2001 From: Alexander <58055542+IMrProYTI@users.noreply.github.com> Date: Fri, 6 Mar 2026 18:43:13 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BC=D0=B5=D1=82=D0=B0=D0=B4=D0=B0?= =?UTF-8?q?=D0=BD=D0=BD=D1=8B=D1=85=20=D0=B8=20=D0=B4=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BD=D0=BE=D0=B2=D0=BE?= =?UTF-8?q?=D0=B3=D0=BE=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D1=82=D0=B0=20WarningSection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 10 ++- src/App.vue | 2 + src/components/HeroSection.vue | 4 +- src/components/RitsuSection.vue | 101 ++++++++++++++---------------- src/components/SiteFooter.vue | 6 +- src/components/TitleLogo.vue | 2 +- src/components/WarningSection.vue | 9 +++ 7 files changed, 72 insertions(+), 62 deletions(-) create mode 100644 src/components/WarningSection.vue diff --git a/index.html b/index.html index a1f370f..c31c4c1 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,17 @@ - + - Nevedom Hren + Неведомая Хрень + + + + + +
diff --git a/src/App.vue b/src/App.vue index c01e7c5..15f5f1b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,6 +6,7 @@ ]"> + @@ -16,6 +17,7 @@ import { onMounted } from 'vue' import SiteHeader from './components/SiteHeader.vue' import HeroSection from './components/HeroSection.vue' +import WarningSection from './components/WarningSection.vue' import RitsuSection from './components/RitsuSection.vue' import SupportSection from './components/SupportSection.vue' import SiteFooter from './components/SiteFooter.vue' diff --git a/src/components/HeroSection.vue b/src/components/HeroSection.vue index e88781d..40ccffb 100644 --- a/src/components/HeroSection.vue +++ b/src/components/HeroSection.vue @@ -1,10 +1,10 @@ \ No newline at end of file diff --git a/src/components/WarningSection.vue b/src/components/WarningSection.vue new file mode 100644 index 0000000..11e6958 --- /dev/null +++ b/src/components/WarningSection.vue @@ -0,0 +1,9 @@ + \ No newline at end of file