Skip to content

Commit 816fb35

Browse files
committed
add resume
1 parent baf4520 commit 816fb35

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

public/files/Jenish SE.pdf

89.8 KB
Binary file not shown.

src/components/About.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ import Title from "./common/Title.astro";
160160
<!-- Download CV -->
161161
<div class="text-center mt-4">
162162
<a
163-
href="#"
163+
href="/files/Jenish%20SE.pdf"
164+
download="Jenish SE.pdf"
164165
class="border-yellow-600 text-yellow-600 hover:border-gray-200 hover:text-inherit border ra font-semibold py-2 px-4 rounded-full inline-flex items-center"
165166
>
166167
<svg

src/components/Landing.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1
2424
class="max-md:hidden max-md:text-xl text-3xl font-semibold text-primary mt-4 typewriter"
2525
data-period="2000"
26-
data-type='[ "Developer", "Freelancer", "Open-Source Contributor", "Blogger"]'
26+
data-type='[ "Developer", "Freelancer", "Microsoft Certified Trainer", "Open-Source Contributor", "Blogger"]'
2727
data-aos-duration="1000"
2828
data-aos-delay="300"
2929
data-aos="fade-right"
@@ -33,7 +33,7 @@
3333
<h1
3434
class="md:hidden max-md:text-xl max-sm:text-base text-3xl font-semibold text-primary mt-4 typewriter"
3535
data-period="2000"
36-
data-type='[ "Developer", "Freelancer", "Contributer", "Blogger"]'
36+
data-type='[ "Developer", "Freelancer", "MCT", "Open-Source", "Blogger"]'
3737
data-aos-duration="1000"
3838
data-aos-delay="300"
3939
data-aos="fade-right"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
const {label, title} = Astro.props;
33
---
4-
<div class="flex gap-2 items-center max-md:mt-4">
4+
<div class="flex gap-2 items-center mt-4">
55
<div class="flex items-center"><slot/><span class="ml-2 font-bold">{title}</span></div>
66
<span>{label}</span>
77
</div>

0 commit comments

Comments
 (0)