Merge pull request #90 from VitaliyTr/master

added woocomerce
This commit is contained in:
Andy Freer 2017-02-05 16:52:57 +00:00 committed by GitHub
commit ca57556d1e
6 changed files with 192 additions and 4 deletions

View file

@ -2,6 +2,67 @@
# For multiple paragraph content add two line breaks
pages:
woocommerce:
title: Dash Official Website | Dash Crypto Currency
description: Dash is Digital Cash
hero-heading: WooCommerce
hero-text: WooCommerce is a free eCommerce plugin that allows you to sell anything, beautifully. Built to integrate seamlessly with WordPress, WooCommerce is the worlds favorite eCommerce solution that gives both store owners and developers complete control.
hero-btn: Github Repo
hero-btn-download: Zip download
hero-description: Please make sure your site meets
hero-description-link: the technical requirements
plugin-heading: >
What is Plugin:
plugin-text: Three GoUrl Payment Integration Options for WooCommerce
feature-private-heading: Private
feature-private-text: Protect your financial information. PrivateSend ensures your activity history and balances are private.
feature-instant-heading: Instant
feature-instant-text: Your time is valuable. InstantSend payments confirm in less than a second.
feature-secure-heading: Secure
feature-secure-text: Security you can count on. Transactions are confirmed by 1,000 Gigahash of X11 ASIC computing power and over 4,100 servers hosted around the world.
video-heading:
video-btn: Woocommerce Overview Video
install-heading: WordPress DashSetupvideo
install-text: >
Dash Evolution creates a new type of cryptographic currency
with various advanced features that assist in the creation of decentralized technology.
Dash introduces a tiered network design, which allows users to do various jobs for the network, along with
decentralized API access and a decentralized file system.
install-btn: Learn More
how-heading: How to
how-link: MANUAL PLUGIN INSTALLATION
how-text: >
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 your server does not permit automatic installation of a WordPress Plugin.
The WordPress Plugin is not in the WordPress Plugins Directory.
Installation of a WordPress Plugin manually requires FTP familiarity and the awareness that you may put your site at risk if you install a WordPress Plugin incompatible with the current version or from an unreliable source.
Backup your site completely before proceeding.
To install a WordPress Plugin manually:
Download your WordPress Plugin 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.
With your FTP program, upload the Plugin folder to the wp-content/plugins folder in your WordPress directory online.
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
description: Dash is Digital Cash

View file

@ -0,0 +1,28 @@
<div class="hero" id="hero">
<div class="hero__background">
{% srcset hero/woocommerce.jpeg ppi:1,2 class="hero__background-image" %}
{% srcset_source width:1920 %}
{% srcset_source width:1280 %}
{% srcset_source width:1024 %}
{% srcset_source width:800 %}
{% endsrcset %}
</div>
<!-- Navigation -->
{% include nav-desktop.html %}
{% include base.html %}
<!-- Hero content -->
<div class="hero__content">
<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="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="https://github.com/nmarley/dashpayments-for-woocommerce#requirements" _target="blank">{% t pages.woocommerce.hero-description-link %}</a></p>
</div>
<!-- Hero stripe -->
<div class="hero__stripe"></div>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 323 KiB

After

Width:  |  Height:  |  Size: 449 KiB

Before After
Before After

View file

@ -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 & {

99
woocommerce/index.html Normal file
View file

@ -0,0 +1,99 @@
---
layout: default
title: pages.woocommerce.title
description: pages.woocommerce.description
---
{% include hero/woocommerce.html %}
{% include base.html %}
<div class="page page--home">
<!--
WHAT IS PLUGIN?
-->
<section class="section section--home-cta">
<div class="section__content">
<h2 class="section__title">{% t pages.woocommerce.plugin-heading %}</h2>
<div class="section__lead">{% tmd pages.woocommerce.plugin-text %}</div>
</div>
</section>
<!--
DASH FEATURES
PRIVATE | INSTANT | SECURE
-->
<section>
<div class="content">
<div class="row features-collection">
<div class="col-sm-4">
<img src="/assets/img/home/instant.svg" height="100" alt="{% t pages.home.feature-instant-heading %}">
<h2>{% t pages.woocommerce.feature-instant-heading %}</h2>
{% tmd pages.woocommerce.feature-instant-text %}
</div>
<div class="col-sm-4">
<img src="/assets/img/home/private.svg" height="100" alt="{% t pages.home.feature-private-heading %}">
<h2>{% t pages.woocommerce.feature-private-heading %}</h2>
{% tmd pages.woocommerce.feature-private-text %}
</div>
<div class="col-sm-4">
<img src="/assets/img/home/secure.svg" height="100" alt="{% t pages.home.feature-secure-heading %}">
<h2>{% t pages.woocommerce.feature-secure-heading %}</h2>
{% tmd pages.woocommerce.feature-secure-text %}
</div>
</div>
</div>
</section>
<!--WOOCOMMERCE VIDEO OVERVIEW-->
<section>
<div class="content">
<h2>{% t pages.woocommerce.video-heading %}</h2>
<div>
<a href="https://youtu.be/1KahlicghaE" class="btn-blue-solid" target="_blank">{% t pages.woocommerce.video-btn%}</a>
</div>
</div>
</section>
<!--
HOW TO
-->
<section>
<div class="content">
<div class="row">
<div class="col-sm-6 col-sm-push-6">
<h2>{% t pages.woocommerce.how-heading %}</h2>
<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 ">
<img src="/assets/img/update/updateevo.png" alt="{% t pages.update.update-heading %}">
</div>
</div>
</div>
</section>
<!--
Woocommerce setup video
-->
<section class="">
<div class="content">
<div class="row">
<div class="col-sm-6">
<h2>{% t pages.woocommerce.install-heading %}</h2>
{% tmd pages.woocommerce.install-text %}
<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 %}">
</div>
</div>
</div>
</section>
</div>