0.0.61 optimization

This commit is contained in:
2023-07-31 15:37:48 +03:00
parent 98e7b80700
commit 968f9e5ab2
12 changed files with 7 additions and 3 deletions

View File

@@ -4,7 +4,10 @@
margin: 0px; margin: 0px;
border: none; border: none;
} }
@font-face {
font-family: Inter;
}
/* Links */ /* Links */

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -3,8 +3,7 @@
<script src='{% static "js/registration.js" %}'></script> <script src='{% static "js/registration.js" %}'></script>
<script src='{% static "js/authorization.js" %}'></script> <script src='{% static "js/authorization.js" %}'></script>
<script src='{% static "js/ion.rangeSlider.min.js" %}'></script> <script src='{% static "js/ion.rangeSlider.min.js" %}'></script>
<script src='{% static "js/user_profile.js" %}'></script>
<link rel="stylesheet" href="{% static 'css/styles.css' %}"> <link rel="stylesheet" href="{% static 'css/styles.css' %}">
<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;700&display=swap" rel="stylesheet">

View File

@@ -4,6 +4,8 @@
{% block meta %} {% block meta %}
<script src='{% static "js/authorization.js" %}'></script> <script src='{% static "js/authorization.js" %}'></script>
<script src='{% static "js/registration.js" %}'></script>
{% endblock %} {% endblock %}
{% block content %} {% block content %}