From 7dd56c3190ad9db210c783f05556a3fdcbc96ab9 Mon Sep 17 00:00:00 2001 From: Piyushh Bhutoria Date: Wed, 25 Mar 2020 02:11:25 +0530 Subject: [PATCH] added myself (Piyushh) (#131) * added myself (Piyushh) * Update signalboost.dhall Co-authored-by: Christine Dodrill --- 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..8a78993 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" + } ]