fixed links and styles on wallets

This commit is contained in:
VitaliyTr 2017-02-05 23:10:55 +07:00
parent 712b81fa31
commit 5a164bb629
5 changed files with 17 additions and 19 deletions

View file

@ -39,9 +39,6 @@ pages:
how-heading: How to how-heading: How to
how-link: MANUAL PLUGIN INSTALLATION how-link: MANUAL PLUGIN INSTALLATION
how-text: > how-text: >
http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation
There are a few cases when manually installing a WordPress Plugin is appropriate. There are a few cases when manually installing a WordPress Plugin is appropriate.
If you wish to control the placement and process of installing a WordPress Plugin. If you wish to control the placement and process of installing a WordPress Plugin.
@ -61,9 +58,10 @@ pages:
If downloaded as a zip archive, extract the Plugin folder to your desktop. If downloaded as a zip archive, extract the Plugin folder to your desktop.
Read through the "readme" file thoroughly to ensure you follow the installation instructions. Read through the "readme" file thoroughly to ensure you follow the installation instructions.
With your FTP program, upload the Plugin folder to the wp-content/plugins folder in your WordPress directory online. With your FTP program, upload the Plugin folder to the wp-content/plugins folder in your WordPress directory online.
Go to Plugins screen and find the newly uploaded Plugin in the list. how-text-plugin: screen and find the newly uploaded Plugin in the list.
Click Activate to activate it. Click Activate to activate it.
Check the Details readme file for customization and further instructions. Check the Details readme file for customization and further instructions.
how-text-link: Go to Plugin
graphics: graphics:
title: Dash Official Website | Dash Crypto Currency title: Dash Official Website | Dash Crypto Currency

View file

@ -1,6 +1,6 @@
<div class="hero" id="hero"> <div class="hero" id="hero">
<div class="hero__background"> <div class="hero__background">
{% srcset hero/home.jpg ppi:1,2 class="hero__background-image" %} {% srcset hero/woocommerce.jpeg ppi:1,2 class="hero__background-image" %}
{% srcset_source width:1920 %} {% srcset_source width:1920 %}
{% srcset_source width:1280 %} {% srcset_source width:1280 %}
{% srcset_source width:1024 %} {% srcset_source width:1024 %}
@ -10,17 +10,17 @@
<!-- Navigation --> <!-- Navigation -->
{% include nav-desktop.html %} {% include nav-desktop.html %}
{% include base.html %} {% include base.html %}
<!-- Hero content --> <!-- Hero content -->
<div class="hero__content"> <div class="hero__content">
<h1 class="hero__title">{% t pages.woocommerce.hero-heading %}</h1> <h1 class="hero__title">{% t pages.woocommerce.hero-heading %}</h1>
<p class="hero__lead">{% t pages.woocommerce.hero-text %}</p> <p class="hero__lead">{% t pages.woocommerce.hero-text %}</p>
<div class="hero__buttons"> <div class="hero__buttons">
<a href="{{ basenav }}/get-dash/" class="btn-blue-solid btn-large">{% t pages.woocommerce.hero-btn %}</a> <a href="https://github.com/nmarley/dashpayments-for-woocommerce" class="btn-blue-solid btn-large" _target="blank">{% t pages.woocommerce.hero-btn %}</a>
<a href="{{ basenav }}/get-dash/" class="btn-blue-solid btn-large">{% t pages.woocommerce.hero-btn-download %}</a> <a href="https://github.com/snogcel/dash-woocommerce-plugin/blob/master/dist/dash-woocommerce-plugin.zip" class="btn-blue-solid btn-large" _target="blank">{% t pages.woocommerce.hero-btn-download %}</a>
</div> </div>
<p>{% t pages.woocommerce.hero-description %} <a href="#" _target="blank">{% t pages.woocommerce.hero-description-link %}</a></p> <p>{% t pages.woocommerce.hero-description %} <a href="https://github.com/nmarley/dashpayments-for-woocommerce#requirements" _target="blank">{% t pages.woocommerce.hero-description-link %}</a></p>
</div> </div>
<!-- Hero stripe --> <!-- Hero stripe -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

View file

@ -141,7 +141,7 @@ $wallet-tile-hover-background-base-color: lighten($color-blue-light, 9);
& .modal-header { & .modal-header {
border-bottom: none; border-bottom: 1px solid #e5e5e5;
} }
&.dash-core { &.dash-core {
& .btn.btn-default { & .btn.btn-default {
@ -201,7 +201,6 @@ a.blog_link {
background-color: $color-blue-dark; background-color: $color-blue-dark;
.dash-core & { .dash-core & {
background-color: #fff; background-color: #fff;
} }
} }
&:before { &:before {
@ -212,8 +211,9 @@ a.blog_link {
} }
} }
&__title { &__title {
font-size: 2.6em; font-size: 1.6em;
margin-right: 45px; margin-right: 45px;
padding-left: 25px;
.dash-core & { .dash-core & {
color: #fff; color: #fff;
} }
@ -236,7 +236,7 @@ a.blog_link {
.dash-core & { .dash-core & {
color: #fff; color: #fff;
} }
font-size: 1.5em; font-size: 1.2em;
} }
&__accent { &__accent {
.dash-core & { .dash-core & {

View file

@ -46,12 +46,12 @@ description: pages.woocommerce.description
</div> </div>
</div> </div>
</section> </section>
<!--WOOCOMMERCE VIDEO OVERVIEW-->
<section> <section>
<div class="content"> <div class="content">
<h2>{% t pages.woocommerce.video-heading %}</h2> <h2>{% t pages.woocommerce.video-heading %}</h2>
<div> <div>
<a href="https://dashpay.atlassian.net/wiki/x/yJAxBg" class="btn-blue-solid" target="_blank">{% t pages.woocommerce.video-btn%}</a> <a href="https://youtu.be/1KahlicghaE" class="btn-blue-solid" target="_blank">{% t pages.woocommerce.video-btn%}</a>
</div> </div>
</div> </div>
</section> </section>
@ -64,9 +64,9 @@ description: pages.woocommerce.description
<div class="row"> <div class="row">
<div class="col-sm-6 col-sm-push-6"> <div class="col-sm-6 col-sm-push-6">
<h2>{% t pages.woocommerce.how-heading %}</h2> <h2>{% t pages.woocommerce.how-heading %}</h2>
<a href="http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation" target="_blank">{% t pages.woocommerce.how-link %}</a> <p><a href="http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation" target="_blank">{% t pages.woocommerce.how-link %}</a></p>
<p>{% tmd pages.woocommerce.how-text %}</p>
{% tmd pages.woocommerce.how-text %} <p><a href="https://wordpress.org/plugins/" _target="blank">{% tmd pages.woocommerce.how-text-link %}</a>{% tmd pages.woocommerce.how-text-plugin %}</p>
</div> </div>
<div class="col-sm-6 col-sm-pull-6 "> <div class="col-sm-6 col-sm-pull-6 ">
@ -86,7 +86,7 @@ description: pages.woocommerce.description
<h2>{% t pages.woocommerce.install-heading %}</h2> <h2>{% t pages.woocommerce.install-heading %}</h2>
{% tmd pages.woocommerce.install-text %} {% tmd pages.woocommerce.install-text %}
<a href="#" target="_blank" class="btn-blue-solid">{% t pages.woocommerce.install-btn %}</a> <a href="https://youtu.be/HFzMPBY1rAQ" target="_blank" class="btn-blue-solid">{% t pages.woocommerce.install-btn %}</a>
</div> </div>
<div class="col-sm-6"> <div class="col-sm-6">
<img src="/assets/img/update/execution.png" alt="{% t pages.home.execution-heading %}"> <img src="/assets/img/update/execution.png" alt="{% t pages.home.execution-heading %}">