Browse Source

Improved image quality and fixed the hanging "or" text on small screens

master
Kenneth Skovhede 8 years ago
parent
commit
75b9572f8f
  1. 2
      _layouts/home.html
  2. 8
      _sass/_base.scss
  3. BIN
      images/download/debian.png
  4. BIN
      images/download/github.png
  5. BIN
      images/download/redhat.png
  6. BIN
      images/github.png
  7. BIN
      images/googleplus.png

2
_layouts/home.html

@ -41,7 +41,7 @@
<div class="wrap page-lead-content">
<h1>Duplicati 2.0</h1>
<h2>Store securely encrypted backups on cloud storage services!<br />Free for Windows, macOS and Linux</h2>
<a href="{{ site.url }}/download" class="btn">Download 2.0 (experimental)</a> &nbsp;&nbsp; or &nbsp;&nbsp; <a href="
<a href="{{ site.url }}/download" class="btn">Download 2.0 (experimental)</a><span id="or-space">or</span><a href="
https://sites.google.com/a/duplicati.com/duplicati/home" class="btn-inverse">Have a look at 1.3.4</a>
</div><!-- /.page-lead-content -->
</div><!-- /.page-lead -->

8
_sass/_base.scss

@ -421,3 +421,11 @@ b, i, strong, em, blockquote, p, q, span, figure, img, h1, h2, header, input, a,
cursor: pointer;
margin-bottom: 0px;
}
#or-space {
margin: 0px 20px 20px 20px;
display: block;
@include media($small) {
display: inline-block;
}
}

BIN
images/download/debian.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 B

After

Width:  |  Height:  |  Size: 796 B

BIN
images/download/github.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 997 B

After

Width:  |  Height:  |  Size: 920 B

BIN
images/download/redhat.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 B

After

Width:  |  Height:  |  Size: 715 B

BIN
images/github.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 980 B

After

Width:  |  Height:  |  Size: 1016 B

BIN
images/googleplus.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 271 B

After

Width:  |  Height:  |  Size: 774 B

Loading…
Cancel
Save