diff --git a/_config.yml b/_config.yml index 3a3895f..f2573f9 100644 --- a/_config.yml +++ b/_config.yml @@ -15,8 +15,8 @@ email: contact_cc: "kamal@bigchaindb.com,ricardo@bigchaindb.com,gautam@bigchaindb.com" cla: troy@ascribe.io cla_cc: sylvain@bigchaindb.com - enterprise: ikytz6br@robot.zapier.com - enterprise_cc: "kamal@bigchaindb.com,ricardo@bigchaindb.com,gautam@bigchaindb.com" + services: ikytz6br@robot.zapier.com + services_cc: "kamal@bigchaindb.com,ricardo@bigchaindb.com,gautam@bigchaindb.com" social: gitter: diff --git a/_src/_assets/images/hero-enterprise.jpg b/_src/_assets/images/hero-services.jpg similarity index 100% rename from _src/_assets/images/hero-enterprise.jpg rename to _src/_assets/images/hero-services.jpg diff --git a/_src/_assets/javascripts/bigchain/analytics.js b/_src/_assets/javascripts/bigchain/analytics.js index 4964435..3c4fa3d 100644 --- a/_src/_assets/javascripts/bigchain/analytics.js +++ b/_src/_assets/javascripts/bigchain/analytics.js @@ -159,12 +159,12 @@ var GoogleAnalytics = (function(w,d,$) { ga('send', 'event', 'cla', 'cla_form', 'error'); }, - // Enterprise form - gaEventEnterpriseSuccess: function() { - ga('send', 'event', 'enterprise', 'enterprise_form', 'success'); + // Services form + gaEventServicesSuccess: function() { + ga('send', 'event', 'services', 'services_form', 'success'); }, - gaEventEnterpriseError: function() { - ga('send', 'event', 'enterprise', 'enterprise_form', 'error'); + gaEventServicesError: function() { + ga('send', 'event', 'services', 'services_form', 'error'); } }; diff --git a/_src/_assets/javascripts/bigchain/form-enterprise.js b/_src/_assets/javascripts/bigchain/form-services.js similarity index 81% rename from _src/_assets/javascripts/bigchain/form-enterprise.js rename to _src/_assets/javascripts/bigchain/form-services.js index 085b45c..b190bf0 100644 --- a/_src/_assets/javascripts/bigchain/form-enterprise.js +++ b/_src/_assets/javascripts/bigchain/form-services.js @@ -1,15 +1,15 @@ -var FormEnterprise = (function(w, d, $) { +var FormServices = (function(w, d, $) { 'use strict'; var app, _private, _config; _config = { - form: $('#form-enterprise'), - formBtn: $('#form-enterprise').find('.btn'), - formURL: $('#form-enterprise').attr('action'), - formMethod: $('#form-enterprise').attr('method') + form: $('#form-services'), + formBtn: $('#form-services').find('.btn'), + formURL: $('#form-services').attr('action'), + formMethod: $('#form-services').attr('method') }; _private = { @@ -35,7 +35,7 @@ var FormEnterprise = (function(w, d, $) { // send GA event if (!_dntEnabled()) { - GoogleAnalytics.gaEventEnterpriseSuccess(); + GoogleAnalytics.gaEventServicesSuccess(); } }, error: function(err) { @@ -46,7 +46,7 @@ var FormEnterprise = (function(w, d, $) { // send GA event if (!_dntEnabled()) { - GoogleAnalytics.gaEventEnterpriseError(); + GoogleAnalytics.gaEventServicesError(); } } }); diff --git a/_src/_assets/javascripts/page-enterprise.js b/_src/_assets/javascripts/page-enterprise.js deleted file mode 100644 index 37c25d6..0000000 --- a/_src/_assets/javascripts/page-enterprise.js +++ /dev/null @@ -1,6 +0,0 @@ -//=include bigchain/form-enterprise.js - -jQuery(function($) { - - FormEnterprise.init(); -}); diff --git a/_src/_assets/javascripts/page-services.js b/_src/_assets/javascripts/page-services.js new file mode 100644 index 0000000..1d9de07 --- /dev/null +++ b/_src/_assets/javascripts/page-services.js @@ -0,0 +1,6 @@ +//=include bigchain/form-services.js + +jQuery(function($) { + + FormServices.init() +}) diff --git a/_src/_assets/styles/_page-services.scss b/_src/_assets/styles/_page-services.scss index a71a98b..db0147e 100644 --- a/_src/_assets/styles/_page-services.scss +++ b/_src/_assets/styles/_page-services.scss @@ -1,5 +1,5 @@ // -// Page: enterprise +// Page: Services // --- // bigchaindb.com // @@ -70,7 +70,16 @@ } } -.section--enterpriseintro { +.section--servicesdetail { + .actions { + text-align: center; + margin-top: $spacer * 2; + padding-top: $spacer * 2; + border-top: 1px solid darken($brand-main-green, 5%); + } +} + +.section--servicesintro { .grid, .feature { margin-bottom: 0; @@ -93,7 +102,7 @@ } } -.section--enterprisetestimonial { +.section--servicestestimonial { .testimonial { @extend .large; margin: 0 auto; @@ -110,16 +119,7 @@ } } -.section--enterprisesupport { - .actions { - text-align: center; - margin-top: $spacer * 2; - padding-top: $spacer * 2; - border-top: 1px solid darken($brand-main-green, 5%); - } -} - -.form--enterprise { +.form--services { background: darken($brand-main-blue, 5%); .grid { diff --git a/_src/_includes/form-enterprise.html b/_src/_includes/form-services.html similarity index 93% rename from _src/_includes/form-enterprise.html rename to _src/_includes/form-services.html index 03ca737..d7dd2f8 100644 --- a/_src/_includes/form-enterprise.html +++ b/_src/_includes/form-services.html @@ -1,5 +1,5 @@ -
+

@@ -101,6 +101,6 @@

- - + +
diff --git a/_src/services.html b/_src/services.html index dbd1a3b..d4fcd02 100644 --- a/_src/services.html +++ b/_src/services.html @@ -2,14 +2,11 @@ layout: base title: Services -description: "Hands-on consulting and production support" +description: "Hands-on consulting and production support by blockchain experts" -header: hero-enterprise.jpg -image: share-image-enterprise.jpg -js: page-enterprise.min.js - -redirect_from: - - /enterprise/ +header: hero-services.jpg +image: share-image-services.jpg +js: page-services.min.js hero: title: "Hands-on consulting and production support" @@ -104,7 +101,7 @@ contact: -
+
@@ -132,7 +129,7 @@ contact: {% include sections/section-partners.html %} -
+

{{ page.intro.title }}

@@ -164,7 +161,7 @@ contact:
-
+
@@ -181,14 +178,14 @@ contact:
-
+

{{ page.contact.title }}

{{ page.contact.description }}

- {% include form-enterprise.html %} + {% include form-services.html %}