fixed tasks from google sheets

This commit is contained in:
VitaliyTr 2017-02-02 03:59:09 +07:00
parent c7c08cb41e
commit 5afdb0485e
6 changed files with 28 additions and 27 deletions

View file

@ -3,7 +3,7 @@
{% t nav.get-dash %}
<ul>
<li><a href="{{ basenav }}/get-dash/">{% t nav.download %}</a></li>
<li><a href="https://dashpay.atlassian.net/wiki/display/DOC/How+to+buy+Dash" target="_blank">{% t nav.buy %}</a></li>
<li><a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=48693287" target="_blank">{% t nav.buy %}</a></li>
<li><a href="{{ basenav }}/merchants/">{% t nav.shop %}</a></li>
<li><a href="https://dashpay.atlassian.net/wiki/display/DOC/Debit+Cards" target="_blank">{% t nav.debit %}</a></li>
</ul>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Before After
Before After

View file

@ -313,17 +313,18 @@ description: pages.home.description
{% for post in site.posts limit:4 %}
<div class="col-sm-6 col-md-3">
<div class="news-post">
<div class="news-image">
{% if post.image %}
<img src="{{ basenav }}/assets/img/blog/{{ post.image }}">
{% endif %}
</div>
<div class="news-body">
<h3 class="news-title">{{ post.title }}</h3>
<div class="date">{{ post.date | date: "%b %d, %Y" }}</div>
<p>{{ post.excerpt | strip_html | truncate: 250 }}</p>
<a class="read-more" href="{{ basenav }}{{ post.url }}">Read More...</a>
</div>
<a href="{{ basenav }}{{ post.url }}">
<div class="news-image">
{% if post.image %}
<img src="{{ basenav }}/assets/img/blog/{{ post.image }}">
{% endif %}
</div>
<div class="news-body">
<h3 class="news-title">{{ post.title }}</h3>
<div class="date">{{ post.date | date: "%b %d, %Y" }}</div>
<p>{{ post.excerpt | strip_html | truncate: 250 }}</p>
</div>
</a>
</div>
</div>
{% endfor %}

View file

@ -11,7 +11,7 @@ description: pages.merchants.description
<section class="section section--intro-lead section--merchants">
<div class="section__content content">
<div class="section__intro">
<h2 class="section__title">{% t pages.merchants.cards-heading %}<!-- <a class="permalink" title="Permalink" id="social"></a> --></h1>
<h2 class="section__title">{% t pages.merchants.cards-heading %}<!-- <a class="permalink" title="Permalink" id="social"></a> --></h2>
</div>
<ul class="member-list member-list--merchants">
{% for merchant in site.data.merchants-cards %}
@ -24,7 +24,7 @@ description: pages.merchants.description
<section class="section section--intro-lead section--merchants">
<div class="section__content content">
<div class="section__intro">
<h2 class="section__title">{% t pages.merchants.email-heading %}</h1>
<h2 class="section__title">{% t pages.merchants.email-heading %}</h2>
</div>
<ul class="member-list member-list--merchants">
{% for merchant in site.data.merchants-email %}
@ -37,7 +37,7 @@ description: pages.merchants.description
<section class="section section--intro-lead section--merchants">
<div class="section__content content">
<div class="section__intro">
<h2 class="section__title">{% t pages.merchants.vpn-heading %}</h1>
<h2 class="section__title">{% t pages.merchants.vpn-heading %}</h2>
</div>
<ul class="member-list member-list--merchants">
{% for merchant in site.data.merchants-vpn %}
@ -50,7 +50,7 @@ description: pages.merchants.description
<section class="section section--intro-lead section--merchants">
<div class="section__content content">
<div class="section__intro">
<h2 class="section__title">{% t pages.merchants.hosting-heading %}</h1>
<h2 class="section__title">{% t pages.merchants.hosting-heading %}</h2>
</div>
<ul class="member-list member-list--merchants">
{% for merchant in site.data.merchants-hosting %}
@ -63,7 +63,7 @@ description: pages.merchants.description
<section class="section section--intro-lead section--merchants">
<div class="section__content content">
<div class="section__intro">
<h2 class="section__title">{% t pages.merchants.design-heading %}</h1>
<h2 class="section__title">{% t pages.merchants.design-heading %}</h2>
</div>
<ul class="member-list member-list--merchants">
{% for merchant in site.data.merchants-design %}
@ -76,7 +76,7 @@ description: pages.merchants.description
<section class="section section--intro-lead section--merchants">
<div class="section__content content">
<div class="section__intro">
<h2 class="section__title">{% t pages.merchants.gifts-heading %}</h1>
<h2 class="section__title">{% t pages.merchants.gifts-heading %}</h2>
</div>
<ul class="member-list member-list--merchants">
{% for merchant in site.data.merchants-gifts %}
@ -89,7 +89,7 @@ description: pages.merchants.description
<section class="section section--intro-lead section--merchants">
<div class="section__content content">
<div class="section__intro">
<h2 class="section__title">{% t pages.merchants.games-heading %}</h1>
<h2 class="section__title">{% t pages.merchants.games-heading %}</h2>
</div>
<ul class="member-list member-list--merchants">
{% for merchant in site.data.merchants-games %}
@ -102,7 +102,7 @@ description: pages.merchants.description
<section class="section section--intro-lead section--merchants">
<div class="section__content content">
<div class="section__intro">
<h2 class="section__title">{% t pages.merchants.casinos-heading %}</h1>
<h2 class="section__title">{% t pages.merchants.casinos-heading %}</h2>
</div>
<ul class="member-list member-list--merchants">
{% for merchant in site.data.merchants-casinos %}
@ -115,7 +115,7 @@ description: pages.merchants.description
<section class="section section--intro-lead section--merchants">
<div class="section__content content">
<div class="section__intro">
<h2 class="section__title">{% t pages.merchants.stores-heading %}</h1>
<h2 class="section__title">{% t pages.merchants.stores-heading %}</h2>
</div>
<ul class="member-list member-list--merchants">
{% for merchant in site.data.merchants-stores %}
@ -128,7 +128,7 @@ description: pages.merchants.description
<section class="section section--intro-lead section--merchants">
<div class="section__content content">
<div class="section__intro">
<h2 class="section__title">{% t pages.merchants.metals-heading %}</h1>
<h2 class="section__title">{% t pages.merchants.metals-heading %}</h2>
</div>
<ul class="member-list member-list--merchants">
{% for merchant in site.data.merchants-metals %}

View file

@ -12,7 +12,7 @@ $m: 'member';
}
&__image-wrapper {
@include overflow-image-wrapper();
padding-bottom: ((105/140)*100%);
padding-bottom: ((106/140)*100%);
}
&__image {

View file

@ -37,7 +37,7 @@ description: pages.update.description
<p>{% tmd pages.update.merchants-text %}</p>
<a href="{{ basenav }}/get-dash/" class="btn-white-solid">{% t pages.update.merchants-btn%}</a>
<a href="https://dashpay.atlassian.net/wiki/display/DOC/Dash+Payment+Processor+Overview" class="btn-white-solid" target="_blank">{% t pages.update.merchants-btn%}</a>
</div>
</section>
@ -125,8 +125,8 @@ description: pages.update.description
</div>
<div>
<a href="/merchants/" target="_blank" class="btn-blue">{% t pages.update.slack-btn %}</a>
<a href="{% t pages.home.merchants-link %}" target="_blank" class="btn-blue">{% t pages.update.forum-btn %}</a>
<a href="http://dash-nation-invite.herokuapp.com/" target="_blank" class="btn-blue">{% t pages.update.slack-btn %}</a>
<a href="https://www.dash.org/forum" target="_blank" class="btn-blue">{% t pages.update.forum-btn %}</a>
</div>
</div>
</section>
@ -227,7 +227,7 @@ description: pages.update.description
{% tmd pages.update.launching-text %}
<a href="{% t pages.home.launching-link %}" target="_blank" class="btn-blue">{% t pages.update.launching-btn %}</a>
<a href="http://dashvotetracker.com" target="_blank" class="btn-blue">{% t pages.update.launching-btn %}</a>
</div>
<div class="col-sm-6 col-sm-pull-6 home-evolution-graphic">
<img src="/assets/img/update/lan_date.png" alt="Dash Evolution">