diff --git a/app/_content/CardInfo.ts b/app/_content/CardInfo.ts index 4a75b80..2afd8ea 100644 --- a/app/_content/CardInfo.ts +++ b/app/_content/CardInfo.ts @@ -201,5 +201,15 @@ export const info = [ about: "i like computers", avatar: "https://avatars.githubusercontent.com/xTwo56", background: "https://imgs.search.brave.com/5IGSMSwXANIekL4M45BTYSWpLola4asbeCQw0DHEL9o/rs:fit:500:0:0:0/g:ce/aHR0cHM6Ly9tZWRp/YS5pc3RvY2twaG90/by5jb20vaWQvMTYw/MzA2NzQyL3Bob3Rv/L2hvdC1zdW5yaXNl/LWluLXNwYWNlLmpw/Zz9zPTYxMng2MTIm/dz0wJms9MjAmYz1Z/UDZSZDBvLWhMXzlt/cWRnNzdBeVA3dlR1/cWY3ZnhPSVRUUnBn/cy1rdm9FPQ" + }, + { + name: "Jenil Langaliya", + slug: "Jenil-Langaliya", + domain: "Development", + description: "man of words", + quote: "Solving problems", + about: "i like computers", + avatar: "https://avatars.githubusercontent.com/u/177637183?s=400&v=4", + background: "https://imgs.search.brave.com/5IGSMSwXANIekL4M45BTYSWpLola4asbeCQw0DHEL9o/rs:fit:500:0:0:0/g:ce/aHR0cHM6Ly9tZWRp/YS5pc3RvY2twaG90/by5jb20vaWQvMTYw/MzA2NzQyL3Bob3Rv/L2hvdC1zdW5yaXNl/LWluLXNwYWNlLmpw/Zz9zPTYxMng2MTIm/dz0wJms9MjAmYz1Z/UDZSZDBvLWhMXzlt/cWRnNzdBeVA3dlR1/cWY3ZnhPSVRUUnBn/cy1rdm9FPQ" } ]; diff --git a/app/_content/contributors/Jenil-Langaliya.ts b/app/_content/contributors/Jenil-Langaliya.ts new file mode 100644 index 0000000..9fd3abb --- /dev/null +++ b/app/_content/contributors/Jenil-Langaliya.ts @@ -0,0 +1,72 @@ +export const data = { + name: "Jenil Langaliya", + location: "Bangalore", + phone: "+91 7834509123", + email: "jenil@gmail.com", + links: { + linkedin: "https://in.linkedin.com/", + github: "https://github.com/Jenil1905", + leetcode: "https://www.google.com/search?gs_ssp=eJzj4tVP1zc0zC5OS8sxzc1RYDRgdGDw4shJTS1Jzk9JBQB8kQiM&q=leetcode&oq=lee&gs_lcrp=EgZjaHJvbWUqEAgBEC4YxwEYsQMY0QMYgAQyBggAEEUYOTIQCAEQLhjHARixAxjRAxiABDIGCAIQRRhAMgoIAxAAGLEDGIAEMgoIBBAAGLEDGIAEMgoIBRAAGLEDGIAEMgoIBhAAGLEDGIAEMgoIBxAAGLEDGIAE0gEJMzYxMWowajE1qAIIsAIB&sourceid=chrome&ie=UTF-8", + codeforces: "https://codeforces.com/", + }, + education: [ + { + institution: "Scaler School of Technology", + location: "Bangalore", + degree: "Bsc in CS", + period: "2024-2028", + }, + ], + experience: [ + { + company: "Zomato", + position: "Social Media Intern", + location: "Gurugram, Haryana", + period: "January 2020 – May 2021", + responsibilities: [ + "Assisted in managing social media accounts, increasing follower engagement by 40% through targeted content strategies.", +"Created weekly performance reports, providing insights that helped optimize future campaigns." +"Supported the planning and execution of events, contributing to successful promotional campaigns with high customer turnout." + + ], + }, + { + company: "Swiggy", + position: "Marketing Coordinator", + location: "Bangalore", + period: "June 2021 - July 2022", + responsibilities: [ + "Developed and executed digital marketing campaigns, resulting in a 25% increase in online engagement.", + "Collaborated with cross-functional teams to launch three major product campaigns, enhancing brand visibility and driving a 15% increase in sales.", + "Analyzed market trends and consumer behavior to identify new opportunities, contributing to a 10% growth in market share.", + ], + }, + ], + projects: [ + { + name: "Social Media Campaign for Local Restaurant", + technologies: "Canva, Hootsuite, Google Analytics", + period: " January 2023 – March 2023", + details: ["Developed and executed a month-long social media strategy that increased Instagram followers by 30% and engagement by 50%.", + "Created visually appealing content and scheduled posts using Hootsuite, optimizing posting times based on audience insights."], + }, + { + name: "Market Research Project", + technologies: "SPSS, Google Forms, Microsoft Excel", + period: " August 2022 – December 2022", + details: ["Conducted extensive market research for a new product launch, utilizing Google Forms for surveys and SPSS for data analysis.", + "Analyzed consumer trends and presented findings in a comprehensive report that shaped the marketing strategy, achieving a 20% higher initial sales than anticipated."], + }, + ], + skills: { + languages: ["English", "Hindi"], + technologies: ["HTML", "CSS", "JavaScript" , "SQL" , "Python" , "SPSS" , "Google Analytics"], + tools: ["Adobe Creative Suite (Photoshop, Illustrator)", "Hootsuite, Buffer" , "Microsoft Office (Word, Excel, PowerPoint)" , + "Trello, Slack" + ], + + }, + achievements: ["Completed Google Analytics Certification (2022): Gained advanced knowledge in data analysis and digital marketing strategies. +", "Led a team project that won the Best Marketing Campaign award at the National Marketing Conference (2022), resulting in increased brand visibility for the client.", + "Achieved a 95% satisfaction rating in customer feedback surveys during a product launch, surpassing the company goal of 85%."], +};