admin without rights

This commit is contained in:
Владимир
2026-01-09 14:08:08 +00:00
parent f5c68bf0c7
commit 36084ba590
9 changed files with 353 additions and 433 deletions

View File

@@ -93,7 +93,6 @@
</style>
</head>
<body>
<!-- Хедер -->
<header>
<div class="header-content">
<div class="logo">🧹 КлинСервис</div>
@@ -104,7 +103,6 @@
</div>
</header>
<!-- Hero секция -->
<section class="hero">
<div class="hero-content">
<h1>Профессиональная уборка</h1>
@@ -116,7 +114,6 @@
</div>
</section>
<!-- Услуги -->
<section class="services" id="services">
<h2 class="section-title">Наши услуги</h2>
<div class="services-grid">
@@ -141,7 +138,6 @@
</div>
</section>
<!-- Футер -->
<footer>
<div class="footer-content">
<h3>🧹 КлинСервис</h3>
@@ -156,7 +152,7 @@
</footer>
<script>
// Простая прокрутка к секции услуг
// прокрутка к секции услуг
document.querySelector('.hero-buttons .btn-secondary').onclick = function(e) {
e.preventDefault();
document.getElementById('services').scrollIntoView({