development branch created to preserve working deploy project

This commit is contained in:
2025-08-02 17:37:16 +03:00
parent 5e65ea0f7c
commit e824e87953
659 changed files with 90008 additions and 137 deletions
+13 -5
View File
@@ -15,10 +15,14 @@
padding: 0;
background-color: #ead9cb;
}
.header-links {
display: flex;
gap: 1rem;
}
header {
position: relative;
display: flex;
justify-content: center;
justify-content: space-between;
align-items: center;
padding: 1rem 2rem;
}
@@ -70,14 +74,14 @@ header {
}
.login-link {
position: absolute;
position: static;
right: 2rem;
top: 50%;
transform: translateY(-50%);
color: white;
color: #a57d52;
text-decoration: none;
padding: 0.5rem 1rem;
border: 1px solid white;
border: 1px solid #a57d52;
border-radius: 4px;
}
@@ -97,7 +101,11 @@ header {
</h1>
<p>Operated by Kikimor EOOD</p>
</div>
<a href="{% url 'login' %}" class="login-link">Login</a>
<div class="header-links">
<a href="{% url 'login' %}" class="login-link">Login</a>
<a href="{% url 'allowed_vehicles' %}" class="login-link">Vehicles</a>
</div>
</header>
<section class="hero">