diff --git a/src/lib/components/logos/GiteaLogo.svelte b/src/lib/components/logos/GiteaLogo.svelte index bdf869e..7a21aae 100644 --- a/src/lib/components/logos/GiteaLogo.svelte +++ b/src/lib/components/logos/GiteaLogo.svelte @@ -1,5 +1,5 @@ + import type { Project } from '$lib/types/projects'; + import ProjectContentLayout from '../blog/PostLayout.svelte'; + + export let post: Project; + + + + + diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 9e006a6..359a098 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,18 +1,5 @@ @@ -28,7 +15,7 @@ -
+
-
- - +
-
+

Hello, I'm Matt.

- A dev with an array of skills from from frontend and design to devops. I have a - strong passion for innovation and change in tech, automation ♾️ and solving 👾 - problems . + A dev with an array of skills from from frontend and devops to design. I have a + strong passion for innovation and change in tech, automation and solving 👾 problems + .
From wearing a lot of 🤠 hats in past projects and startups I became a generalist, now I am actively deepening my knowledge in software: DevOps, CyberSec and AI.

@@ -110,31 +78,63 @@
+ + +
-
-
-
- 20+ -

Years Experience

-
-
- 100+ -

Contributions

-
-
- 10k+ -

Commits

-
-
- 3k+ -

GitHub Stars

-
-
-
-
@@ -190,7 +190,4 @@ transform: scale(1.5); } } - .quick-link { - @apply btn btn-icon variant-soft-primary hover:variant-filled-primary; - } diff --git a/src/routes/random/+page.svelte b/src/routes/random/+page.svelte new file mode 100644 index 0000000..cddfc66 --- /dev/null +++ b/src/routes/random/+page.svelte @@ -0,0 +1,12 @@ + + +

The time is {formatter.format($time)}

diff --git a/src/routes/sitemap.xml/+server.ts b/src/routes/sitemap.xml/+server.ts index 00532ae..0fe9195 100644 --- a/src/routes/sitemap.xml/+server.ts +++ b/src/routes/sitemap.xml/+server.ts @@ -36,7 +36,7 @@ export const GET = async () => { }) .map((page) => { return page - .replace('/src/routes', 'https://www.gitpod.io') + .replace('/src/routes', 'https://mattmor.in') .replace('/index.md', '/') .replace('.md', '/') .replace('/index.svelte', '/') diff --git a/static/CV_Matthieu_Morin.pdf b/static/CV_Matthieu_Morin.pdf new file mode 100644 index 0000000..1685126 Binary files /dev/null and b/static/CV_Matthieu_Morin.pdf differ