mirror of https://github.com/lukechilds/docs.git
Moxiegirl
6 years ago
committed by
GitHub
6 changed files with 106 additions and 80 deletions
After Width: | Height: | Size: 94 KiB |
After Width: | Height: | Size: 161 KiB |
After Width: | Height: | Size: 119 KiB |
@ -0,0 +1,56 @@ |
|||||
|
<table class="uk-table-striped uk-table-small"> |
||||
|
<thead> |
||||
|
<tr> |
||||
|
<th class="uk-width-1-2"><strong>Field</strong></th> |
||||
|
<th>Description</th> |
||||
|
</tr> |
||||
|
</thead> |
||||
|
<tr> |
||||
|
<td><strong>Your Name</strong></td> |
||||
|
<td>Your first and last name.</td> |
||||
|
</tr> |
||||
|
<tr> |
||||
|
<td><strong>Your Email</strong></td> |
||||
|
<td>A valid email address. If you are submitting an example of Animal Kingdom sample,this is the email where we will send you instructions for getting your Zero to DApp t-shirt.</td> |
||||
|
</tr> |
||||
|
<tr> |
||||
|
<td><strong>App Name</strong></td> |
||||
|
<td>Name of your application. If you are submitting an example of Animal Kingdom sample, enter <code>USERNAME: Animal Kingdom</code>.</td> |
||||
|
</tr> |
||||
|
<tr> |
||||
|
<td><strong>Short description</strong></td> |
||||
|
<td>Describe your application. </td> |
||||
|
</tr> |
||||
|
<tr> |
||||
|
<td><strong>Website</strong></td> |
||||
|
<td>The URL of the website where you deployed your application. </td> |
||||
|
</tr> |
||||
|
<tr> |
||||
|
<td><strong>App icon URL</strong></td> |
||||
|
<td> <code>URL_DEPLOYED_SITE/icon-192x192.png</code> for example, <code>https://animalkingdoms.netlify.com/icon-192x192.png</code> </td> |
||||
|
</tr> |
||||
|
<tr> |
||||
|
<td><strong>Open Source URL</strong></td> |
||||
|
<td>The URL where your source code lives. If you are submitting an example of Animal Kingdom sample, you can leave this blank for a sample application. </td> |
||||
|
</tr> |
||||
|
<tr> |
||||
|
<td><strong>Twitter Handle</strong></td> |
||||
|
<td>Optionally enter a Twitter handle for your application, for example `@coolapp`.</td> |
||||
|
</tr> |
||||
|
<tr> |
||||
|
<td><strong>Category</strong></td> |
||||
|
<td>If you are submitting an example of Animal Kingdom sample, make sure you choose the <strong>Sample Blockstack Apps</strong> category.</td> |
||||
|
</tr> |
||||
|
<tr> |
||||
|
<td><strong>Blockchain</strong></td> |
||||
|
<td>If you are submitting an example of Animal Kingdom sample, leave this as is.</td> |
||||
|
</tr> |
||||
|
<tr> |
||||
|
<td><strong>Storage</strong></td> |
||||
|
<td>Choose Gaia if you are using it.</td> |
||||
|
</tr> |
||||
|
<tr> |
||||
|
<td><strong>Authentication</strong></td> |
||||
|
<td>Choose Blockstack; Blockstack Authentication is required to participate in Animal Kingdom.</td> |
||||
|
</tr> |
||||
|
</table> |
Loading…
Reference in new issue