Added resumes
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
color: var(--color-secondary-muted);
|
color: var(--color-secondary-muted);
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 1rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
import type { Snippet } from 'svelte';
|
||||||
import type { Component } from 'svelte';
|
import type { Component } from 'svelte';
|
||||||
import { tick } from 'svelte';
|
import { tick } from 'svelte';
|
||||||
|
|
||||||
@@ -9,7 +10,7 @@
|
|||||||
open = false,
|
open = false,
|
||||||
title = '',
|
title = '',
|
||||||
}: {
|
}: {
|
||||||
children: import('svelte').Snippet;
|
children: Snippet;
|
||||||
icon?: Component<{ size?: number }>;
|
icon?: Component<{ size?: number }>;
|
||||||
onclose: () => void;
|
onclose: () => void;
|
||||||
open: boolean;
|
open: boolean;
|
||||||
@@ -105,7 +106,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
display: flex;
|
display: flex;
|
||||||
max-height: 70vh;
|
max-height: 70vh;
|
||||||
padding-bottom: 2rem;
|
padding-bottom: 1rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
|||||||
@@ -124,6 +124,14 @@
|
|||||||
"dev": 1
|
"dev": 1
|
||||||
},
|
},
|
||||||
"links": [
|
"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",
|
"href": "https://mifi.dev/downloads/resume-2026c.pdf",
|
||||||
"icon": "Resume",
|
"icon": "Resume",
|
||||||
|
|||||||
BIN
static/downloads/resume-2026c.pdf
Normal file
BIN
static/downloads/resume-2026c.pdf
Normal file
Binary file not shown.
BIN
static/downloads/resume-2026lf.pdf
Normal file
BIN
static/downloads/resume-2026lf.pdf
Normal file
Binary file not shown.
BIN
static/downloads/resume-2026p.pdf
Normal file
BIN
static/downloads/resume-2026p.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user