add files
This commit is contained in:
51
template-parts/header/header-social-networks-mobile.php
Normal file
51
template-parts/header/header-social-networks-mobile.php
Normal file
@@ -0,0 +1,51 @@
|
||||
<!--[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]-->
|
||||
Reference in New Issue
Block a user