From f94164bd9a10fab0d6dca178afb55739a74f5443 Mon Sep 17 00:00:00 2001 From: Piyushhbhutoria Date: Tue, 24 Mar 2020 18:12:19 +0530 Subject: [PATCH] added myself (Piyushh) --- README.md | 2 +- signalboost.dhall | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d8c786..4229013 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ My personal/portfolio website. -![](https://puu.sh/vWnJx/57cda175d8.png) +![https://puu.sh/vWnJx/57cda175d8.png](https://puu.sh/vWnJx/57cda175d8.png) diff --git a/signalboost.dhall b/signalboost.dhall index 5fbac66..1ae17dd 100644 --- a/signalboost.dhall +++ b/signalboost.dhall @@ -89,4 +89,17 @@ in [ Person::{ , gitLink = "https://github.com/Prajjwal" , twitter = "https://twitter.com/prajjwalsin" } + , Person::{ + , name = "Piyushh Bhutoria" + , tags = + [ "golang" + , "react-native" + , "full-stack developer" + , "javascript" + , "PHP" + , "google-cloud" + ] + , gitLink = "https://github.com/Piyushhbhutoria" + , twitter = "https://twitter.com/PiyushhB" + } ]