contact us animation
parent
5a15c077e5
commit
03c15c8685
Binary file not shown.
|
@ -16,6 +16,16 @@
|
||||||
|
|
||||||
<div class="color-{{ section.settings.color_scheme }} gradient">
|
<div class="color-{{ section.settings.color_scheme }} gradient">
|
||||||
<div class="contact page-width page-width--narrow section-{{ section.id }}-padding">
|
<div class="contact page-width page-width--narrow section-{{ section.id }}-padding">
|
||||||
|
<dotlottie-player
|
||||||
|
id="shx-contact-form-contact-us-send"
|
||||||
|
src="{{ 'lottie_page_contact_us_people_talking.lottie' | asset_url }}"
|
||||||
|
background="transparent"
|
||||||
|
speed="1"
|
||||||
|
autoplay
|
||||||
|
direction="1"
|
||||||
|
mode="bounce"></dotlottie-player>
|
||||||
|
|
||||||
|
|
||||||
<div style="background-color: #fff; padding: 10px 20px 20px 20px; border-radius: 12px; box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);">
|
<div style="background-color: #fff; padding: 10px 20px 20px 20px; border-radius: 12px; box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);">
|
||||||
{%- if section.settings.heading != blank -%}
|
{%- if section.settings.heading != blank -%}
|
||||||
<h2 class="title title-wrapper--no-top-margin inline-richtext {{ section.settings.heading_size }}{% if settings.animations_reveal_on_scroll %} scroll-trigger animate--slide-in{% endif %}" style="text-align: center; margin-bottom: 0;">
|
<h2 class="title title-wrapper--no-top-margin inline-richtext {{ section.settings.heading_size }}{% if settings.animations_reveal_on_scroll %} scroll-trigger animate--slide-in{% endif %}" style="text-align: center; margin-bottom: 0;">
|
||||||
|
|
Loading…
Reference in New Issue