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/Name.js
+84-7Lines changed: 84 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,18 @@
1
1
constgreeting={
2
2
title: "Your Name",
3
3
logo_name: "Name",
4
+
email: "email id",
4
5
subTitle:
5
6
"I'm a student pursuing {Course} in {department} from {university}. I'm a passionate learner who's always willing to learn and work across technologies and domains. I love to explore new technologies and leverage. Apart from that I also love to guide and mentor newbies. I'm currently into Web Development and working on my MERN Website"
6
7
};
8
+
9
+
constBlogData={
10
+
// this show your dev.to blog in your Portfolio blog
11
+
show_Blog: true,// if true it Show your DEV.to article in Blog Section, if false than Blog Section convert to skill Section.
12
+
devto_username: "vimal"
13
+
};
14
+
15
+
7
16
constsocialMedia=[
8
17
// fontawesome is fontawesome Class Name of Icon
9
18
// Don't Forget to add "fa-3x" in fontawesome to increase Size of icons
0 commit comments