Fixing broken blue sky link and switching to bootstrap icons
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 21s

This commit is contained in:
shockrah 2025-06-30 15:28:16 -07:00
parent 24630ae0c3
commit decdaf714d
3 changed files with 10 additions and 6 deletions

View File

@ -15,6 +15,7 @@ Params:
mastodon: https://mastodon.social/@tempertv
instagram: https://www.instagram.com/temper.sama/
bluesky: https://bsky.app/profile/tempersama.bsky.social
x: https://x.com/temper_xyz
# Here we link the fun stuff ;)
launchpad:

View File

@ -1,7 +1,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css">
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link rel="shortcut icon" type="image/png" href="{{ .Site.BaseURL }}/img/favicon.png">

View File

@ -1,15 +1,18 @@
<a class="socials" href="{{.Site.Params.Gitlab}}">
<i class="fab fa-gitlab"></i>
<i class="bi bi-gitlab"></i>
</a>
<a class="socials" href="{{.Site.Params.Twitch}}">
<i class="fab fa-twitch"></i>
<i class="bi bi-twitch"></i>
</a>
<a class="socials" href="{{.Site.Params.Mastodon}}">
<i class="fab fa-mastodon"></i>
<i class="bi bi-mastodon"></i>
</a>
<a class="socials" href="{{.Site.Params.Github}}">
<i class="fab fa-github"></i>
<i class="bi bi-github"></i>
</a>
<a class="socials" href="{{.Site.Params.Instagram}}">
<i class="fab fa-instagram"></i>
<i class="bi bi-instagram"></i>
</a>
<a class="socials" href="{{.Site.Params.Bluesky}}">
<i class="bi bi-bluesky"></i>
</a>