<a href="https://www.tiktok.com/@lehighadmissions" class="social-icon tiktok" title="tiktok"><span class="sr-only">Find us on tiktok</span></a>
{% set type="" %}
{% if 'instagram.com' in social_url|render|lower %}
{% set type="instagram" %}
{% endif %}
{% if 'facebook.com' in social_url|render|lower %}
{% set type="facebook" %}
{% endif %}
{% if 'twitter.com' in social_url|render|lower %}
{% set type="twitter" %}
{% endif %}
{% if 'x.com' in social_url|render|lower %}
{% set type="x" %}
{% endif %}
{% if 'youtube.com' in social_url|render|lower %}
{% set type="youtube" %}
{% endif %}
{% if 'snapchat.com' in social_url|render|lower %}
{% set type="snapchat" %}
{% endif %}
{% if 'tumblr.com' in social_url|render|lower %}
{% set type="tumblr" %}
{% endif %}
{% if 'linkedin.com' in social_url|render|lower %}
{% set type="linkedin" %}
{% endif %}
{% if 'flickr.com' in social_url|render|lower %}
{% set type="flickr" %}
{% endif %}
{% if 'tiktok.com' in social_url|render|lower %}
{% set type="tiktok" %}
{% endif %}
{% if 'mastodon.social' in social_url|render|lower %}
{% set type="mastodon" %}
{% endif %}
<a href="{{ social_url }}" class="social-icon {{ type }}" title="{{ type }}"><span class="sr-only">Find us on {{ type }}</span></a>
{
"social_url": "https://www.tiktok.com/@lehighadmissions",
"social_text": "instagram"
}
.social-icon {
color: unset;
border-bottom: 0 !important;
.color-scheme-dark & {
border-bottom: 0 !important;
}
&::before {
@include font-awesome-brand;
color: $lehigh_brown;
color: var(--lehigh_brown, $lehigh_brown);
font-size: 2rem;
@include transition;
.color-scheme-dark & {
color: $lehigh_brown_darkmode;
color: var(--lehigh_brown_darkmode, $lehigh_brown_darkmode);
}
}
&:hover {
&::before {
color: $accent_color;
}
}
&.instagram {
&::before {
content: "\f16d";
}
}
&.facebook {
&::before {
content: "\f39e";
}
}
&.twitter {
&::before {
content: "\f099";
}
}
&.x {
&::before {
content: "\e61b";
}
}
&.youtube {
&::before {
content: "\f167";
}
}
&.snapchat {
&::before {
content: "\f2ac";
}
}
&.tumblr {
&::before {
content: "\f173";
}
}
&.linkedin {
&::before {
content: "\f08c";
}
}
&.flickr {
&::before {
content: "\f16e";
}
}
&.tiktok {
&::before {
content: "\e07b";
}
}
&.mastodon {
&::before {
content: "\f4f6";
}
}
}
No notes defined.