Supported currencies have been added on main page.
This commit is contained in:
parent
436a9e6aa3
commit
7d594df524
3 changed files with 70 additions and 18 deletions
44
index.html
44
index.html
|
@ -5844,6 +5844,21 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.supportedCurrenciesChecklist {
|
||||||
|
background-color: #C2F2C3;
|
||||||
|
margin-top: 25px;
|
||||||
|
padding: 20px;
|
||||||
|
-webkit-border-radius: 10px;
|
||||||
|
-moz-border-radius: 10px;
|
||||||
|
border-radius: 10px;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.supportedCurrenciesChecklist ul {
|
||||||
|
list-style-type: none;
|
||||||
|
padding-left: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
.securityChecklist ul { padding: 5px 0 0 20px; }
|
.securityChecklist ul { padding: 5px 0 0 20px; }
|
||||||
.securityChecklist li { padding-left: 5px; margin-bottom: 10px; }
|
.securityChecklist li { padding-left: 5px; margin-bottom: 10px; }
|
||||||
|
|
||||||
|
@ -6096,18 +6111,18 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="securityChecklist">
|
<div class="securityChecklist">
|
||||||
<b>Security Checklist :</b>
|
<b>Security Checklist :</b>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li id="seedEnvSecurityCheck"></li>
|
<li id="seedEnvSecurityCheck"></li>
|
||||||
|
|
||||||
<li id="seedBrowserSecurityCheck"></li>
|
<li id="seedBrowserSecurityCheck"></li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
Are you using a secure operating system guaranteed to be free of spyware and viruses, for example, an Ubuntu LiveCD?
|
Are you using a secure operating system guaranteed to be free of spyware and viruses, for example, an Ubuntu LiveCD?
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="secondHalfSingleSafety">
|
<div class="secondHalfSingleSafety">
|
||||||
|
@ -6186,6 +6201,17 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
</div>
|
</div>
|
||||||
<div class="secondHalfSingleSafety">
|
<div class="secondHalfSingleSafety">
|
||||||
<img class="frontPageImage" src="images/overview.png" alt="Overview image of 4 paper wallet" />
|
<img class="frontPageImage" src="images/overview.png" alt="Overview image of 4 paper wallet" />
|
||||||
|
|
||||||
|
<div class="supportedCurrenciesChecklist">
|
||||||
|
<b>Supported currencies :</b>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
Auroracoin, Bitcoin, Blackcoin, BBQcoin, Catcoin, Dogecoin, Feathercoin, Litecoin, Marscoin, NameCoin, Peercoin, Primecoin, Reddcoin, Topcoin, Vertcoin.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="securityChecklist">
|
<div class="securityChecklist">
|
||||||
<b>Security Checklist :</b>
|
<b>Security Checklist :</b>
|
||||||
|
|
||||||
|
|
|
@ -169,18 +169,18 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="securityChecklist">
|
<div class="securityChecklist">
|
||||||
<b>Security Checklist :</b>
|
<b>Security Checklist :</b>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li id="seedEnvSecurityCheck"></li>
|
<li id="seedEnvSecurityCheck"></li>
|
||||||
|
|
||||||
<li id="seedBrowserSecurityCheck"></li>
|
<li id="seedBrowserSecurityCheck"></li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
Are you using a secure operating system guaranteed to be free of spyware and viruses, for example, an Ubuntu LiveCD?
|
Are you using a secure operating system guaranteed to be free of spyware and viruses, for example, an Ubuntu LiveCD?
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="secondHalfSingleSafety">
|
<div class="secondHalfSingleSafety">
|
||||||
|
@ -259,6 +259,17 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="secondHalfSingleSafety">
|
<div class="secondHalfSingleSafety">
|
||||||
<img class="frontPageImage" src="images/overview.png" alt="Overview image of 4 paper wallet" />
|
<img class="frontPageImage" src="images/overview.png" alt="Overview image of 4 paper wallet" />
|
||||||
|
|
||||||
|
<div class="supportedCurrenciesChecklist">
|
||||||
|
<b>Supported currencies :</b>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
Auroracoin, Bitcoin, Blackcoin, BBQcoin, Catcoin, Dogecoin, Feathercoin, Litecoin, Marscoin, NameCoin, Peercoin, Primecoin, Reddcoin, Topcoin, Vertcoin.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="securityChecklist">
|
<div class="securityChecklist">
|
||||||
<b>Security Checklist :</b>
|
<b>Security Checklist :</b>
|
||||||
|
|
||||||
|
|
15
src/main.css
15
src/main.css
|
@ -91,6 +91,21 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.supportedCurrenciesChecklist {
|
||||||
|
background-color: #C2F2C3;
|
||||||
|
margin-top: 25px;
|
||||||
|
padding: 20px;
|
||||||
|
-webkit-border-radius: 10px;
|
||||||
|
-moz-border-radius: 10px;
|
||||||
|
border-radius: 10px;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.supportedCurrenciesChecklist ul {
|
||||||
|
list-style-type: none;
|
||||||
|
padding-left: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
.securityChecklist ul { padding: 5px 0 0 20px; }
|
.securityChecklist ul { padding: 5px 0 0 20px; }
|
||||||
.securityChecklist li { padding-left: 5px; margin-bottom: 10px; }
|
.securityChecklist li { padding-left: 5px; margin-bottom: 10px; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue