37 lines
1.5 KiB
PHP
37 lines
1.5 KiB
PHP
<!--[header/header-social-networks]-->
|
|
|
|
<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="AppStore"
|
|
/>
|
|
</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.png"
|
|
width="115"
|
|
height="32"
|
|
alt="Google Play"
|
|
/>
|
|
</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="98"
|
|
height="32"
|
|
alt="Google Play"
|
|
/>
|
|
</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]-->
|