@@ -50,23 +50,30 @@ const socialMediaLinks = {
5050
5151const skillsSection = {
5252 title : "What I do" ,
53- subTitle : "PASSIONATE DATA SCIENTIST WHO LOVES TO UNCOVER INSIGHTS FROM DATA AND SOLVE COMPLEX PROBLEMS WITH AI" ,
53+ subTitle :
54+ "PASSIONATE DATA SCIENTIST WHO LOVES TO UNCOVER INSIGHTS FROM DATA AND SOLVE COMPLEX PROBLEMS WITH AI" ,
5455 skills : [
5556 emoji (
5657 "⚡ Develop end-to-end machine learning models, from data wrangling to deployment"
5758 ) ,
58- emoji ( "⚡ Build powerful data visualizations to uncover trends and insights" ) ,
59+ emoji (
60+ "⚡ Build powerful data visualizations to uncover trends and insights"
61+ ) ,
5962 emoji (
6063 "⚡ Leverage AI techniques to create intelligent solutions for complex problems"
6164 ) ,
62- emoji ( "⚡ Develop and deploy cloud-based machine learning solutions using AWS, GCP, or Azure" ) ,
63- emoji ( "⚡ Integration of third-party APIs and services like AWS, Google Cloud, or custom-built AI models" ) ,
65+ emoji (
66+ "⚡ Develop and deploy cloud-based machine learning solutions using AWS, GCP, or Azure"
67+ ) ,
68+ emoji (
69+ "⚡ Integration of third-party APIs and services like AWS, Google Cloud, or custom-built AI models"
70+ )
6471 ] ,
6572
6673 /* Make Sure to include correct Font Awesome Classname to view your icon
6774https://fontawesome.com/icons?d=gallery */
6875
69- softwareSkills : [
76+ softwareSkills : [
7077 {
7178 skillName : "Python" ,
7279 fontAwesomeClassname : "fab fa-python"
@@ -133,13 +140,13 @@ const educationInfo = {
133140 schoolName : "University of London" ,
134141 logo : require ( "./assets/images/uolLogo.png" ) ,
135142 subHeader : "BSc Computer Science (Hons)" ,
136- duration : "October 2021 - September 2024" ,
143+ duration : "October 2021 - September 2024"
137144 // desc: "Participated in the research of XXX and published 3 papers.",
138145 // descBullets: [
139146 // "Lorem ipsum dolor sit amet, consectetur adipiscing elit",
140147 // "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
141148 // ]
142- } ,
149+ }
143150 // {
144151 // schoolName: "Whales College",
145152 // logo: require("./assets/images/stanfordLogo.png"),
@@ -184,7 +191,6 @@ const techStack = {
184191 displayCodersrank : false // Set true to display codersrank badges section
185192} ;
186193
187-
188194// Work experience section
189195
190196const workExperiences = {
@@ -211,7 +217,7 @@ const workExperiences = {
211217 "Scraped data for 75+ countries, including visa requirements, high-paying professions, living expenses, and opportunities." ,
212218 "Transformed data into a consistent format for seamless country comparisons."
213219 ]
214- } ,
220+ }
215221 // {
216222 // role: "Software Engineer Intern",
217223 // company: "Airbnb",
@@ -286,7 +292,7 @@ const achievementSection = {
286292 {
287293 name : "Certificate" ,
288294 url : "https://drive.google.com/file/d/1aM0GBJZZOy6fMk7q3XOzyd9TqRy6r-pg/view?usp=sharing"
289- } ,
295+ }
290296 ]
291297 } ,
292298 {
@@ -309,7 +315,7 @@ const achievementSection = {
309315 url : "https://coursera.org/share/f624df220cbd0abf2514f6802387acf3"
310316 }
311317 ]
312- } ,
318+ }
313319
314320 // {
315321 // title: "PWA Web App Developer",
0 commit comments