Merge pull request #503 from nootanghimire/master

Added Team Info
This commit is contained in:
Nitin Gupta
2014-11-29 01:59:02 -08:00
2 changed files with 42 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
This is our page
================
Hello, Everyone. This is team "everestack" (maybe it's combination of everest and stack).
About your team
===========================
- Nootan Ghimire
- Nishan Bajracharya
We are two undergrad students currently pursuing a bachelor's degree in Computer Engineering.
About your skills and what you are going to do?
=======
Nootan Ghimire will be seeing the development part mostly, and Nishan Bajracharya will be incharge of all the artistic looks and feel. We'll be exchanging shifts though! :D
+24
View File
@@ -0,0 +1,24 @@
{
"teamName": "everestack",
"members": [
{
"name": "Nootan Ghimire",
"twitter": "nootanghimire",
"koding": "nootanghimire",
"location": "Kathmandu, NP",
"lead": true
},
{
"name": "Nishan Bajracharya",
"twitter": "Nishan_cd",
"koding": "nishan13",
"location": "Kathmandu, NP"
},
{
"name": "Rhoit Man Amatya",
"twitter": "rhoitman",
"koding": "rhoit",
"location": "Kathmandu, NP"
}
]
}