Added resumes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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%;
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
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