Commit 890c7a9 1 parent 4b4f3c3 commit 890c7a9 Copy full SHA for 890c7a9
File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,14 @@ const illustration = {
20
20
} ;
21
21
22
22
// User Information
23
- const username = 'saadpasta' ;
24
- const first_name = 'Saad' ;
25
- const last_name = 'Pasta' ;
26
- const email = 'saadpasta70@gmail.com' ;
27
- const fb_username = 'saad.pasta7' ;
28
- const stackoverflow_user = '10422806/saad-pasta' ;
29
- const resume_link = 'https://drive.google.com/file/d/1ofFdKF_mqscH8WvXkSObnVvC9kK7Ldlu/view?usp=sharing' ;
23
+ const username = "saadpasta" ;
24
+ const first_name = "Saad" ;
25
+ const last_name = "Pasta" ;
26
+ const email = "saadpasta70@gmail.com" ;
27
+ const fb_username = "saad.pasta7" ;
28
+ const stackoverflow_user = "10422806/saad-pasta" ;
29
+ const resume_link =
30
+ "https://drive.google.com/file/d/1ofFdKF_mqscH8WvXkSObnVvC9kK7Ldlu/view?usp=sharing" ;
30
31
31
32
const greeting = {
32
33
username : `${ first_name } ${ last_name } ` ,
You can’t perform that action at this time.
0 commit comments