diff --git a/_config.yml b/_config.yml index 76ce83a..f2fca0a 100644 --- a/_config.yml +++ b/_config.yml @@ -79,8 +79,7 @@ link_company: #to show company list in homepage footer section. url: "https://www.google.com/" # Contact Us -action_url: "https://formspree.io/xknqrlvg" -redirect_url: "http://127.0.0.1:4000/contactus/" +google_form_url: "https://docs.google.com/forms/d/e/1FAIpQLScc9brLXKpBQKZf2hMhGif3XnrTeMcY4zGVcCtbE_WMfVg8wA/viewform?embedded=true" # Google services google_analytics: UA-178009148-1 diff --git a/_includes/block_contactus_mascot.html b/_includes/block_contactus_mascot.html index 4759871..1baf14d 100644 --- a/_includes/block_contactus_mascot.html +++ b/_includes/block_contactus_mascot.html @@ -3,55 +3,14 @@
-
- {% for item in include.form_input %} - {% case item.type %} - {% when "text" %} -
- -
- -
-
- {% when "textarea" %} -
- -
- -
-
- {% when "select" %} -
- -
-
-
- {% when "checkbox" %} -
-
- - -
-
- {% endcase %} - {% endfor %} -
- -
- -
+ +
-
diff --git a/_includes/block_image_cards.html b/_includes/block_image_cards.html index 051b052..5da99ae 100644 --- a/_includes/block_image_cards.html +++ b/_includes/block_image_cards.html @@ -15,7 +15,7 @@

{{include.header.title}}

{% if item.button_label %}
- +

{{item.title}}

{{ item.paragraph }}

@@ -33,7 +33,7 @@

{{item.title}}

{% else %}
- +

{{item.title}}

{{ item.paragraph }}

diff --git a/_sass/modules/_home.scss b/_sass/modules/_home.scss index db7b178..c04e18a 100755 --- a/_sass/modules/_home.scss +++ b/_sass/modules/_home.scss @@ -309,7 +309,10 @@ } /* Testimonial section end ============================================================================================ */ - +.card-profile-image{ + height: 255px; + object-fit: cover; +} .card-blog{ background: $white; @@ -328,7 +331,7 @@ } p{ - margin-bottom: 0; + margin-bottom: 1rem; } } diff --git a/assets/css/style.css b/assets/css/style.css index 883a5c5..c405602 100755 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1255,6 +1255,11 @@ h3, .h3 { /* Testimonial section end ============================================================================================ */ +.card-profile-image{ + height: 255px; + object-fit: cover; +} + .card-blog { background: #fff; } @@ -1279,7 +1284,7 @@ h3, .h3 { } .card-blog .card-blog-body p { - margin-bottom: 0; + margin-bottom: 1rem; } .card-blog:hover { diff --git a/contactus.markdown b/contactus.markdown index c6d42ef..a73e108 100644 --- a/contactus.markdown +++ b/contactus.markdown @@ -10,27 +10,4 @@ blocks_before: title: About Standard Hub paragraph: The Standard Hubs Work Program (WP) employs a lightweight, working group-focused process where members can create a new work item in less than a week. Working Groups (WGs) define their own process, tools, partnerships and cadence. - layout: "block_contactus_mascot" - form_input: - - label: "Name" - type: "text" - - label: "Surname" - type: "text" - - label: "Telephone number" - type: "text" - - label: "Function" - type: "text" - - label: "Company" - type: "text" - - label: "Your message" - type: "textarea" - - label: "How do you hear about us ..." - type: "select" - option: - - key: "ex 1" - value: "1" - - key: "ex 2" - value: "2" - - label: "Subscriber to our mailing list" - type: "checkbox" - button_label: "Submit form" ---- \ No newline at end of file +---