#1 #2 : new bg, new hub naming

This commit is contained in:
Ivan 2024-05-17 12:02:21 +03:00
parent b34ea0b94c
commit 8072bccfb1
Signed by untrusted user who does not match committer: ppechenkoo
GPG Key ID: 0C191B86D9582583
4 changed files with 17 additions and 2 deletions

BIN
static/img/bg.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 803 KiB

View File

@ -116,6 +116,12 @@ h1 {
display: flex; display: flex;
gap: 20px; gap: 20px;
min-height: 300px; min-height: 300px;
max-width: 1900px;
margin: auto;
}
.main-content .bg span {
flex: 4;
} }
.hub-bg { .hub-bg {
@ -143,6 +149,7 @@ h1 {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 20px; gap: 20px;
flex: 1;
} }
.main-content .buttons button { .main-content .buttons button {

View File

@ -47,7 +47,11 @@
</header> </header>
<section class="main-content"> <section class="main-content">
{{#if (eq Role 'Дирекция')}}
<h1>АРМ служба безопасности предприятия</h1>
{{else}}
<h1>Хаб услуг</h1> <h1>Хаб услуг</h1>
{{/if}}
<div class="hub-bg"> <div class="hub-bg">
<div onclick="location.href='/account/newform'" class="hub-element"> <div onclick="location.href='/account/newform'" class="hub-element">
<div class="icon"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" viewBox="0 0 32 32"> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" viewBox="0 0 32 32">

View File

@ -12,7 +12,9 @@
<title>Бюро пропусков</title> <title>Бюро пропусков</title>
<style> <style>
body { body {
background-color: #EEEFF5; /* background-color: #EEEFF5; */
background: url(../img/bg.jpeg) no-repeat center center fixed;
background-size: cover;
} }
</style> </style>
</head> </head>
@ -40,9 +42,11 @@
</header> </header>
<section class="main-content"> <section class="main-content">
<h1>Авторизация пользователя</h1>
<div class="bg"> <div class="bg">
<span> <span>
<h1>Авторизация пользователя</h1>
<br>
Для оформления пропусков работников организаций и их автомобилей, необходимо зарегистрировать аккаунт подрядной организации и оставить заявку в личном кабинете. Для оформления пропусков работников организаций и их автомобилей, необходимо зарегистрировать аккаунт подрядной организации и оставить заявку в личном кабинете.
<br><br> <br><br>
После рассмотрения вашей зявки, информация поступит вам в письме на почту. После рассмотрения вашей зявки, информация поступит вам в письме на почту.