Fixed links & added more work pages

This commit is contained in:
2022-03-20 20:20:22 -04:00
parent e754daa6b2
commit ba5c88aa78
9 changed files with 611 additions and 21 deletions

16
src/views/Resume.vue Normal file
View File

@@ -0,0 +1,16 @@
<template>
<div>
<center><iframe src="https://drive.google.com/file/d/1_nD-iiUjAxfqdgqjjgm9agxPaFAm3_hk/preview" allow="autoplay" style="margin-left: 25px; margin-right: 25px; min-width: 85%; min-height: 85vh;"></iframe></center>
</div>
</template>
<script>
export default {
name: "ResumeComponent"
}
</script>
<style>
</style>