From 9fe20d65caeaf41a4429f042711de9f122389980 Mon Sep 17 00:00:00 2001 From: nitin choudhary <nkc0190@gmail.com> Date: Mon, 27 Feb 2023 12:44:13 -0700 Subject: [PATCH 1/8] Update _config.yml --- _config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index d13c687b5b6..7afee23f170 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ -title: "Blog Title" -author: "Blog Author" -description: "Made with <b style=\"color: #f45;\"><3</b>" +title: "Nitin Choudhary" +author: "Nitin Choudhary" +description: "Rajasthan Technical University" permalink: /:title/ lang: "en" excerpt_separator: "\n\n\n" @@ -8,7 +8,7 @@ date_format: "%B %d, %Y" # Layout -show_excerpts: true # show article excerpts on the home page +show_excerpts: false # show article excerpts on the home page show_frame: true # adds a gray frame to the site show_sidebar: false # show a sidebar instead of the usual header minimal: false # use a dark header @@ -16,8 +16,8 @@ minimal: false # use a dark header # Menu navigation: # accepts {file, title, url, icon, sidebaricon} - - {file: "index.html"} - - {file: "README.md"} + - {file: "index.html" , title: Home change} + - {file: "README.md",title: About Me} external: # shows a footer with social links - for available icons see fontawesome.com/icons - {title: Mail, icon: envelope, url: "mailto:niklasbuschmann@users.noreply.github.com"} From 2b580ac1bcff0619a5965dcc0a31359f637972d4 Mon Sep 17 00:00:00 2001 From: nitin choudhary <nkc0190@gmail.com> Date: Mon, 27 Feb 2023 15:20:00 -0700 Subject: [PATCH 2/8] Update _config.yml --- _config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 7afee23f170..b922c3904ba 100644 --- a/_config.yml +++ b/_config.yml @@ -20,9 +20,9 @@ navigation: # accepts {file, title, url, icon, sidebaricon} - {file: "README.md",title: About Me} external: # shows a footer with social links - for available icons see fontawesome.com/icons - - {title: Mail, icon: envelope, url: "mailto:niklasbuschmann@users.noreply.github.com"} - - {title: Github, icon: github, url: "https://github.com/niklasbuschmann/contrast"} - - {title: Subscribe, icon: rss, url: "/feed.xml"} + - {title: Mail, icon: envelope, url: "mailto:nitinchoudhary0190@gmail.com"} + - {title: Github, icon: github, url: "https://github.com/nitin989"} + - {title: Twitter, icon: twitter, url: "https://twitter.com/nitin_0190"} comments: # disqus_shortname: "" # see https://disqus.com/ From f099c43ef8cd1985bd8fce6f754e19884e4cc888 Mon Sep 17 00:00:00 2001 From: nitin choudhary <nkc0190@gmail.com> Date: Mon, 27 Feb 2023 15:31:00 -0700 Subject: [PATCH 3/8] Update _config.yml --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index b922c3904ba..00d11509776 100644 --- a/_config.yml +++ b/_config.yml @@ -16,8 +16,8 @@ minimal: false # use a dark header # Menu navigation: # accepts {file, title, url, icon, sidebaricon} - - {file: "index.html" , title: Home change} - - {file: "README.md",title: About Me} + - {file: "/nitin.pdf" , title: CV} + - {title: Blog,url: "https://medium.com/@nitinchoudhary0190"} external: # shows a footer with social links - for available icons see fontawesome.com/icons - {title: Mail, icon: envelope, url: "mailto:nitinchoudhary0190@gmail.com"} From a92391d04f6c71c7a694aad70b9312569a277baf Mon Sep 17 00:00:00 2001 From: nitin choudhary <nkc0190@gmail.com> Date: Mon, 27 Feb 2023 15:45:13 -0700 Subject: [PATCH 4/8] Create index1.html --- index1.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 index1.html diff --git a/index1.html b/index1.html new file mode 100644 index 00000000000..e99b798730f --- /dev/null +++ b/index1.html @@ -0,0 +1,7 @@ +--- +layout: page +title: About me +--- + +I am a Computer Science Engineer working in Fraud Risk division of American Express, Phoenix(Arizona). Currently leading a team to manage enterprise fraud and authentication capabilities. + From 8441017e1fe48d7561769c9275e1197c2a75deab Mon Sep 17 00:00:00 2001 From: nitin choudhary <nkc0190@gmail.com> Date: Mon, 27 Feb 2023 15:46:24 -0700 Subject: [PATCH 5/8] Rename index.html to blog.md --- index.html => blog.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename index.html => blog.md (100%) diff --git a/index.html b/blog.md similarity index 100% rename from index.html rename to blog.md From 1f4801d83b2a49a1e6eea58f1ebdfabb268a16be Mon Sep 17 00:00:00 2001 From: nitin choudhary <nkc0190@gmail.com> Date: Mon, 27 Feb 2023 15:46:43 -0700 Subject: [PATCH 6/8] Rename index1.html to index.html --- index1.html => index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename index1.html => index.html (100%) diff --git a/index1.html b/index.html similarity index 100% rename from index1.html rename to index.html From f66f7684b14fbfb98e0a259d5d31d75b35f43d53 Mon Sep 17 00:00:00 2001 From: nitin choudhary <nkc0190@gmail.com> Date: Mon, 27 Feb 2023 16:22:13 -0700 Subject: [PATCH 7/8] Update index.html --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index e99b798730f..57e974b17c2 100644 --- a/index.html +++ b/index.html @@ -4,4 +4,6 @@ --- I am a Computer Science Engineer working in Fraud Risk division of American Express, Phoenix(Arizona). Currently leading a team to manage enterprise fraud and authentication capabilities. +Previously i worked with ZS Associates as Business Technology Analyst. +I have around 11 years of experience with skill in Java, Hadoop, Web development, Nosql database , Hive. From 16efc61354f5eef725dc8054e6145b2c57dd862b Mon Sep 17 00:00:00 2001 From: nitin choudhary <nkc0190@gmail.com> Date: Mon, 27 Feb 2023 16:44:56 -0700 Subject: [PATCH 8/8] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 00d11509776..1b0817156da 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ title: "Nitin Choudhary" author: "Nitin Choudhary" -description: "Rajasthan Technical University" +description: "Contact Me" permalink: /:title/ lang: "en" excerpt_separator: "\n\n\n"