Files
Lexema-HRM/docs/index.md
2025-07-23 18:01:44 +05:00

71 lines
2.4 KiB
Markdown

<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>
</div>
<div class="button-column">
<a href="Lexema-HRM/Учет труда/Учет труда. Документы/" class="button">Учет труда</a>
<a href="Lexema-HRM/Расчет зарплаты/Расчет зарплаты. Документы/Расчет зарплаты. Документы/" class="button">Зарплата</a>
<a href="Lexema-HRM/Расчет зарплаты/Расчет зарплаты. Анализ и отчетность/Расчет зарплаты. Анализ и отчетность/" class="button">Отчетность</a>
</div>
</div>
<style>
.menu {
display: flex;
flex-wrap: wrap;
gap: 10px;
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.button-column {
flex: 1;
min-width: 300px;
display: flex;
flex-direction: column;
gap: 10px;
}
.button {
display: block;
width: 100%;
padding: 15px 20px;
background: #2c3e50;
color: white!important; /* Added !important to ensure override */
text-decoration: none;
border-radius: 5px;
text-align: center;
font-size: 1.1em;
box-sizing: border-box;
transition: all 0.3s ease;
}
.button:hover {
background: #1a252f;
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
@media (min-width: 768px) {
.button {
padding: 20px;
font-size: 1.2em;
}
h1 {
font-size: 2.5em;
}
h1 a:hover {
text-decoration: underline;
}
}
</style>