Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ img{
letter-spacing: 1px;
text-decoration: underline;
}
.navigat .navbar-right li button {
.navigat .navbar-right li button, .navigat .navbar-right li a.btn {
padding: 6px 16px;
margin: 8px 10px 0 10px;
color: #fff;
Expand Down Expand Up @@ -345,7 +345,7 @@ p {
border-radius: 15px;
box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.3);
}
.socialize p{
.socialize p{
padding: 20px 0;
font-weight: 600;
font-size: 17px;
Expand Down Expand Up @@ -376,7 +376,7 @@ p {

.footer-bottom p {
font-size: 15px;
opacity: .7;
opacity: .7;
}

.footer-bottom div.text-right a {
Expand All @@ -389,7 +389,7 @@ p {
/*****************media queries******************/

@media only screen and (min-width: 1025px) {

section.banner {
padding-top: 48px;
padding-bottom: 48px;
Expand Down Expand Up @@ -423,7 +423,7 @@ p {
background-size: 100%;
background-repeat: repeat;
}

section.navigat {
background: #eef0f6;
border-bottom: 1px solid #6c7b8a;
Expand All @@ -441,7 +441,7 @@ p {
.banner img.mockup {
max-width: 100%;
}

.banner ul.list-inline li:nth-child(1) {
background-image: url('../images/Wallet Btn - Hover.png');
}
Expand Down Expand Up @@ -564,4 +564,4 @@ ul.list-inline li {
min-height: unset;
width: 17vmin;
}
}
}
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html>
<head>
<title>TezBox - Secure Tezos Wallet</title>
<meta charset="utf-8">
Expand Down Expand Up @@ -32,8 +32,8 @@
<ul class="nav navbar-nav navbar-right">
<li><a class="anim-btn" href="#feature">Features</a></li>
<li><a class="anim-btn" href="#socialize">Socialize</a></li>
<li><a href="#" class="hidden-lg hidden-md hidden-sm">Github</a></li>
<li><button type="button" class="btn-github xs-hidden-xs" ><i class="fab fa-github"> </i> Github</button></li>
<li><a href="https://github.com/tezbox" target="_blank" class="hidden-lg hidden-md hidden-sm">Github</a></li>
<li><a href="https://github.com/tezbox" target="_blank" class="btn btn-github xs-hidden-xs" role="button" ><i class="fab fa-github"> </i> Github</a></li>
<li><a href="#" class='anim-btn'><img src="images/Tezos Logo.png" alt="tezos" class="nav-tezos"></a></li>
</ul>
</div>
Expand All @@ -54,9 +54,9 @@ <h3 class="text-center">Available Now!</h3>
<li><a href="https://github.com/tezbox/desktop-wallet/releases/latest" target="_blank"></a></li>
<li><a href="https://github.com/tezbox/desktop-wallet/releases/latest" target="_blank"></a></li>
</ul>
<p class="font800 padd20">Coming soon to Android, iOS and Linux</p>
<p class="font800 padd20">Coming soon to Android, iOS and Linux</p>
<a href="#feature"><img src="images/arrow.png" width="4%" /></a>
</div>
</div>
</div>
<div class="col-md-7 col-sm-12 col-xs-12" style="margin: 30px 0;">
<img src="images/Mockup.png" class="img-responsive mockup" alt="Mockup">
Expand All @@ -68,7 +68,7 @@ <h3 class="text-center">Available Now!</h3>
<li><a href="https://github.com/tezbox/desktop-wallet/releases/latest" target="_blank"></a></li>
<li><a href="https://github.com/tezbox/desktop-wallet/releases/latest" target="_blank"></a></li>
</ul>
<p class="text-center">Coming soon to Android, iOS and Linux</p>
<p class="text-center">Coming soon to Android, iOS and Linux</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -117,7 +117,7 @@ <h1>Any questions? Let’s <span class="primary-text-color">Socialize!</span></h
<br>
<div class="socialize-btns">
<a href="https://github.com/tezbox" target="_blank" class="pull-left"><img src="images/Github Btn.png" target="_blank" class="img-responsive" alt=""></a><a href="https://twitter.com/TezBox_Wallet" target="_blank"><img src="images/Twitter Btn.png" class="img-responsive" alt=""></a>
</div>
</div>
<br>
<p class="font700">or send us an<a href="mail:[email protected]" class="primary-text-color font800"> email.</a></p>
</div>
Expand Down Expand Up @@ -166,4 +166,4 @@ <h1>Any questions? Let’s <span class="primary-text-color">Socialize!</span></h


</body>
</html>
</html>