🔥 removed instalink

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2023-12-15 23:22:29 +01:00
parent 616737082f
commit 9984f737e3
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6
3 changed files with 5 additions and 13 deletions

View file

@ -12,7 +12,6 @@ E-mail: kjelsrudsindre@gmail.com
- [GitHub](https://github.com/SindreKjelsrud)
- [LinkedIn](https://www.linkedin.com/in/sindrekjelsrud)
- [Instagram](https://www.instagram.com/sindrekjelsrud/)
- [Spotify](https://open.spotify.com/user/kjelsrud!)

View file

@ -11,15 +11,12 @@ import SectionContainer from '../components/SectionContainer.astro';
<div class="profile"></div> <!-- Image -->
<h1 class="text-3xl font-bold">Sindre Kjelsrud</h1>
<p class="text-center">Student at Western University of Applied Sciences.</p>
<div class="flex gap-1 social">
<a href="https://www.linkedin.com/in/sindre-kjelsrud-345583218/" aria-label="Link to my LinkedIn">
<iconify-icon icon="lucide:linkedin" width="30" height="30" />
</a>
<div class="flex gap-2 social">
<a href="https://github.com/SindreKjelsrud" aria-label="Link to my GitHub">
<iconify-icon icon="ri:github-line" width="30" height="30" />
</a>
<a href="https://www.instagram.com/SindreKjelsrud/" aria-label="Link to my Instagram">
<iconify-icon icon="mdi:instagram" width="30" height="30" />
<a href="https://www.linkedin.com/in/sindre-kjelsrud-345583218/" aria-label="Link to my LinkedIn">
<iconify-icon icon="lucide:linkedin" width="30" height="30" />
</a>
<a href="https://open.spotify.com/user/kjelsrud!" aria-label="Link to my Spotify">
<iconify-icon icon="mdi:spotify" width="30" height="30" />

View file

@ -39,18 +39,14 @@ p {
}
.social a:nth-child(1) :hover {
color: #0A66C2 !important;
}
.social a:nth-child(2) :hover {
color: grey !important;
}
.social a:nth-child(3) :hover {
color: #C84370 !important;
.social a:nth-child(2) :hover {
color: #0A66C2 !important;
}
.social a:nth-child(4) :hover {
.social a:nth-child(3) :hover {
color: #1DB954 !important;
}