Birthday and small fix

This commit is contained in:
Firq 2024-10-27 14:58:32 +01:00
parent fa88fede29
commit 19e7d02520
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
6 changed files with 10 additions and 8 deletions

View file

@ -4,7 +4,7 @@
<div>
<p>
I'm a 23 year old software developer from Germany. Even if my roots are with Electrical Engineering,
I'm a 24 year old software developer from Germany. Even if my roots are with Electrical Engineering,
I am currently pursuing a Masters Degree in Computer Science after starting to code more during my studies.
I am mostly programming in Python, but I'm also confident in writing Javascript.
</p>

View file

@ -38,7 +38,7 @@ const display = fadeout ? "": "display: none"
margin: 1rem 0px 0px;
padding: 0.5rem 0.75rem;
text-decoration: none;
background: radial-gradient(var(--c-primary-background), var(--c-secondary-background)) ;
background: var(--c-primary-background);
border-radius: 10px;
border: 2px var(--c-accent-1) solid;
}

View file

@ -41,6 +41,7 @@ import LinkContainer from "../links/linkContainer.astro";
font-size: 1rem;
font-weight: 400;
font-family: 'Work Sans Variable', sans-serif;
width: 97.5%;
}
.fancy {