описание релиза

This commit is contained in:
mirzakaeva_ns
2025-08-08 17:16:09 +05:00
parent 457fab83e2
commit c511612a54
31 changed files with 285 additions and 176 deletions

View File

@ -1,11 +1,19 @@
<div style="
background-image: url('image-1.png');
background-size: 50% auto; /* Уменьшаем в 2 раза */
background-repeat: no-repeat;
background-position: right bottom; /* Правый нижний угол */
background-attachment: fixed;
min-height: 100vh;
padding: 20px;
">
<h1 id="lexema-hrm" style="text-align: center; margin-bottom: 30px; color: #2c3e50;">
<a href="#lexema-hrm" style="color: inherit; text-decoration: none;">Lexema-HRM</a>
</h1>
<div class="menu">
<div class="button-column">
<!-- Ссылки теперь ведут на полный путь к соответствующему MD-файлу и якорю, если он есть -->
<a href="Lexema-HRMтатное расписаниетатное расписание. Документытатное расписание. Документы\"class="button">Штатное расписание</a>
<a href="Lexema-HRM/Штатное расписание/Штатное расписание. Документы/Штатное расписание. Документы/" class="button">Штатное расписание</a>
<a href="Lexema-HRM/Учет кадров/Учет кадров. Документы/Учет кадров. Документы/" class="button">Кадровый учет</a>
<a href="Lexema-HRM/Учет кадров/Учет кадров. Документы/Учет кадров. Документы/#сотрудники" class="button">Воинский учет</a>
</div>
@ -39,7 +47,7 @@
width: 100%;
padding: 15px 20px;
background: #2c3e50;
color: white!important; /* Added !important to ensure override */
color: white!important;
text-decoration: none;
border-radius: 5px;
text-align: center;
@ -68,4 +76,5 @@
text-decoration: underline;
}
}
</style>
</style>
</div>