diff --git a/src/containers/greeting/Greeting.js b/src/containers/greeting/Greeting.js index 395c8ffb5..e04a2b3d7 100644 --- a/src/containers/greeting/Greeting.js +++ b/src/containers/greeting/Greeting.js @@ -27,15 +27,17 @@ export default function Greeting(props) { {greeting.subTitle}

-
-
+ {greeting.showStarMebutton ? ( +
+
+ ) : null} {/*
+ {contactPageData.isResumeDownloadable ? ( +
+
+ ) : null} diff --git a/src/portfolio.js b/src/portfolio.js index a7cbd0890..1ee2534e2 100644 --- a/src/portfolio.js +++ b/src/portfolio.js @@ -28,6 +28,7 @@ const greeting = { "https://drive.google.com/open?id=1XYpYhLeqCdyx_q6l0bQoC7RgwQjAjXPf", portfolio_repository: "https://github.com/ashutosh1919/masterPortfolio", githubProfile: "https://github.com/ashutosh1919", + showStarMebutton: true, // change it to true/false to show/hide Star Me On Github button }; const socialMediaLinks = [ @@ -720,6 +721,7 @@ const contactPageData = { title: "Phone Number", subtitle: "+91 8320758513", }, + isResumeDownloadable: true, // change it to true/false to show/hide resume download button }; export {