Added resumes
Some checks failed
ci/woodpecker/push/deploy unknown status
ci/woodpecker/push/ci Pipeline failed

This commit is contained in:
2026-02-07 09:23:55 -03:00
parent ba2b3af650
commit 88e355aa98
6 changed files with 12 additions and 3 deletions

View File

@@ -65,7 +65,7 @@
color: var(--color-secondary-muted);
display: block;
font-size: 0.875rem;
margin-bottom: 0.5rem;
margin-bottom: 1rem;
text-align: center;
}
</style>

View File

@@ -1,4 +1,5 @@
<script lang="ts">
import type { Snippet } from 'svelte';
import type { Component } from 'svelte';
import { tick } from 'svelte';
@@ -9,7 +10,7 @@
open = false,
title = '',
}: {
children: import('svelte').Snippet;
children: Snippet;
icon?: Component<{ size?: number }>;
onclose: () => void;
open: boolean;
@@ -105,7 +106,7 @@
flex-direction: column;
display: flex;
max-height: 70vh;
padding-bottom: 2rem;
padding-bottom: 1rem;
overflow: hidden;
width: 100%;

View File

@@ -124,6 +124,14 @@
"dev": 1
},
"links": [
{
"href": "https://mifi.dev/downloads/resume-2026lf.pdf",
"icon": "Resume",
"label": "Long-form CV",
"description": "My full resume, including all my work experience, education, and skills.",
"utmContent": "resume-lf",
"variants": ["dev", "bio"]
},
{
"href": "https://mifi.dev/downloads/resume-2026c.pdf",
"icon": "Resume",

Binary file not shown.

Binary file not shown.

Binary file not shown.