From 586d443bd71deef98bdca4574d9901f4a794979f Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Thu, 12 Apr 2018 15:04:07 +0300 Subject: [PATCH] Add new arts block --- project/templates/blocks/arts.html | 48 +++++++++++++++++++++++++++++ project/templates/lilcity/main.html | 3 +- 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 project/templates/blocks/arts.html diff --git a/project/templates/blocks/arts.html b/project/templates/blocks/arts.html new file mode 100644 index 00000000..37d1307e --- /dev/null +++ b/project/templates/blocks/arts.html @@ -0,0 +1,48 @@ +{% load static %} +
+
+
Первая онлайн-школа креативного мышления для детей! 5+
+
+

Каждый день, с понедельника по пятницу в 17:00 по московскому времени мы встречаемся в прямом эфире по пяти предметам:

+ +
+
+
+
+
Персонаж
+
+
+
+
+
Развитие креативного мышления
+
+
+
+
+
сочная и живая акварельная живопись
+
+
+
+
+
Пластилиновая живопись
+
+
+
+
+
История искусств
+
+
+
+ +
+
diff --git a/project/templates/lilcity/main.html b/project/templates/lilcity/main.html index c0f785ff..7cf5991f 100644 --- a/project/templates/lilcity/main.html +++ b/project/templates/lilcity/main.html @@ -6,7 +6,8 @@ {% include "templates/blocks/messages.html" %} {% include "templates/blocks/about.html" %} {% include "templates/blocks/advantages.html" %} - {% include "templates/blocks/live.html" %} + {% include "templates/blocks/arts.html" %} + {% include "templates/blocks/reviews.html" %} {% include "templates/blocks/gallery.html" %} {% include "templates/blocks/mobile_apps.html" %}