Skip to content

Commit a2f5f38

Browse files
Fix typos in project descriptions in index.html
Also, the target link was removed from the services preview.
1 parent d6c09b5 commit a2f5f38

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h3>Project Consulting</h3>
130130
</div>
131131

132132
<div class="services-preview" style="margin-top:20px; margin-bottom:10px">
133-
<a href="services.html" target="_blank" class="btn">View All Services</a><br /><br />
133+
<a href="services.html" class="btn">View All Services</a><br /><br />
134134
</div>
135135
</section>
136136

@@ -224,11 +224,11 @@ <h3>Front-End Projects</h3>
224224
<div class="projects-grid">
225225
<div class="project-card">
226226
<h3>Chai Makers Café</h3>
227-
<p>Angular + Components + Services : Embadded Gmaps, Tap to dial, Social link.</p>
227+
<p>Angular + Components + Services : Embedded G-Maps, Tap to dial, Social link.</p>
228228
</div>
229229
<div class="project-card">
230230
<h3>Alex Food Corner</h3>
231-
<p>React + TailwindCSS + Vite : Embadded Gmaps, Tap to dial, Social link.</p>
231+
<p>React + TailwindCSS + Vite : Embedded G-Maps, Tap to dial, Social link.</p>
232232
</div>
233233
</div>
234234
<br />
@@ -238,7 +238,7 @@ <h3>Back-End Projects</h3>
238238
<div class="projects-grid">
239239
<div class="project-card">
240240
<h3>PTC Windchill (Java Product)</h3>
241-
<p>Customized Java Client for PTC Windchill PDMLink as Shadow Resource.</p>
241+
<p> Customised Java Client for PTC Windchill PDMLink as Shadow Resource.</p>
242242
</div>
243243
<div class="project-card">
244244
<h3>Parking System (POC)</h3>
@@ -254,7 +254,7 @@ <h3>Health Care Center Management</h3>
254254
</div>
255255
<div class="project-card">
256256
<h3>Consultant Return On Investment</h3>
257-
<p>Core Java, JDBC, DAO Design Pattern, Struts 2.0-Framework. + Oracle</p>
257+
<p>Core Java, JDBC, DAO Design Pattern, Struts 2.0 Framework. + Oracle</p>
258258
</div>
259259
<div class="project-card">
260260
<h3>E-commerce Backend Best Practices</h3>
@@ -318,4 +318,4 @@ <h2>Contact Me</h2>
318318
<script src="/js/main.js"></script>
319319
</body>
320320

321-
</html>
321+
</html>

0 commit comments

Comments
 (0)