{% extends "../layouts/base.html" %} {% block body %}
{% dnd_area "dnd_areaabout" class='body-container', label='Main section' %} {% dnd_section padding={ 'top': 0, 'bottom': 0, 'left': 0, 'right': 0 }, full_width=true %} {% dnd_module 'sp_banner' path='../../modules/Hero Banner 02', label="Hero Banner", width=12 %} {% module_attribute 'settings' is_json=True %} { "background_setting": { "parallax": false, "overlay": true } } {% end_module_attribute %} {% module_attribute 'content_02' is_json=True %} { "heading": "Atomic Lite - About Us" } {% end_module_attribute %} {% end_dnd_module %} {% end_dnd_section %} {% dnd_section vertical_alignment='MIDDLE' %} {% dnd_module 'content_01' path='../../modules/Content', width=5 %}{% end_dnd_module %} {% dnd_column, width=1, offset=5 %} {% dnd_row %} {% dnd_module path='@hubspot/horizontal_spacer' %} {% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% dnd_column, width=3, offset=6 %} {% dnd_row %} {% dnd_module 'counter_01' path='../../modules/Counter', width=12, alignment='center', icon={ 'name': 'trophy', 'number': '15', 'description': 'Years Experience' } %} {% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% dnd_column, width=3, offset=9 %} {% dnd_row %} {% dnd_module 'counter_02' path='../../modules/Counter', width=12, alignment='center', icon={ 'name': 'suitcase', 'number': '1001', 'description': 'Customers' } %}{% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% end_dnd_section %} {% dnd_section vertical_alignment='MIDDLE', background_color={ r: 250, b: 250, g: 250, a: 1 } %} {% dnd_column %} {% dnd_row %} {% dnd_module 'headline_01' path='../../modules/Headline', heading='The Company', alignment='center', width=12 %}{% end_dnd_module %} {% end_dnd_row %} {% dnd_row %} {% dnd_module 'gallery_01' path='../../modules/Gallery', width=12 %}{% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% end_dnd_section %} {% dnd_section %} {% dnd_column, width=12 %} {% dnd_row %} {% dnd_module 'heading_02' path='../../modules/Headline', heading='Our Directors', alignment='center', custom_class='mb-12' %}{% end_dnd_module %} {% end_dnd_row %} {% dnd_row %} {% dnd_module 'team_01' path='../../modules/Team', items_per_row=3, alignment='center', width=12 %}{% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% end_dnd_section %} {% end_dnd_area %}
{% endblock body %}