diff --git a/assets/WorkEntries.ts b/assets/WorkEntries.ts index d495597..ac25cd1 100644 --- a/assets/WorkEntries.ts +++ b/assets/WorkEntries.ts @@ -8,7 +8,7 @@ export const workEntries: WorkEntry[] = [ stack: [ "/js-logo.png", "/css.png", - "/mongo.svg", + "/mongo.webp", "/vue.png", "/express.webp", "/git.png", @@ -55,7 +55,7 @@ export const workEntries: WorkEntry[] = [ stack: [ "/cpp.png", - "/unreal.svg", + "/unreal.webp", "/git.png", "/blender.png", ], @@ -90,7 +90,7 @@ export const workEntries: WorkEntry[] = [ stack: [ "/cpp.png", - "/unreal.svg", + "/unreal.webp", "/git.png", "/blender.png", "/substance.png", diff --git a/components/ContactElement.vue b/components/ContactElement.vue index c1f9a48..b09cc85 100644 --- a/components/ContactElement.vue +++ b/components/ContactElement.vue @@ -41,6 +41,36 @@ +
+
+ + +

Resume.docx

+
+

Resume

+ + +

Resume.pdf

+
+
+
+
diff --git a/components/SkillAvatar.vue b/components/SkillAvatar.vue index 6afddd2..5d2ba3b 100644 --- a/components/SkillAvatar.vue +++ b/components/SkillAvatar.vue @@ -12,7 +12,12 @@
- +

{{ props.name }}

diff --git a/components/SkillColumn.vue b/components/SkillColumn.vue index 3629b71..bc7c35b 100644 --- a/components/SkillColumn.vue +++ b/components/SkillColumn.vue @@ -24,9 +24,9 @@
- + - +
diff --git a/components/WorkCard.vue b/components/WorkCard.vue index 64bac60..97f119b 100644 --- a/components/WorkCard.vue +++ b/components/WorkCard.vue @@ -19,12 +19,12 @@
diff --git a/public/KyleAustadResume.docx b/public/KyleAustadResume.docx new file mode 100644 index 0000000..41f24a2 Binary files /dev/null and b/public/KyleAustadResume.docx differ diff --git a/public/KyleAustadResume.pdf b/public/KyleAustadResume.pdf new file mode 100644 index 0000000..f9157fc Binary files /dev/null and b/public/KyleAustadResume.pdf differ diff --git a/public/doc.webp b/public/doc.webp new file mode 100644 index 0000000..3a8a2f5 Binary files /dev/null and b/public/doc.webp differ diff --git a/public/docker.webp b/public/docker.webp index 3752e25..a773666 100644 Binary files a/public/docker.webp and b/public/docker.webp differ diff --git a/public/express.webp b/public/express.webp index 237f763..56324e1 100644 Binary files a/public/express.webp and b/public/express.webp differ diff --git a/public/mongo.svg b/public/mongo.svg deleted file mode 100644 index 65c4a12..0000000 --- a/public/mongo.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/public/mongo.webp b/public/mongo.webp new file mode 100644 index 0000000..0d5e62a Binary files /dev/null and b/public/mongo.webp differ diff --git a/public/pdf.webp b/public/pdf.webp new file mode 100644 index 0000000..057f97c Binary files /dev/null and b/public/pdf.webp differ diff --git a/public/unreal.svg b/public/unreal.svg deleted file mode 100644 index ff02335..0000000 --- a/public/unreal.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - \ No newline at end of file diff --git a/public/unreal.webp b/public/unreal.webp new file mode 100644 index 0000000..7cfb0eb Binary files /dev/null and b/public/unreal.webp differ