Skip to content

Commit f89af9d

Browse files
committed
💼 Gained Experience on Figma
1 parent dbce063 commit f89af9d

File tree

6 files changed

+4
-2
lines changed

6 files changed

+4
-2
lines changed

‎constituents/modals.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default function ResumeModal() {
6161
leaveFrom="opacity-100 scale-100"
6262
leaveTo="opacity-0 scale-95"
6363
>
64-
<DialogPanel className="w-full max-w-lg transform overflow-hidden rounded-2xl text-left align-middle shadow-xl transition-all bg-neutral-800">
64+
<DialogPanel className="w-full max-w-lg transform overflow-hidden rounded-3xl text-left align-middle shadow-xl transition-all bg-neutral-800">
6565
<section className="dark">
6666
<Image
6767
className="rounded-lg"
58.9 KB
Loading
-25.3 KB
Binary file not shown.

‎public/ico/misc/figma.svg‎

Lines changed: 1 addition & 0 deletions
Loading

‎public/skills.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
],
5050

5151
"misc": [
52+
{ "name": "Figma", "icon": "figma" },
5253
{ "name": "InDesign", "icon": "adobeindesign" },
5354
{ "name": "Photoshop", "icon": "adobephotoshop" },
5455
{ "name": "Premiere Pro", "icon": "adobepremierepro" },

‎world/projectDev.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export default function DeveloperSection() {
106106
body="Personal game library 2.0 built using Angular for tracking and showcasing every game I played throughout my life, complete with details from IGDB API and tracked playtime."
107107
live="https://midhunterx.github.io/Game-Trackr"
108108
code="https://github.com/MidHunterX/Game-Trackr"
109-
techs={['Angular', 'TypeScript', 'TailwindCSS', 'SASS', 'DaisyUI', 'Python', 'IGDB API']}
109+
techs={['Angular', 'Figma', 'TypeScript', 'TailwindCSS', 'SASS', 'DaisyUI', 'Python', 'IGDB API']}
110110
/>
111111

112112
<ProjectItemDisabled

0 commit comments

Comments
 (0)