From 888de0a90ae0e04ea9e20063d9a6cbfa9a20e9e0 Mon Sep 17 00:00:00 2001 From: Stas Medvedev Date: Tue, 11 Jun 2024 02:58:35 +0300 Subject: =?UTF-8?q?=D0=90=D0=B4=D0=B0=D0=BF=D1=82=D0=B8=D0=B2=D0=BA=D0=B0,?= =?UTF-8?q?=20=D0=BF=D0=BE=D0=B8=D0=B3=D1=80=D0=B0=D0=BB=20=D1=81=20=D0=B4?= =?UTF-8?q?=D0=B8=D0=B7=D0=B0=D0=B9=D0=BD=D0=BE=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 87145fd..396c663 100644 --- a/templates/index.html +++ b/templates/index.html @@ -27,17 +27,21 @@ Document - {% include 'partials/palette.html' %} - {% include 'partials/header.html' %} - {% include 'partials/about.html' %} - - {% include 'partials/avatars.html' %} +
+
+ {% include 'partials/about.html' %} + {% include 'partials/palette.html' %} + {% include 'partials/services.html' %} +
+
+ {% include 'partials/avatars.html' %} +
+
- {% include 'partials/services.html' %} -- cgit v1.2.3