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.platform.app.InstrumentationRegistry
|
||||||
import androidx.test.ext.junit.runners.AndroidJUnit4
|
import androidx.test.ext.junit.runners.AndroidJUnit4
|
@ -40,8 +40,8 @@
|
|||||||
|
|
||||||
<div class="affiliates">
|
<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="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="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 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>
|
</div>
|
||||||
|
|
||||||
|
@ -77,25 +77,25 @@ h1 {
|
|||||||
max-width: 60%;
|
max-width: 60%;
|
||||||
max-height: 25%;
|
max-height: 25%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 5%;
|
bottom: 200px;
|
||||||
right: 0%;
|
right: 0%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.affiliates img {
|
.affiliates img {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: 10px;
|
|
||||||
float: left;
|
float: left;
|
||||||
width: 16px;
|
width: 50px;
|
||||||
height: auto;
|
height: 50px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.affiliate1{
|
.affiliate1{
|
||||||
padding: 10px;
|
padding: 5px;
|
||||||
border: #ffffff;
|
border: #ffffff;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package com.example.satsmonitor
|
package com.example.satworth
|
||||||
|
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
|
|
Loading…
Reference in New Issue
Block a user