This commit is contained in:
2026-03-13 19:58:52 +03:00
parent cd1129ea72
commit 65eca64a5f
14 changed files with 6598 additions and 299 deletions

View File

@@ -170,7 +170,7 @@
<div class="header">
<div class="logo">
<i class="fas fa-briefcase"></i>
Rabota.Today
МП.Ярмарка
</div>
<div class="nav">
<a href="/">Главная</a>
@@ -209,7 +209,7 @@
</div>
<div class="footer">
© 2024 Rabota.Today - Ярмарка вакансий
© 2026 Rabota.Today - Ярмарка вакансий
</div>
<script>
@@ -243,6 +243,8 @@
<a href="/">Главная</a>
<a href="/vacancies">Вакансии</a>
<a href="/resumes">Резюме</a>
<a href="/favorites">Избранное</a>
<a href="/applications">Отклики</a>
<a href="/profile" style="background: #3b82f6;">
<i class="fas fa-user-circle"></i> ${user.full_name.split(' ')[0]}
</a>