File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
import styles from "./home.module.scss" ;
2
2
import Menu from "../menu/menu" ;
3
- import { Link } from ' react-router-dom' ;
3
+ import { Link } from " react-router-dom" ;
4
4
5
5
const ModuleTwo = ( ) => {
6
6
return (
@@ -9,13 +9,21 @@ const ModuleTwo = () => {
9
9
< div className = { styles . intro } >
10
10
< h1 > Hello!</ h1 >
11
11
< 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 >
13
21
< br />
14
22
< br />
15
23
I'm a software engineer.
16
24
< 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 > ,
19
27
< br />
20
28
< br />
21
29
ranging from web development to desktop applications development.
You can’t perform that action at this time.
0 commit comments