This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Request | |
GET 'api/v1/kyc_aml/identity_check' | |
params | |
secret: secret | |
identifier: {email: } | |
# alt: identifier: {twitter_handle: .. } | |
# alt: identifier: {id: .. } | |
# Response | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am kirkas on github. | |
* I am kirkas (https://keybase.io/kirkas) on keybase. | |
* I have a public key ASDvhr-lNZf-9A7h18rOqq38hguqxIJV00LVtXxPk7ykaQo | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table> | |
<thead> | |
<tr> | |
<th>Message</th> | |
<th width="350px">Competitions</th> | |
<th width="130px">Date</th> | |
<th width="152px"></th> | |
</tr> | |
</thead> | |
<tbody> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*------------------------------------*\ | |
BEM WITHOUT USE OF MIXIN | |
\*------------------------------------*/ | |
.sky { | |
// .sky | |
&__cloud { | |
// .sky__cloud | |
&--rainy { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p> | |
<input type="checkbox" id="test1"> | |
<label for="test1">Normal</label> | |
</p> | |
<p> | |
<input type="checkbox" id="test2" checked="checked"> | |
<label for="test2">Checked</label> | |
</p> | |
<p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p> | |
<input type="checkbox" id="test1"> | |
<label for="test1">normal</label> | |
</p> | |
<p> | |
<input type="checkbox" id="test2" checked="checked"> | |
<label for="test2">checked</label> | |
</p> | |
<p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table> | |
<thead> | |
<tr> | |
<th width="50px">Nom</th> | |
<th>Âge</th> | |
<th>Pays</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table> | |
<thead> | |
<tr> | |
<th width="50px">Nom</th> | |
<th>Âge</th> | |
<th>Pays</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table> | |
<thead> | |
<tr> | |
<th class="selected">Nom</th> | |
<th>Âge</th> | |
<th>Pays</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content"> | |
<button class="btn btn--default btn--tiny">Button</button> | |
<button class="btn btn--default-outline btn--tiny">Button</button> | |
<br> | |
<button class="btn btn--default btn--small">Button</button> | |
<button class="btn btn--default-outline btn--small">Button</button> | |
<br> | |
<button class="btn btn--default btn--regular">Button</button> | |
<button class="btn btn--default-outline btn--regular">Button</button> |
NewerOlder