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;
|
||||
}
|
||||
|
||||
.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 li { padding-left: 5px; margin-bottom: 10px; }
|
||||
|
||||
|
@ -6096,18 +6111,18 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
|||
</p>
|
||||
|
||||
<div class="securityChecklist">
|
||||
<b>Security Checklist :</b>
|
||||
<b>Security Checklist :</b>
|
||||
|
||||
<ul>
|
||||
<li id="seedEnvSecurityCheck"></li>
|
||||
<ul>
|
||||
<li id="seedEnvSecurityCheck"></li>
|
||||
|
||||
<li id="seedBrowserSecurityCheck"></li>
|
||||
<li id="seedBrowserSecurityCheck"></li>
|
||||
|
||||
<li>
|
||||
Are you using a secure operating system guaranteed to be free of spyware and viruses, for example, an Ubuntu LiveCD?
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<li>
|
||||
Are you using a secure operating system guaranteed to be free of spyware and viruses, for example, an Ubuntu LiveCD?
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="secondHalfSingleSafety">
|
||||
|
@ -6186,6 +6201,17 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
|||
</div>
|
||||
<div class="secondHalfSingleSafety">
|
||||
<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">
|
||||
<b>Security Checklist :</b>
|
||||
|
||||
|
|
|
@ -169,18 +169,18 @@
|
|||
</p>
|
||||
|
||||
<div class="securityChecklist">
|
||||
<b>Security Checklist :</b>
|
||||
<b>Security Checklist :</b>
|
||||
|
||||
<ul>
|
||||
<li id="seedEnvSecurityCheck"></li>
|
||||
<ul>
|
||||
<li id="seedEnvSecurityCheck"></li>
|
||||
|
||||
<li id="seedBrowserSecurityCheck"></li>
|
||||
<li id="seedBrowserSecurityCheck"></li>
|
||||
|
||||
<li>
|
||||
Are you using a secure operating system guaranteed to be free of spyware and viruses, for example, an Ubuntu LiveCD?
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<li>
|
||||
Are you using a secure operating system guaranteed to be free of spyware and viruses, for example, an Ubuntu LiveCD?
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="secondHalfSingleSafety">
|
||||
|
@ -259,6 +259,17 @@
|
|||
</div>
|
||||
<div class="secondHalfSingleSafety">
|
||||
<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">
|
||||
<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;
|
||||
}
|
||||
|
||||
.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 li { padding-left: 5px; margin-bottom: 10px; }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue