mirror of
https://github.com/KevinMidboe/k9e.no.git
synced 2025-10-29 09:40:13 +00:00
Mailto header link
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
import type ILink from '$lib/interfaces/ILink';
|
||||
|
||||
const links: ILink[] = [
|
||||
{ title: 'mail', url: 'mailto:kevin.midboe@gmail.com' },
|
||||
{ title: 'github', url: 'https://github.com/kevinmidboe' },
|
||||
{ title: 'blog', url: 'https://blog.schleppe.cloud' },
|
||||
{ title: 'CV', url: 'https://no.linkedin.com/in/kevin-midbøe-687837161' },
|
||||
|
||||
Reference in New Issue
Block a user