From c4fc18d9ac1ebedca04da3bc6f8ca47f5ea4bea0 Mon Sep 17 00:00:00 2001 From: stepanzh Date: Fri, 16 Feb 2024 13:04:11 +0300 Subject: [PATCH 1/3] feat: app menu is restructructured Closes #52 --- static/icons/book_open.svg | 3 +++ static/icons/newspaper.svg | 3 +++ templates/index.html | 52 ++++++++++---------------------------- 3 files changed, 20 insertions(+), 38 deletions(-) create mode 100644 static/icons/book_open.svg create mode 100644 static/icons/newspaper.svg diff --git a/static/icons/book_open.svg b/static/icons/book_open.svg new file mode 100644 index 0000000..697b466 --- /dev/null +++ b/static/icons/book_open.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/icons/newspaper.svg b/static/icons/newspaper.svg new file mode 100644 index 0000000..760d184 --- /dev/null +++ b/static/icons/newspaper.svg @@ -0,0 +1,3 @@ + + + diff --git a/templates/index.html b/templates/index.html index 79c32be..d679889 100644 --- a/templates/index.html +++ b/templates/index.html @@ -79,60 +79,36 @@ - +
- +
-
Помощь проекту
- - - +
Разделы сайта
- -
- - -
-
Обратная связь
- From fefe1b0ea8f4c1519306e459d088828b62d5a214 Mon Sep 17 00:00:00 2001 From: stepanzh Date: Fri, 16 Feb 2024 13:07:27 +0300 Subject: [PATCH 2/3] feat: remove unnecessary contacts --- build.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/build.py b/build.py index 73e93be..257bd4c 100644 --- a/build.py +++ b/build.py @@ -24,6 +24,7 @@ class JqueryCDN: 'repository': 'https://github.com/stepanzh/Proportio', 'vk_community': 'https://vk.com/proportioapp', } + PROJECT_CONTACTS = { 'Stepan': Contact( firstname='Степан', @@ -31,16 +32,6 @@ class JqueryCDN: telegram='https://t.me/red_deer', github='https://github.com/stepanzh', ), - 'Alexandra': Contact( - firstname='Александра', - secondname='Кобец', - telegram='https://t.me/kobets_dez', - ), - 'Mariya': Contact( - firstname='Мария', - secondname='Лукьянова', - telegram='https://t.me/Marnia_made' - ), } JQUERY = { From ba7b7ec10981997b4e2ea34f3cbee195289a8cbd Mon Sep 17 00:00:00 2001 From: stepanzh Date: Fri, 16 Feb 2024 13:07:52 +0300 Subject: [PATCH 3/3] feat: rename donate nav item --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 5f5445c..5c90c9d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -86,7 +86,7 @@ Приложение Подарки Рецепты - Задонатить + Поддержать