Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Add myself as participant #270

Merged
merged 2 commits into from
Jan 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions data/participants.json
Original file line number Diff line number Diff line change
Expand Up @@ -1769,6 +1769,58 @@ data = [ {
"referral": "Friends"
},

{
"name": "Daniel Dey",
"imageurl": "https://images.app.goo.gl/ofkYjCru7PYKbEGEA",
"about": "Hey everyone",
"college": "IIIT Allahabad",
"facebook": "",
"github": "https://github.com/deydaniel",
"twitter": "",
"referral": "seniors"
},{

"name" : "Hemant Kumar",
"imageurl" : "https://avatars0.githubusercontent.com/u/15969042?s=460&v=4",
"about" : "Hi , i am here to just learn git and something new",
"college" : "IIIT Allahabad",
"facebook" : "https://www.facebook.com/profile.php?id=100027608000537",
"github" : "https://github.com/hkbiet",
"twitter" : "",
"referral" : " Friends"
},
{
"name" : "Sunidhi Kashyap",
"imageurl" : "",
"about" : "",
"college" : "IIIT Allahabad",
"facebook" : "",
"github" : "https://github.com/sunidhi-kashyap",
"twitter" : "",
"referral" : "Friends"

}
,{

"name" : "Riya Jawandhiya",
"imageurl" : "",
"about" : "Hello I'm a web developer",
"college" : "Medicaps University",
"facebook" : "url",
"github" : "url",
"twitter" : "url",
"referral" : "friends"
},
{
"name" : "Sakshi Gupta",
"imageurl" : "",
"about" : "",
"college" : "IIIT allahabad",
"facebook" : "url",
"github" : "url",
"twitter" : "url",
"referral" : "friends
},



Expand Down