Skip to content

Commit c565ae2

Browse files
committed
role content changes
1 parent 3d5efa5 commit c565ae2

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/components/Experience.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import Title from "./common/Title.astro";
3030
Peninsular Research Operation
3131
</h4>
3232
<p class="mb-2 text-base text-primary font-semibold">
33-
Senior Software Engineer
33+
Technical Lead
3434
</p>
3535
<p
3636
class="text-sm md:text-base leading-snug text-gray-50 text-opacity-100"

src/layouts/Layout.astro

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ const { title } = Astro.props;
1919

2020
<meta
2121
name="title"
22-
content="Jenish MS | Senior Software Engineer | MS Freelancer"
22+
content="Jenish MS | Technical Lead | MS Freelancer"
2323
/>
2424
<meta
2525
name="description"
26-
content="As an Energetic Software Engineer with over 6+ years of experience, I specialize in App development and Full-Stack development. I possess a tenacious attitude, continuously seeking opportunities for personal growth and skill enhancement to consistently evolve and excel in my craft. Additionally, I actively contribute to Open-Source projects, aiming to foster collaborative innovation within the software development community."
26+
content="Technical Lead with over 7+ years of experience specializing in App development and Full-Stack development. Expert in leading development teams, architecting scalable solutions, and driving technical excellence. Passionate about mentoring developers and contributing to Open-Source projects to foster collaborative innovation within the software development community."
2727
/>
2828
<meta
2929
name="keywords"
30-
content="Jenish MS | Senior Software Engineer | MS Freelancer"
30+
content="Jenish MS, Technical Lead, Team Lead, Software Architect, Full Stack Developer, Mobile App Development, Flutter, Angular, Azure, Open Source Contributor, Technical Leadership, Software Engineering, MS Freelancer"
3131
/>
3232
<link rel="icon" type="image/png" href="/favicon.ico" />
3333
<link
@@ -53,11 +53,11 @@ const { title } = Astro.props;
5353
<meta property="og:url" content="https://www.jenishms.in/" />
5454
<meta
5555
property="og:title"
56-
content="Jenish MS | Senior Software Engineer | Jenish MS Freelancer"
56+
content="Jenish MS | Technical Lead | Jenish MS Freelancer"
5757
/>
5858
<meta
5959
property="og:description"
60-
content="As an Energetic Software Engineer with over 6+ years of experience, I specialize in App development and Full-Stack development. I possess a tenacious attitude, continuously seeking opportunities for personal growth and skill enhancement to consistently evolve and excel in my craft. Additionally, I actively contribute to Open-Source projects, aiming to foster collaborative innovation within the software development community."
60+
content="Technical Lead with over 7+ years of experience specializing in App development and Full-Stack development. Expert in leading development teams, architecting scalable solutions, and driving technical excellence. Passionate about mentoring developers and contributing to Open-Source projects."
6161
/>
6262
<meta
6363
property="og:image"
@@ -69,11 +69,11 @@ const { title } = Astro.props;
6969
<meta property="twitter:url" content="https://www.jenishms.in/" />
7070
<meta
7171
property="twitter:title"
72-
content="Jenish MS | Senior Software Engineer | MS Freelancer"
72+
content="Jenish MS | Technical Lead | MS Freelancer"
7373
/>
7474
<meta
7575
property="twitter:description"
76-
content="As an Energetic Software Engineer with over 6+ years of experience, I specialize in App development and Full-Stack development. I possess a tenacious attitude, continuously seeking opportunities for personal growth and skill enhancement to consistently evolve and excel in my craft. Additionally, I actively contribute to Open-Source projects, aiming to foster collaborative innovation within the software development community."
76+
content="As an Technical Lead with over 7+ years of experience, I specialize in App development and Full-Stack development. I possess a tenacious attitude, continuously seeking opportunities for personal growth and skill enhancement to consistently evolve and excel in my craft. Additionally, I actively contribute to Open-Source projects, aiming to foster collaborative innovation within the software development community."
7777
/>
7878
<meta
7979
property="twitter:image"
@@ -117,17 +117,17 @@ const { title } = Astro.props;
117117
"name": "Jenish MS",
118118
"alternateName": "Jenish MS",
119119
"url": "https://www.jenishms.in",
120-
"description": "As an Energetic Software Engineer with over 7+ years of experience, I specialize in App development and Full-Stack development. I possess a tenacious attitude, continuously seeking opportunities for personal growth and skill enhancement to consistently evolve and excel in my craft. Additionally, I actively contribute to Open-Source projects, aiming to foster collaborative innovation within the software development community.",
120+
"description": "Technical Lead with over 7+ years of experience specializing in App development and Full-Stack development. Expert in leading development teams, architecting scalable solutions, and driving technical excellence. Passionate about mentoring developers and contributing to Open-Source projects to foster collaborative innovation within the software development community.",
121121
"image": {
122122
"@type": "ImageObject",
123123
"contentUrl": "https://www.jenishms.in/images/Jenish-MS.jpg"
124124
},
125-
"jobTitle": "Senior Software Engineer",
125+
"jobTitle": "Technical Lead",
126126
"worksFor": {
127127
"@type": "Organization",
128128
"name": "Peninsular Research Operation"
129129
},
130-
"knowsAbout": ["Mobile App Development", "Full Stack Development", "Angular", "Flutter", "Open Source", "Software Engineering", "Web Application Development", "Azure"],
130+
"knowsAbout": ["Technical Leadership", "Team Management", "Software Architecture", "Mobile App Development", "Full Stack Development", "Angular", "Flutter", "Open Source", "Software Engineering", "Web Application Development", "Azure", "Code Review", "Mentoring"],
131131
"sameAs": [
132132
"https://www.linkedin.com/in/jenishms",
133133
"https://github.com/JenishMS",

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import SideBar from "../components/SideBar.astro";
44
import Main from "../components/Main.astro";
55
---
66

7-
<Layout title="Jenish MS | Senior Software Engineer | MS Freelance">
7+
<Layout title="Jenish MS | Technical Lead | MS Freelance">
88
<main class="max-w-7xl w-9/10 flex gap-4 m-auto w-[90%]">
99
<Main />
1010
</main>

0 commit comments

Comments
 (0)