From 47a195a5ef7f5ec340df96c0d44426d925c5552f Mon Sep 17 00:00:00 2001 From: Shashank Srivastava Date: Tue, 2 Oct 2018 02:04:50 +0530 Subject: [PATCH 01/43] README.md: Drop README --- README.md | 66 ------------------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100755 README.md diff --git a/README.md b/README.md deleted file mode 100755 index 387ffd3..0000000 --- a/README.md +++ /dev/null @@ -1,66 +0,0 @@ -

-

Indigo Minimalist Jekyll Template - Demo · Build Status

-

- -

This is a simple and minimalist template for Jekyll for those who likes to eat noodles.

- -*** - -

- What has inside - | - Setup - | - Settings - | - How to -

- -

- -

- -## What has inside - -- [Jekyll](https://jekyllrb.com/), [Sass](http://sass-lang.com/) ~[RSCSS](http://rscss.io/)~ and [SVG](https://www.w3.org/Graphics/SVG/) -- Tests with [Travis](https://travis-ci.org/) -- Google Speed: [98/100](https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fsergiokopplin.github.io%2Findigo%2F); -- No JS. :sunglasses: - -## Setup - -0. :star: to the project. :metal: -2. Fork the project [Indigo](https://github.com/sergiokopplin/indigo/fork) -3. Edit `_config.yml` with your data (check settings section) -4. Write some posts :bowtie: - -If you want to test locally on your machine, do the following steps also: - -1. Install [Jekyll](http://jekyllrb.com), [NodeJS](https://nodejs.org/) and [Bundler](http://bundler.io/). -2. Clone the forked repo on your machine -3. Enter the cloned folder via terminal and run `bundle install` -4. Then run `bundle exec jekyll serve --config _config.yml,_config-dev.yml` -5. Open it in your browser: `http://localhost:4000` -6. Test your app with `bundle exec htmlproofer ./_site` -7. Do you want to use the [jekyll-admin](https://jekyll.github.io/jekyll-admin/) plugin to edit your posts? Go to the admin panel: `http://localhost:4000/admin`. The admin panel will not work on GitHub Pages, [only locally](https://github.com/jekyll/jekyll-admin/issues/341#issuecomment-292739469). - -## Settings - -You must fill some informations on `_config.yml` to customize your site. - -``` -name: John Doe -bio: 'A Man who travels the world eating noodles' -picture: 'assets/images/profile.jpg' -... - -and lot of other options, like width, projects, pages, read-time, tags, related posts, animations, multiple-authors, etc. -``` - -## How To? - -Check the [FAQ](./FAQ.md) if you have any doubt or problem. - ---- - -[MIT](http://kopplin.mit-license.org/) License © Sérgio Kopplin From 8d1c6ee4a1f3019833ac8425db24ebbea9d9704c Mon Sep 17 00:00:00 2001 From: Shashank Srivastava Date: Tue, 2 Oct 2018 02:14:06 +0530 Subject: [PATCH 02/43] index.html: Update sample profile link --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f6957bb..b9246a7 100644 --- a/index.html +++ b/index.html @@ -4,4 +4,4 @@ This project is intended to help student earn their hacktoberfest prizes. Please contact DotSlash Community for more. -Try our sample profile. +Try our sample profile. From b9c186e7c0681157539b7e9021ba3251d35bf99b Mon Sep 17 00:00:00 2001 From: Shashank Srivastava Date: Tue, 2 Oct 2018 11:37:54 +0530 Subject: [PATCH 03/43] _template.md: Add template Closes https://github.com/DotSlashCommunity/hacktoberfest/issues/3 --- _profile/_template.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _profile/_template.md diff --git a/_profile/_template.md b/_profile/_template.md new file mode 100644 index 0000000..6038a8d --- /dev/null +++ b/_profile/_template.md @@ -0,0 +1,34 @@ +--- +# This template adds a profile to hacktoberfest. Checkout sample profile at +# https://github.com/DotSlashCommunity/hacktoberfest/blob/master/_profile/ksdme.md + +# Required +layout: page +title: profile + +# Required +name: + +# Optional, atleast 2 recommended +email: +quora: +vimeo: +reddit: +google: +gitlab: +medium: +github: +lastfm: +spotify: +youtube: +twitter: +linkedin: +instagram: +pinterest: +stackoverflow: + +# Optional +# Upload the image to imgur and +# paste the direct link to image +picture: +--- From db9e39643f0da4258166c4c7b1d770a18c97cba6 Mon Sep 17 00:00:00 2001 From: Siddharth Date: Thu, 4 Oct 2018 02:41:54 +0530 Subject: [PATCH 04/43] sidx8.md: Add sidx8 profile --- _profile/sidx8.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 _profile/sidx8.md diff --git a/_profile/sidx8.md b/_profile/sidx8.md new file mode 100644 index 0000000..4742236 --- /dev/null +++ b/_profile/sidx8.md @@ -0,0 +1,31 @@ +--- +# Required +layout: page +title: profile + +# Required +name: + +# Optional, atleast 2 recommended +email: +quora: +vimeo: +reddit: +google: +gitlab: +medium: +github: +lastfm: +spotify: +youtube: +twitter: +linkedin: +instagram: +pinterest: +stackoverflow: + +# Optional +# Upload the image to imgur and +# paste the direct link to image +picture: +--- From fd36fce28ce75b8e7b235c8687cb9262ec5bb9d4 Mon Sep 17 00:00:00 2001 From: Siddharth Date: Thu, 4 Oct 2018 02:43:09 +0530 Subject: [PATCH 05/43] sidx8.md: Add sidx8's name --- _profile/sidx8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_profile/sidx8.md b/_profile/sidx8.md index 4742236..a51a31a 100644 --- a/_profile/sidx8.md +++ b/_profile/sidx8.md @@ -4,7 +4,7 @@ layout: page title: profile # Required -name: +name: Siddharth Sinha # Optional, atleast 2 recommended email: From 57ef9bd503282451c2033b7a937223c6c3a89d11 Mon Sep 17 00:00:00 2001 From: Siddharth Date: Thu, 4 Oct 2018 02:44:22 +0530 Subject: [PATCH 06/43] sidx8.md: Add sidx9's email --- _profile/sidx8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_profile/sidx8.md b/_profile/sidx8.md index a51a31a..7aea179 100644 --- a/_profile/sidx8.md +++ b/_profile/sidx8.md @@ -7,7 +7,7 @@ title: profile name: Siddharth Sinha # Optional, atleast 2 recommended -email: +email: siddharth0sinha@gmail.com quora: vimeo: reddit: From dda4d64037e7440ea41fbb8d9ef483c8c2d91bff Mon Sep 17 00:00:00 2001 From: Siddharth Date: Thu, 4 Oct 2018 02:45:32 +0530 Subject: [PATCH 07/43] sidx8.md: Add sidx8's github link --- _profile/sidx8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_profile/sidx8.md b/_profile/sidx8.md index 7aea179..ad98b3d 100644 --- a/_profile/sidx8.md +++ b/_profile/sidx8.md @@ -14,7 +14,7 @@ reddit: google: gitlab: medium: -github: +github: https://github.com/sidx8 lastfm: spotify: youtube: From 56f29e1424f5953f719ed0754a7d66ee57cc8831 Mon Sep 17 00:00:00 2001 From: Siddharth Date: Thu, 4 Oct 2018 02:50:26 +0530 Subject: [PATCH 08/43] sidx8.md: Add sidx8's twitter and image --- _profile/sidx8.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/_profile/sidx8.md b/_profile/sidx8.md index ad98b3d..0d5ae72 100644 --- a/_profile/sidx8.md +++ b/_profile/sidx8.md @@ -8,24 +8,11 @@ name: Siddharth Sinha # Optional, atleast 2 recommended email: siddharth0sinha@gmail.com -quora: -vimeo: -reddit: -google: -gitlab: -medium: github: https://github.com/sidx8 -lastfm: -spotify: -youtube: -twitter: -linkedin: -instagram: -pinterest: -stackoverflow: +twitter: https://twitter.com/sidx82 # Optional # Upload the image to imgur and # paste the direct link to image -picture: +picture: https://avatars1.githubusercontent.com/u/43761908?s=460&v=4 --- From 7d13dcef837f5ed6cf621fc823f10db14f19bcaf Mon Sep 17 00:00:00 2001 From: Kilari Teja Date: Thu, 4 Oct 2018 03:22:35 +0530 Subject: [PATCH 09/43] ksdme.md: Add @ksdme's picture --- _profile/ksdme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_profile/ksdme.md b/_profile/ksdme.md index dce4225..0693bca 100644 --- a/_profile/ksdme.md +++ b/_profile/ksdme.md @@ -7,4 +7,5 @@ github: https://github.com/ksdme twitter: https://twitter.com/ksdme gitlab: https://facebook.com/ksdme medium: https://medium.com/@ksdme +picture: https://avatars1.githubusercontent.com/u/12156014?v=4 --- From ac2e3096d0afc1ddda1cb41b21fbab7fdbc7b708 Mon Sep 17 00:00:00 2001 From: Kilari Teja Date: Thu, 4 Oct 2018 03:26:59 +0530 Subject: [PATCH 10/43] ksdme.md: Fix gitlab link --- _profile/ksdme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_profile/ksdme.md b/_profile/ksdme.md index 0693bca..5aa37fa 100644 --- a/_profile/ksdme.md +++ b/_profile/ksdme.md @@ -5,7 +5,7 @@ title: profile name: Kilari Teja github: https://github.com/ksdme twitter: https://twitter.com/ksdme -gitlab: https://facebook.com/ksdme +gitlab: https://gitlab.com/ksdme medium: https://medium.com/@ksdme picture: https://avatars1.githubusercontent.com/u/12156014?v=4 --- From fb1440f9a7a0ab117e6a02950dd32fb669f95dc7 Mon Sep 17 00:00:00 2001 From: Arjit Bhandari Date: Wed, 10 Oct 2018 01:20:00 +0530 Subject: [PATCH 11/43] Arjit: Update Email --- _profile/arjit.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _profile/arjit.md diff --git a/_profile/arjit.md b/_profile/arjit.md new file mode 100644 index 0000000..7ca97a6 --- /dev/null +++ b/_profile/arjit.md @@ -0,0 +1,34 @@ +--- +# This template adds a profile to hacktoberfest. Checkout sample profile at +# https://github.com/DotSlashCommunity/hacktoberfest/blob/master/_profile/ksdme.md + +# Required +layout: page +title: profile + +# Required +name: + +# Optional, atleast 2 recommended +email: arjitbhandari@gmail.com +quora: +vimeo: +reddit: +google: +gitlab: +medium: +github: +lastfm: +spotify: +youtube: +twitter: +linkedin: +instagram: +pinterest: +stackoverflow: + +# Optional +# Upload the image to imgur and +# paste the direct link to image +picture: +--- From d64d00b70fc3a6e17fc80f40bb4450fd1144f0d9 Mon Sep 17 00:00:00 2001 From: Arjit Bhandari Date: Wed, 10 Oct 2018 01:46:02 +0530 Subject: [PATCH 12/43] Arjit: Deleted Unnecessary items --- _profile/arjit.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/_profile/arjit.md b/_profile/arjit.md index 7ca97a6..329e369 100644 --- a/_profile/arjit.md +++ b/_profile/arjit.md @@ -12,17 +12,8 @@ name: # Optional, atleast 2 recommended email: arjitbhandari@gmail.com quora: -vimeo: -reddit: -google: -gitlab: -medium: -github: -lastfm: -spotify: youtube: -twitter: -linkedin: +twitter: @BhandariArjit instagram: pinterest: stackoverflow: From c489176154e17d638484fe1b4f3884b74ea1b206 Mon Sep 17 00:00:00 2001 From: Arjit Bhandari Date: Wed, 10 Oct 2018 02:08:03 +0530 Subject: [PATCH 13/43] Arjit: Update Twitter email --- _profile/arjit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_profile/arjit.md b/_profile/arjit.md index 329e369..92a83e5 100644 --- a/_profile/arjit.md +++ b/_profile/arjit.md @@ -7,13 +7,13 @@ layout: page title: profile # Required -name: +name: Arjit Bhandari # Optional, atleast 2 recommended email: arjitbhandari@gmail.com quora: youtube: -twitter: @BhandariArjit +twitter: https://twitter.com/BhandariArjit instagram: pinterest: stackoverflow: From 4f0f5378fcf8a53db760d9d8651602dde6dfaca8 Mon Sep 17 00:00:00 2001 From: Arjit Bhandari Date: Wed, 10 Oct 2018 02:22:34 +0530 Subject: [PATCH 14/43] UPDATE YOUTUBE LINK --- _profile/arjit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_profile/arjit.md b/_profile/arjit.md index 92a83e5..30c2bb2 100644 --- a/_profile/arjit.md +++ b/_profile/arjit.md @@ -11,8 +11,8 @@ name: Arjit Bhandari # Optional, atleast 2 recommended email: arjitbhandari@gmail.com -quora: -youtube: +quora: https://www.quora.com/profile/Arjit-Bhandari-1 +youtube: https://www.youtube.com/channel/UCOv5G8CI8s1bNbCf82CNXfw twitter: https://twitter.com/BhandariArjit instagram: pinterest: From 187dc6e1a8cb12cfa98fd02c705bf08c64d33847 Mon Sep 17 00:00:00 2001 From: Arjit Bhandari Date: Wed, 10 Oct 2018 02:33:46 +0530 Subject: [PATCH 15/43] Arjit: Update Images --- _profile/arjit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_profile/arjit.md b/_profile/arjit.md index 30c2bb2..87547b0 100644 --- a/_profile/arjit.md +++ b/_profile/arjit.md @@ -21,5 +21,5 @@ stackoverflow: # Optional # Upload the image to imgur and # paste the direct link to image -picture: +picture: https://i.imgur.com/8sJhzhn.jpg --- From 6cd71ab355fc70bcc81bec4a45419ed9088211b4 Mon Sep 17 00:00:00 2001 From: Arjit Bhandari Date: Wed, 10 Oct 2018 02:57:26 +0530 Subject: [PATCH 16/43] Arjit: Remove Links and Add Instagram --- _profile/arjit.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_profile/arjit.md b/_profile/arjit.md index 87547b0..8d61c3b 100644 --- a/_profile/arjit.md +++ b/_profile/arjit.md @@ -14,9 +14,7 @@ email: arjitbhandari@gmail.com quora: https://www.quora.com/profile/Arjit-Bhandari-1 youtube: https://www.youtube.com/channel/UCOv5G8CI8s1bNbCf82CNXfw twitter: https://twitter.com/BhandariArjit -instagram: -pinterest: -stackoverflow: +instagram: https://www.instagram.com/bhandariarjit # Optional # Upload the image to imgur and From b17b8830d069e39ddf07d4644fd8224eb0da9518 Mon Sep 17 00:00:00 2001 From: Jatin Singh Date: Wed, 10 Oct 2018 19:03:39 +0530 Subject: [PATCH 17/43] Jatin: Update email --- _profile/jatin.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _profile/jatin.md diff --git a/_profile/jatin.md b/_profile/jatin.md new file mode 100644 index 0000000..85a474c --- /dev/null +++ b/_profile/jatin.md @@ -0,0 +1,34 @@ +--- +# This template adds a profile to hacktoberfest. Checkout sample profile at +# https://github.com/DotSlashCommunity/hacktoberfest/blob/master/_profile/ksdme.md + +# Required +layout: page +title: profile + +# Required +name: + +# Optional, atleast 2 recommended +email: jsgautam697@gmail.com +quora: +vimeo: +reddit: +google: +gitlab: +medium: +github: +lastfm: +spotify: +youtube: +twitter: +linkedin: +instagram: +pinterest: +stackoverflow: + +# Optional +# Upload the image to imgur and +# paste the direct link to image +picture: +--- From 5614ab72f2164398403cb71a03a59efc4ebc3086 Mon Sep 17 00:00:00 2001 From: Jatin Singh Date: Wed, 10 Oct 2018 21:04:06 +0530 Subject: [PATCH 18/43] Jatin: Update Name --- _profile/jatin.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_profile/jatin.md b/_profile/jatin.md index 85a474c..60c71e7 100644 --- a/_profile/jatin.md +++ b/_profile/jatin.md @@ -7,7 +7,7 @@ layout: page title: profile # Required -name: +name: Jatin Singh # Optional, atleast 2 recommended email: jsgautam697@gmail.com @@ -15,8 +15,6 @@ quora: vimeo: reddit: google: -gitlab: -medium: github: lastfm: spotify: From af992501004beff77abb6f2209dd2fa771cb6915 Mon Sep 17 00:00:00 2001 From: Jatin Singh Date: Wed, 10 Oct 2018 21:11:36 +0530 Subject: [PATCH 19/43] Jatin: Delete --- _profile/jatin.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/_profile/jatin.md b/_profile/jatin.md index 60c71e7..8f837cb 100644 --- a/_profile/jatin.md +++ b/_profile/jatin.md @@ -11,19 +11,12 @@ name: Jatin Singh # Optional, atleast 2 recommended email: jsgautam697@gmail.com -quora: -vimeo: -reddit: google: github: -lastfm: -spotify: youtube: twitter: -linkedin: instagram: pinterest: -stackoverflow: # Optional # Upload the image to imgur and From 7dca74ebe6a8c54ef1abe9bce14a7a38fea3fe82 Mon Sep 17 00:00:00 2001 From: Jatin Singh Date: Thu, 11 Oct 2018 07:01:04 +0530 Subject: [PATCH 20/43] Jatin : Update google+ Profile --- _profile/jatin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_profile/jatin.md b/_profile/jatin.md index 8f837cb..4523c6e 100644 --- a/_profile/jatin.md +++ b/_profile/jatin.md @@ -11,7 +11,7 @@ name: Jatin Singh # Optional, atleast 2 recommended email: jsgautam697@gmail.com -google: +google: https://plus.google.com/u/0/114778289839588619753 github: youtube: twitter: From e18c667ed586b7d53000b73d091d8bd164a479b1 Mon Sep 17 00:00:00 2001 From: Jatin Singh Date: Thu, 11 Oct 2018 07:09:44 +0530 Subject: [PATCH 21/43] Jatin: Update instagram profile --- _profile/jatin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_profile/jatin.md b/_profile/jatin.md index 4523c6e..b385392 100644 --- a/_profile/jatin.md +++ b/_profile/jatin.md @@ -15,7 +15,7 @@ google: https://plus.google.com/u/0/114778289839588619753 github: youtube: twitter: -instagram: +instagram: https://www.instagram.com/jatinsingh9601/ pinterest: # Optional From c8319a94bf2fe7b253d22a163227a796371b9418 Mon Sep 17 00:00:00 2001 From: Jatin Singh Date: Thu, 11 Oct 2018 07:12:41 +0530 Subject: [PATCH 22/43] Jatin: Update Photo --- _profile/jatin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_profile/jatin.md b/_profile/jatin.md index b385392..f1006c1 100644 --- a/_profile/jatin.md +++ b/_profile/jatin.md @@ -21,5 +21,5 @@ pinterest: # Optional # Upload the image to imgur and # paste the direct link to image -picture: +picture: https://i.imgur.com/CXNE9wk.jpg --- From 7db814e7e5cbdf491520e8ec8c20a6e72b5881c5 Mon Sep 17 00:00:00 2001 From: Jatin Singh Date: Thu, 11 Oct 2018 09:12:25 +0530 Subject: [PATCH 23/43] Jatin: Update youtube,pintrest profile --- _profile/jatin.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/_profile/jatin.md b/_profile/jatin.md index f1006c1..8b2f521 100644 --- a/_profile/jatin.md +++ b/_profile/jatin.md @@ -12,11 +12,10 @@ name: Jatin Singh # Optional, atleast 2 recommended email: jsgautam697@gmail.com google: https://plus.google.com/u/0/114778289839588619753 -github: -youtube: -twitter: +github: https://github.com/jsgautam +youtube: https://www.youtube.com/channel/UCs4O9Hv1nap2GPsQY2juaxQ instagram: https://www.instagram.com/jatinsingh9601/ -pinterest: +pinterest: https://in.pinterest.com/jsgautam697/ # Optional # Upload the image to imgur and From e5609e2bb50fcc120681507ec397f4f43acabd61 Mon Sep 17 00:00:00 2001 From: Kilari Teja Date: Thu, 11 Oct 2018 15:09:25 +0530 Subject: [PATCH 24/43] header.sass: Update selfie css --- _sass/components/header.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_sass/components/header.sass b/_sass/components/header.sass index 48d5d84..a5b2cc1 100644 --- a/_sass/components/header.sass +++ b/_sass/components/header.sass @@ -7,11 +7,13 @@ > .link > .selfie width: 125px + height: 125px margin-bottom: 25px border-radius: 100% transition: all .2s box-shadow: 0 opacity: 1 + object-fit: cover &:hover box-shadow: 0 0px 4px 0 rgba(0,0,0,0.18), 0 0px 12px 0 rgba(0,0,0,0.15) From 25e84797eb224ec5fbc2fcced06b93cf2f1a4991 Mon Sep 17 00:00:00 2001 From: prateek tiwari Date: Thu, 11 Oct 2018 19:04:36 +0530 Subject: [PATCH 25/43] Prateek: Update Email --- _profile/prateek.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _profile/prateek.md diff --git a/_profile/prateek.md b/_profile/prateek.md new file mode 100644 index 0000000..965adfd --- /dev/null +++ b/_profile/prateek.md @@ -0,0 +1,34 @@ +--- +# This template adds a profile to hacktoberfest. Checkout sample profile at +# https://github.com/DotSlashCommunity/hacktoberfest/blob/master/_profile/ksdme.md + +# Required +layout: page +title: profile + +# Required +name: + +# Optional, atleast 2 recommended +email: nopanictri@yahoo.com +quora: +vimeo: +reddit: +google: +gitlab: +medium: +github: +lastfm: +spotify: +youtube: +twitter: +linkedin: +instagram: +pinterest: +stackoverflow: + +# Optional +# Upload the image to imgur and +# paste the direct link to image +picture: +--- From 71516b391fea6b9890826503faa2a863c7183f79 Mon Sep 17 00:00:00 2001 From: prateek tiwari Date: Thu, 11 Oct 2018 19:14:02 +0530 Subject: [PATCH 26/43] prateek: update name --- _profile/prateek.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_profile/prateek.md b/_profile/prateek.md index 965adfd..863cbe6 100644 --- a/_profile/prateek.md +++ b/_profile/prateek.md @@ -7,7 +7,7 @@ layout: page title: profile # Required -name: +name: Prateek Tiwari # Optional, atleast 2 recommended email: nopanictri@yahoo.com From 0999a14723930d908acc8146f82fc479d82902d8 Mon Sep 17 00:00:00 2001 From: prateek tiwari Date: Thu, 11 Oct 2018 19:23:37 +0530 Subject: [PATCH 27/43] Prateek : Delete Unneccesory Files --- _profile/prateek.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/_profile/prateek.md b/_profile/prateek.md index 863cbe6..46cd7f9 100644 --- a/_profile/prateek.md +++ b/_profile/prateek.md @@ -12,20 +12,12 @@ name: Prateek Tiwari # Optional, atleast 2 recommended email: nopanictri@yahoo.com quora: -vimeo: -reddit: google: -gitlab: -medium: github: -lastfm: -spotify: youtube: twitter: linkedin: instagram: -pinterest: -stackoverflow: # Optional # Upload the image to imgur and From 5f9f1b94c9f99f8c03769b4dac569f458edd5867 Mon Sep 17 00:00:00 2001 From: prateek tiwari Date: Thu, 11 Oct 2018 19:37:33 +0530 Subject: [PATCH 28/43] prateek: update photo --- _profile/prateek.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_profile/prateek.md b/_profile/prateek.md index 46cd7f9..c52eec6 100644 --- a/_profile/prateek.md +++ b/_profile/prateek.md @@ -22,5 +22,5 @@ instagram: # Optional # Upload the image to imgur and # paste the direct link to image -picture: +picture: https://imgur.com/a/EdaOCpp --- From 2deae261d53bf9c2e643dd73b77985ef073d19b3 Mon Sep 17 00:00:00 2001 From: prateek tiwari Date: Thu, 11 Oct 2018 20:04:36 +0530 Subject: [PATCH 29/43] Prateek : Update necessary details --- _profile/prateek.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/_profile/prateek.md b/_profile/prateek.md index c52eec6..f9ddc6e 100644 --- a/_profile/prateek.md +++ b/_profile/prateek.md @@ -11,13 +11,11 @@ name: Prateek Tiwari # Optional, atleast 2 recommended email: nopanictri@yahoo.com -quora: -google: -github: -youtube: -twitter: -linkedin: -instagram: +quora: https://www.quora.com/profile/Prateek-Tiwari-62 +google:https://plus.google.com/109674544460125183017 +github: https://github.com/pitbuk101 +youtube: https://www.youtube.com/channel/UCCVT_NxzDnb2pMvTCSw5A1A +instagram: https://www.instagram.com/prateek_tiwari_99/ # Optional # Upload the image to imgur and From f11b2d1d9519fe58cbc22852e5085aaf592b0912 Mon Sep 17 00:00:00 2001 From: JiroZ Date: Fri, 12 Oct 2018 01:33:19 +0530 Subject: [PATCH 30/43] Added a file named bhavishya.md --- _profile/bhavishya.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _profile/bhavishya.md diff --git a/_profile/bhavishya.md b/_profile/bhavishya.md new file mode 100644 index 0000000..6038a8d --- /dev/null +++ b/_profile/bhavishya.md @@ -0,0 +1,34 @@ +--- +# This template adds a profile to hacktoberfest. Checkout sample profile at +# https://github.com/DotSlashCommunity/hacktoberfest/blob/master/_profile/ksdme.md + +# Required +layout: page +title: profile + +# Required +name: + +# Optional, atleast 2 recommended +email: +quora: +vimeo: +reddit: +google: +gitlab: +medium: +github: +lastfm: +spotify: +youtube: +twitter: +linkedin: +instagram: +pinterest: +stackoverflow: + +# Optional +# Upload the image to imgur and +# paste the direct link to image +picture: +--- From 64b275a37cecdfdcb9684a9d343631ae49cd0e19 Mon Sep 17 00:00:00 2001 From: JiroZ Date: Fri, 12 Oct 2018 02:01:24 +0530 Subject: [PATCH 31/43] Removed all unnecessary data --- _profile/bhavishya.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/_profile/bhavishya.md b/_profile/bhavishya.md index 6038a8d..7f04b40 100644 --- a/_profile/bhavishya.md +++ b/_profile/bhavishya.md @@ -11,20 +11,12 @@ name: # Optional, atleast 2 recommended email: -quora: -vimeo: reddit: google: -gitlab: -medium: github: -lastfm: -spotify: youtube: twitter: -linkedin: instagram: -pinterest: stackoverflow: # Optional From 9a19628a3d25c102d4d5e064d698aebd819c6491 Mon Sep 17 00:00:00 2001 From: JiroZ Date: Fri, 12 Oct 2018 02:10:33 +0530 Subject: [PATCH 32/43] Bhavishya : added my name in bhavishya.md --- _profile/bhavishya.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_profile/bhavishya.md b/_profile/bhavishya.md index 7f04b40..8c03fde 100644 --- a/_profile/bhavishya.md +++ b/_profile/bhavishya.md @@ -7,7 +7,7 @@ layout: page title: profile # Required -name: +name: Bhavishya # Optional, atleast 2 recommended email: From 7c36873cb9b4bf931d170804e357946b7a2348eb Mon Sep 17 00:00:00 2001 From: vinay sehwag Date: Fri, 12 Oct 2018 13:08:55 +0530 Subject: [PATCH 33/43] Vinay: Update Email --- _profile/vinay.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _profile/vinay.md diff --git a/_profile/vinay.md b/_profile/vinay.md new file mode 100644 index 0000000..98e2883 --- /dev/null +++ b/_profile/vinay.md @@ -0,0 +1,34 @@ +--- +# This template adds a profile to hacktoberfest. Checkout sample profile at +# https://github.com/DotSlashCommunity/hacktoberfest/blob/master/_profile/ksdme.md + +# Required +layout: page +title: profile + +# Required +name: + +# Optional, atleast 2 recommended +email: vinaysehwag8055@gmail.com +quora: +vimeo: +reddit: +google: +gitlab: +medium: +github: +lastfm: +spotify: +youtube: +twitter: +linkedin: +instagram: +pinterest: +stackoverflow: + +# Optional +# Upload the image to imgur and +# paste the direct link to image +picture: +--- From cfe4c8e697ff19008ca075ced0926df9e55cf3f8 Mon Sep 17 00:00:00 2001 From: Vinay Sehwag Date: Mon, 15 Oct 2018 14:17:02 +0530 Subject: [PATCH 34/43] Vinay : Update Email --- _profile/vinay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_profile/vinay.md b/_profile/vinay.md index 98e2883..85a474c 100644 --- a/_profile/vinay.md +++ b/_profile/vinay.md @@ -10,7 +10,7 @@ title: profile name: # Optional, atleast 2 recommended -email: vinaysehwag8055@gmail.com +email: jsgautam697@gmail.com quora: vimeo: reddit: From f79b92931e709eee5622daceabfcf90e719717bc Mon Sep 17 00:00:00 2001 From: Vinay Sehwag Date: Mon, 15 Oct 2018 16:50:33 +0530 Subject: [PATCH 35/43] Vinay:Update Name --- _profile/vinay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_profile/vinay.md b/_profile/vinay.md index 85a474c..6e61ef1 100644 --- a/_profile/vinay.md +++ b/_profile/vinay.md @@ -7,7 +7,7 @@ layout: page title: profile # Required -name: +name: Vinay Sehwag # Optional, atleast 2 recommended email: jsgautam697@gmail.com From 84f793eef164b8c06a42c8c4e26ee44f807b6663 Mon Sep 17 00:00:00 2001 From: Vinay Sehwag Date: Mon, 15 Oct 2018 16:55:07 +0530 Subject: [PATCH 36/43] Vinay : Update Email --- _profile/vinay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_profile/vinay.md b/_profile/vinay.md index 6e61ef1..1dc0441 100644 --- a/_profile/vinay.md +++ b/_profile/vinay.md @@ -10,7 +10,7 @@ title: profile name: Vinay Sehwag # Optional, atleast 2 recommended -email: jsgautam697@gmail.com +email: vinaysehwag8055@gmail.com quora: vimeo: reddit: From 440bc54c1334c2754b3cbec3d4feb69f365c396b Mon Sep 17 00:00:00 2001 From: Vinay Sehwag Date: Mon, 15 Oct 2018 23:27:14 +0530 Subject: [PATCH 37/43] Vinay: Update Photo --- _profile/vinay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_profile/vinay.md b/_profile/vinay.md index 1dc0441..c567ed8 100644 --- a/_profile/vinay.md +++ b/_profile/vinay.md @@ -30,5 +30,5 @@ stackoverflow: # Optional # Upload the image to imgur and # paste the direct link to image -picture: +picture: https://i.imgur.com/OQAC47b.jpg --- From 16a9262d030b6c1a6953c02debd252f87b6078a2 Mon Sep 17 00:00:00 2001 From: Vinay Sehwag Date: Mon, 15 Oct 2018 23:39:40 +0530 Subject: [PATCH 38/43] Vinay:Update Photo --- _profile/vinay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_profile/vinay.md b/_profile/vinay.md index c567ed8..b7c9063 100644 --- a/_profile/vinay.md +++ b/_profile/vinay.md @@ -23,7 +23,7 @@ spotify: youtube: twitter: linkedin: -instagram: +instagram: https://www.instagram.com/vinaysehwag14/ pinterest: stackoverflow: From c05f6861736d49d57060dd0c911b2c1dff8ebbf6 Mon Sep 17 00:00:00 2001 From: Vinay Sehwag Date: Mon, 15 Oct 2018 23:51:43 +0530 Subject: [PATCH 39/43] Vinay:DELETE UNECESSARY PROFILE DETAILS --- _profile/vinay.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/_profile/vinay.md b/_profile/vinay.md index b7c9063..db03482 100644 --- a/_profile/vinay.md +++ b/_profile/vinay.md @@ -12,20 +12,11 @@ name: Vinay Sehwag # Optional, atleast 2 recommended email: vinaysehwag8055@gmail.com quora: -vimeo: -reddit: google: -gitlab: -medium: github: -lastfm: -spotify: youtube: twitter: -linkedin: instagram: https://www.instagram.com/vinaysehwag14/ -pinterest: -stackoverflow: # Optional # Upload the image to imgur and From d210fef4d6cecf609e7b85a405b00638914aa785 Mon Sep 17 00:00:00 2001 From: Vinay Sehwag Date: Tue, 16 Oct 2018 14:04:38 +0530 Subject: [PATCH 40/43] Vinay:Update Profiles --- _profile/vinay.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/_profile/vinay.md b/_profile/vinay.md index db03482..a83d217 100644 --- a/_profile/vinay.md +++ b/_profile/vinay.md @@ -11,11 +11,9 @@ name: Vinay Sehwag # Optional, atleast 2 recommended email: vinaysehwag8055@gmail.com -quora: -google: -github: -youtube: -twitter: +google: https://plus.google.com/u/0/105689640684157386396 +github: https://github.com/vinaysehwag +youtube: https://www.youtube.com/channel/UCgtrRO23cVuhD8wMuY3AS5Q instagram: https://www.instagram.com/vinaysehwag14/ # Optional From b5b224b04e80ec3dfdb31430e4b5bf03585e0bfa Mon Sep 17 00:00:00 2001 From: Vinay Sehwag Date: Wed, 17 Oct 2018 00:45:27 +0530 Subject: [PATCH 41/43] Vinay:Update twitter --- _profile/vinay.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_profile/vinay.md b/_profile/vinay.md index a83d217..144b7ea 100644 --- a/_profile/vinay.md +++ b/_profile/vinay.md @@ -11,6 +11,7 @@ name: Vinay Sehwag # Optional, atleast 2 recommended email: vinaysehwag8055@gmail.com +twitter: https://twitter.com/VinaySehwag4 google: https://plus.google.com/u/0/105689640684157386396 github: https://github.com/vinaysehwag youtube: https://www.youtube.com/channel/UCgtrRO23cVuhD8wMuY3AS5Q From 1bdf4716423642e7b8f3d392aa2163ca48d5506f Mon Sep 17 00:00:00 2001 From: Vinay Sehwag Date: Wed, 17 Oct 2018 00:52:51 +0530 Subject: [PATCH 42/43] Vinay:Update Details --- _profile/vinay.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_profile/vinay.md b/_profile/vinay.md index 144b7ea..a83d217 100644 --- a/_profile/vinay.md +++ b/_profile/vinay.md @@ -11,7 +11,6 @@ name: Vinay Sehwag # Optional, atleast 2 recommended email: vinaysehwag8055@gmail.com -twitter: https://twitter.com/VinaySehwag4 google: https://plus.google.com/u/0/105689640684157386396 github: https://github.com/vinaysehwag youtube: https://www.youtube.com/channel/UCgtrRO23cVuhD8wMuY3AS5Q From 88a9d55504768c5430f1e934371519dcb3f51bc2 Mon Sep 17 00:00:00 2001 From: Vinay Sehwag Date: Wed, 17 Oct 2018 00:57:20 +0530 Subject: [PATCH 43/43] Vinay:Update Twitter --- _profile/vinay.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_profile/vinay.md b/_profile/vinay.md index a83d217..3cccf1a 100644 --- a/_profile/vinay.md +++ b/_profile/vinay.md @@ -14,6 +14,7 @@ email: vinaysehwag8055@gmail.com google: https://plus.google.com/u/0/105689640684157386396 github: https://github.com/vinaysehwag youtube: https://www.youtube.com/channel/UCgtrRO23cVuhD8wMuY3AS5Q +twitter: https://twitter.com/VinaySehwag4 instagram: https://www.instagram.com/vinaysehwag14/ # Optional