Переделана главная страница
This commit is contained in:
parent
be019a00d2
commit
f567f5ea89
@ -14,7 +14,7 @@ body {
|
|||||||
margin-left: 20%;
|
margin-left: 20%;
|
||||||
margin-right: 20%;
|
margin-right: 20%;
|
||||||
}
|
}
|
||||||
.header_title {
|
.header_title, .join_us_header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: white;
|
color: white;
|
||||||
margin-left: 27%;
|
margin-left: 27%;
|
||||||
@ -23,20 +23,26 @@ body {
|
|||||||
height: auto;
|
height: auto;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
.article_one {
|
.article_one, .article_two, .article_three {
|
||||||
|
margin-top: 5%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 27%;
|
max-height: 60%;
|
||||||
max-height: 27%;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
}
|
}
|
||||||
.article_one_text_back {
|
.article_one_text_back, .article_two_text_back, .article_three_text_back {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
background: linear-gradient(45deg, #d1c3fc, #9bc4fc);
|
background: linear-gradient(45deg, #d1c3fc, #9bc4fc);
|
||||||
border-radius: 22px;
|
border-radius: 20px;
|
||||||
height: 94%;
|
height: 94%;
|
||||||
|
align-self: center;
|
||||||
|
transition: border-radius 0.5s ease-in, box-shadow 1s ease-in;
|
||||||
}
|
}
|
||||||
.article_one_text {
|
.article_one_text_back:hover, .article_two_text_back:hover, .article_three_text_back:hover {
|
||||||
|
border-radius: 30px;
|
||||||
|
box-shadow: 0px 0px 50px #fff;
|
||||||
|
}
|
||||||
|
.article_one_text, .article_two_text, .article_three_text {
|
||||||
width: 94%;
|
width: 94%;
|
||||||
height: 94%;
|
height: 94%;
|
||||||
margin-top: 3%;
|
margin-top: 3%;
|
||||||
@ -44,7 +50,67 @@ body {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
color: white;
|
color: white;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
.article_one_image {
|
.article_one_image, .article_two_image {
|
||||||
height: 100%;
|
width: 250px;
|
||||||
|
height: 250px;
|
||||||
|
background: linear-gradient(45deg, #fffeff, #d7fffe);
|
||||||
|
border-radius: 16px;
|
||||||
|
transition: border-radius 0.5s ease-in, box-shadow 1s ease-in;
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
|
.article_three_image {
|
||||||
|
width: 280px;
|
||||||
|
height: 240px;
|
||||||
|
background: linear-gradient(45deg, #fffeff, #d7fffe);
|
||||||
|
border-radius: 16px;
|
||||||
|
transition: border-radius 0.5s ease-in, box-shadow 1s ease-in;
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
|
.article_one_image:hover, .article_two_image:hover, .article_three_image:hover {
|
||||||
|
border-radius: 22px;
|
||||||
|
box-shadow: 0px 0px 30px #ffffff;
|
||||||
|
}
|
||||||
|
.join_us {
|
||||||
|
margin-top: 10%;
|
||||||
|
width: 90%;
|
||||||
|
margin-left: 5%;
|
||||||
|
margin-right: 5%;
|
||||||
|
max-height: 60%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
.join_us_header {
|
||||||
|
transition: font-size 0.5s ease-in, text-shadow 1s ease-in;
|
||||||
|
}
|
||||||
|
.join_us_header:hover {
|
||||||
|
font-size: 34;
|
||||||
|
text-shadow: 0px 0px 20px #ffffff;
|
||||||
|
}
|
||||||
|
.join_us_login_block {
|
||||||
|
width: 80%;
|
||||||
|
margin-left: 10%;
|
||||||
|
margin-right: 10%;
|
||||||
|
margin-top: 10%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-evenly;
|
||||||
|
}
|
||||||
|
.button {
|
||||||
|
background: linear-gradient(45deg, #d1c3fc, #9bc4fc);
|
||||||
|
width: 300px;
|
||||||
|
height: 80px;
|
||||||
|
margin-bottom: 30%;
|
||||||
|
border-radius: 15px;
|
||||||
|
transition: border-radius 0.5s ease-in, box-shadow 1s ease-in;
|
||||||
|
}
|
||||||
|
.button:hover {
|
||||||
|
border-radius: 22px;
|
||||||
|
box-shadow: 0px 0px 30px #ffffff;
|
||||||
|
}
|
||||||
|
.btn_text {
|
||||||
|
margin-top: 7%;
|
||||||
|
text-align: center;
|
||||||
|
color: #ffffff;
|
||||||
|
font-size: 25px;
|
||||||
}
|
}
|
||||||
BIN
static/img/back_moona.png
Normal file
BIN
static/img/back_moona.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 MiB |
BIN
static/img/neon_man.png
Normal file
BIN
static/img/neon_man.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 53 KiB |
BIN
static/img/neon_novel.png
Normal file
BIN
static/img/neon_novel.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
BIN
static/img/neon_people.png
Normal file
BIN
static/img/neon_people.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
BIN
static/img/string_moona.png
Normal file
BIN
static/img/string_moona.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 813 KiB |
BIN
static/img/string_moona_no_back.png
Normal file
BIN
static/img/string_moona_no_back.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
@ -9,11 +9,45 @@
|
|||||||
<div class="body">
|
<div class="body">
|
||||||
<div class="article_one">
|
<div class="article_one">
|
||||||
<div class="article_one_text_back">
|
<div class="article_one_text_back">
|
||||||
<p class="article_one_text">У всех нас бывают черные и белые полосы, хорошее и плохое настроение, мы переживаем плохие моменты нашей
|
<p class="article_one_text">Мы помогаем людям лучше понять себя, найти поддержку и поймать хорошее
|
||||||
жизни и радуемся приятным мелочам. Однако многие не знают или забывают про такую вещь, как личный дневник, а
|
настроение. Ведь moona - непросто дневник, а настоящая соцсеть, где вы можете поделиться своими
|
||||||
ведь у него есть множество плюсов</p>
|
историями, или оставить их при себе :з</p>
|
||||||
|
</div>
|
||||||
|
<img class="article_one_image" src="../static/img/neon_novel.png">
|
||||||
|
</div>
|
||||||
|
<div class="article_two">
|
||||||
|
<img class="article_two_image" src="../static/img/neon_man.png">
|
||||||
|
<div class="article_two_text_back">
|
||||||
|
<p class="article_two_text">
|
||||||
|
Ведение личного дневника:
|
||||||
|
</p>
|
||||||
|
<ul class="article_two_text">
|
||||||
|
<li>способствует самопознанию</li>
|
||||||
|
<li>учит грамотно выражать мысли</li>
|
||||||
|
<li>улучшает память и концентрацию</li>
|
||||||
|
<li>минимизирует нехватку живого общения</li>
|
||||||
|
И имеет еще ряд положительных
|
||||||
|
эффектов
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="article_three">
|
||||||
|
<div class="article_three_text_back">
|
||||||
|
<p class="article_three_text">
|
||||||
|
moona не просто дает возможность вести личный дневник в полной приватности, но также позволяет
|
||||||
|
частично
|
||||||
|
(или полность) поделиться своими достижениями, мыслями и переживаниями, а график настроения и и
|
||||||
|
статистика помогут вам проанализировать себя :з
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<img class="article_three_image" src="../static/img/neon_people.png">
|
||||||
|
</div>
|
||||||
|
<div class="join_us">
|
||||||
|
<h2 class="join_us_header">Присоединяйся к нам! Регистрируйся или авторизуйся :з</h2>
|
||||||
|
<div class="join_us_login_block">
|
||||||
|
<a class="button" href="/register"><p class="btn_text">Регистрация</p></a>
|
||||||
|
<a class="button" href="/login"><p class="btn_text">Вход</p></a>
|
||||||
</div>
|
</div>
|
||||||
<img class="article_one_image" src="../static/img/neon_man.png">
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Loading…
x
Reference in New Issue
Block a user