diff --git a/src/_button.scss b/src/_button.scss index 2de6aae..cdd3986 100644 --- a/src/_button.scss +++ b/src/_button.scss @@ -3,6 +3,7 @@ flex-direction: row; align-items: center; justify-content: center; + gap: 0.25rem; color: $color-text; font-weight: 600; text-decoration: none; @@ -13,8 +14,8 @@ transition: all var(--animation-speed) var(--animation-type); user-select: none; - :hover, - :focus-visible { + &:hover, + &:focus-visible { opacity: 1; text-decoration-color: unset; } diff --git a/src/app.scss b/src/app.scss index 02fa2c5..d06b848 100644 --- a/src/app.scss +++ b/src/app.scss @@ -50,7 +50,6 @@ body { * { margin: 0; padding: 0; - font-weight: normal; } body { line-height: 1.5; diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 507fc86..7c741b9 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -12,78 +12,80 @@ } from 'phosphor-svelte'; - - - - Kaan, wearing a beanie, in front of some shrubbery. - +
+ + + + Kaan, wearing a beanie, in front of some shrubbery. + -

Kaan Barmore-Genç

+

Kaan Barmore-Genç

-

- Hi! I'm a software engineer with a diverse technical toolkit: Linux enthusiast, polyglot - programmer, home chef, and (when time allows) an amateur cyclist. Currently, I'm building - microservices and polished UIs at Tailwind alongside a fantastic team. -

+

+ Hi! I'm a software engineer with a diverse technical toolkit: Linux enthusiast, polyglot + programmer, home chef, and (when time allows) an amateur cyclist. Currently, I'm building + microservices and polished UIs at Tailwind alongside a fantastic team. +

-

- My focus is building seamless web applications, and I excel in both front-end and back-end - development. My experience includes TypeScript, React, SvelteKit, TailwindCSS, Rust, Docker, SQL, - and AWS technologies (DynamoDB, Lambda, EventBridge, and more). -

+

+ My focus is building seamless web applications, and I excel in both front-end and back-end + development. My experience includes TypeScript, React, SvelteKit, TailwindCSS, Rust, Docker, + SQL, and AWS technologies (DynamoDB, Lambda, EventBridge, and more). +

-

- I'm an active contributor to the open-source world: check out my Github profile! For a closer look at my work, visit my portfolio where I highlight my - favorite projects. I sometimes write about the tools I use or challenges I've solved on my - blog. I'm always open to feedback, reach out to me through my socials linked - below. -

+

+ I'm an active contributor to the open-source world: check out my Github profile! For a closer look at my work, visit my portfolio where I highlight + my favorite projects. I sometimes write about the tools I use or challenges I've solved on my + blog. I'm always open to feedback, reach out to me through my socials + linked below. +

- + +