storj/web/marketing/pages/refOffers.html

60 lines
1.8 KiB
HTML
Raw Normal View History

{{define "refOffers"}}
<table class="w-100 mt-5 mb-5 rounded table table-light table-responsive">
<thead>
<tr>
<th>Name</th>
<th>Give Credit</th>
<th>Get Credit</th>
<th>Referrals Used</th>
<th>Redeemable Capacity</th>
<th>Created</th>
<th>Expiration</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<th class="text-dark m-2"><p>CURRENT&nbsp;OFFER</p></th>
<tr>
<td>May Referral</td>
<td>$50</td>
<td>$50</td>
<td>48</td>
<td>200</td>
<td>05/01/19</td>
<td>06/01/19</td>
<th><img class="toggler" src="/static/img/on.jpg" height="50" width="50"></th>
</tr>
<th class="text-dark m-2"><p>OTHER&nbsp;OFFERS</p></th>
<tr>
<td>Default Offer</td>
<td>$20</td>
<td>$20</td>
<td>30</td>
<td>N/A</td>
<td>05/18/19</td>
<td>N/A</td>
<th><img class="toggler" src="/static/img/off.jpg" height="50" width="50"></th>
</tr>
<tr>
<td>June Referral</td>
<td>$50</td>
<td>$50</td>
<td>0</td>
<td>200</td>
<td>05/18/19</td>
<td>06/18/2019</td>
<th><img class="toggler" src="/static/img/off.jpg" height="50" width="50"></th>
</tr>
<tr>
<td>June Referral</td>
<td>$50</td>
<td>$50</td>
<td>0</td>
<td>200</td>
<td>05/18/19</td>
<td>06/18/2019</td>
<th><img class="toggler" src="/static/img/off.jpg" height="50" width="50"></th>
</tr>
</tbody>
</table>
{{end}}