add cv
This commit is contained in:
BIN
src/lib/files/CV_Theodor_Vallier.pdf
Normal file
BIN
src/lib/files/CV_Theodor_Vallier.pdf
Normal file
Binary file not shown.
@@ -1,5 +1,6 @@
|
||||
<script>
|
||||
import Hero from './Hero.svelte';
|
||||
import cv from '$lib/files/CV_Theodor_Vallier.pdf';
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
@@ -9,6 +10,9 @@
|
||||
|
||||
<section>
|
||||
<Hero />
|
||||
<h1 class="cv">
|
||||
<a href={cv} download="CV_Vallier_Theodor.pdf">Dowload my CV</a>
|
||||
</h1>
|
||||
</section>
|
||||
|
||||
<style>
|
||||
@@ -19,4 +23,17 @@
|
||||
align-items: center;
|
||||
flex: 0.6;
|
||||
}
|
||||
|
||||
.cv {
|
||||
font-size: 1.5rem;
|
||||
margin-top: 2rem;
|
||||
padding: 1rem;
|
||||
border-radius: 0.5rem;
|
||||
background-color: var(--color-nav);
|
||||
}
|
||||
|
||||
.cv a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
</nav>
|
||||
|
||||
<div class="corner">
|
||||
<a href="https://github.com/sveltejs/kit">
|
||||
<a href="https://github.com/whidix">
|
||||
<img src={github} alt="GitHub" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user