You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/page/education/Education.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,14 @@ export default function Education() {
26
26
constcontent=[
27
27
{
28
28
title: "Diploma in Electrical Engineering (Lateral)",
29
-
organization: "Rungta College of Engineering & Technology",
29
+
subtitle: "Rungta College of Engineering & Technology",
30
30
duration: "2017-2019",
31
31
detail: `I completed my Diploma in Electrical Engineering from Rungta College of Engineering & Technology, where I gained extensive knowledge during my academic years (2017-2019 Lateral Entry after ITI). I worked on various projects, including an Arduino-based robotic arm capable of picking up and placing objects, and a path-following vehicle designed to reach a predefined destination. Both projects were controllable via an Android device using Bluetooth communication.`,
32
32
33
33
},
34
34
{
35
35
title: "Bachelors in Computer Science Engineering (Lateral)",
36
-
organization: "Rungta College of Engineering & Technology",
36
+
subtitle: "Rungta College of Engineering & Technology",
37
37
duration: "2021-2024",
38
38
detail: `I completed my Bachelor of Technology in Computer Science Engineering from 2021 to 2024 (3 years due to Lateral Entry). Throughout my academic journey, I gained a solid understanding of how computers work, as well as the wide range of applications and software in the industry. During this time, I was part of a team that developed a social media-like platform for pets, designed to help users arrange playdates. Additionally, I worked on various web-based management software projects. These experiences significantly enhanced my knowledge and skills in web development and software engineering.`,
0 commit comments