add hesabix logo and change parspack footer

This commit is contained in:
Hesabix 2025-01-17 06:54:48 +00:00
parent 5dea501cdc
commit f5f7733660
4 changed files with 33 additions and 8 deletions

BIN
public/img/heart.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
public/img/heart.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 102.3 102.5" style="enable-background:new 0 0 102.3 102.5;" xml:space="preserve">
<style type="text/css">
.st0{fill:#288ED9;}
.st1{fill:#FFFFFF;}
</style>
<circle class="st0" cx="51" cy="51.3" r="51.2"/>
<path class="st1" d="M91.8,46.7L69.2,24.1L51,42.2l0,0L32.9,24.1L10.3,46.7l18.1,18.1l0,0L51,87.5l22.6-22.7l0,0L91.8,46.7z
M69.2,33.1l13.6,13.6L69.2,60.3L55.6,46.7L69.2,33.1z M32.9,33.1l13.6,13.6L32.9,60.3L19.3,46.7L32.9,33.1z M51,78.4L37.5,64.9
L51,51.3l13.6,13.6L51,78.4z"/>
</svg>

After

Width:  |  Height:  |  Size: 779 B

View file

@ -9,12 +9,12 @@
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K1R1SYQY8E"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-K1R1SYQY8E');
</script>
gtag('config', 'G-K1R1SYQY8E');
</script>
{% if block('des') is not defined %}
<meta content="{{twigFunctions.systemSettings.des}}" name="description"/>
{% else %}
@ -103,8 +103,20 @@
<a href="{{path('app_page',{'url':'privacy'})}}" class="nav-link px-2">حریم خصوصی</a>
</li>
</ul>
<p class="text-center text-body-secondary">
با خاطری آسوده،استوار بر روی راهکار‌های ابری پارس‌پک
<p class="text-center">
<div class="row">
<div class="col-sm-12 col-md-6 text-center text-body-tertiary">
<img src={{asset('/img/sp/parspack.svg')}} alt="Parspack Co" width="25" class="img-fluid">
با خاطری آسوده،استوار بر روی راهکار‌های ابری
<a href="https://parspack.com" target="_blank" class="rul">پارس‌پک</a>
</div>
<div class="col-sm-12 col-md-6 text-center text-body-tertiary">
حسابیکس با
<img src={{asset('/img/heart.png')}} alt="Love" width="25" class="img-fluid">
متن باز است
</div>
</div>
</p>
</footer>
</body>