Skip to content

Commit f560242

Browse files
committed
add Resume download and fix bug on mobile
1 parent 201e7b0 commit f560242

6 files changed

Lines changed: 11 additions & 2 deletions

File tree

._.DS_Store

-120 Bytes
Binary file not shown.

._dist

-220 Bytes
Binary file not shown.
57.3 KB
Binary file not shown.

src/._.DS_Store

-120 Bytes
Binary file not shown.

src/components/Icon.vue

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,23 @@
5858
</span>
5959
</a>
6060
<!-- LinkedIn -->
61-
<a href="https://www.linkedin.com/in/kashunshum/" target="_blank" class="flex pl-[44px] group border-b-[1px] pb-2">
61+
<a href="https://www.linkedin.com/in/kashunshum/" target="_blank" class="flex pl-[44px] group">
6262
<span class="w-6 h-6 text-center">
6363
<span class="fa-brands fa-linkedin text-zinc-500 fa-lg group-hover:text-blue-500/80"></span>
6464
</span>
6565
<span class="text-center">
6666
<span class="ml-4 text-zinc-700 text-sm font-medium group-hover:text-blue-400/75">LinkedIn</span>
6767
</span>
6868
</a>
69+
<!-- Resume -->
70+
<a href="/25Summer_Intern_SHUM_KASHUN.pdf" target="_blank" class="flex pl-[44px] group border-b-[1px] pb-2">
71+
<span class="w-6 h-6 text-center">
72+
<span class="fa-solid fa-file-pdf text-zinc-500 fa-lg group-hover:text-blue-500/80"></span>
73+
</span>
74+
<span class="text-center">
75+
<span class="ml-4 text-zinc-700 text-sm font-medium group-hover:text-blue-400/75">Resume</span>
76+
</span>
77+
</a>
6978
</div>
7079

7180
</template>

src/components/Navbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22

3-
<div class="flex bg-white w-full max-w-7xl content-center items-center py-2 px-4 ">
3+
<div class="flex bg-white w-full max-w-7xl content-center items-center py-2 px-4 max-sm:hidden">
44
<Logo />
55
<div class="grow">
66
<!-- change to v-for later -->

0 commit comments

Comments
 (0)