Skip to content

Instantly share code, notes, and snippets.

View qustavo's full-sized avatar
💻
configuring vim

Gustavo Chaín qustavo

💻
configuring vim
  • Spain
View GitHub Profile

Keybase proof

I hereby claim:

  • I am qustavo on github.
  • I am qustavo (https://keybase.io/qustavo) on keybase.
  • I have a public key ASBmcLf4lPrRAYbe0RoJ5bQeX56YsFBDhjMUByC9-P9heAo

To claim this, I am signing this object:

### Keybase proof
I hereby claim:
* I am gchaincl on github.
* I am gchain (https://keybase.io/gchain) on keybase.
* I have a public key ASCvXTu0xWjyaAW4dWaCGoVyoOO0AS0UB0P6AOfBbz3JLAo
To claim this, I am signing this object:
@qustavo
qustavo / design.json
Created May 4, 2015 16:03
API Design
{
"colors": {
"answer": "#FFF8A8",
"background": "#05A3C6",
"button": "#E4E6E5",
"question": "#FFFFFF"
},
"font": "cabin"
}
@qustavo
qustavo / form.json
Last active August 29, 2015 14:20
complete-form.json
{
"title": "My API Form",
"design_id": 23,
"fields": [
{
"type": "short_text",
"question": "This is a ShortTextField, What's your name? [ _Edit this text & press Build_ ]",
"description": "I'm sure you have a great name! ← [ _Edit this text & press Build_ ]",
"required": true
},