Check-in; adding features like mixshow and google analytics.
This commit is contained in:
parent
36e6e23a68
commit
8288ebc67a
50 changed files with 1492 additions and 483 deletions
|
@ -84,12 +84,18 @@ function social_line($social, $value): string
|
|||
$color = "#1DB954";
|
||||
$name = "Spotify";
|
||||
break;
|
||||
case "linktree":
|
||||
$icon = "fa-solid fa-link";
|
||||
$url = "https://www.linktr.ee/$value";
|
||||
$color = "#39E09B";
|
||||
$name = "Linktree";
|
||||
break;
|
||||
}
|
||||
|
||||
return "
|
||||
<li class='list-group-item d-flex justify-content-between align-items-center p-3'>
|
||||
<i class='fa $icon fa-lg' style='color: $color;'></i>
|
||||
<p class='mb-0'><a href='$url'>$value</a>
|
||||
<li class='list-group-item d-flex justify-content-between align-items-center p-3' title='$name'>
|
||||
<i class='fa $icon fa-lg' style='color: $color;' title='$name'></i>
|
||||
<p class='mb-0'><a href='$url' title='$name' >$value</a>
|
||||
</p>
|
||||
</li>";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue