Skip to content

Commit 05b984e

Browse files
committed
chore: moved config file to src/data and renamed to resume
1 parent c803a57 commit 05b984e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/config.ts renamed to src/data/resume.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const personalDetails = {
1616
resumeFile: "resume.pdf",
1717
}
1818

19-
export const experiencesArray = [
19+
export const experiences = [
2020
{
2121
companyLogo: "/images/cactuscreatives.png",
2222
companyName: "Cactus Creatives",
@@ -46,7 +46,7 @@ export const experiencesArray = [
4646
}
4747
]
4848

49-
export const projectsArray = [
49+
export const projects = [
5050
{
5151
title: "Trivivo",
5252
description: "Crafted a feature-rich, dynamic quiz game platform with progressive difficulty levels, real-time analytics, and comprehensive admin tools, complemented by a secure API for question management and user engagement tracking.",
@@ -99,7 +99,7 @@ export const projectsArray = [
9999
},
100100
]
101101

102-
export const skillsArray = {
102+
export const skills = {
103103
languages: ["Python", "JavaScript (ES6)", "TypeScript", "Go", "C", "C++20", "SQL"],
104104
frameworksAndLibraries: ["Django", "Flask", "React", "TailwindCSS", "Next.js", "Node.js", "Postgres", "MySQL"],
105105
tools: ["Bash", "Powershell", "Docker", "Postman"],

0 commit comments

Comments
 (0)