Selaa lähdekoodia

Footer for SharixAdmin updated from Figma layout

Sasha Pi 9 kuukautta sitten
vanhempi
commit
048483e8d0

BIN
SharixAdmin/static/SharixAdmin/img/big-sharix1.png


+ 10 - 1
SharixAdmin/templates/SharixAdmin/index.html

@@ -1,7 +1,7 @@
 {% extends 'SharixAdmin/base.html' %}
 {% load i18n %}
 {% load static %}
-<!-- FOR TEST COMMIT -->
+
 {% block content %}
 <input type="checkbox" name="" style="display: none;" checked id="hideMenuCheckBox">
 <div class="container-fluid">
@@ -105,6 +105,15 @@
             
         </div>
     </div>
+    <div style="width: 1360px; height: 59px; left: 40px; margin: 24px; position: absolute; box-shadow: 4px 5px 40px #E5E5E5">
+        <div style="width: 1360px; height: 59px; left: 0px; top: 0px; position: absolute; background: white; border-radius: 10px"></div>
+        <div style="width: 66px; left: 84px; top: 20px; position: absolute; color: #3F3F3F; font-size: 14px; font-family: Open Sans; font-weight: 400; text-decoration: underline; word-wrap: break-word" href="#">{% trans 'Contacts' %}</div>
+        <div style="left: 1165px; top: 20px; position: absolute; color: black; font-size: 14px; font-family: Open Sans; font-weight: 400; word-wrap: break-word">+7 999 888 77 65</div>
+        <div style="width: 169px; left: 162px; top: 20px; position: absolute; color: #3F3F3F; font-size: 14px; font-family: Open Sans; font-weight: 400; text-decoration: underline; word-wrap: break-word" href="#">{% trans 'Terms of use' %}</div>
+        <div style="left: 343px; top: 20px; position: absolute; color: #3F3F3F; font-size: 14px; font-family: Open Sans; font-weight: 400; text-decoration: underline; word-wrap: break-word" href="#">{% trans 'Privacy policy' %}</div>
+        <div style="width: 48px; height: 48px; left: 1288px; top: 6px; position: absolute; background: #D9D9D9; border-radius: 9999px"></div>
+        <img style="width: 48px; height: 48px; left: 24px; top: 6px; position: absolute; border-radius: 1000px" src="{% static 'SharixAdmin/img/big-sharix1.png' %}"/>    
+    </div>
 </div>
 
 <script>