michalvankodev-site/axum_server/templates/sections/social.html

13 lines
666 B
HTML
Raw 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 12:55:05 +02:00
<section class="flex flex-col items-center">
{% call sc::social_card_start("twitch", "I stream (almost) regularly on <em>twitch.tv</em>", "images/social/instagram_plain.png") %}
2024-09-25 12:55:05 +02:00
{% call sc::social_card_start("tiktok", "Highlights can be found on <em>TikTok</em>", "images/social/instagram_plain.png") %}
2024-09-25 12:55:05 +02:00
{% call sc::social_card_start("youtube", "Vlogs and highlights can be found on <em>YouTube</em>", "images/social/instagram_plain.png") %}
2024-09-25 12:55:05 +02:00
{% call sc::social_card_start("instagram", "Photos and stories shared on <em>Instagram</em>", "images/social/instagram_plain.png") %}
2024-09-25 12:55:05 +02:00
</section>