Skip to content

Commit

Permalink
ksm btn text
Browse files Browse the repository at this point in the history
  • Loading branch information
anamst committed Jan 4, 2021
1 parent ed5c218 commit e53b12f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
5 changes: 4 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9589,4 +9589,7 @@ body > * {
.background-btc-eth{
background-image: none;
}
}
}



19 changes: 10 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<div class="row no-gutters slider-text align-items-center justify-content-end" data-scrollax-parent="true">
<div class="col-md-6 order-md-last ftco-animate mt-5" data-scrollax=" properties: { translateY: '70%' }">
<h1 class="mb-4" data-scrollax="properties: { translateY: '30%', opacity: 1.6 }">Help Petrinja recover</h1>
<p style="font-weight: 400; color: black; background-color: rgba(255,255,255,0.7); padding: 5px">On December 29th, Petrinja suffered a <a href="https://www.emsc-csem.org/Earthquake/earthquake.php?id=933701" target=”_blank” rel=noopener noreferrer”>massive earthquake</a>. The damage was severe, and the rubble is still being cleared out. To help Red Cross' efforts in assisting the town and its neighbors, we've set up a donation campaign that's 100% crypto friendly.</p>
<p style="font-weight: 400; color: black; background-color: rgba(255,255,255,0.7); padding: 5px">On December 29th, Petrinja suffered a <a href="https://www.emsc-csem.org/Earthquake/earthquake.php?id=933701" target=”_blank” rel=noopener noreferrer” style="color: black;">massive earthquake</a>. The damage was severe, and the rubble is still being cleared out. To help Red Cross' efforts in assisting the town and its neighbors, we've set up a donation campaign that's 100% crypto friendly.</p>
<!-- <p><a href="#" class="btn btn-black py-3 px-4">How Can I Help?</a></p> -->
</div>
<div class="col-md-6 d-none d-md-block">
Expand Down Expand Up @@ -87,30 +87,31 @@ <h2 class="mb-4" style="color: #24292e; font-size: 40px;">Donate DOT or KSM dire
<h2>DOT donations so far <strong class="number" style="color: black" data-number="50000">0</strong></h2> -->
<h2 style="color: #24292e; font-size: 40px;">KSM address:</h2>
<h4 title="EDXNvKkwkgZeb3a7Bcdb4Qc2SRts31YoS682QwGcUkd3NuQ" class="ellipsed mb-4"><a href="https://polkascan.io/kusama/account/EDXNvKkwkgZeb3a7Bcdb4Qc2SRts31YoS682QwGcUkd3NuQ" target=”_blank” rel=noopener noreferrer”>EDXNvKkwkgZeb3a7Bcdb4Qc2SRts31YoS682QwGcUkd3NuQ</a></h4>
<div class="d-flex justify-content-center mb-4">
<!-- <div class="d-flex justify-content-center mb-4">
<a href="javascript:void(0);" class="btn btn-black py-3 px-4 donate" data-chain="kusama" id="donateksm">Donate KSM</a>
</div>
<!-- <div id="ksm" class="d-flex justify-content-center mb-4">
</div> -->
<div id="ksm" class="d-flex justify-content-center mb-4">
<script>
kusamaTipsWidget.bind(document.getElementById("ksm"), {
beneficiary: "EDXNvKkwkgZeb3a7Bcdb4Qc2SRts31YoS682QwGcUkd3NuQ",
allowProposing: false,
buttonText: "Donate KSM",
element: document.getElementById("my-button"),
});
</script>
</div> -->
</div>
<h2 style="color: #24292e; font-size: 40px;">DOT address:</h2>
<h4 title="1EFDtGiyF1Bffig45ZxiCnfEvsrGNAQqguD55Ao3e9pGhwP" class="ellipsed mb-4"><a href="https://polkascan.io/polkadot/account/1EFDtGiyF1Bffig45ZxiCnfEvsrGNAQqguD55Ao3e9pGhwP" target=”_blank” rel=noopener noreferrer”>1EFDtGiyF1Bffig45ZxiCnfEvsrGNAQqguD55Ao3e9pGhwP</a></h4>
<div class="d-flex justify-content-center">
<!-- <div class="d-flex justify-content-center">
<a href="javascript:void(0);" class="btn btn-black py-3 px-4 donate" data-chain="polkadot" id="donatedot">Donate DOT</a>
</div>
<!-- <div id="dot" class="d-flex justify-content-center mb-4">
</div> -->
<div id="dot" class="d-flex justify-content-center mb-4">
<script>
polkadotDonationWidget.bind(document.getElementById("dot"), {
beneficiary: "1EFDtGiyF1Bffig45ZxiCnfEvsrGNAQqguD55Ao3e9pGhwP",
element: document.getElementById("my-button"),
});
</script> -->
</script>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ body {
}
a {
transition: 0.3s all ease;
color: $black;
color: $black !important;
&:hover,
&:focus {
text-decoration: none;
color: $accent;
color: $accent !important;
outline: none !important;
}
}
Expand Down

0 comments on commit e53b12f

Please sign in to comment.