Небольшие багфиксы
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 29s

This commit is contained in:
Sergey Karmanov 2023-07-30 13:11:11 +03:00
parent f323c901ce
commit e269c8dce5
Signed by: serega404
GPG Key ID: B6AD49C8C835460C
21 changed files with 372 additions and 966 deletions

View File

@ -11,6 +11,16 @@ public class AdminController : Controller
return View();
}
public async Task<IActionResult> Universities()
{
return View();
}
public async Task<IActionResult> Banks()
{
return View();
}
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
public IActionResult Error()
{

View File

@ -35,4 +35,14 @@
<Folder Include="wwwroot\admin\" />
</ItemGroup>
<ItemGroup>
<_ContentIncludedByDefault Remove="wwwroot\admin\sass\dist\style.css" />
<_ContentIncludedByDefault Remove="wwwroot\admin\sass\dist\_media.css" />
<_ContentIncludedByDefault Remove="wwwroot\admin\sass\dist\_mixins.css" />
<_ContentIncludedByDefault Remove="wwwroot\admin\sass\style.sass" />
<_ContentIncludedByDefault Remove="wwwroot\admin\sass\_general.sass" />
<_ContentIncludedByDefault Remove="wwwroot\admin\sass\_media.sass" />
<_ContentIncludedByDefault Remove="wwwroot\admin\sass\_mixins.sass" />
</ItemGroup>
</Project>

View File

@ -1,16 +1,3 @@
<body>
<div class="admin_menu_block">
<div class="admin_menu">
<div class="admin_logo">
<img class="admin_img" src="./img/logoPayDay.png" alt="logo">
</div>
<div class="admin_team_name">PayDay</div>
<button class="admin_main">Главная</button>
<button class="admin_banks">Банки</button>
<button class="admin_university">Институты</button>
<button class="admin_exit">Выход</button>
</div>
</div>
<senction class="banks">
<div class="flex_column">
<div class="page">Главная/Банки</div>
@ -31,7 +18,7 @@
<div class="banks_card">
<div class="banks_title">Альфа Банк</div>
<div>
<img src="./img/logoPayDay.png" alt="bank" class="banks_img">
<img src="~/img/logo.png" alt="bank" class="banks_img">
</div>
</div>
<div class="banks_description"><span>Лучший банк (наверное)</span>Берите кредит в нашем банке хороший процент и выгодно</div>
@ -40,7 +27,7 @@
<div class="banks_card">
<div class="banks_title">Альфа Банк</div>
<div>
<img src="./img/logoPayDay.png" alt="bank" class="banks_img">
<img src="~/img/logo.png" alt="bank" class="banks_img">
</div>
</div>
<div class="banks_description"><span>Лучший банк (наверное)</span>Берите кредит в нашем банке хороший процент и выгодно</div>
@ -49,7 +36,7 @@
<div class="banks_card">
<div class="banks_title">Альфа Банк</div>
<div>
<img src="./img/logoPayDay.png" alt="bank" class="banks_img">
<img src="~/img/logo.png" alt="bank" class="banks_img">
</div>
</div>
<div class="banks_description"><span>Лучший банк (наверное)</span>Берите кредит в нашем банке хороший процент и выгодно</div>
@ -58,7 +45,7 @@
<div class="banks_card">
<div class="banks_title">Альфа Банк</div>
<div>
<img src="./img/logoPayDay.png" alt="bank" class="banks_img">
<img src="~/img/logo.png" alt="bank" class="banks_img">
</div>
</div>
<div class="banks_description"><span>Лучший банк (наверное)</span>Берите кредит в нашем банке хороший процент и выгодно</div>
@ -67,7 +54,7 @@
<div class="banks_card">
<div class="banks_title">Альфа Банк</div>
<div>
<img src="./img/logoPayDay.png" alt="bank" class="banks_img">
<img src="~/img/logo.png" alt="bank" class="banks_img">
</div>
</div>
<div class="banks_description"><span>Лучший банк (наверное)</span>Берите кредит в нашем банке хороший процент и выгодно</div>
@ -76,7 +63,7 @@
<div class="banks_card">
<div class="banks_title">Альфа Банк</div>
<div>
<img src="./img/logoPayDay.png" alt="bank" class="banks_img">
<img src="~/img/logo.png" alt="bank" class="banks_img">
</div>
</div>
<div class="banks_description"><span>Лучший банк (наверное)</span>Берите кредит в нашем банке хороший процент и выгодно</div>
@ -85,12 +72,10 @@
<div class="banks_card">
<div class="banks_title">Альфа Банк</div>
<div>
<img src="./img/logoPayDay.png" alt="bank" class="banks_img">
<img src="~/img/logo.png" alt="bank" class="banks_img">
</div>
</div>
<div class="banks_description"><span>Лучший банк (наверное)</span>Берите кредит в нашем банке хороший процент и выгодно</div>
</div>
</div>
</senction>
</body>
</senction>

View File

@ -1,15 +1,3 @@
<body>
<div class="admin_menu_block">
<div class="admin_menu">
<div class="admin_logo">
<img class="admin_img" src="~/admin/img/logoPayDay.png" alt="logo">
</div>
<button class="admin_main">Главная</button>
<button class="admin_banks">Банки</button>
<button class="admin_university">Институты</button>
<button class="admin_exit">Выход</button>
</div>
</div>
<senction class="banks">
<div class="flex_column">
<div class="page">Главная/Институты</div>
@ -40,6 +28,4 @@
</div>
</div>
</div>
</senction>
</body>
</senction>

View File

@ -1,22 +1,10 @@
<body>
<div class="admin_menu_block">
<div class="admin_menu">
<div class="admin_logo">
<img class="admin_img" src="./img/logoPayDay.png" alt="logo">
</div>
<button class="admin_main">Главная</button>
<button class="admin_banks">Банки</button>
<button class="admin_university">Институты</button>
<button class="admin_exit">Выход</button>
</div>
</div>
<senction class="banks">
<div class="flex_column">
<div class="page">Главная/Институты</div>
<form id="navigation_row_block" class="navigation_input_block">
<input type="hidden" name="universityId" value="6">
<input type="text" name="searchString" class="navigation_input" placeholder="Введите название Вуза">
<input type="image" src="/img/Vector.svg" alt="search" class="navigation_search">
<input type="image" src="~/admin/img/Vector.svg" alt="search" class="navigation_search">
</form>
<div class="hamburger">
<span></span>
@ -30,7 +18,7 @@
<div class="banks_card">
<div class="banks_title">ЮФУ</div>
<div>
<img src="./img/logoPayDay.png" alt="university" class="banks_img">
<img src="~/admin/img/logo.png" alt="university" class="banks_img">
</div>
</div>
<div class="banks_description"><span>Лучший Вуз в мире (наверное)</span>Поступайте к нам и получайте востребованное образование</div>
@ -39,7 +27,7 @@
<div class="banks_card">
<div class="banks_title">ЮФУ</div>
<div>
<img src="./img/logoPayDay.png" alt="university" class="banks_img">
<img src="~/admin/img/logo.png" alt="university" class="banks_img">
</div>
</div>
<div class="banks_description"><span>Лучший Вуз в мире (наверное)</span>Поступайте к нам и получайте востребованное образование</div>
@ -48,7 +36,7 @@
<div class="banks_card">
<div class="banks_title">ЮФУ</div>
<div>
<img src="./img/logoPayDay.png" alt="university" class="banks_img">
<img src="~/img/logo.png" alt="university" class="banks_img">
</div>
</div>
<div class="banks_description"><span>Лучший Вуз в мире (наверное)</span>Поступайте к нам и получайте востребованное образование</div>
@ -57,7 +45,7 @@
<div class="banks_card">
<div class="banks_title">ЮФУ</div>
<div>
<img src="./img/logoPayDay.png" alt="university" class="banks_img">
<img src="~/admin/img/logo.png" alt="university" class="banks_img">
</div>
</div>
<div class="banks_description"><span>Лучший Вуз в мире (наверное)</span>Поступайте к нам и получайте востребованное образование</div>
@ -66,7 +54,7 @@
<div class="banks_card">
<div class="banks_title">ЮФУ</div>
<div>
<img src="./img/logoPayDay.png" alt="university" class="banks_img">
<img src="~/img/logo.png" alt="university" class="banks_img">
</div>
</div>
<div class="banks_description"><span>Лучший Вуз в мире (наверное)</span>Поступайте к нам и получайте востребованное образование</div>
@ -75,7 +63,7 @@
<div class="banks_card">
<div class="banks_title">ЮФУ</div>
<div>
<img src="./img/logoPayDay.png" alt="university" class="banks_img">
<img src="~/img/logo.png" alt="university" class="banks_img">
</div>
</div>
<div class="banks_description"><span>Лучший Вуз в мире (наверное)</span>Поступайте к нам и получайте востребованное образование</div>
@ -84,7 +72,7 @@
<div class="banks_card">
<div class="banks_title">ЮФУ</div>
<div>
<img src="./img/logoPayDay.png" alt="university" class="banks_img">
<img src="~/img/logo.png" alt="university" class="banks_img">
</div>
</div>
<div class="banks_description"><span>Лучший Вуз в мире (наверное)</span>Поступайте к нам и получайте востребованное образование</div>
@ -93,13 +81,11 @@
<div class="banks_card">
<div class="banks_title">ЮФУ</div>
<div>
<img src="./img/logoPayDay.png" alt="university" class="banks_img">
<img src="~/img/logo.png" alt="university" class="banks_img">
</div>
</div>
<div class="banks_description"><span>Лучший Вуз в мире (наверное)</span>Поступайте к нам и получайте востребованное образование</div>
</div>
</div>
</senction>
</body>
</senction>

View File

@ -9,9 +9,20 @@
<link rel="stylesheet" href="~/admin/css/style.css">
<link rel="stylesheet" href="~/admin/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="~/admin/css/bootstrap.min.css">
<title>@ViewData["Title"] - Админка</title>
<title>@ViewData["Title"]Админка</title>
</head>
<body>
<div class="admin_menu_block">
<div class="admin_menu">
<div class="admin_logo">
<img class="admin_img" src="~/img/logo.png" alt="logo">
</div>
<a asp-action="Index" class="admin_main">Главная</a>
<a asp-action="Banks" class="admin_banks">Банки</a>
<a asp-action="Universities" class="admin_university">Институты</a>
<button class="admin_exit">Выход</button>
</div>
</div>
<!-- <button class="header_login">
Вход через <span class="header_login_text">ЕСИА</span>
@ -44,11 +55,6 @@
</main>
@* </div> *@
<footer class="border-top footer text-muted">
<div class="container">
&copy; 2023 - PaydayAdminPanel
</div>
</footer>
<script src="~/lib/jquery/dist/jquery.min.js"></script>
<script src="~/lib/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="~/js/site.js" asp-append-version="true"></script>

View File

@ -23,7 +23,7 @@
@* <span></span> *@
@* <span></span> *@
@* </div> *@
<a href="/"><img src="img/logo/logoPayDay.png" alt="logo" class="menu_logo"></a>
<a href="/"><img src="img/logo.png" alt="logo" class="menu_logo"></a>
<a href="/" class="menu_project_name menu_project_name_text">Доступное образование</a>
</div>
<!-- <button class="header_login">

View File

@ -1 +1,318 @@
*{font-family:"Roboto",sans-serif}.admin_menu_block{position:fixed;z-index:3;left:0px;min-height:800px;width:220px;background-color:#fff}.admin_menu{z-index:1;height:360px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.admin_img{width:100%}.admin_logo{display:-webkit-box;display:-ms-flexbox;display:flex;width:100px;height:100px}.admin_main{width:100%;height:61px;background-color:#25a991;border:0}.admin_banks{width:100%;height:61px;background-color:#4cb853;border:0}.admin_university{width:100%;height:61px;background-color:#4cb877;border:0}.admin_exit{position:absolute;bottom:45px;width:100%;height:61px;background-color:#4cb877;border:0}.admin_team_name{text-align:center}.hamburger{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:block;position:absolute;right:50px;top:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%);height:50px;width:50px;background-color:#20d37d;border-radius:9px}.hamburger span{display:block;height:5px;width:32px;background-color:#fff;margin:0 9px 6px 9px}.hamburger span:nth-child(1){margin-top:12px}.hamburger span:nth-child(3){margin-bottom:12px}.hamburger span_active{-webkit-transition:.8 all;transition:.8 all}.hamburger span_active span:nth-child(1){margin-top:12px;-webkit-transform:translateY(12px) rotate(-45deg);transform:translateY(12px) rotate(-45deg)}.hamburger span_active span:nth-child(2){display:none}.hamburger span_active span:nth-child(3){margin-top:12px;-webkit-transform:translateY(-5px) rotate(45deg);transform:translateY(-5px) rotate(45deg)}.banks{min-height:850px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:justify;align-content:space-between;padding-left:221px;background-color:#ececec}.banks_description{color:var(--primary-color, #7749F8);font-size:16px;font-style:normal;font-weight:400}.banks span{color:var(--primary-color, #7749F8);font-size:20px;font-style:normal;font-weight:600}.banks .page{display:-webkit-box;display:-ms-flexbox;display:flex;width:300px;text-align:center;height:54px;margin-left:30px;margin-top:30px;width:160px;color:#000;font-size:18px;font-style:normal;font-weight:500}.banks_search_block{margin-left:30px;height:46px;width:35%;margin-top:22px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.banks_search{width:100%}.banks_card_block{position:relative;border-bottom:1px solid var(--gray-300, #DEE2E6);background:var(--gray-100, #F8F9FA);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:35px 0 25px 30px;width:350px;min-height:300px;border-radius:15px;border:1px solid #7749f8}.banks_title{color:var(--gray-900, #212529);font-size:20px;font-style:normal;font-weight:600}.banks_card{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.banks_img{height:50px}.banks_description{padding-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#navigation_row_block{margin:0 auto;margin-bottom:35px;margin-top:30px;width:90%;padding-left:0px;padding-right:0px;height:60px;z-index:1}.navigation_input_block{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;margin-bottom:60px;margin-top:35px}.navigation_input{padding-left:20px;height:100%;border-radius:40px;display:block;width:100%;border:0px;font-size:20px;padding-right:20px}.navigation_search{height:35px;width:35px;position:absolute;right:30px}.flex_row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex_column{position:relative}/*# sourceMappingURL=style.css.map */
* {
font-family: "Roboto", sans-serif
}
.admin_menu_block {
position: fixed;
z-index: 3;
left: 0px;
min-height: 800px;
width: 220px;
background-color: #fff
}
.admin_menu {
z-index: 1;
height: 360px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.admin_img {
width: 100%
}
.admin_logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100px;
height: 100px
}
.admin_main {
width: 100%;
height: 61px;
background-color: #25a991;
border: 0
}
.admin_banks {
width: 100%;
height: 61px;
background-color: #4cb853;
border: 0
}
.admin_university {
width: 100%;
height: 61px;
background-color: #4cb877;
border: 0
}
.admin_exit {
position: absolute;
bottom: 45px;
width: 100%;
height: 61px;
background-color: #4cb877;
border: 0
}
.admin_team_name {
text-align: center
}
.hamburger {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
display: block;
position: absolute;
right: 50px;
top: 20px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
height: 50px;
width: 50px;
background-color: #20d37d;
border-radius: 9px
}
.hamburger span {
display: block;
height: 5px;
width: 32px;
background-color: #fff;
margin: 0 9px 6px 9px
}
.hamburger span:nth-child(1) {
margin-top: 12px
}
.hamburger span:nth-child(3) {
margin-bottom: 12px
}
.hamburger span_active {
-webkit-transition: .8 all;
transition: .8 all
}
.hamburger span_active span:nth-child(1) {
margin-top: 12px;
-webkit-transform: translateY(12px) rotate(-45deg);
transform: translateY(12px) rotate(-45deg)
}
.hamburger span_active span:nth-child(2) {
display: none
}
.hamburger span_active span:nth-child(3) {
margin-top: 12px;
-webkit-transform: translateY(-5px) rotate(45deg);
transform: translateY(-5px) rotate(45deg)
}
.banks {
min-height: 850px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-line-pack: justify;
align-content: space-between;
padding-left: 221px;
background-color: #ececec
}
.banks_description {
color: var(--primary-color, #7749F8);
font-size: 16px;
font-style: normal;
font-weight: 400
}
.banks span {
color: var(--primary-color, #7749F8);
font-size: 20px;
font-style: normal;
font-weight: 600
}
.banks .page {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 300px;
text-align: center;
height: 54px;
margin-left: 30px;
margin-top: 30px;
width: 160px;
color: #000;
font-size: 18px;
font-style: normal;
font-weight: 500
}
.banks_search_block {
margin-left: 30px;
height: 46px;
width: 35%;
margin-top: 22px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
.banks_search {
width: 100%
}
.banks_card_block {
position: relative;
border-bottom: 1px solid var(--gray-300, #DEE2E6);
background: var(--gray-100, #F8F9FA);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 35px 0 25px 30px;
width: 350px;
min-height: 300px;
border-radius: 15px;
border: 1px solid #7749f8
}
.banks_title {
color: var(--gray-900, #212529);
font-size: 20px;
font-style: normal;
font-weight: 600
}
.banks_card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.banks_img {
height: 50px
}
.banks_description {
padding-left: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
#navigation_row_block {
margin: 0 auto;
margin-bottom: 35px;
margin-top: 30px;
width: 90%;
padding-left: 0px;
padding-right: 0px;
height: 60px;
z-index: 1
}
.navigation_input_block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 60px;
margin-bottom: 60px;
margin-top: 35px
}
.navigation_input {
padding-left: 20px;
height: 100%;
border-radius: 40px;
display: block;
width: 100%;
border: 0px;
font-size: 20px;
padding-right: 20px
}
.navigation_search {
height: 35px;
width: 35px;
position: absolute;
right: 30px
}
.flex_row {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.flex_column {
position: relative
}
/*# sourceMappingURL=style.css.map */

View File

@ -1 +0,0 @@
{"version":3,"sources":["../sass/style.sass","../sass/_general.sass"],"names":[],"mappings":"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","file":"style.css"}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -1,199 +0,0 @@
.admin
&_menu_block
position: fixed
z-index: 3
left: 0px
min-height: 800px
width: 220px
background-color: #fff
&_menu
z-index: 1
height: 360px
display: flex
justify-content: space-around
align-items: center
flex-direction: column
&_img
width: 100%
&_logo
display: flex
width: 100px
height: 100px
&_main
width: 100%
height: 61px
background-color: #25A991
border: 0
&_banks
width: 100%
height: 61px
background-color: #4CB853
border: 0
&_university
width: 100%
height: 61px
background-color: #4CB877
border: 0
&_exit
position: absolute
bottom: 45px
width: 100%
height: 61px
background-color: #4CB877
border: 0
&_team_name
text-align: center
.hamburger
-moz-user-select: none
-khtml-user-select: none
user-select: none
display: block
position: absolute
right: 50px
top: 20px
transform: translateX(-50%)
height: 50px
width: 50px
background-color: #20D37D
border-radius: 9px
span
display: block
height: 5px
width: 32px
background-color: #fff
margin: 0 9px 6px 9px
&:nth-child(1)
margin-top: 12px
&:nth-child(3)
margin-bottom: 12px
&_active
transition: 0.8 all
span
&:nth-child(1)
margin-top: 12px
transform: translateY(12px) rotate(-45deg)
&:nth-child(2)
display: none
&:nth-child(3)
margin-top: 12px
transform: translateY(-5px) rotate(45deg)
.banks
min-height: 850px
display: flex
flex-direction: column
align-content: space-between
padding-left: 221px
background-color: #ECECEC
&_description
color: var(--primary-color, #7749F8)
font-size: 16px
font-style: normal
font-weight: 400
span
color: var(--primary-color, #7749F8)
font-size: 20px
font-style: normal
font-weight: 600
.page
display: flex
width: 300px
text-align: center
height: 54px
margin-left: 30px
margin-top: 30px
width: 160px
color: #000
font-size: 18px
font-style: normal
font-weight: 500
&_search_block
margin-left: 30px
height: 46px
width: 35%
margin-top: 22px
display: flex
justify-content: space-between
&_search
width: 100%
&_card_block
position: relative
border-bottom: 1px solid var(--gray-300, #DEE2E6)
background: var(--gray-100, #F8F9FA)
display: flex
justify-content: start
flex-direction: column
margin: 35px 0 25px 30px
width: 350px
min-height: 300px
border-radius: 15px
border: 1px solid #7749F8
&_title
color: var(--gray-900, #212529)
font-size: 20px
font-style: normal
font-weight: 600
&_card
display: flex
justify-content: space-around
align-items: center
&_img
height: 50px
&_description
padding-left: 20px
display: flex
flex-direction: column
align-content: center
justify-content: space-between
#navigation_row_block
margin: 0 auto
margin-bottom: 35px
margin-top: 30px
width: 90%
padding-left: 0px
padding-right: 0px
height: 60px
z-index: 1
.navigation_input_block
display: -webkit-box
display: -ms-flexbox
display: flex
position: relative
-webkit-box-pack: center
-ms-flex-pack: center
justify-content: center
-webkit-box-align: center
-ms-flex-align: center
align-items: center
height: 60px
margin-bottom: 60px
margin-top: 35px
.navigation_input
padding-left: 20px
height: 100%
border-radius: 40px
display: block
width: 100%
border: 0px
font-size: 20px
padding-right: 20px
.navigation_search
height: 35px
width: 35px
position: absolute
right: 30px
.flex_row
width: 100%
display: flex
flex-direction: row
align-items: center
justify-content: center
.flex_column
position: relative

View File

@ -1,127 +0,0 @@
@media (max-width: 1200px) {
.menu_item {
padding-right: 20px;
}
.menu_link {
font-size: 13px;
}
.promo_header {
font-size: 50px;
}
.benefit_block {
height: 250px;
}
.benefit_text {
width: 300px;
}
}
@media (max-width: 991px) {
.menu_item {
padding-right: 8px;
}
.menu_link {
font-size: 10px;
}
.subheader_logo img {
width: 100%;
}
.subheader_oficial {
font-size: 10px;
}
.subheader_phone {
font-size: 18px;
}
.subheader_btn {
width: 100%;
margin-top: 24px;
height: 40px;
}
.promo_header {
font-size: 40px;
}
.promo_subheader {
font-size: 26px;
}
.benefit_block {
height: 370px;
flex-direction: column;
align-content: start;
}
.benefit_round {
margin-bottom: 30px;
}
.benefit_text {
height: 250px;
}
}
@media (max-width: 767px) {
nav {
position: fixed;
}
.fixed .menu {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left: -100%;
width: 50%;
height: 100vh;
padding: 20px 15px;
background-color: rgba(0, 0, 0, 0.8);
transition: 1 all;
}
.fixed .menu_active {
left: 0px;
}
.fixed .menu_item {
margin-top: 15px;
padding-right: 0px;
border: none;
}
.fixed .menu_link {
font-size: 20px;
}
.hamburger {
display: block;
position: absolute;
right: 10px;
top: 20px;
transform: translateX(-50%);
height: 16px;
width: 26px;
}
.hamburger span {
display: block;
height: 2px;
width: 100%;
background-color: #fff;
margin-top: 3px;
}
.hamburger span:nth-child(1) {
margin-top: 0px;
}
.hamburger_active {
margin-top: 6px;
transition: 0.8 all;
}
.hamburger_active span:nth-child(1) {
margin-top: -2px;
transform: translateY(3px) rotate(-45deg);
}
.hamburger_active span:nth-child(2) {
display: none;
}
.hamburger_active span:nth-child(3) {
margin-top: -2px;
transform: translateY(3px) rotate(45deg);
}
}

View File

@ -1,556 +0,0 @@
* {
font-family: "Roboto", sans-serif;
}
header {
position: relative;
height: 50px;
width: 100%;
}
nav {
position: fixed;
width: 100%;
height: 50px;
background-color: #212121;
z-index: 5;
}
.menu {
display: flex;
justify-content: space-between;
padding: 13px 70px;
margin: 0;
list-style-type: none;
}
.menu_link {
color: #ffffff;
font-size: 15px;
font-weight: 300;
}
.menu_item {
border-right: 2px dotted black;
padding-right: 28px;
}
.subheader {
position: absolute;
width: 100%;
top: 50px;
height: 90px;
background-color: rgba(0, 0, 0, 0.6);
/* 116.667% */
}
.subheader_logo {
display: block;
margin-top: 20px;
width: 100%;
}
.subheader_oficial {
margin-top: 3px;
opacity: 0.5;
color: #FFF;
font-size: 13px;
font-weight: 100;
}
.subheader_call {
margin-top: 25px;
color: #FFF;
text-align: center;
font-size: 12px;
font-weight: 300;
line-height: 14px;
}
.subheader_phone {
display: block;
margin-top: 5px;
color: #FFF;
text-align: center;
font-size: 22px;
font-weight: 400;
line-height: 12px;
text-transform: uppercase;
}
.subheader_btn {
margin-top: 25px;
height: 46px;
border-radius: 4px;
background: linear-gradient(0deg, #1EACC7 0%, #4CE2FF 100%);
box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.12) inset;
}
.subheader_btn:hover {
background-image: none;
background-color: #1eacc7;
}
.subheader_btn_text {
color: #FFF;
text-align: center;
text-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.21);
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
}
.promo {
padding-top: 157px;
padding-bottom: 185px;
min-height: 800px;
background: url(../img/first_section/uber_bg.jpg) center center/cover no-repeat;
}
.promo_header {
color: #FFF;
text-align: center;
font-size: 60px;
font-style: normal;
font-weight: 900;
line-height: 24px;
text-transform: uppercase;
}
.promo_subheader {
margin-top: 20px;
color: #FFF;
font-size: 36px;
text-align: center;
font-style: normal;
font-weight: 700;
line-height: 48px;
text-transform: uppercase;
}
.promo_text {
margin-top: 16px;
color: #FFF;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
}
.promo_btn {
width: 260px;
display: block;
margin: 0 auto;
margin-top: 116px;
border-radius: 4px;
background: linear-gradient(0deg, #1EACC7 0%, #4CE2FF 100%);
box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.12) inset;
height: 65px;
}
.promo_btn:hover {
background-image: none;
background-color: #1eacc7;
}
.promo_btn_text {
color: #FFF;
text-align: center;
text-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.21);
font-size: 18px;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
}
.benefit {
min-height: 850px;
padding-top: 20px;
}
.container_flex {
display: flex;
flex-direction: column;
align-items: center;
}
.label {
display: flex;
justify-content: center;
align-items: center;
width: 115px;
height: 30px;
background-color: #000;
}
.title {
margin: 33px 0 16px 0;
color: #222;
text-align: center;
font-size: 38px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
}
.subtitle {
color: #222;
text-align: center;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 21px;
}
.label_text {
color: #FFF;
text-align: center;
font-size: 11px;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
}
.benefit_info {
min-height: 700px;
}
.benefit_block {
height: 150px;
display: flex;
justify-content: center;
align-items: center;
}
.benefit_round {
margin-right: 25px;
justify-content: center;
align-items: center;
display: flex;
min-height: 116px;
max-height: 116px;
min-width: 116px;
max-width: 116px;
border-radius: 50%;
background-color: #1EACC7;
}
.benefit .round {
height: 50px;
}
.benefit_text_title {
color: #1EACC7;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 21px;
}
.mobile {
min-height: 864px;
padding: 48px 0 79px 0;
background: url(../img/third_section/mobile_bg.png) center center/cover no-repeat;
}
.mobile .row {
margin-top: 32px;
}
.mobile_item {
position: relative;
height: 280px;
max-width: 320px;
margin: 0 auto;
margin-bottom: 19px;
margin-right: 68px;
padding-top: 92px;
}
.mobile_item_1 {
background: url(../img/third_section/Card_1.png) center center/cover no-repeat;
}
.mobile_item_2 {
background: url(../img/third_section/Card_2.png) center center/cover no-repeat;
}
.mobile_item_3 {
background: url(../img/third_section/Card_3.png) center center/cover no-repeat;
}
.mobile_item_4 {
background: url(../img/third_section/Card_4.png) center center/cover no-repeat;
}
.mobile_item_5 {
background: url(../img/third_section/Card_5.png) center center/cover no-repeat;
}
.mobile_item_6 {
background: url(../img/third_section/Card_6.png) center center/cover no-repeat;
}
.mobile_item_subtitle {
color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 31px;
text-transform: uppercase;
}
.mobile_item_plus {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
bottom: 35px;
left: 50%;
transform: translateX(-50%);
width: 26px;
height: 26px;
background-color: #000;
margin: 0 auto;
border-radius: 100%;
cursor: pointer;
}
.mobile_item_plus:before {
content: "";
display: block;
width: 14px;
height: 2px;
background-color: #1eacc7;
transition: 0.3s all;
}
.mobile_item_plus::after {
content: "";
display: block;
width: 2px;
height: 14px;
background-color: #1eacc7;
position: absolute;
left: 50%;
transform: translateX(-50%);
transition: 0.3s all;
}
.mobile_item_plus:hover::before, .mobile_item_plus:hover::after {
background-color: #bf1d1d;
}
.auto {
position: relative;
min-height: 900px;
}
.auto_top_color {
position: absolute;
width: 100%;
min-height: 562px;
background-color: #070716;
z-index: -1;
}
.auto_bottom_color {
position: absolute;
bottom: 1px;
width: 100%;
min-height: 361px;
background-color: #ffffff;
z-index: -1;
}
.auto .label {
margin-top: 60px;
background-color: #FFFFFF;
}
.auto .label_text {
color: #070716;
}
.auto .title {
color: #FFFFFF;
}
.auto .subtitle {
color: #FFFFFF;
}
.auto_img {
margin-top: 54px;
}
.auto_text {
width: 320px;
height: 50px;
color: #222;
text-align: center;
font-size: 17px;
font-weight: 300;
line-height: 24px;
}
.require {
min-height: 920px;
}
.require_top_text {
margin-top: 33px;
}
.require_bottom_text {
margin-top: 61px;
}
.require_bottom_text .require_title {
color: #FF5656;
}
.require_bottom_text .require_list li::before {
background: url(../img/fifth_section/Layer_31_copy_7.svg);
}
.require_title {
color: #1CA8C3;
font-size: 22px;
font-weight: 400;
line-height: 24px;
}
.require_list {
list-style-type: none;
}
.require_list li {
position: relative;
color: #222;
font-size: 17px;
font-weight: 300;
line-height: 24px;
margin-bottom: 8px;
}
.require_list li::before {
content: "";
display: block;
position: absolute;
left: -32px;
top: 3px;
height: 20px;
width: 21px;
background: url(../img/fifth_section/Rectangle.svg);
}
.require_block_text {
margin-top: 21px;
}
.require_text {
height: 40px;
margin-top: 25px;
color: #1CA8C3;
font-size: 17px;
font-weight: 300;
line-height: 24px;
}
.cities {
height: 716px;
background: url(../img/sixth_section/world_bg.jpg) center center/cover no-repeat;
position: relative;
}
.cities .label {
margin-top: 48px;
background-color: #fff;
height: 25px;
width: 75px;
}
.cities .label_text {
color: #000;
}
.cities .title {
color: #fff;
margin: 23px 0 0 0;
height: 48px;
}
.cities .subtitle {
color: #fff;
margin-top: 2px;
}
.cities_text {
position: absolute;
bottom: 21px;
color: #1FBAD6;
text-align: center;
font-size: 15px;
font-weight: 400;
line-height: 68px;
text-transform: uppercase;
}
.footer_container {
height: 156px;
display: flex;
justify-content: space-between;
}
.footer_container .social_media {
height: 35px;
margin: 50px 135px 0 23px;
display: flex;
}
.footer_container .social_media a {
justify-content: center;
align-items: center;
display: flex;
width: 35px;
height: 35px;
}
.footer_container .round {
display: flex;
margin-right: 6px;
height: 35px;
width: 35px;
border-radius: 50%;
background-color: #000;
}
.footer_container .round .footer_img {
width: 50%;
height: 50%;
}
.footer_container .footer_line {
margin-bottom: 30px;
height: 7px;
width: 300px;
background-color: #1FBAD6;
}
.footer_container .footer_links {
width: 400px;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.footer_container .footer_download_items {
display: flex;
justify-content: left;
margin: 50px 21px 0 0;
width: 300px;
}
.footer_container .footer_download_items .footer_download_item {
width: 120px;
height: 37px;
}
.footer_container .footer_download_img {
width: 100%;
height: 100%;
}
.footer_container .footer_links_title {
display: flex;
justify-content: space-around;
flex-direction: row;
}
.footer_container .footer_links_title_item {
color: #070716;
font-size: 15px;
font-weight: 300;
text-transform: uppercase;
line-height: 32px;
}
.footer_container .footer_links_content_block {
display: flex;
justify-content: space-around;
flex-direction: row;
}
.footer_container .footer_flex_center {
display: flex;
justify-content: center;
}
.footer_container .footer_links_text {
color: #999;
font-size: 11px;
font-weight: 300;
text-transform: uppercase;
line-height: 32px;
}
.footer_container .footer_language {
display: flex;
justify-content: center;
}
.footer_container .footer_language_text {
color: #1FBAD6;
text-align: center;
font-size: 11px;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
line-height: 32px;
}
@media (max-width: 1200px) {
.menu_item {
padding-right: 20px;
}
.menu_link {
font-size: 13px;
}
.promo_header {
font-size: 50px;
}
}

View File

@ -1,8 +0,0 @@
*
font-family: 'Roboto', sans-serif
@import "mixins"
@import "general"
@import "media"

View File

@ -986,15 +986,13 @@ footer {
#add_text {
color: #FFF;
font-family: Roboto;
font-size: 24px;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-align: center;
}
.add_procent {
margin-right:35px
}
.add_img {
margin-right: 3px;
}

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB