From 437364d4f26de6db210ffeea09b72004f72a83c1 Mon Sep 17 00:00:00 2001 From: e11sy Date: Sun, 30 Jun 2024 03:32:31 +0300 Subject: [PATCH] added grid info component - added grid info component - patched contact component - setup for ru layout --- assets/svg/vite.svg | 1 + assets/svg/vue.svg | 15 ++ assets/svg/webpack.svg | 1 + components/contact.vue | 30 +++- components/grid-info.vue | 155 ++++++++++++++++ components/site-footer-ru.vue | 273 +++++++++++++++++++++++++++++ layouts/{default-ru.vue => ru.vue} | 6 +- pages/ru.vue | 70 +++----- 8 files changed, 506 insertions(+), 45 deletions(-) create mode 100644 assets/svg/vite.svg create mode 100644 assets/svg/vue.svg create mode 100644 assets/svg/webpack.svg create mode 100644 components/grid-info.vue create mode 100644 components/site-footer-ru.vue rename layouts/{default-ru.vue => ru.vue} (81%) diff --git a/assets/svg/vite.svg b/assets/svg/vite.svg new file mode 100644 index 0000000..158bc32 --- /dev/null +++ b/assets/svg/vite.svg @@ -0,0 +1 @@ + diff --git a/assets/svg/vue.svg b/assets/svg/vue.svg new file mode 100644 index 0000000..70cc501 --- /dev/null +++ b/assets/svg/vue.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/assets/svg/webpack.svg b/assets/svg/webpack.svg new file mode 100644 index 0000000..1194165 --- /dev/null +++ b/assets/svg/webpack.svg @@ -0,0 +1 @@ + diff --git a/components/contact.vue b/components/contact.vue index fcc3aaa..ea9390a 100644 --- a/components/contact.vue +++ b/components/contact.vue @@ -1,7 +1,7 @@ + + diff --git a/components/site-footer-ru.vue b/components/site-footer-ru.vue new file mode 100644 index 0000000..fc5c85b --- /dev/null +++ b/components/site-footer-ru.vue @@ -0,0 +1,273 @@ + + + + + diff --git a/layouts/default-ru.vue b/layouts/ru.vue similarity index 81% rename from layouts/default-ru.vue rename to layouts/ru.vue index d6a82ca..4ce543c 100644 --- a/layouts/default-ru.vue +++ b/layouts/ru.vue @@ -1,6 +1,6 @@