Skip to content

Commit 7b183f5

Browse files
committed
added CV
1 parent d2ba87f commit 7b183f5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

public/CV_Mike_Grushko.pdf

697 KB
Binary file not shown.

src/components/Hero.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {Github, Linkedin, Mail} from "lucide-vue-next"
1111
<h1 class="mb-4 md:mb-2 text-4xl">Mike Grushko</h1>
1212
<h2 class="mb-8 text-2xl">Developer | Student Angewandte Informatik RUB</h2>
1313
<div class="flex gap-2 p-auto flex-col md:flex-row">
14-
<button class="main-btn md:mr-4 md:ml-0 h-12 m-auto">Download CV</button>
14+
<a href="/CV_Mike_Grushko.pdf" download class="main-btn md:mr-4 md:ml-0 h-12 m-auto p-auto pt-2.5">Download CV</a>
1515
<div class="flex m-auto md:m-0">
1616
<a href="https://github.com/m1ke-gru"
1717
class="flex justify-center aspect-square w-16 rounded-full p-1 transition-all duration-300 hover:bg-white/20"

src/components/Skills.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const skills: Skill[] = [
6161
{ name: "Zustand", level_of_knowledge: Level.Experienced },
6262
{ name: "Tailwind CSS", level_of_knowledge: Level.Experienced },
6363
{ name: "Astro", level_of_knowledge: Level.Proficient },
64-
{ name: "Vue", level_of_knowledge: Level.Familiar },
64+
{ name: "Vue", level_of_knowledge: Level.Proficient },
6565
{ name: "HTML", level_of_knowledge: Level.Experienced },
6666
{ name: "CSS", level_of_knowledge: Level.Experienced },
6767

0 commit comments

Comments
 (0)