michalvankodev-site/templates/sections/social.html

15 lines
943 B
HTML
Raw Permalink Normal View History

2024-09-18 18:36:54 +02:00
<h2 class="text-blue-950 font-bold text-2xl m-5 md:text-4xl">Socials</h2>
2024-09-25 16:21:35 +02:00
<section class="grid grid-flow-row justify-center">
2024-09-26 14:12:55 +02:00
{% call sc::social_card_start("twitch", "https://twitch.tv/michalvankodev", "I stream (almost) regularly on <em>twitch.tv</em>", "images/social/twitch_wo.png", "social-card-twitch") %}
2024-09-26 14:12:55 +02:00
{% call sc::social_card_start("tiktok", "https://www.tiktok.com/@michalvankodev","Highlights can be found on <em>TikTok</em>", "images/social/tiktok_wo.png", "social-card-tiktok") %}
2024-09-26 14:59:18 +02:00
{% call sc::social_card_start("youtube", "https://www.youtube.com/@michalvankodev", "Videos and vlogs posted on <em>YouTube</em>", "images/social/youtube_wo.png", "social-card-youtube") %}
2024-09-25 16:21:35 +02:00
<div class="lg:hidden xl:block">
2024-09-26 14:59:18 +02:00
{% call sc::social_card_start("instagram", "https://www.instagram.com/michalvankodev/", "Photos and stories shared on <em>Instagram</em>", "images/social/instagram_plain.png", "social-card-instagram") %}
2024-09-25 16:21:35 +02:00
</div>
2024-09-25 12:55:05 +02:00
</section>