From a346474a89d13c91e154a0e3d8a017a1f28b1148 Mon Sep 17 00:00:00 2001 From: Andrei Date: Sat, 4 Mar 2023 09:06:15 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=83=20=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D1=84=D0=B8=D0=BB=D1=8F:=20=D1=83=D0=B1=D1=80=D0=B0?= =?UTF-8?q?=D0=BB=20=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BD=D0=BE=D0=B9=20?= =?UTF-8?q?=D0=B1=D0=BB=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/profile.css | 9 +++++---- templates/profile.html | 24 ++++++------------------ templates/showcase.html | 4 +++- 3 files changed, 14 insertions(+), 23 deletions(-) diff --git a/static/css/profile.css b/static/css/profile.css index d2d8bfb..56b2f2a 100644 --- a/static/css/profile.css +++ b/static/css/profile.css @@ -6,7 +6,8 @@ background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) ), url(../images/back_profile_one.jpg);background-repeat: repeat; background-position: center; } .profile_block { - height: 57vw; + margin-top: 5vw; + height: 65vw; width: 85%; margin-left: 7.5%; margin-bottom: 6%; @@ -99,12 +100,12 @@ form { padding-left: 15px; } #logout_button { - color: #000000; - background-color:#f5d3b8; + color: #ffffff; + background-color:#ff3f3f; } #logout_button:hover { text-decoration: none; - color: #000000; + color: #ffffff; } .profile_button_text { width: 100%; diff --git a/templates/profile.html b/templates/profile.html index bde308f..04475e1 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -1,24 +1,7 @@ {% extends "base.html" %} {% block content %}
-
-
-

Профиль

-

Здесь можно поменять настройки учетной записи

- - -
-

Выйти

-
-
-
-
-
+
@@ -94,6 +77,11 @@
{{ form.submit(type="submit", class="profile_button") }} + +
+

Выйти

+
+
diff --git a/templates/showcase.html b/templates/showcase.html index 56f4186..124074f 100644 --- a/templates/showcase.html +++ b/templates/showcase.html @@ -1,6 +1,8 @@ {% extends "base.html" %} {% block content %}
-s +
+ +
{% endblock %} \ No newline at end of file