You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/portfolio.js
+35-84Lines changed: 35 additions & 84 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
importemojifrom"react-easy-emoji";
6
6
importsplashAnimationfrom"./assets/lottie/splashAnimation";// Rename to your file name for custom animation
7
7
8
+
8
9
// Splash Screen
9
10
10
11
constsplashScreen={
@@ -20,26 +21,27 @@ const illustration = {
20
21
};
21
22
22
23
constgreeting={
23
-
username: "Saad Pasta",
24
-
title: "Hi all, I'm Saad",
24
+
username: "Aniket Mishra",
25
+
title: "Hi all, I'm Aniket",
25
26
subTitle: emoji(
26
-
"A passionate Full Stack Software Developer 🚀 having an experience of building Web and Mobile applications with JavaScript / Reactjs / Nodejs / React Native and some other cool libraries and frameworks."
27
+
"A passionate Android Developer 🚀 having an experience of building Mobile applications with Koltin Jetpack Compose, and yes I am also a pythonist 🐍."
27
28
),
28
29
resumeLink:
29
-
"https://drive.google.com/file/d/1ofFdKF_mqscH8WvXkSObnVvC9kK7Ldlu/view?usp=sharing",// Set to empty to hide the button
30
+
"",// Set to empty to hide the button
30
31
displayGreeting: true// Set false to hide this section, defaults to true
display: true// Set false to hide this section, defaults to true
310
+
display: false// Set false to hide this section, defaults to true
360
311
};
361
312
362
313
constcontactInfo={
363
314
title: emoji("Contact Me ☎️"),
364
315
subtitle:
365
316
"Discuss a project or just want to say hi? My Inbox is open for all.",
366
-
number: "+92-0000000000",
367
-
email_address: "saadpasta70@gmail.com"
317
+
number: "",
318
+
email_address: "aniketmishra3476@gmail.com"
368
319
};
369
320
370
321
// Twitter Section
371
322
372
323
consttwitterDetails={
373
-
userName: "twitter",//Replace "twitter" with your twitter username without @
324
+
userName: "aniket_mishr",//Replace "twitter" with your twitter username without @
374
325
display: true// Set true to display this section, defaults to false
375
326
};
376
327
377
-
constisHireable=false;// Set false if you are not looking for a job. Also isHireable will be display as Open for opportunities: Yes/No in the GitHub footer
328
+
constisHireable=true;// Set false if you are not looking for a job. Also isHireable will be display as Open for opportunities: Yes/No in the GitHub footer
0 commit comments