diff --git a/.sass-cache/9a49b57d5f63e6db4d7da45c4d90ec2de2c4e5c8/_buttons.scssc b/.sass-cache/9a49b57d5f63e6db4d7da45c4d90ec2de2c4e5c8/_buttons.scssc
index 54faa14..156bddb 100644
Binary files a/.sass-cache/9a49b57d5f63e6db4d7da45c4d90ec2de2c4e5c8/_buttons.scssc and b/.sass-cache/9a49b57d5f63e6db4d7da45c4d90ec2de2c4e5c8/_buttons.scssc differ
diff --git a/_i18n/en.yml b/_i18n/en.yml
index adec6f6..f5cd471 100644
--- a/_i18n/en.yml
+++ b/_i18n/en.yml
@@ -95,8 +95,8 @@ pages:
need-heading: Need some Dash?
need-text: Signup to our forum we'll send you some Dash!
- need-btn: Enter your Email Address
- need-input: Sign up for Dash
+ need-btn: Sign up for Dash
+ need-input: Enter your Email Address
participate:
title: Join the Dash Network
diff --git a/_i18n/en/community/hero.html b/_i18n/en/community/hero.html
index ca0efbf..8898f42 100644
--- a/_i18n/en/community/hero.html
+++ b/_i18n/en/community/hero.html
@@ -11,11 +11,22 @@
{% include nav-desktop.html %}
-
{% t pages.home.hero-heading %}
- {% t pages.home.hero-text %}
+ {% t pages.community.hero-heading %}
+ {% t pages.community.hero-text %}
+
+
+
+
\ No newline at end of file
diff --git a/_i18n/en/currency/hero.html b/_i18n/en/currency/hero.html
index ca0efbf..c9af43b 100644
--- a/_i18n/en/currency/hero.html
+++ b/_i18n/en/currency/hero.html
@@ -11,11 +11,15 @@
{% include nav-desktop.html %}
- {% t pages.home.hero-heading %}
- {% t pages.home.hero-text %}
+ {% t pages.currency.hero-heading %}
+
+ Visualizer Goes Here
\ No newline at end of file
diff --git a/_i18n/en/get-dash/hero.html b/_i18n/en/get-dash/hero.html
index ca0efbf..50a3289 100644
--- a/_i18n/en/get-dash/hero.html
+++ b/_i18n/en/get-dash/hero.html
@@ -11,11 +11,23 @@
{% include nav-desktop.html %}
- {% t pages.home.hero-heading %}
- {% t pages.home.hero-text %}
+ {% t pages.get-dash.hero-heading %}
+ {% t pages.get-dash.hero-text %}
+ {% t pages.get-dash.hero-wallet-version %}
+ {% t pages.get-dash.hero-wallet-version-select %}
+
+
+
+
+
\ No newline at end of file
diff --git a/_i18n/en/participate/hero.html b/_i18n/en/participate/hero.html
index ca0efbf..909e3e6 100644
--- a/_i18n/en/participate/hero.html
+++ b/_i18n/en/participate/hero.html
@@ -11,11 +11,13 @@
{% include nav-desktop.html %}
- {% t pages.home.hero-heading %}
- {% t pages.home.hero-text %}
+ {% t pages.participate.hero-heading %}
+ {% t pages.participate.hero-text %}
\ No newline at end of file
diff --git a/_i18n/es/community/hero.html b/_i18n/es/community/hero.html
index ca0efbf..8898f42 100644
--- a/_i18n/es/community/hero.html
+++ b/_i18n/es/community/hero.html
@@ -11,11 +11,22 @@
{% include nav-desktop.html %}
- {% t pages.home.hero-heading %}
- {% t pages.home.hero-text %}
+ {% t pages.community.hero-heading %}
+ {% t pages.community.hero-text %}
+
+
+
+
\ No newline at end of file
diff --git a/_i18n/es/currency/hero.html b/_i18n/es/currency/hero.html
index ca0efbf..c9af43b 100644
--- a/_i18n/es/currency/hero.html
+++ b/_i18n/es/currency/hero.html
@@ -11,11 +11,15 @@
{% include nav-desktop.html %}
- {% t pages.home.hero-heading %}
- {% t pages.home.hero-text %}
+ {% t pages.currency.hero-heading %}
+
+ Visualizer Goes Here
\ No newline at end of file
diff --git a/_i18n/es/get-dash/hero.html b/_i18n/es/get-dash/hero.html
index ca0efbf..50a3289 100644
--- a/_i18n/es/get-dash/hero.html
+++ b/_i18n/es/get-dash/hero.html
@@ -11,11 +11,23 @@
{% include nav-desktop.html %}
- {% t pages.home.hero-heading %}
- {% t pages.home.hero-text %}
+ {% t pages.get-dash.hero-heading %}
+ {% t pages.get-dash.hero-text %}
+ {% t pages.get-dash.hero-wallet-version %}
+ {% t pages.get-dash.hero-wallet-version-select %}
+
+
+
+
+
\ No newline at end of file
diff --git a/_i18n/es/home/hero.html b/_i18n/es/home/hero.html
index 8a6db73..ca0efbf 100644
--- a/_i18n/es/home/hero.html
+++ b/_i18n/es/home/hero.html
@@ -15,7 +15,7 @@
{% t pages.home.hero-text %}
\ No newline at end of file
diff --git a/_i18n/es/participate/hero.html b/_i18n/es/participate/hero.html
index ca0efbf..909e3e6 100644
--- a/_i18n/es/participate/hero.html
+++ b/_i18n/es/participate/hero.html
@@ -11,11 +11,13 @@
{% include nav-desktop.html %}
- {% t pages.home.hero-heading %}
- {% t pages.home.hero-text %}
+ {% t pages.participate.hero-heading %}
+ {% t pages.participate.hero-text %}
\ No newline at end of file
diff --git a/_layouts/default.html b/_layouts/default.html
index a75d122..84ca6d6 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -26,12 +26,10 @@
-
-
@@ -85,9 +83,6 @@ if (jsSocialShares) {
});
}
-$(document).ready(function() {
- $('.menu').dropit();
-});
diff --git a/_sass/_buttons.scss b/_sass/_buttons.scss
index 20eb6e0..7dfdc9b 100644
--- a/_sass/_buttons.scss
+++ b/_sass/_buttons.scss
@@ -1,14 +1,17 @@
-.btn-white {
+.btn-white-solid {
+ border-radius: 5px;
border: 2px solid $white;
- padding: 10px 20px 10px 20px;
- color: $white !important;
+ background-color: darken($white, 3);
+ padding: 5px 10px;
+ margin-bottom: 10px;
+ color: lighten($black, 5) !important;
text-decoration: none;
font-size: 16px;
font-family: 'montserratregular';
text-transform: uppercase;
+ box-sizing: border-box;
&:hover {
background-color: $white;
- color: $blue !important;
}
}
diff --git a/_site/assets/css/dropit.css b/_site/assets/css/dropit.css
deleted file mode 100755
index c4a0479..0000000
--- a/_site/assets/css/dropit.css
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Dropit v1.1.0
- * http://dev7studios.com/dropit
- *
- * Copyright 2012, Dev7studios
- * Free to use and abuse under the MIT license.
- * http://www.opensource.org/licenses/mit-license.php
- */
-
-/* These styles assume you are using ul and li */
-.dropit {
- list-style: none;
- padding: 0;
- margin: 0;
-}
-.dropit .dropit-trigger { position: relative; }
-.dropit .dropit-submenu {
- position: absolute;
- top: 100%;
- left: 0; /* dropdown left or right */
- z-index: 1000;
- display: none;
- min-width: 150px;
- list-style: none;
- padding: 0;
- margin: 0;
-}
-.dropit .dropit-open .dropit-submenu { display: block; }
diff --git a/_site/assets/css/style.css b/_site/assets/css/style.css
index 6dac156..0004689 100644
--- a/_site/assets/css/style.css
+++ b/_site/assets/css/style.css
@@ -130,17 +130,20 @@ a.blog_link {
#top nav .status {
color: #1c75bc !important; }
-.btn-white {
+.btn-white-solid {
+ border-radius: 5px;
border: 2px solid #ffffff;
- padding: 10px 20px 10px 20px;
- color: #ffffff !important;
+ background-color: #f7f7f7;
+ padding: 5px 10px;
+ margin-bottom: 10px;
+ color: #3c3c3c !important;
text-decoration: none;
font-size: 16px;
font-family: 'montserratregular';
- text-transform: uppercase; }
- .btn-white:hover {
- background-color: #ffffff;
- color: #1c75bc !important; }
+ text-transform: uppercase;
+ box-sizing: border-box; }
+ .btn-white-solid:hover {
+ background-color: #ffffff; }
.btn-green {
background-color: #1dd68a;
diff --git a/_site/assets/js/dropit.js b/_site/assets/js/dropit.js
deleted file mode 100755
index 8106db4..0000000
--- a/_site/assets/js/dropit.js
+++ /dev/null
@@ -1,97 +0,0 @@
-/*
- * Dropit v1.1.0
- * http://dev7studios.com/dropit
- *
- * Copyright 2012, Dev7studios
- * Free to use and abuse under the MIT license.
- * http://www.opensource.org/licenses/mit-license.php
- */
-
-;(function($) {
-
- $.fn.dropit = function(method) {
-
- var methods = {
-
- init : function(options) {
- this.dropit.settings = $.extend({}, this.dropit.defaults, options);
- return this.each(function() {
- var $el = $(this),
- el = this,
- settings = $.fn.dropit.settings;
-
- // Hide initial submenus
- $el.addClass('dropit')
- .find('>'+ settings.triggerParentEl +':has('+ settings.submenuEl +')').addClass('dropit-trigger')
- .find(settings.submenuEl).addClass('dropit-submenu').hide();
-
- // Open on click
- $el.off(settings.action).on(settings.action, settings.triggerParentEl +':has('+ settings.submenuEl +') > '+ settings.triggerEl +'', function(){
- // Close click menu's if clicked again
- if(settings.action == 'click' && $(this).parents(settings.triggerParentEl).hasClass('dropit-open')){
- settings.beforeHide.call(this);
- $(this).parents(settings.triggerParentEl).removeClass('dropit-open').find(settings.submenuEl).hide();
- settings.afterHide.call(this);
- return false;
- }
-
- // Hide open menus
- settings.beforeHide.call(this);
- $('.dropit-open').removeClass('dropit-open').find('.dropit-submenu').hide();
- settings.afterHide.call(this);
-
- // Open this menu
- settings.beforeShow.call(this);
- $(this).parents(settings.triggerParentEl).addClass('dropit-open').find(settings.submenuEl).show();
- settings.afterShow.call(this);
-
- return false;
- });
-
- // Close if outside click
- $(document).on('click', function(){
- settings.beforeHide.call(this);
- $('.dropit-open').removeClass('dropit-open').find('.dropit-submenu').hide();
- settings.afterHide.call(this);
- });
-
- // If hover
- if(settings.action == 'mouseenter'){
- $el.on('mouseleave', '.dropit-open', function(){
- settings.beforeHide.call(this);
- $(this).removeClass('dropit-open').find(settings.submenuEl).hide();
- settings.afterHide.call(this);
- });
- }
-
- settings.afterLoad.call(this);
- });
- }
-
- };
-
- if (methods[method]) {
- return methods[method].apply(this, Array.prototype.slice.call(arguments, 1));
- } else if (typeof method === 'object' || !method) {
- return methods.init.apply(this, arguments);
- } else {
- $.error( 'Method "' + method + '" does not exist in dropit plugin!');
- }
-
- };
-
- $.fn.dropit.defaults = {
- action: 'click', // The open action for the trigger
- submenuEl: 'ul', // The submenu element
- triggerEl: 'a', // The trigger element
- triggerParentEl: 'li', // The trigger parent element
- afterLoad: function(){}, // Triggers when plugin has loaded
- beforeShow: function(){}, // Triggers before submenu is shown
- afterShow: function(){}, // Triggers after submenu is shown
- beforeHide: function(){}, // Triggers before submenu is hidden
- afterHide: function(){} // Triggers before submenu is hidden
- };
-
- $.fn.dropit.settings = {};
-
-})(jQuery);
diff --git a/_site/community/index.html b/_site/community/index.html
index 85b7f49..d9f5a23 100644
--- a/_site/community/index.html
+++ b/_site/community/index.html
@@ -26,12 +26,10 @@
-
-
@@ -78,18 +76,62 @@
- Dash is Digital Cash
- The first truly-decentralized digital money system Meet Digital Cash.
+ Join our Community
+ Become a part of the Dash community
+
+
+
+
+
Discussion
+
Discuss Dash on these forums
+
+
+
Social
+
Find Dash on these social apps
+
+
+
News & Information
+
Sites created by Dash community members
+
+
+
Development
+
Sites & tools for developers
+
+
+
+
+
+
+
+
+
Conferences
+
Technology
+
Community
+
+
Dash YouTube
+
+
Need some Dash?
+
Signup to our forum we'll send you some Dash!
+
+
Sign up for Dash
+
Enter your Email Address
@@ -206,9 +248,6 @@ if (jsSocialShares) {
});
}
-$(document).ready(function() {
- $('.menu').dropit();
-});
diff --git a/_site/currency/index.html b/_site/currency/index.html
index f14f4af..0b7c42a 100644
--- a/_site/currency/index.html
+++ b/_site/currency/index.html
@@ -26,12 +26,10 @@
-
-
@@ -78,18 +76,28 @@
- Dash is Digital Cash
- The first truly-decentralized digital money system Meet Digital Cash.
+ Dash Currency
+
+ Visualizer Goes Here
-
+
Markets
+
+ Governance
+
+ Network
+
+ Blockchain
@@ -206,9 +214,6 @@ if (jsSocialShares) {
});
}
-$(document).ready(function() {
- $('.menu').dropit();
-});
diff --git a/_site/es/community/index.html b/_site/es/community/index.html
index 902cf42..62201cf 100644
--- a/_site/es/community/index.html
+++ b/_site/es/community/index.html
@@ -26,12 +26,10 @@
-
-
@@ -78,18 +76,62 @@
- Dash is Digital Cash
- The first truly-decentralized digital money system Meet Digital Cash.
+ Join our Community
+ Become a part of the Dash community
+
+
+
+
+
Discussion
+
Discuss Dash on these forums
+
+
+
Social
+
Find Dash on these social apps
+
+
+
News & Information
+
Sites created by Dash community members
+
+
+
Development
+
Sites & tools for developers
+
+
+
+
+
+
+
+
+
Conferences
+
Technology
+
Community
+
+
Dash YouTube
+
+
Need some Dash?
+
Signup to our forum we'll send you some Dash!
+
+
Sign up for Dash
+
Enter your Email Address
@@ -206,9 +248,6 @@ if (jsSocialShares) {
});
}
-$(document).ready(function() {
- $('.menu').dropit();
-});
diff --git a/_site/es/currency/index.html b/_site/es/currency/index.html
index 41511d5..709be17 100644
--- a/_site/es/currency/index.html
+++ b/_site/es/currency/index.html
@@ -26,12 +26,10 @@
-
-
@@ -78,18 +76,28 @@
- Dash is Digital Cash
- The first truly-decentralized digital money system Meet Digital Cash.
+ Dash Currency
+
+ Visualizer Goes Here
-
+
Markets
+
+ Governance
+
+ Network
+
+ Blockchain
@@ -206,9 +214,6 @@ if (jsSocialShares) {
});
}
-$(document).ready(function() {
- $('.menu').dropit();
-});
diff --git a/_site/es/get-dash/index.html b/_site/es/get-dash/index.html
index 00db5cc..e687f26 100644
--- a/_site/es/get-dash/index.html
+++ b/_site/es/get-dash/index.html
@@ -26,12 +26,10 @@
-
-
@@ -78,18 +76,70 @@
- Dash is Digital Cash
- The first truly-decentralized digital money system Meet Digital Cash.
+ Download Dash Wallet
+ Download the latest Dash client to get started
+ Dash Wallet (Fullclient v12.0.56) for OSX
+ Choose Another
+
+
+
+
+
-
+
Learn how to setup your wallet
+
+
+
Lean More
+
+
+
Buy Dash Online
+
Convert local currency to Dash and send it to your wallet
+
+
Buy Dash
+
+
+
Trade Dash on an exchange
+
Trade local currency for Dash on an Exchange Market
+
+
Trade Dash
+
+
+
Buy Dash at an ATM
+
Instant Dash purchases from an ATM in your country
+
+
ATM Locator
+
+
+
Shop direct with Dash
+
Instant and anonymous online purchases, direct from your Dash Wallet
+
+
More Merchants
+
+
+
Shop at Visa stores
+
Dash-Visa debit card with no foreign transaction fees & mobile tap & pay
+
+
Get Shake
+
+
+
Need some Dash?
+
Signup to our forum we'll send you some Dash!
+
+
Sign up for Dash
+
Enter your Email Address
@@ -206,9 +256,6 @@ if (jsSocialShares) {
});
}
-$(document).ready(function() {
- $('.menu').dropit();
-});
diff --git a/_site/es/index.html b/_site/es/index.html
index 0fcc354..ec04d2e 100644
--- a/_site/es/index.html
+++ b/_site/es/index.html
@@ -26,12 +26,10 @@
-
-
@@ -82,7 +80,7 @@
The first truly-decentralized digital money system Meet Digital Cash.
@@ -261,9 +259,6 @@ if (jsSocialShares) {
});
}
-$(document).ready(function() {
- $('.menu').dropit();
-});
diff --git a/_site/es/participate/index.html b/_site/es/participate/index.html
index eaa8780..9610bde 100644
--- a/_site/es/participate/index.html
+++ b/_site/es/participate/index.html
@@ -26,12 +26,10 @@
-
-
@@ -78,18 +76,43 @@
- Dash is Digital Cash
- The first truly-decentralized digital money system Meet Digital Cash.
+ Join our Network
+ Earn Dash by powering, securing or developing the Dash Network
-
+
Setup a Masternode and power Dash's Network
+
Help power Dash by hosting a Masternode or join a shared hosting service. Masternodes operators are rewarded for providing decentralized services to our users and anyone can set one up.
+
+
Setup a Masternode
+
+
+
Start Mining and Secure Dash's Network
+
Mine Dash using your computer or dedicated hardware. Miners are rewarded for securing the Dash Network.
+
+
Start Mining
+
+
+
Develop the Network with Blockchain funding
+
Dash's Network funds winning proposals each month for anything that can improve Dash like hiring developers, making decisions or integrating Dash payments into more online stores and retail outlets.
+
+
Submit a Proposal
+
+
+
Do you take Dash?
+
Integrate instant, anonymous payments to your webstore, app or retail outlet
+
+
Integrate Dash
+
Payment Processors
+
Contact Our Team
@@ -206,9 +229,6 @@ if (jsSocialShares) {
});
}
-$(document).ready(function() {
- $('.menu').dropit();
-});
diff --git a/_site/get-dash/index.html b/_site/get-dash/index.html
index f54aaf5..8d30c30 100644
--- a/_site/get-dash/index.html
+++ b/_site/get-dash/index.html
@@ -26,12 +26,10 @@
-
-
@@ -78,18 +76,70 @@
- Dash is Digital Cash
- The first truly-decentralized digital money system Meet Digital Cash.
+ Download Dash Wallet
+ Download the latest Dash client to get started
+ Dash Wallet (Fullclient v12.0.56) for OSX
+ Choose Another
+
+
+
+
+
-
+
Learn how to setup your wallet
+
+
+
Lean More
+
+
+
Buy Dash Online
+
Convert local currency to Dash and send it to your wallet
+
+
Buy Dash
+
+
+
Trade Dash on an exchange
+
Trade local currency for Dash on an Exchange Market
+
+
Trade Dash
+
+
+
Buy Dash at an ATM
+
Instant Dash purchases from an ATM in your country
+
+
ATM Locator
+
+
+
Shop direct with Dash
+
Instant and anonymous online purchases, direct from your Dash Wallet
+
+
More Merchants
+
+
+
Shop at Visa stores
+
Dash-Visa debit card with no foreign transaction fees & mobile tap & pay
+
+
Get Shake
+
+
+
Need some Dash?
+
Signup to our forum we'll send you some Dash!
+
+
Sign up for Dash
+
Enter your Email Address
@@ -206,9 +256,6 @@ if (jsSocialShares) {
});
}
-$(document).ready(function() {
- $('.menu').dropit();
-});
diff --git a/_site/index.html b/_site/index.html
index ccc10c3..62a9bcb 100644
--- a/_site/index.html
+++ b/_site/index.html
@@ -26,12 +26,10 @@
-
-
@@ -261,9 +259,6 @@ if (jsSocialShares) {
});
}
-$(document).ready(function() {
- $('.menu').dropit();
-});
diff --git a/_site/participate/index.html b/_site/participate/index.html
index 24ca58c..9200235 100644
--- a/_site/participate/index.html
+++ b/_site/participate/index.html
@@ -26,12 +26,10 @@
-
-
@@ -78,18 +76,43 @@
- Dash is Digital Cash
- The first truly-decentralized digital money system Meet Digital Cash.
+ Join our Network
+ Earn Dash by powering, securing or developing the Dash Network
-
+
Setup a Masternode and power Dash's Network
+
Help power Dash by hosting a Masternode or join a shared hosting service. Masternodes operators are rewarded for providing decentralized services to our users and anyone can set one up.
+
+
Setup a Masternode
+
+
+
Start Mining and Secure Dash's Network
+
Mine Dash using your computer or dedicated hardware. Miners are rewarded for securing the Dash Network.
+
+
Start Mining
+
+
+
Develop the Network with Blockchain funding
+
Dash's Network funds winning proposals each month for anything that can improve Dash like hiring developers, making decisions or integrating Dash payments into more online stores and retail outlets.
+
+
Submit a Proposal
+
+
+
Do you take Dash?
+
Integrate instant, anonymous payments to your webstore, app or retail outlet
+
+
Integrate Dash
+
Payment Processors
+
Contact Our Team
@@ -206,9 +229,6 @@ if (jsSocialShares) {
});
}
-$(document).ready(function() {
- $('.menu').dropit();
-});
diff --git a/assets/css/dropit.css b/assets/css/dropit.css
deleted file mode 100755
index c4a0479..0000000
--- a/assets/css/dropit.css
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Dropit v1.1.0
- * http://dev7studios.com/dropit
- *
- * Copyright 2012, Dev7studios
- * Free to use and abuse under the MIT license.
- * http://www.opensource.org/licenses/mit-license.php
- */
-
-/* These styles assume you are using ul and li */
-.dropit {
- list-style: none;
- padding: 0;
- margin: 0;
-}
-.dropit .dropit-trigger { position: relative; }
-.dropit .dropit-submenu {
- position: absolute;
- top: 100%;
- left: 0; /* dropdown left or right */
- z-index: 1000;
- display: none;
- min-width: 150px;
- list-style: none;
- padding: 0;
- margin: 0;
-}
-.dropit .dropit-open .dropit-submenu { display: block; }
diff --git a/assets/js/dropit.js b/assets/js/dropit.js
deleted file mode 100755
index 8106db4..0000000
--- a/assets/js/dropit.js
+++ /dev/null
@@ -1,97 +0,0 @@
-/*
- * Dropit v1.1.0
- * http://dev7studios.com/dropit
- *
- * Copyright 2012, Dev7studios
- * Free to use and abuse under the MIT license.
- * http://www.opensource.org/licenses/mit-license.php
- */
-
-;(function($) {
-
- $.fn.dropit = function(method) {
-
- var methods = {
-
- init : function(options) {
- this.dropit.settings = $.extend({}, this.dropit.defaults, options);
- return this.each(function() {
- var $el = $(this),
- el = this,
- settings = $.fn.dropit.settings;
-
- // Hide initial submenus
- $el.addClass('dropit')
- .find('>'+ settings.triggerParentEl +':has('+ settings.submenuEl +')').addClass('dropit-trigger')
- .find(settings.submenuEl).addClass('dropit-submenu').hide();
-
- // Open on click
- $el.off(settings.action).on(settings.action, settings.triggerParentEl +':has('+ settings.submenuEl +') > '+ settings.triggerEl +'', function(){
- // Close click menu's if clicked again
- if(settings.action == 'click' && $(this).parents(settings.triggerParentEl).hasClass('dropit-open')){
- settings.beforeHide.call(this);
- $(this).parents(settings.triggerParentEl).removeClass('dropit-open').find(settings.submenuEl).hide();
- settings.afterHide.call(this);
- return false;
- }
-
- // Hide open menus
- settings.beforeHide.call(this);
- $('.dropit-open').removeClass('dropit-open').find('.dropit-submenu').hide();
- settings.afterHide.call(this);
-
- // Open this menu
- settings.beforeShow.call(this);
- $(this).parents(settings.triggerParentEl).addClass('dropit-open').find(settings.submenuEl).show();
- settings.afterShow.call(this);
-
- return false;
- });
-
- // Close if outside click
- $(document).on('click', function(){
- settings.beforeHide.call(this);
- $('.dropit-open').removeClass('dropit-open').find('.dropit-submenu').hide();
- settings.afterHide.call(this);
- });
-
- // If hover
- if(settings.action == 'mouseenter'){
- $el.on('mouseleave', '.dropit-open', function(){
- settings.beforeHide.call(this);
- $(this).removeClass('dropit-open').find(settings.submenuEl).hide();
- settings.afterHide.call(this);
- });
- }
-
- settings.afterLoad.call(this);
- });
- }
-
- };
-
- if (methods[method]) {
- return methods[method].apply(this, Array.prototype.slice.call(arguments, 1));
- } else if (typeof method === 'object' || !method) {
- return methods.init.apply(this, arguments);
- } else {
- $.error( 'Method "' + method + '" does not exist in dropit plugin!');
- }
-
- };
-
- $.fn.dropit.defaults = {
- action: 'click', // The open action for the trigger
- submenuEl: 'ul', // The submenu element
- triggerEl: 'a', // The trigger element
- triggerParentEl: 'li', // The trigger parent element
- afterLoad: function(){}, // Triggers when plugin has loaded
- beforeShow: function(){}, // Triggers before submenu is shown
- afterShow: function(){}, // Triggers after submenu is shown
- beforeHide: function(){}, // Triggers before submenu is hidden
- afterHide: function(){} // Triggers before submenu is hidden
- };
-
- $.fn.dropit.settings = {};
-
-})(jQuery);
diff --git a/community/index.html b/community/index.html
index fce0ba9..3098c8c 100644
--- a/community/index.html
+++ b/community/index.html
@@ -8,6 +8,39 @@ description: pages.community.description
+
{% t pages.community.discussion-heading %}
+
{% t pages.community.discussion-text %}
+
+
+
{% t pages.community.social-heading %}
+
{% t pages.community.social-text %}
+
+
+
{% t pages.community.news-heading %}
+
{% t pages.community.news-text %}
+
+
+
{% t pages.community.development-heading %}
+
{% t pages.community.development-text %}
+
+
+
{% t pages.community.masternodes-heading %}
+
{% t pages.community.masternodes-text %}
+
+
+
{% t pages.community.meda-heading %}
+
+
{% t pages.community.conferences-heading %}
+
{% t pages.community.technology-heading %}
+
{% t pages.community.community-heading %}
+
+
{% t pages.community.youtube-btn %}
+
+
{% t pages.get-dash.need-heading %}
+
{% t pages.get-dash.need-text %}
+
+
{% t pages.get-dash.need-btn %}
+
{% t pages.get-dash.need-input %}
\ No newline at end of file
diff --git a/currency/index.html b/currency/index.html
index 6a58d43..7af906e 100644
--- a/currency/index.html
+++ b/currency/index.html
@@ -8,6 +8,12 @@ description: pages.currency.description
-
+
{% t pages.currency.markets-heading %}
+
+ {% t pages.currency.governance-heading %}
+
+ {% t pages.currency.network-heading %}
+
+ {% t pages.currency.blockchain-heading %}
\ No newline at end of file
diff --git a/get-dash/index.html b/get-dash/index.html
index 52254f6..042e73e 100644
--- a/get-dash/index.html
+++ b/get-dash/index.html
@@ -4,10 +4,50 @@ title: pages.get-dash.title
description: pages.get-dash.description
---
-{% tf home/hero.html %}
+{% tf get-dash/hero.html %}
-
+
{% t pages.get-dash.setup-heading %}
+
{% t pages.get-dash.setup-text %}
+
+
{% t pages.get-dash.setup-btn %}
+
+
+
{% t pages.get-dash.buy-heading %}
+
{% t pages.get-dash.buy-text %}
+
+
{% t pages.get-dash.buy-btn %}
+
+
+
{% t pages.get-dash.trade-heading %}
+
{% t pages.get-dash.trade-text %}
+
+
{% t pages.get-dash.trade-btn %}
+
+
+
{% t pages.get-dash.atm-heading %}
+
{% t pages.get-dash.atm-text %}
+
+
{% t pages.get-dash.atm-btn %}
+
+
+
{% t pages.get-dash.shop-heading %}
+
{% t pages.get-dash.shop-text %}
+
+
{% t pages.get-dash.shop-btn %}
+
+
+
{% t pages.get-dash.visa-heading %}
+
{% t pages.get-dash.visa-text %}
+
+
{% t pages.get-dash.visa-btn %}
+
+
+
{% t pages.get-dash.need-heading %}
+
{% t pages.get-dash.need-text %}
+
+
{% t pages.get-dash.need-btn %}
+
{% t pages.get-dash.need-input %}
\ No newline at end of file
diff --git a/participate/index.html b/participate/index.html
index 80dc2af..ff8c153 100644
--- a/participate/index.html
+++ b/participate/index.html
@@ -8,6 +8,29 @@ description: pages.participate.description
-
+
{% t pages.participate.masternode-heading %}
+
{% t pages.participate.masternode-text %}
+
+
{% t pages.participate.masternode-btn %}
+
+
+
{% t pages.participate.mining-heading %}
+
{% t pages.participate.mining-text %}
+
+
{% t pages.participate.mining-btn %}
+
+
+
{% t pages.participate.funding-heading %}
+
{% t pages.participate.funding-text %}
+
+
{% t pages.participate.funding-btn %}
+
+
+
{% t pages.participate.integrate-heading %}
+
{% t pages.participate.integrate-text %}
+
+
{% t pages.participate.integrate-btn %}
+
{% t pages.participate.integrate-payment-processor-btn %}
+
{% t pages.participate.integrate-contact-btn %}
\ No newline at end of file