Compare commits

..

No commits in common. "385f7dc6e75f751de7cee3cfbc6b8c3552800e8c" and "4f2c498a217fcab0c9b2c0549e833d0d4bbdef19" have entirely different histories.

2 changed files with 3 additions and 11 deletions

View File

@ -5,7 +5,7 @@
<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.gstatic.com" crossorigin>
<title>@ViewData["Title"] - Доступное Образование</title>
<title>@ViewData["Title"] - PaydayFrontend</title>
<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/bootstrap-grid.min.css">
@ -22,7 +22,7 @@
<span></span>
</div>
<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>
<!-- <button class="header_login">
Вход через <span class="header_login_text">ЕСИА</span>
@ -56,7 +56,7 @@
<footer class="border-top footer text-muted">
<div class="container">
&copy; 2023 - PaydayFrontend - <a asp-area="" asp-controller="Home" asp-action="Privacy">Конфиденциальность</a>
&copy; 2023 - PaydayFrontend - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
</div>
</footer>
<script src="~/lib/jquery/dist/jquery.min.js"></script>

View File

@ -1,10 +1,2 @@
# PayDayCSharpFrontend
# Docker
```
docker run -d -p 85:80 \
--name PayDayBackend \
--restart=always \
-e TZ=Europe/Moscow \
git.zetcraft.ru/payday/paydayfrontend:main
```