This commit is contained in:
parent
f22f4d46f8
commit
88916f86c5
@ -2,7 +2,7 @@
|
|||||||
import { AtSign, Github, Globe, Linkedin } from '@lucide/svelte';
|
import { AtSign, Github, Globe, Linkedin } from '@lucide/svelte';
|
||||||
import Card from './Card.svelte';
|
import Card from './Card.svelte';
|
||||||
import Gitea from '$lib/Gitea.svelte';
|
import Gitea from '$lib/Gitea.svelte';
|
||||||
import linkedInImg from '$lib/linkedin.jpg';
|
import resumeImg from '$lib/resume.webp';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Card>
|
<Card>
|
||||||
@ -34,7 +34,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="flex min-w-28 items-center md:min-w-44">
|
<div class="flex min-w-28 items-center md:min-w-44">
|
||||||
<img
|
<img
|
||||||
src={linkedInImg}
|
src={resumeImg}
|
||||||
alt="a happy guy"
|
alt="a happy guy"
|
||||||
class="h-28 w-28 rounded-full shadow-sm md:h-44 md:w-44"
|
class="h-28 w-28 rounded-full shadow-sm md:h-44 md:w-44"
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user