mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
fixed links and styles on wallets
This commit is contained in:
parent
712b81fa31
commit
5a164bb629
5 changed files with 17 additions and 19 deletions
|
@ -39,9 +39,6 @@ pages:
|
|||
how-heading: How to
|
||||
how-link: MANUAL PLUGIN INSTALLATION
|
||||
how-text: >
|
||||
http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation
|
||||
|
||||
|
||||
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.
|
||||
|
@ -61,9 +58,10 @@ pages:
|
|||
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.
|
||||
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.
|
||||
Check the Details readme file for customization and further instructions.
|
||||
how-text-link: Go to Plugin
|
||||
|
||||
graphics:
|
||||
title: Dash Official Website | Dash Crypto Currency
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div class="hero" id="hero">
|
||||
<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:1280 %}
|
||||
{% srcset_source width:1024 %}
|
||||
|
@ -17,10 +17,10 @@
|
|||
<h1 class="hero__title">{% t pages.woocommerce.hero-heading %}</h1>
|
||||
<p class="hero__lead">{% t pages.woocommerce.hero-text %}</p>
|
||||
<div class="hero__buttons">
|
||||
<a href="{{ basenav }}/get-dash/" class="btn-blue-solid btn-large">{% 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/nmarley/dashpayments-for-woocommerce" class="btn-blue-solid btn-large" _target="blank">{% t pages.woocommerce.hero-btn %}</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>
|
||||
<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>
|
||||
|
||||
<!-- Hero stripe -->
|
||||
|
|
BIN
assets/img/hero/woocommerce.jpeg
Normal file
BIN
assets/img/hero/woocommerce.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 MiB |
|
@ -141,7 +141,7 @@ $wallet-tile-hover-background-base-color: lighten($color-blue-light, 9);
|
|||
|
||||
|
||||
& .modal-header {
|
||||
border-bottom: none;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
&.dash-core {
|
||||
& .btn.btn-default {
|
||||
|
@ -201,7 +201,6 @@ a.blog_link {
|
|||
background-color: $color-blue-dark;
|
||||
.dash-core & {
|
||||
background-color: #fff;
|
||||
|
||||
}
|
||||
}
|
||||
&:before {
|
||||
|
@ -212,8 +211,9 @@ a.blog_link {
|
|||
}
|
||||
}
|
||||
&__title {
|
||||
font-size: 2.6em;
|
||||
font-size: 1.6em;
|
||||
margin-right: 45px;
|
||||
padding-left: 25px;
|
||||
.dash-core & {
|
||||
color: #fff;
|
||||
}
|
||||
|
@ -236,7 +236,7 @@ a.blog_link {
|
|||
.dash-core & {
|
||||
color: #fff;
|
||||
}
|
||||
font-size: 1.5em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
&__accent {
|
||||
.dash-core & {
|
||||
|
|
|
@ -46,12 +46,12 @@ description: pages.woocommerce.description
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--WOOCOMMERCE VIDEO OVERVIEW-->
|
||||
<section>
|
||||
<div class="content">
|
||||
<h2>{% t pages.woocommerce.video-heading %}</h2>
|
||||
<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>
|
||||
</section>
|
||||
|
@ -64,9 +64,9 @@ description: pages.woocommerce.description
|
|||
<div class="row">
|
||||
<div class="col-sm-6 col-sm-push-6">
|
||||
<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>
|
||||
|
||||
{% tmd pages.woocommerce.how-text %}
|
||||
<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>
|
||||
<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 class="col-sm-6 col-sm-pull-6 ">
|
||||
|
@ -86,7 +86,7 @@ description: pages.woocommerce.description
|
|||
<h2>{% t pages.woocommerce.install-heading %}</h2>
|
||||
{% 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 class="col-sm-6">
|
||||
<img src="/assets/img/update/execution.png" alt="{% t pages.home.execution-heading %}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue