diff --git a/_i18n/en.yml b/_i18n/en.yml index 387f9f8..2959821 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -1,13 +1,13 @@ # For multiple paragraph content add two line breaks pages: - + contact: title: Contact Dash description: Contact Dash hero-image: hero-heading: Contacts - hero-text: Feedback text + hero-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 diff --git a/_includes/hero/contact.html b/_includes/hero/contact.html index 55e2f8e..3174a96 100644 --- a/_includes/hero/contact.html +++ b/_includes/hero/contact.html @@ -12,11 +12,11 @@

{% t pages.contact.hero-text %}

-
+
{% t pages.contact.form-pretext %}
{% t pages.contact.form-pretext-2 %}
-
+
@@ -29,6 +29,7 @@
@@ -38,11 +39,22 @@
+
+
+ +
+
-
{% t pages.contact.mail-list-heading %}
- {% t pages.contact.mail-list-text %} + +
+ +
+
+
{% t pages.contact.mail-list-heading %}
+ {% t pages.contact.mail-list-text %} +
diff --git a/assets/img/community/atlassian-logo.png b/assets/img/community/atlassian-logo.png new file mode 100644 index 0000000..74500ad Binary files /dev/null and b/assets/img/community/atlassian-logo.png differ diff --git a/assets/img/community/atlassian_logo.png b/assets/img/community/atlassian_logo.png deleted file mode 100644 index 23061f2..0000000 Binary files a/assets/img/community/atlassian_logo.png and /dev/null differ diff --git a/assets/img/community/bitcointalk-logo.png b/assets/img/community/bitcointalk-logo.png new file mode 100644 index 0000000..982952a Binary files /dev/null and b/assets/img/community/bitcointalk-logo.png differ diff --git a/assets/img/community/instagram-logo.png b/assets/img/community/instagram-logo.png new file mode 100644 index 0000000..aaa6f5b Binary files /dev/null and b/assets/img/community/instagram-logo.png differ diff --git a/assets/img/community/instagram_logo.png b/assets/img/community/instagram_logo.png deleted file mode 100644 index c3768df..0000000 Binary files a/assets/img/community/instagram_logo.png and /dev/null differ diff --git a/assets/img/community/twitter-logo.png b/assets/img/community/twitter-logo.png new file mode 100644 index 0000000..340aef1 Binary files /dev/null and b/assets/img/community/twitter-logo.png differ diff --git a/assets/img/community/twitter_logo.png b/assets/img/community/twitter_logo.png deleted file mode 100644 index 5f65edc..0000000 Binary files a/assets/img/community/twitter_logo.png and /dev/null differ diff --git a/contact/index.html b/contact/index.html index 192ff54..a1d0433 100644 --- a/contact/index.html +++ b/contact/index.html @@ -42,7 +42,7 @@ description: pages.contact.description
- +
@@ -63,16 +63,16 @@ description: pages.contact.description
- +
- +
- +
@@ -102,7 +102,7 @@ description: pages.contact.description
- +
@@ -130,9 +130,9 @@ description: pages.contact.description
- +
- +
@@ -146,25 +146,13 @@ description: pages.contact.description
- -
- -
-
+
- -
- -
-
+
- -
- -
-
+
@@ -197,7 +185,7 @@ description: pages.contact.description diff --git a/src/scss/_forms.scss b/src/scss/_forms.scss index cca95ae..c321557 100644 --- a/src/scss/_forms.scss +++ b/src/scss/_forms.scss @@ -6,29 +6,37 @@ form { box-sizing: border-box; appearance: none; } + select { + border: 2px solid $color-black; + border-radius: 0px; + -webkit-appearance: none; + } + textarea { + border: 2px solid $color-black; + font-size: 15px; + } .input-block { width: 100%; margin-bottom: 12px; } - .form-control { display: block; width: 100%; - height: 34px; + height: 41px; padding: 6px 12px; - font-size: 14px; + font-size: 15px; line-height: 1.42857143; - color: #555; + color: #999; background-color: #fff; background-image: none; - border: 1px solid #ccc; - border-radius: 4px; + border: 2px solid $color-black; + border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; -} + } .username { background-image: url(../images/icon-username.png); background-repeat: no-repeat; @@ -45,4 +53,11 @@ form { padding-left: 40px; color: #ccc; } + + .submit { + color: #ffffff; + background-color: $color-red; + border-radius: 2px; + padding: 1.5% 2%; + } } diff --git a/src/scss/_social_icons.scss b/src/scss/_social_icons.scss index 14a062b..396c448 100644 --- a/src/scss/_social_icons.scss +++ b/src/scss/_social_icons.scss @@ -1,3 +1,7 @@ .social-image { width: 44%; } + +.large-social-image { + width: 20%; +}