diff --git a/static/css/about.css b/static/css/about.css index e50ae41..512d1cd 100644 --- a/static/css/about.css +++ b/static/css/about.css @@ -1,34 +1,27 @@ -.obout_block { - width: 80%; - margin-left: 10%; - margin-right: 10%; +.about_block { + padding: 3%; background-color:#7fc3ff; border-radius: 22px; } +.dop { + margin-top: 5%; + width: 50%; + margin-left: 20%; +} +.dop2 { + width: 130%; + margin-left: -80%; +} .about_text { - width: 90%; - text-align: justify; - margin-left: 5%; - margin-right: 5%; color: #ffffff; font: bold; } -#moona_img { - width: 90%; - margin-left: 5%; - border-radius: 55px; -} .contact { - width: 80%; - margin-left: 10%; - margin-right: 10%; - background-color: #58cdf5; - margin-top: 20px; - border-radius: 25px; + padding: 3%; + background-color:#7fc3ff; + border-radius: 22px; } .contact_content { - width: 80%; - margin-left: 10%; - margin-right: 10%; color: #ffffff; + font: bold; } \ No newline at end of file diff --git a/static/css/publications.css b/static/css/publications.css index 3db2347..74d4ad4 100644 --- a/static/css/publications.css +++ b/static/css/publications.css @@ -1,34 +1,41 @@ +.but { + width: 80%; +} table { -margin-left: 10%; - margin-right: auto; - width: 90%; + margin-left: 10%; + margin-right: auto; + width: 90%; } #row1, #row2, #row3 { -width: 32%; -display:inline-block; + width: 33%; + display:inline-block; vertical-align: top; margin-top: 39px; } #row1_div, #row2_div, #row3_div { -width: 90%; + width: 95%; } .post_zag, .card-text, .card-body, .post_zag, .author { -width: 90%; -margin-left: auto; - margin-right: auto; -text-align: center; + width: 90%; + margin-left: auto; + margin-right: auto; + text-align: center; } .post { -background-color: #7fc3ff; -border-radius: 22px; -width: 90%; -height: 95%; -margin-bottom: 20px; + background-color: #7fc3ff; + border-radius: 22px; + width: 90%; + height: 95%; + margin-bottom: 20px; } details { -color: #ffffff; + color: #ffffff; } #add_post { margin-top: 20px; margin-left: 83%; +} +.hz1 { + margin: 5%; + font-size: 160%; } \ No newline at end of file diff --git a/static/img/user_photo/Dinosaurik_logo.png b/static/img/user_photo/Dinosaurik_logo.png new file mode 100644 index 0000000..dcbf5b9 Binary files /dev/null and b/static/img/user_photo/Dinosaurik_logo.png differ diff --git a/templates/about.html b/templates/about.html index 822f38e..4942d3f 100644 --- a/templates/about.html +++ b/templates/about.html @@ -3,35 +3,43 @@ {% block content %}
-

Контакты

-
-
- Вы можете связаться с нами: -

По этой andreiduvakin@mail.ru - - или этой электронной почте moonadiary@yandex.ru

-

Также вы можете написать нам в VK: Дарья - и - Андрей

-
-
-

О нас

-
-

- В наше время существует много личных дневников - для телефонов или планшетов, где вы можете изложить свои мысли, эмоции, посмотреть статистику, - но мы решили пойти дальше, как непосредственные пользователи таких дневников мы решили, что было бы - круто если бы можно было поделится частью своих мыслей, проблем, переживаний или побед. - - moona - это такой-же личный дневник, как и остальные, но у нас есть кое, что особенное. Здесь вы можете - опубликовать свои записи для других пользователей, поделится своими переживаниями или личными свершениями. - Здесь вас всегда поймут и поддержат. - - Мы не являемся психологами и не оказываем услуг, мы вообще не коммерческая организация, moona - это проект - созданный друзьями, которые верят в то, что мир можно сделать лучше, если каждый человек сможет получить - поддержку :з -

- -
+ + + + + +
+
+

О нас

+
+

+ moona - это такой-же личный дневник, как и остальные, но у нас есть кое, что особенное.

+
    +
  • Здесь вы можете опубликовать свои записи для других пользователей, поделится своими переживаниями или личными свершениями.

  • +
  • Здесь вас всегда поймут и поддержат.

  • +
+

+ Мы не являемся психологами и не оказываем услуг, мы вообще не коммерческая организация, moona - это проект + созданный друзьями, которые верят в то, что мир можно сделать лучше, если каждый человек сможет получить + поддержку :з +

+
+
+
+
+

Контакты

+
+
+ Вы можете связаться с нами: +

По этой andreiduvakin@mail.ru + + или этой электронной почте moonadiary@yandex.ru

+

Также вы можете написать нам в VK: Дарья + и + Андрей

+
+
+
+
{% endblock %} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index ccac1e2..b26a98c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -128,4 +128,7 @@ {% block content %}{% endblock %} + \ No newline at end of file diff --git a/templates/publications.html b/templates/publications.html index e875e43..7b5f2b5 100644 --- a/templates/publications.html +++ b/templates/publications.html @@ -3,17 +3,23 @@ {% block content %} {% if current_user.is_authenticated %} -

Публикации

-
- Добавить - запись -
+ + + + + +
+

Публикации

+
+ Добавить + запись +
{% endif %}
-

Популярное

+

Популярное

{% if pop_post != [] %} {% for item in pop_post %} @@ -21,7 +27,7 @@
{% if item.name != None %} -

{{item.name}}

+

{{item.name}}

{% endif %}
{% if item.text != None %} @@ -108,14 +114,14 @@
{% else %}
-

Ничего не нашлось :с

+

Ничего не нашлось :с

{% endif %}
-

Свежее

+

Свежее

{% if fresh_post != [] %} {% for item in fresh_post %} @@ -123,7 +129,7 @@
{% if item.name != None %} -

{{item.name}}

+

{{item.name}}

{% endif %}
{% if item.text != None %} @@ -210,21 +216,21 @@
{% else %}
-

Ничего не нашлось :с

+

Ничего не нашлось :с

{% endif %}
-

Для вас

+

Для вас

{% if for_me_post != [] %} {% for item in for_you_post %}
{% if item.name != None %} -

{{item.name}}

+

{{item.name}}

{% endif %}
{% if item.text != None %} @@ -311,7 +317,7 @@
{% else %}
-

Ничего не нашлось :с

+

Ничего не нашлось :с

{% endif %}