|
@@ -54,14 +54,6 @@
|
|
</nav>
|
|
</nav>
|
|
|
|
|
|
<div id="user-workspace" class="p-3 border rounded box-shadow">
|
|
<div id="user-workspace" class="p-3 border rounded box-shadow">
|
|
- <!-- {% with images='shariX_emblem.svg ' %}
|
|
|
|
- <div class="image-container mb-4 d-flex flex-row gap-3">
|
|
|
|
- {% for image in images.split %}
|
|
|
|
- <img src="{% static 'sharix_admin/img/'|add:image %}" alt="Image {{ forloop.counter }}" style="max-width: 500px; max-height: 400px;">
|
|
|
|
- {% endfor %}
|
|
|
|
- </div>
|
|
|
|
- {% endwith %} -->
|
|
|
|
-
|
|
|
|
<!-- display: flex; Размещает элементы горизонтально -->
|
|
<!-- display: flex; Размещает элементы горизонтально -->
|
|
<div style="display: flex; gap: 10px;">
|
|
<div style="display: flex; gap: 10px;">
|
|
<a href="{% url 'sharix_admin:resource/add/' %}" style="text-decoration: none; color: inherit;">
|
|
<a href="{% url 'sharix_admin:resource/add/' %}" style="text-decoration: none; color: inherit;">
|
|
@@ -75,11 +67,19 @@
|
|
<a href="{% url 'sharix_admin:resource/add/' %}" style="text-decoration: none; color: inherit;">
|
|
<a href="{% url 'sharix_admin:resource/add/' %}" style="text-decoration: none; color: inherit;">
|
|
<div class="Header-tag">
|
|
<div class="Header-tag">
|
|
<div style="display: flex; justify-content: center; align-items: center; height: 100%;">
|
|
<div style="display: flex; justify-content: center; align-items: center; height: 100%;">
|
|
- <img src="{% static 'sharix_admin/img/logo.png' %}" alt="logo">
|
|
|
|
- <p>ShariX</p>
|
|
|
|
|
|
+ <img src="{% static 'sharix_admin/img/em_assist.png' %}" alt="logo">
|
|
|
|
+ <p>Assist</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</a>
|
|
|
|
+ <a href="{% url 'sharix_admin:resource/add/' %}" style="text-decoration: none; color: inherit;">
|
|
|
|
+ <div class="Header-tag">
|
|
|
|
+ <div style="display: flex; justify-content: center; align-items: center; height: 100%;">
|
|
|
|
+ <img src="{% static 'sharix_admin/img/em_drive.png' %}" alt="logo">
|
|
|
|
+ <p>Drive</p>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </a>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|