changes
This commit is contained in:
parent
4f356679a2
commit
d95ce76766
@ -1,4 +1,4 @@
|
||||
package com.example.satsmonitor
|
||||
package com.example.satworth
|
||||
|
||||
import androidx.test.platform.app.InstrumentationRegistry
|
||||
import androidx.test.ext.junit.runners.AndroidJUnit4
|
@ -40,8 +40,8 @@
|
||||
|
||||
<div class="affiliates">
|
||||
<div class="affiliate1"><a href="https://www.swanbitcoin.com/oceanslim"><img src="file:///android_asset/images/swan.png"> Dollar Cost Average Bitcoin with Swan!<br/>Free Automated withdrawal </a></div>
|
||||
<div class="affiliate2"><a href="https://store.blockstream.com/?ref=3322"><img src="file:///android_asset/images/blockstream.jpg"> Shop Blockstream's Store<br/>(use code "HAPPYTAVERN" for 10% off Jade HW Wallet) </a></div>
|
||||
<div class="affiliate3"><a href="use.foldapp.com/r/TT93PV3E"><img src="file:///android_asset/images/fold.png"> Stack Sats on your debit card purchases </a></div>
|
||||
<div class="affiliate2"><a href="https://store.blockstream.com/?ref=3322"><img src="file:///android_asset/images/blockstream.jpg"> Shop Blockstream's Store (use code "HAPPYTAVERN" for 10% off Jade HW Wallet) </a></div>
|
||||
<div class="affiliate3"><a href="use.foldapp.com/r/TT93PV3E"><img src="file:///android_asset/images/Fold.png"> Stack Sats on your debit card purchases </a></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -77,25 +77,25 @@ h1 {
|
||||
max-width: 60%;
|
||||
max-height: 25%;
|
||||
position: fixed;
|
||||
bottom: 5%;
|
||||
bottom: 200px;
|
||||
right: 0%;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
font-size: 12px;
|
||||
font-weight: bolder;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.affiliates img {
|
||||
justify-content: center;
|
||||
margin: 10px;
|
||||
float: left;
|
||||
width: 16px;
|
||||
height: auto;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
padding-right: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.affiliate1{
|
||||
padding: 10px;
|
||||
padding: 5px;
|
||||
border: #ffffff;
|
||||
border-style: solid;
|
||||
border-radius: 8px;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.example.satsmonitor
|
||||
package com.example.satworth
|
||||
|
||||
import org.junit.Test
|
||||
|
Loading…
Reference in New Issue
Block a user