Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af2d12e

Browse files
committed
linkedin
1 parent 2c3d7d4 commit af2d12e

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

src/modules/home/home.tsx

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import styles from "./home.module.scss";
22
import Menu from "../menu/menu";
3-
import {Link} from 'react-router-dom';
3+
import { Link } from "react-router-dom";
44

55
const ModuleTwo = () => {
66
return (
@@ -9,13 +9,21 @@ const ModuleTwo = () => {
99
<div className={styles.intro}>
1010
<h1>Hello!</h1>
1111
<h3>
12-
I'm <span className={styles.chameleon}>Pulkit Singh.</span>
12+
I'm{" "}
13+
<a
14+
className={styles.chameleon}
15+
target="_blank"
16+
rel="noreferrer"
17+
href="https://www.linkedin.com/in/pulkit-singh-16919713/"
18+
>
19+
Pulkit Singh.
20+
</a>
1321
<br />
1422
<br />
1523
I'm a software engineer.
1624
<br />
17-
<br />
18-
I have worked on a variety of <Link to={'/projects'}>Projects</Link>,
25+
<br />I have worked on a variety of{" "}
26+
<Link to={"/projects"}>Projects</Link>,
1927
<br />
2028
<br />
2129
ranging from web development to desktop applications development.

0 commit comments

Comments
 (0)