Skip to content

Commit

Permalink
Merge pull request #19 from nahiyankhan/develop
Browse files Browse the repository at this point in the history
push 2 prod
  • Loading branch information
nahiyankhan authored Oct 1, 2024
2 parents 44d4b16 + 47fab04 commit 1822aa6
Show file tree
Hide file tree
Showing 29 changed files with 158 additions and 11,089 deletions.
10,692 changes: 0 additions & 10,692 deletions package-lock.json

This file was deleted.

Binary file added public/nahiyankhan_resume.pdf
Binary file not shown.
Binary file removed public/social-card.png
Binary file not shown.
15 changes: 15 additions & 0 deletions src/alpine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ interface SectionTracker {
experiences: number,
contact: number;
getTransform: () => string;
getCurrent: () => string;
}

export default (Alpine: Alpine) => {
Expand Down Expand Up @@ -74,6 +75,20 @@ export default (Alpine: Alpine) => {
} else {
return `112px`;
}
},

getCurrent() {
if (this.contact < 100) {
return `contact`;
} else if (this.projects < 100) {
return `projects`;
} else if (this.experiences < 100) {
return `experiences`;
} else if (this.about < 100) {
return `about`;
} else {
return ``;
}
}
} as SectionTracker);
}
1 change: 0 additions & 1 deletion src/assets/about.svg

This file was deleted.

15 changes: 0 additions & 15 deletions src/assets/about_chunky.svg

This file was deleted.

14 changes: 0 additions & 14 deletions src/assets/contact.svg

This file was deleted.

27 changes: 0 additions & 27 deletions src/assets/contact_chunky.svg

This file was deleted.

16 changes: 0 additions & 16 deletions src/assets/current_chunky.svg

This file was deleted.

12 changes: 0 additions & 12 deletions src/assets/experience.svg

This file was deleted.

12 changes: 0 additions & 12 deletions src/assets/experience_chunky.svg

This file was deleted.

16 changes: 0 additions & 16 deletions src/assets/nahiyankhan.svg

This file was deleted.

Loading

0 comments on commit 1822aa6

Please sign in to comment.