mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
added woocomerce
This commit is contained in:
parent
64487d49ff
commit
712b81fa31
3 changed files with 190 additions and 0 deletions
63
_i18n/en.yml
63
_i18n/en.yml
|
@ -2,6 +2,69 @@
|
|||
# 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 world’s 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: >
|
||||
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.
|
||||
|
||||
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.
|
||||
Go to Plugins 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.
|
||||
|
||||
graphics:
|
||||
title: Dash Official Website | Dash Crypto Currency
|
||||
description: Dash is Digital Cash
|
||||
|
|
28
_includes/hero/woocommerce.html
Normal file
28
_includes/hero/woocommerce.html
Normal file
|
@ -0,0 +1,28 @@
|
|||
<div class="hero" id="hero">
|
||||
<div class="hero__background">
|
||||
{% srcset hero/home.jpg 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="{{ 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>
|
||||
</div>
|
||||
<p>{% t pages.woocommerce.hero-description %} <a href="#" _target="blank">{% t pages.woocommerce.hero-description-link %}</a></p>
|
||||
</div>
|
||||
|
||||
<!-- Hero stripe -->
|
||||
<div class="hero__stripe"></div>
|
||||
</div>
|
99
woocommerce/index.html
Normal file
99
woocommerce/index.html
Normal 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>
|
||||
|
||||
<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>
|
||||
</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>
|
||||
<a href="http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation" target="_blank">{% t pages.woocommerce.how-link %}</a>
|
||||
|
||||
{% tmd pages.woocommerce.how-text %}
|
||||
|
||||
</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="#" 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>
|
Loading…
Add table
Add a link
Reference in a new issue