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/partials/about.html | 29 ++++++++++++++++++----------- templates/partials/avatars.html | 9 +-------- templates/partials/palette.html | 12 ++++++------ 3 files changed, 25 insertions(+), 25 deletions(-) (limited to 'templates/partials') diff --git a/templates/partials/about.html b/templates/partials/about.html index b53a127..e077043 100644 --- a/templates/partials/about.html +++ b/templates/partials/about.html @@ -1,4 +1,4 @@ -
+

Привет, меня зовут Стас

Я @@ -22,15 +22,22 @@ В основном пишу на python

-

Вычислил тебя по ip: {{client_geo['query']}}

+
+

+ Уже вычислил тебя по ip: +

+
+ 😎 + + {{client_geo['query']}} + + 😎 + {% if 'city' in client_geo %} +

{{client_geo['country']}}

+

{{client_geo['city']}}

+ {% endif %} +
+ +
- {% if 'city' in client_geo %} -

{{client_geo['country']}}

-

{{client_geo['city']}}

- {% endif %} -

- (Шутка в том что такая возможность есть у любого сайта) -

diff --git a/templates/partials/avatars.html b/templates/partials/avatars.html index fd2c247..a6f84ff 100644 --- a/templates/partials/avatars.html +++ b/templates/partials/avatars.html @@ -1,5 +1,4 @@ -
-
+
{% for url in avatar_urls %} @@ -9,7 +8,6 @@
-
- diff --git a/templates/partials/palette.html b/templates/partials/palette.html index 6efa551..09f77bc 100644 --- a/templates/partials/palette.html +++ b/templates/partials/palette.html @@ -1,7 +1,7 @@ -
-
-
-
-
-
+
+
+
+
+
+
\ No newline at end of file -- cgit v1.2.3