Files
profile/template-parts/header/header-social-networks-mobile.php

51 lines
1.5 KiB
PHP
Raw Permalink Normal View History

2025-07-09 21:21:17 +03:00
<!--[header/header-social-networks-mobile]-->
<div class="header__social clearfix">
<div class="float-xs-none float-md-left">
<a class="float-xs-none float-md-left header__store" href="https://apps.apple.com/ru/app/id6476872853" target="_blank">
<img loading="lazy"
src="<?= get_template_directory_uri() ?>/assets/img/appstore.svg"
width="103"
height="32"
alt=""
/>
</a>
<a class="float-xs-none float-md-left header__store" href="https://play.google.com/store/apps/details?id=com.profile.magazine" target="_blank">
<img loading="lazy"
src="<?= get_template_directory_uri() ?>/assets/img/googleplay.svg"
width="115"
height="32"
alt=""
/>
</a>
<a class="float-xs-none float-md-left header__store" href="https://apps.rustore.ru/app/com.profile.magazine" target="_blank">
<img loading="lazy"
src="<?= get_template_directory_uri() ?>/assets/img/rustore.svg"
width="115"
height="32"
alt=""
/>
</a>
</div>
<div class="float-xs-none float-md-right">
<?php get_template_part("template-parts/header/header-social-networks-list") ?>
</div>
</div>
<!--[/header/header-social-networks-mobile]-->