UI bug fix
This commit is contained in:
parent
6630d39d1a
commit
35eb155a74
@ -360,9 +360,6 @@ table td:last-of-type {
|
||||
main {
|
||||
padding: 1.5rem 8vw;
|
||||
}
|
||||
sm-copy {
|
||||
min-width: 24rem;
|
||||
}
|
||||
}
|
||||
.hidden {
|
||||
display: none;
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -337,9 +337,6 @@ table {
|
||||
main {
|
||||
padding: 1.5rem 8vw;
|
||||
}
|
||||
sm-copy {
|
||||
min-width: 24rem;
|
||||
}
|
||||
}
|
||||
|
||||
.hidden {
|
||||
|
||||
134
index.html
134
index.html
@ -70,8 +70,8 @@
|
||||
Price per bitsindri# token (Dynamic)
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
<main>
|
||||
<div class="app">
|
||||
@ -86,39 +86,39 @@
|
||||
<h2>
|
||||
Blockchain addresses
|
||||
</h2>
|
||||
|
||||
|
||||
<p>
|
||||
<strong>FLO multisig address:</strong>
|
||||
<sm-copy value="esKDDUQkDHuEu582JpJ85LAXWCs4b2cmfo" ></sm-copy>
|
||||
|
||||
|
||||
<p>
|
||||
<strong>Bitcoin multisig address:</strong>
|
||||
<sm-copy value="bc1q5rhrg8j7guzr5hz83mh9hkzqcg2k9e48wdgg9fzh44h96hzf7r4sqxxlgn" ></sm-copy>
|
||||
|
||||
</p>
|
||||
<strong>FLO multisig address:</strong>
|
||||
<sm-copy value="esKDDUQkDHuEu582JpJ85LAXWCs4b2cmfo"></sm-copy>
|
||||
|
||||
|
||||
<p>
|
||||
<strong>Bitcoin multisig address:</strong>
|
||||
<sm-copy value="bc1q5rhrg8j7guzr5hz83mh9hkzqcg2k9e48wdgg9fzh44h96hzf7r4sqxxlgn"></sm-copy>
|
||||
|
||||
</p>
|
||||
</p>
|
||||
|
||||
<p><strong>Multisig owners</strong></p>
|
||||
<p>
|
||||
<strong>Address1</strong>
|
||||
<sm-copy value="FNtsQdfWJCiZAXEsRxwME6TWKqBweCk6NH" ></sm-copy>
|
||||
|
||||
<sm-copy value="FNtsQdfWJCiZAXEsRxwME6TWKqBweCk6NH"></sm-copy>
|
||||
|
||||
</p>
|
||||
<p>
|
||||
<strong>Address2</strong>
|
||||
<sm-copy value="F7tCsvBeb5KJCSANTbm75h1q6YRipqzMc3" ></sm-copy>
|
||||
|
||||
|
||||
<strong>Address2</strong>
|
||||
<sm-copy value="F7tCsvBeb5KJCSANTbm75h1q6YRipqzMc3"></sm-copy>
|
||||
|
||||
|
||||
</p>
|
||||
<p>
|
||||
<strong>Address3</strong>
|
||||
<sm-copy value="FCxFMn4PuMCXZTKZ2T34DJ1T5LhHySvkvr" ></sm-copy>
|
||||
|
||||
|
||||
<sm-copy value="FCxFMn4PuMCXZTKZ2T34DJ1T5LhHySvkvr"></sm-copy>
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="app">
|
||||
@ -131,17 +131,16 @@
|
||||
<circle cx="101" cy="101" r="11" fill="#4F56FF" />
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
|
||||
<h2>
|
||||
Details of token
|
||||
</h2>
|
||||
|
||||
|
||||
<p>
|
||||
There are 100,000,000 tokens in this project.
|
||||
</p>
|
||||
<p>
|
||||
The incorporation address is <sm-copy style="min-width: 0;"
|
||||
value="FADxyTczco2X9s4MpL7okrVR7ZmGzwJqJ5"></sm-copy>
|
||||
The incorporation address is <sm-copy value="FADxyTczco2X9s4MpL7okrVR7ZmGzwJqJ5"></sm-copy>
|
||||
</p>
|
||||
<a href="https://ranchimall.github.io/floscout/#/token/bitsindri" target="_blank" class="ext-link">
|
||||
BIT Sindri token
|
||||
@ -158,7 +157,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app">
|
||||
<div class="app__icon">
|
||||
<svg class="icon" width="128" height="128" viewBox="0 0 128 128" fill="none"
|
||||
@ -169,19 +168,19 @@
|
||||
<circle cx="101" cy="101" r="11" fill="#4F56FF" />
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
|
||||
<h2>
|
||||
Details of smart contract
|
||||
</h2>
|
||||
|
||||
|
||||
<p>
|
||||
Token swap between bitsindri# and inr#
|
||||
</p>
|
||||
<p>
|
||||
The smart contract creator address is <sm-copy style="min-width: 0;"
|
||||
value="FA2TkNwVpoEBDYJBrQ7HkP8S6rACwtv4bX"></sm-copy>
|
||||
The smart contract creator address is <sm-copy value="FA2TkNwVpoEBDYJBrQ7HkP8S6rACwtv4bX"></sm-copy>
|
||||
</p>
|
||||
<a href="https://ranchimall.github.io/floscout/#/contract/bitsindri-inr-FA2TkNwVpoEBDYJBrQ7HkP8S6rACwtv4bX" target="_blank" class="ext-link">
|
||||
<a href="https://ranchimall.github.io/floscout/#/contract/bitsindri-inr-FA2TkNwVpoEBDYJBrQ7HkP8S6rACwtv4bX"
|
||||
target="_blank" class="ext-link">
|
||||
Smart contract address and transactions
|
||||
<svg class="icon" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px"
|
||||
viewBox="0 0 24 24" width="24px" fill="#000000">
|
||||
@ -268,7 +267,7 @@
|
||||
All assets are owned by token holders.
|
||||
</p>
|
||||
<div class="grid gap-1">
|
||||
|
||||
|
||||
</div>
|
||||
<a href="https://ranchimall.github.io/btcwallet/#/check_details?query=bc1q5rhrg8j7guzr5hz83mh9hkzqcg2k9e48wdgg9fzh44h96hzf7r4sqxxlgn"
|
||||
target="_blank" class="ext-link">
|
||||
@ -287,7 +286,11 @@
|
||||
|
||||
<div class="app">
|
||||
<div class="app__icon">
|
||||
<svg class="icon" xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#000000"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M6.99 11L3 15l3.99 4v-3H14v-2H6.99v-3zM21 9l-3.99-4v3H10v2h7.01v3L21 9z"/></svg>
|
||||
<svg class="icon" xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px"
|
||||
fill="#000000">
|
||||
<path d="M0 0h24v24H0V0z" fill="none" />
|
||||
<path d="M6.99 11L3 15l3.99 4v-3H14v-2H6.99v-3zM21 9l-3.99-4v3H10v2h7.01v3L21 9z" />
|
||||
</svg>
|
||||
</div>
|
||||
<h2>
|
||||
Token swap smart contract
|
||||
@ -297,7 +300,7 @@
|
||||
inr# must be available in smart contract through participation
|
||||
</p>
|
||||
<div class="grid gap-1">
|
||||
|
||||
|
||||
</div>
|
||||
<a href="https://ranchimall.github.io/flowallet/#/smartcontracts/deposit?scName=bitsindri-inr&scAddress=FA2TkNwVpoEBDYJBrQ7HkP8S6rACwtv4bX"
|
||||
target="_blank" class="ext-link">
|
||||
@ -314,8 +317,8 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="app">
|
||||
<div class="app__icon">
|
||||
<svg class="icon" width="128" height="128" viewBox="0 0 128 128" fill="none"
|
||||
@ -345,10 +348,9 @@
|
||||
<strong>Messenger</strong> is also used for communicating between FLO or BTC addresses
|
||||
</p>
|
||||
<div class="grid gap-1">
|
||||
|
||||
|
||||
</div>
|
||||
<a href="https://ranchimall.github.io/messenger"
|
||||
target="_blank" class="ext-link">
|
||||
<a href="https://ranchimall.github.io/messenger" target="_blank" class="ext-link">
|
||||
Use Messenger
|
||||
<svg class="icon" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px"
|
||||
viewBox="0 0 24 24" width="24px" fill="#000000">
|
||||
@ -380,8 +382,8 @@
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>
|
||||
Statistics
|
||||
@ -442,24 +444,29 @@
|
||||
</svg>
|
||||
</a>
|
||||
<a href="https://ranchimall.github.io/flologsheet/#/sheet_view?id=F9vmpV3DPBbMoKab71CNBk839YekrUBZVQ"
|
||||
target="_blank" class="ext-link">
|
||||
Task tracker for participants
|
||||
<svg class="icon" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px"
|
||||
viewBox="0 0 24 24" width="24px" fill="#000000">
|
||||
<g>
|
||||
<rect fill="none" height="24" width="24" />
|
||||
</g>
|
||||
<g>
|
||||
<polygon points="6,6 6,8 14.59,8 5,17.59 6.41,19 16,9.41 16,18 18,18 18,6" />
|
||||
</g>
|
||||
</svg>
|
||||
</a>
|
||||
target="_blank" class="ext-link">
|
||||
Task tracker for participants
|
||||
<svg class="icon" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px"
|
||||
viewBox="0 0 24 24" width="24px" fill="#000000">
|
||||
<g>
|
||||
<rect fill="none" height="24" width="24" />
|
||||
</g>
|
||||
<g>
|
||||
<polygon points="6,6 6,8 14.59,8 5,17.59 6.41,19 16,9.41 16,18 18,18 18,6" />
|
||||
</g>
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app">
|
||||
<div class="app__icon">
|
||||
<svg class="icon" xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#000000"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M12,8.89L12.94,12h2.82l-2.27,1.62l0.93,3.01L12,14.79l-2.42,1.84l0.93-3.01L8.24,12h2.82L12,8.89 M12,2l-2.42,8H2 l6.17,4.41L5.83,22L12,17.31L18.18,22l-2.35-7.59L22,10h-7.58L12,2L12,2z"/></svg>
|
||||
<svg class="icon" xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px"
|
||||
fill="#000000">
|
||||
<path d="M0 0h24v24H0V0z" fill="none" />
|
||||
<path
|
||||
d="M12,8.89L12.94,12h2.82l-2.27,1.62l0.93,3.01L12,14.79l-2.42,1.84l0.93-3.01L8.24,12h2.82L12,8.89 M12,2l-2.42,8H2 l6.17,4.41L5.83,22L12,17.31L18.18,22l-2.35-7.59L22,10h-7.58L12,2L12,2z" />
|
||||
</svg>
|
||||
</div>
|
||||
<h2>
|
||||
Apply for an internship task
|
||||
@ -469,10 +476,9 @@
|
||||
<strong>They</strong> earn bitsindri# tokens based on their performance.
|
||||
</p>
|
||||
<div class="grid gap-1">
|
||||
|
||||
|
||||
</div>
|
||||
<a href="https://ranchimall.github.io/ribc"
|
||||
target="_blank" class="ext-link">
|
||||
<a href="https://ranchimall.github.io/ribc" target="_blank" class="ext-link">
|
||||
Apply here
|
||||
<svg class="icon" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px"
|
||||
viewBox="0 0 24 24" width="24px" fill="#000000">
|
||||
@ -567,7 +573,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
<script>
|
||||
const roomTokenPrice = 1;
|
||||
@ -593,9 +599,9 @@
|
||||
document.getElementById('banner_content').textContent = `Looking for sellers. ₹{tokensNeeded} tokenroom# @ ₹{formatCurrency(roomTokenPrice)}`;
|
||||
if (tokensNeeded > 0)
|
||||
document.getElementById('main_banner').classList.remove('hidden');
|
||||
|
||||
|
||||
document.getElementById('token_price').textContent = formatCurrency(roomTokenPrice);
|
||||
|
||||
|
||||
document.getElementById('token_price').textContent = formatCurrency(roomTokenPrice);
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user