Skip to content

Commit 4a66219

Browse files
medium , stackoverflow
1 parent 01d5896 commit 4a66219

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/components/app-profile-page/app-profile-page.tsx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class AppProfile {
7676
<td>1.1.2</td>
7777
</tr>
7878
</table>
79-
<p>External Certifications/NPM Profile:</p>
79+
<p>External Certifications/Profile Pages:</p>
8080
<table>
8181
<tr>
8282
<th>Category</th>
@@ -86,6 +86,18 @@ export class AppProfile {
8686
<td>AWS</td>
8787
<td><a href="https://www.credly.com/users/sanjeet-kumar.8f5d5b31" target="_blank">Visit</a> <a href="https://credentials.veeva.com/profile/sanjeetkumar205395/wallet" target="_blank">Visit</a></td>
8888
</tr>
89+
<tr>
90+
<td>Github profile</td>
91+
<td><a href="https://github.com/sanjeetkumaritoutlook/" target="_blank">Visit</a></td>
92+
</tr>
93+
<tr>
94+
<td>stackoverflow profile</td>
95+
<td><a href="https://stackoverflow.com/users/5529142/sanjeet-kumar" target="_blank">Visit</a></td>
96+
</tr>
97+
<tr>
98+
<td>Medium profile</td>
99+
<td><a href="https://medium.com/@sanjeetkumarit" target="_blank">Visit</a></td>
100+
</tr>
89101
<tr>
90102
<td>npm profile</td>
91103
<td><a href="https://www.npmjs.com/~sanjeetkumarit" target="_blank">Visit</a></td>

0 commit comments

Comments
 (0)