+
{% if post.image %}

@@ -25,6 +39,7 @@ description: pages.blog.description
{{ post.date | date: "%b %d, %Y" }}
{{ post.excerpt | strip_html | truncatewords: 50 }}
+
{% endfor %}
diff --git a/index.html b/index.html
index e11291c..9096c55 100644
--- a/index.html
+++ b/index.html
@@ -292,7 +292,7 @@ description: pages.home.description
{% t pages.home.evolution-heading %}
{% tmd pages.home.evolution-text %}
-
{% t pages.home.evolution-btn %}
+
{% t pages.home.evolution-btn %}

diff --git a/src/js/contact.js b/src/js/contact.js
index 98f4d2f..ad2c846 100755
--- a/src/js/contact.js
+++ b/src/js/contact.js
@@ -10,14 +10,14 @@
console.log(name, email, category, message);
$(this).closest('form').find('input[type=text], textarea').val('');
- $.post("http://localhost:8080/send-contact-email/",{
+ $.post('http://localhost:8080/send-contact-email/',{
from: name,
email: email,
subject: category,
message: message
- }, function(response){
+ }, function(response) {
console.info('Message sent: ' , response);
- })
+ });
$('#msg_sent').css('display', 'inline-block');
diff --git a/src/scss/_interior.scss b/src/scss/_interior.scss
index 802f964..598c02a 100644
--- a/src/scss/_interior.scss
+++ b/src/scss/_interior.scss
@@ -83,6 +83,11 @@ iframe {
padding: 10px;
margin-bottom: 20px;
text-align: center;
+ &.compact {
+ padding: 6px;
+ margin-bottom: 10px;
+ line-height: 1.4;
+ }
h2 {
font-size: 64px;
margin-bottom: 20px;
diff --git a/src/scss/_junk-drawer.scss b/src/scss/_junk-drawer.scss
index 4bcc93d..42ed636 100755
--- a/src/scss/_junk-drawer.scss
+++ b/src/scss/_junk-drawer.scss
@@ -71,7 +71,7 @@ $wallet-tile-hover-background-base-color: lighten($color-blue-light, 9);
& .thumbnail {
& .logo-container {
margin: $wallet-tile-spacing auto;
- padding: $wallet-tile-spacing*.3;
+ padding: 0;
display: block;
max-width: $wallet-tile-logo-container-width;
max-height: $wallet-tile-logo-container-height;
diff --git a/wallets/index.html b/wallets/index.html
index 3867aad..e1f3942 100644
--- a/wallets/index.html
+++ b/wallets/index.html
@@ -19,7 +19,7 @@ description: pages.wallets.description
{% include wallets_js_data.html %}
{% for vendor-group in vendor-collection %}
- {% include modals/vendor-group-download-collection.html %}
+{% include modals/vendor-group-download-collection.html %}
{% endfor %}
@@ -27,7 +27,8 @@ description: pages.wallets.description
{% t pages.wallets.wallets-security-header %}
-
{% t pages.wallets.wallets-security-subtitle %} keepass.info
+
{% t pages.wallets.wallets-security-subtitle %} keepass.info
+
{% for wallet in security-wallets %}
{% include wallet-tile.html %}
@@ -36,94 +37,96 @@ description: pages.wallets.description
-
-
-
{% t pages.wallets.wallets-desktop-header %}
-
{% t pages.wallets.wallets-desktop-subtitle %}
-
- {% for os-sequence in desktop-os-order-list %}
- {% for wallet-group in desktop-os-collection %}
+
+
+
{% t pages.wallets.wallets-desktop-header %}
+
{% t pages.wallets.wallets-desktop-subtitle %}
+
-
- {% for os-sequence in desktop-os-order-list %}
- {% for wallet-group in desktop-os-collection %}
- {% if os-sequence == wallet-group.name %}
- {% include wallet-tile-group-container.html %}
+
{% endif %}
- {% endfor %}
- {% endfor %}
-
-
-
+ {% endfor %}
+ {% endfor %}
+
+
+ {% for os-sequence in desktop-os-order-list %}
+ {% for wallet-group in desktop-os-collection %}
+ {% if os-sequence == wallet-group.name %}
+ {% include wallet-tile-group-container.html %}
+ {% endif %}
+ {% endfor %}
+ {% endfor %}
+
+
+
-
-
-
{% t pages.wallets.wallets-mobile-header %}
-
{% t pages.wallets.wallets-mobile-subtitle %}
-
-
- {% for wallet-group in mobile-os-collection %}
- {% include wallet-tile-group-container.html %}
- {% endfor %}
-
-
-
+
+
+
{% t pages.wallets.wallets-mobile-header %}
+
{% t pages.wallets.wallets-mobile-subtitle %}
+
+
+ {% for wallet-group in mobile-os-collection %}
+ {% include wallet-tile-group-container.html %}
+ {% endfor %}
+
+
+
-
-
-
{% t pages.wallets.wallets-hardware-header %}
-
{% t pages.wallets.wallets-hardware-subtitle %}
-
- {% for wallet in hardware-wallets %}
- {% include wallet-tile.html %}
- {% endfor %}
-
-
-
-
-
-
{% t pages.wallets.wallets-paper-header %}
-
{% t pages.wallets.wallets-paper-subtitle %}
+
+
+
{% t pages.wallets.wallets-hardware-header %}
+
{% t pages.wallets.wallets-hardware-subtitle %}
+
+ {% for wallet in hardware-wallets %}
+ {% include wallet-tile.html %}
+ {% endfor %}
+
+
+
+
+
+
{% t pages.wallets.wallets-paper-header %}
+
{% t pages.wallets.wallets-paper-subtitle %}
-
- {% for wallet in paper-wallets %}
- {% include wallet-tile.html %}
- {% endfor %}
-
-
-
+
+ {% for wallet in paper-wallets %}
+ {% include wallet-tile.html %}
+ {% endfor %}
+
+
+