🔥 removed instalink
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
616737082f
commit
9984f737e3
3 changed files with 5 additions and 13 deletions
|
@ -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!)
|
||||
|
||||
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -39,18 +39,14 @@ p {
|
|||
}
|
||||
|
||||
.social a:nth-child(1) :hover {
|
||||
color: #0A66C2 !important;
|
||||
color: grey !important;
|
||||
}
|
||||
|
||||
.social a:nth-child(2) :hover {
|
||||
color: grey !important;
|
||||
color: #0A66C2 !important;
|
||||
}
|
||||
|
||||
.social a:nth-child(3) :hover {
|
||||
color: #C84370 !important;
|
||||
}
|
||||
|
||||
.social a:nth-child(4) :hover {
|
||||
color: #1DB954 !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue