add files
This commit is contained in:
82
template-parts/header/header-social-networks-list.php
Normal file
82
template-parts/header/header-social-networks-list.php
Normal file
@@ -0,0 +1,82 @@
|
||||
<!--[header/header-social-networks-list]-->
|
||||
|
||||
<ul class="header__network">
|
||||
<li>
|
||||
<span class="icon icon--network">
|
||||
<img loading="lazy"
|
||||
src="<?= get_template_directory_uri() ?>/assets/img/profile-network.svg"
|
||||
width="115"
|
||||
height="32"
|
||||
alt="Profile Network"
|
||||
/>
|
||||
</span>
|
||||
<ul>
|
||||
<li>
|
||||
<a class="icon icon--vk" href="https://vk.com/profile_magazine" target="_blank" aria-label="vk.com" title="VK">
|
||||
<svg class="svg-icon">
|
||||
<use xlink:href="/wp-content/themes/profile/assets/img/sprites-svg/dist/sprite.svg#vk"></use>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="icon icon--ok" href="https://ok.ru/group/54512457482309" target="_blank" aria-label="ok.ru" title="odnoklassniki">
|
||||
<svg class="" width="30" height="30">
|
||||
<use xlink:href="/wp-content/themes/profile/assets/img/sprites-svg/dist/sprite.svg#ok"></use>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="icon icon--youtube" href="https://www.youtube.com/channel/UC9guqBrNYZd1uDNFHzG3UUA" target="_blank" aria-label="www.youtube.com" title="youtube">
|
||||
<svg class="" width="30" height="30">
|
||||
<use xlink:href="/wp-content/themes/profile/assets/img/sprites-svg/dist/sprite.svg#youtube"></use>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="icon icon--mt" href="https://mirtesen.profile.ru/" target="_blank" aria-label="mirtesen.profile.ru" title="mirtesen">
|
||||
<svg class="" width="30" height="30">
|
||||
<use xlink:href="/wp-content/themes/profile/assets/img/sprites-svg/dist/sprite.svg#mt"></use>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="icon icon--seldon-news" href="https://news.myseldon.com/ru/source/4347477" target="_blank" aria-label="news.myseldon.com" title="seldon-news">
|
||||
<svg class="" width="30" height="30">
|
||||
<use xlink:href="/wp-content/themes/profile/assets/img/sprites-svg/dist/sprite.svg#seldon-news"></use>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="icon icon--google-news" href="https://news.google.com/publications/CAAqKggKIiRDQklTRlFnTWFoRUtEM0J5YjJacGJHVXVjblV2Ym1WM2N5Z0FQAQ?oc=3&ceid=RU:ru" target="_blank" aria-label="news.google.com" title="google-news">
|
||||
<svg class="" width="30" height="30">
|
||||
<use xlink:href="/wp-content/themes/profile/assets/img/sprites-svg/dist/sprite.svg#google_news"></use>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="icon icon--feedly" href="https://feedly.com/i/subscription/feed%2Fhttps%3A%2F%2Fprofile.ru%2Ffeed%2F" target="_blank" aria-label="feedly.com" title="feedly">
|
||||
<svg class="" width="30" height="30">
|
||||
<use xlink:href="/wp-content/themes/profile/assets/img/sprites-svg/dist/sprite.svg#feedly"></use>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="icon icon--mobilnye-prilozheniya" href="https://profile.ru/mobilnye-prilozheniya" target="_blank" aria-label="profile.ru" title="PROFILE">
|
||||
<svg class="" width="30" height="30">
|
||||
<use xlink:href="/wp-content/themes/profile/assets/img/sprites-svg/dist/sprite.svg#profil_app_icon"></use>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="icon icon--flipboard" href="https://flipboard.com/@Profile_ru" target="_blank" aria-label="flipboard" title="flipboard">
|
||||
<svg class="" width="30" height="30">
|
||||
<use xlink:href="/wp-content/themes/profile/assets/img/sprites-svg/dist/sprite.svg#flipboard"></use>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<!--[/header/header-social-networks-list]-->
|
||||
Reference in New Issue
Block a user