diff --git a/_i18n/en.yml b/_i18n/en.yml index d57f41a..387f9f8 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -1,6 +1,7 @@ # For multiple paragraph content add two line breaks pages: + contact: title: Contact Dash description: Contact Dash @@ -9,6 +10,12 @@ pages: hero-text: Feedback text form-pretext: For technical support or troubleshooting with wallets, mining, or other general questions, please visit DashTalk or one of the many other community resources. form-pretext-2: For other inquiries, use this form. + social-heading: Forums & Social Media + mail-list-heading: Mailing List + mail-list-text: Have trouble keeping up-to-date? Join our mailing list. + social-text-heading: Visit DashTalk + social-text: For technical support or troubleshooting with wallets, mining, or other general questions, please visit DashTalk or one of the many other community resources. + volunteer-heading: Volunteer home: title: Dash Official Website | Dash Crypto Currency diff --git a/_includes/hero/contact.html b/_includes/hero/contact.html index 652e6f2..55e2f8e 100644 --- a/_includes/hero/contact.html +++ b/_includes/hero/contact.html @@ -41,19 +41,8 @@ - -
- {% t pages.community.hero-forum-btn %} -
-
- - {% t pages.community.hero-discussion-btn %} - {% t pages.community.hero-social-btn %} - {% t pages.community.hero-news-btn %} - {% t pages.community.hero-development-btn %} - {% t pages.community.hero-masternodes-btn %} - -
+
{% t pages.contact.mail-list-heading %}
+ {% t pages.contact.mail-list-text %} diff --git a/assets/img/community/google-plus-logo.png b/assets/img/community/google-plus-logo.png new file mode 100644 index 0000000..bcc75c2 Binary files /dev/null and b/assets/img/community/google-plus-logo.png differ diff --git a/assets/img/community/googleplus_logo.png b/assets/img/community/googleplus_logo.png deleted file mode 100644 index 1eef4ed..0000000 Binary files a/assets/img/community/googleplus_logo.png and /dev/null differ diff --git a/contact/index.html b/contact/index.html index 8f0ce9b..192ff54 100644 --- a/contact/index.html +++ b/contact/index.html @@ -8,303 +8,200 @@ description: pages.contact.description
+
+
+

{% t pages.contact.social-text-heading %}

+ {% tmd pages.contact.social-text %} +
+
+ -
+
-

{% t pages.community.discussion-heading %}

- - {% tmd pages.community.discussion-text %} +

{% t pages.contact.social-heading %}

-
-
+
-

{% t pages.community.social-heading %}

- - {% tmd pages.community.social-text %} +

{% t pages.contact.volunteer-heading %}

-
- -
- -
-
-
-

{% t pages.community.news-heading %}

- - {% tmd pages.community.news-text %} -
- - -
- -
-
-
-

{% t pages.community.development-heading %}

- - {% tmd pages.community.development-text %} -
- - -
-
- -
-
-
-

{% t pages.community.masternode-heading %}

- - {% tmd pages.community.masternode-text %} -
- -
diff --git a/src/scss/_social_icons.scss b/src/scss/_social_icons.scss new file mode 100644 index 0000000..14a062b --- /dev/null +++ b/src/scss/_social_icons.scss @@ -0,0 +1,3 @@ +.social-image { + width: 44%; +} diff --git a/src/scss/main.scss b/src/scss/main.scss index 21031b6..eb0ddfe 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -45,3 +45,4 @@ @import "pages/styleguide"; @import "code-highlight"; @import "pages/currency"; +@import "social_icons";