diff --git a/assets/data/data.json b/assets/data/data.json index dd8fc46..8756fed 100644 --- a/assets/data/data.json +++ b/assets/data/data.json @@ -140,25 +140,25 @@ ], "experiences": [ { - "company": "Perspective-v", + "company": "Freelancing", "profession": "Full Stack Developer", - "duration": "August 2021 - December 2022", + "duration": "March 2020 - Present", "companyLogo": "images/placeholder-400x400.gif", - "description": "I am a seasonal web developer in Asp.Net, and Angular for close to two years. I have experience in building both front-end and back-end web applications using these technologies. During my time at perspective-v, I gained hands-on experience with Ag-Grid, Nx-Workspaces, Angular DataTables, Syncfusion, and more. I have worked on variety of projects, Including: \n\n Learn Quran Live Academy (Asp.Net 6)\nFlat Management System (Angular)\nGorsi Shop (Asp.Net Core 3.1)\nClient Management Website (Angular + Asp.Net)\n\nI am confident that I can use my skills to help you achieve your web development goals." + "description": "Working as a freelancer in Asp.net, Angular, Angular Dart, and WordPress. Till now, I have worked on some of the projects listed below: \n\n • My Life You Choose (Asp.Net MVC) \n • AM-Brisbane-Psychology (Asp.Net Razor Pages) \n • Ease My Sales (Angular) \n • Pagric Web Application (Angular) \n • Tipnet (Angular) \n • Tamino Autograph (WordPress) \n • Roofers Free Zone Co (WordPress)" }, { - "company": "Gorsi Shop", + "company": "Perspective-v", "profession": "Full Stack Developer", - "duration": "Mar 2019 - Jan 2020", + "duration": "August 2021 - December 2022", "companyLogo": "images/placeholder-400x400.gif", - "description": "In my time at Gorsi Shop, I have created their E-Commerce website in Wordpress as well as in Asp.Net Core MVC, named Gorsi Shop. Once in Asp.net Core and the second iteration in WordPress. \n Gorsi Shop is an e-commerce website that allows whole sellers to buy any IT related items such as keyboards, mouse, printers, projectors etc. And a complete admin panel is implemented for the admins of the site to manage products, orders and view reviews on different projects. \n Tools: \n\t1st Iteration: \n\t• Front-end: Html, Css, jQuery \n\t• Back-end: Asp.Net Core 2.0, Entity Framework Core \n\n 2nd Iteration: \n\t• WordPress" + "description": "I am a seasonal web developer in Asp.Net, and Angular for close to two years. I have experience in building both front-end and back-end web applications using these technologies. During my time at perspective-v, I gained hands-on experience with Ag-Grid, Nx-Workspaces, Angular DataTables, Syncfusion, and more. I have worked on variety of projects, Including: \n\n Learn Quran Live Academy (Asp.Net 6)\nFlat Management System (Angular)\nGorsi Shop (Asp.Net Core 3.1)\nClient Management Website (Angular + Asp.Net)" }, { - "company": "Freelancing", + "company": "Gorsi Shop", "profession": "Full Stack Developer", - "duration": "March 2020 - Present", + "duration": "Mar 2019 - Jan 2020", "companyLogo": "images/placeholder-400x400.gif", - "description": "Working as a freelancer in Asp.net, Angular, Angular Dart, and WordPress. Till now, I have worked on some of the projects listed below: \n\n • My Life You Choose (Asp.Net MVC) \n • AM-Brisbane-Psychology (Asp.Net Razor Pages) \n • Ease My Sales (Angular) \n • Pagric Web Application (Angular) \n • Tipnet (Angular) \n • Tamino Autograph (WordPress) \n • Roofers Free Zone Co (WordPress)" + "description": "In my time at Gorsi Shop, I have created their E-Commerce website in Wordpress as well as in Asp.Net Core MVC, named Gorsi Shop. Once in Asp.net Core and the second iteration in WordPress. \n Gorsi Shop is an e-commerce website that allows whole sellers to buy any IT related items such as keyboards, mouse, printers, projectors etc. And a complete admin panel is implemented for the admins of the site to manage products, orders and view reviews on different projects. \n\n Tools: \n1st Iteration: \n• Front-end: Html, Css, jQuery \n\t• Back-end: Asp.Net Core 2.0, Entity Framework Core \n\n 2nd Iteration: \n\t• WordPress" } ], "education": [ diff --git a/assets/js/script.js b/assets/js/script.js index ca37a6d..43b943b 100644 --- a/assets/js/script.js +++ b/assets/js/script.js @@ -90,28 +90,52 @@ getPlatformName = (s) => console.log(s[0].link); `); }); - // education - $.each(data.education, function (i, edu) { + //#region experiences + $.each(data.experiences, function (i, exp) { $(".cc-education").append(` -
-
-
-
-

${edu.yearOfGraduation}

-
${edu.degree}
+
+
+
+
+

${exp.duration}

+
${exp.profession}
+
-
-
-
-
${edu.subject}
-

${edu.institution}

-

${edu.summary}

+
+
+
${exp.company}
+

+

${exp.description.replace(/\n/g, '
')}

+
-
- `); + `); }); + //#endregion experiences + + // education + // $.each(data.education, function (i, edu) { + // $(".cc-education").append(` + //
+ //
+ //
+ //
+ //

${edu.yearOfGraduation}

+ //
${edu.degree}
+ //
+ //
+ //
+ //
+ //
${edu.subject}
+ //

${edu.institution}

+ //

${edu.summary}

+ //
+ //
+ //
+ //
+ // `); + // }); //#region testimonials $.each(data.testimonials, function (i, testimonial) { diff --git a/index.html b/index.html index 86f5296..fae1ee0 100644 --- a/index.html +++ b/index.html @@ -38,11 +38,11 @@
@@ -162,12 +162,21 @@
2019 Present
--> - -
+ +
-
Education
+
Experience
+ + + + + - - +
-
--> +
+ - + +