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