mirror of
https://github.com/benjamin-wilson/public-pool-ui.git
synced 2025-04-17 16:11:01 +02:00
images and links
This commit is contained in:
parent
ea4572c691
commit
7b18baf960
@ -37,6 +37,8 @@
|
||||
</div>
|
||||
<span><b>NO FEES</b></span>
|
||||
<br>
|
||||
<span><b>PLUS AFFILIATE REWARDS</b></span>
|
||||
<br>
|
||||
<span>No second best.</span>
|
||||
</div>
|
||||
|
||||
@ -130,6 +132,37 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<div class="card">
|
||||
<h4 style="text-align: center;">Affiliate Program</h4>
|
||||
<p>Purchase products through the affiliate links below to enjoy discounts on mining hardware. Every
|
||||
month, the miner who submits the highest difficulty will be rewarded with 50% of the affiliate
|
||||
earnings. The remaining 50% helps cover server costs.</p>
|
||||
|
||||
<div class="grid" style="padding-top: 20px;">
|
||||
<div class="col-4">
|
||||
<a href="https://altairtech.io/aff/36" target="_blank">
|
||||
<div class="text-center">
|
||||
<h4>Altair Technology (USA)</h4>
|
||||
<img id="altair" style="height: 200px; width: 200px; object-fit: cover;"
|
||||
src="assets/layout/images/altair.png" alt="altair">
|
||||
<h5>Discount Code: solo</h5>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<a href="https://www.thesolomining.co/" target="_blank">
|
||||
<div class="text-center">
|
||||
<h4 class="text-center"> The Solo Mining Co (UK)</h4>
|
||||
<img id="soloco" style="height: 200px; width: 200px; object-fit: cover;"
|
||||
src="assets/layout/images/soloco.png" alt="soloco">
|
||||
<h5>Discount Code: solo</h5>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12" *ngIf="highScores$ | async as highScores">
|
||||
<div class="card">
|
||||
|
BIN
src/assets/layout/images/altair.png
Normal file
BIN
src/assets/layout/images/altair.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 302 KiB |
Binary file not shown.
Before Width: | Height: | Size: 986 KiB |
BIN
src/assets/layout/images/soloco.png
Normal file
BIN
src/assets/layout/images/soloco.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 551 KiB |
Loading…
x
Reference in New Issue
Block a user