I hereby claim:
-
I am dominuskelvin on github.
-
I am dominuskelvin (https://keybase.io/dominuskelvin) on keybase.
-
I have a public key ASDGCtysgcoZ4QcOEBJ5VuWu1Gg3N6e93ht1qtQtRZY24Qo
I hereby claim:
I am dominuskelvin on github.
I am dominuskelvin (https://keybase.io/dominuskelvin) on keybase.
I have a public key ASDGCtysgcoZ4QcOEBJ5VuWu1Gg3N6e93ht1qtQtRZY24Qo
| { | |
| "id": 1, | |
| "primary_contact_name": 'John Doe', | |
| "primary_contact_number: 08102311012, | |
| "primary_contact_email": '[email protected]', | |
| "who_is_this_person": 'Landlord', | |
| "lister_is_primary_contact": Yes, | |
| "bank_details": { | |
| "bank_name": 'First Bank', | |
| "bank_account_number": "2034789056", |
People
:bowtie: |
๐ :smile: |
๐ :laughing: |
|---|---|---|
๐ :blush: |
๐ :smiley: |
:relaxed: |
๐ :smirk: |
๐ :heart_eyes: |
๐ :kissing_heart: |
๐ :kissing_closed_eyes: |
๐ณ :flushed: |
๐ :relieved: |
๐ :satisfied: |
๐ :grin: |
๐ :wink: |
๐ :stuck_out_tongue_winking_eye: |
๐ :stuck_out_tongue_closed_eyes: |
๐ :grinning: |
๐ :kissing: |
๐ :kissing_smiling_eyes: |
๐ :stuck_out_tongue: |
| <!DOCTYPE html5> | |
| <html lang:'en'> | |
| <title>This is a test markup</title> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| </head> | |
| <body> | |
| <p id="name">Hello Intern</p> | |
| <p id="name">Welcome to your test page</p> | |
| </body> |
| .udacity-btn:focus, .udacity-btn:hover { | |
| color: #ffffff; | |
| outline: 0; | |
| background-color: #029fcb; | |
| box-shadow: 2px 4px 8px 0 rgba(46,61,73,.2); | |
| } |
| /* This is where the magic starts */ | |
| .udacity-btn { | |
| color: #ffffff; | |
| padding: 10px 40px; | |
| background-color: #02b3e4; | |
| border-color: transparent; | |
| border-radius: .25rem; | |
| box-shadow: 8px 10px 20px 0 rgba(46,61,73,.15); | |
| cursor: pointer; | |
| transition: all .3s; |
| .site-wrapper { | |
| margin-top: 20%; | |
| display: flex; | |
| justify-content: center; | |
| } |