further progress on the form and add angular inline

This commit is contained in:
Michael Q Larson
2015-01-05 17:29:37 -08:00
parent db9622a2e5
commit 41abdae46f
5 changed files with 60 additions and 15 deletions

View File

@ -293,6 +293,14 @@ var userSchema = new mongoose.Schema({
coderbyteProfile: {
type: String,
default: ''
},
codepenProfile: {
type: String,
default: ''
},
twitterHandle: {
type: String,
default: ''
}
},
portfolio: {