Обновил текст
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 24s

This commit is contained in:
Sergey Karmanov 2023-07-30 02:37:55 +03:00
parent 8e93018bf8
commit 385f7dc6e7
Signed by: serega404
GPG Key ID: B6AD49C8C835460C

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<title>@ViewData["Title"] - PaydayFrontend</title> <title>@ViewData["Title"] - Доступное Образование</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="~/css/style.css"> <link rel="stylesheet" href="~/css/style.css">
<link rel="stylesheet" href="~/css/bootstrap-grid.min.css"> <link rel="stylesheet" href="~/css/bootstrap-grid.min.css">
@ -22,7 +22,7 @@
<span></span> <span></span>
</div> </div>
<img src="/img/logo/logoPayDay.png" alt="logo" class="menu_logo"> <img src="/img/logo/logoPayDay.png" alt="logo" class="menu_logo">
<div class="menu_project_name menu_project_name_text">Имя проекта</div> <div class="menu_project_name menu_project_name_text">Доступное образование</div>
</div> </div>
<!-- <button class="header_login"> <!-- <button class="header_login">
Вход через <span class="header_login_text">ЕСИА</span> Вход через <span class="header_login_text">ЕСИА</span>
@ -56,7 +56,7 @@
<footer class="border-top footer text-muted"> <footer class="border-top footer text-muted">
<div class="container"> <div class="container">
&copy; 2023 - PaydayFrontend - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a> &copy; 2023 - PaydayFrontend - <a asp-area="" asp-controller="Home" asp-action="Privacy">Конфиденциальность</a>
</div> </div>
</footer> </footer>
<script src="~/lib/jquery/dist/jquery.min.js"></script> <script src="~/lib/jquery/dist/jquery.min.js"></script>