Update: стили по брендбуку, Geologica, логотип в шапке

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-25 16:10:38 +00:00
parent 0da095f657
commit 9fba1427b4
4 changed files with 136 additions and 74 deletions

View File

@@ -7,7 +7,7 @@
<title>{% block title %}ERP WaterSurf{% endblock %}</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Geologica:wght@300;500;700&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="{% static 'css/theme.css' %}" rel="stylesheet">
{% block extra_css %}{% endblock %}
@@ -15,7 +15,7 @@
<body>
<nav class="navbar navbar-expand-lg navbar-dark navbar-ws">
<div class="container-fluid">
<a class="navbar-brand" href="{% url 'users:home' %}">WaterSurf ERP</a>
<a class="navbar-brand" href="{% url 'users:home' %}"><img src="{% static 'images/watersurf-logo.png' %}" alt="WaterSurf"> ERP</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Меню">
<span class="navbar-toggler-icon"></span>
</button>