--- ### ALL PAGES ### layout: themes/[ site.theme.id ]/frontend/core/base ### PAGE CONFIG ### # Hero Section hero: headline: "About" headline_accent: "us" description: "Learn about the people, mission, and values driving {{ site.brand.name }} forward" # Mission & Vision mission: title: "Our mission" description: "To empower individuals and businesses with innovative technology solutions that simplify complex challenges and unlock new possibilities for growth and success." icon: "bullseye" vision: title: "Our vision" description: "To become the world's most trusted platform for business transformation, where innovation meets simplicity and everyone can achieve their full potential." icon: "lightbulb" # Story Timeline Section story: superheadline: icon: "clock-rotate-left" text: "History" headline: "Follow our" headline_accent: "journey" subheadline: "From humble beginnings to industry leaders" items: - year: "2017" title: "The beginning" description: "{{ site.brand.name }} was founded with a vision to revolutionize the industry" - year: "2018" title: "Rapid growth" description: "Expanded our team and launched our flagship platform to thousands of users" - year: "2020" title: "Global expansion" description: "Reached customers in over 100 countries and opened international offices" - year: "2023" title: "Innovation award" description: "Recognized as Industry Leader and received multiple awards for innovation" - year: "{{ site.uj.date.year }}" title: "The future" description: "Continuing to push boundaries and build the future of business technology" # Company Stats stats: superheadline: icon: "chart-line" text: "Numbers" headline: "Measuring our" headline_accent: "impact" subheadline: "The milestones that define our growth" items: - number: "2017" label: "Founded" icon: "calendar" - number: "50+" label: "Team members" icon: "users" - number: "1M+" label: "Happy customers" icon: "smile" - number: "120+" label: "Countries" icon: "globe" # Company Values Section values: superheadline: icon: "compass" text: "Principles" headline: "Our core" headline_accent: "values" subheadline: "The principles that guide everything we do" items: - title: "Innovation first" description: "We push boundaries and challenge the status quo to create breakthrough solutions that transform how businesses operate" icon: "rocket" - title: "Customer obsessed" description: "Everything we do is focused on delivering exceptional value to our customers. Their success is our success" icon: "heart" - title: "Team excellence" description: "We hire the best talent and create an environment where everyone can thrive, learn, and make an impact" icon: "users" - title: "Transparent culture" description: "We believe in open communication, honest feedback, and shared decision-making at every level" icon: "magnifying-glass" # Team CTA Section team_cta: superheadline: icon: "handshake" text: "People" headline: "Meet our amazing" headline_accent: "team" subheadline: "Get to know the passionate individuals behind {{ site.brand.name }} who work every day to make your experience exceptional" button: text: "Meet the team" icon: "arrow-right" href: "/team" ---

{{ page.resolved.hero.headline }} {{ page.resolved.hero.headline_accent }}

{{ page.resolved.hero.description }}

{% iftruthy page.resolved.story.superheadline.text %} {% iftruthy page.resolved.story.superheadline.icon %} {% uj_icon page.resolved.story.superheadline.icon, "me-1" %} {% endiftruthy %} {{ page.resolved.story.superheadline.text }} {% endiftruthy %}

{{ page.resolved.story.headline }} {{ page.resolved.story.headline_accent }}

{% iftruthy page.resolved.story.subheadline %}

{{ page.resolved.story.subheadline }}

{% endiftruthy %}
{% for item in page.resolved.story.items %}
{% assign is_odd = forloop.index | modulo: 2 %} {% if is_odd == 1 %}
{{ item.year }}

{{ item.title }}

{{ item.description }}

{% else %}
{{ item.year }}

{{ item.title }}

{{ item.description }}

{% endif %}
{% endfor %}
{% uj_icon page.resolved.mission.icon, "fs-1" %}

{{ page.resolved.mission.title }}

{{ page.resolved.mission.description }}

{% uj_icon page.resolved.vision.icon, "fs-1" %}

{{ page.resolved.vision.title }}

{{ page.resolved.vision.description }}

{% iftruthy page.resolved.stats.superheadline.text %} {% iftruthy page.resolved.stats.superheadline.icon %} {% uj_icon page.resolved.stats.superheadline.icon, "me-1" %} {% endiftruthy %} {{ page.resolved.stats.superheadline.text }} {% endiftruthy %}

{{ page.resolved.stats.headline }} {% iftruthy page.resolved.stats.headline_accent %} {{ page.resolved.stats.headline_accent }} {% endiftruthy %}

{% iftruthy page.resolved.stats.subheadline %}

{{ page.resolved.stats.subheadline }}

{% endiftruthy %}
{% for stat in page.resolved.stats.items %}
{% uj_icon stat.icon, "text-primary display-4" %}

{{ stat.number }}

{{ stat.label }}

{% endfor %}
{% iftruthy page.resolved.values.superheadline.text %} {% iftruthy page.resolved.values.superheadline.icon %} {% uj_icon page.resolved.values.superheadline.icon, "me-1" %} {% endiftruthy %} {{ page.resolved.values.superheadline.text }} {% endiftruthy %}

{{ page.resolved.values.headline }} {{ page.resolved.values.headline_accent }}

{% iftruthy page.resolved.values.subheadline %}

{{ page.resolved.values.subheadline }}

{% endiftruthy %}
{% for value in page.resolved.values.items %}
{% uj_icon value.icon, "text-light fs-2" %}

{{ value.title }}

{{ value.description }}

{% endfor %}
{% uj_icon "users", "text-white" %}
{% uj_icon "heart", "text-white" %}
{% iftruthy page.resolved.team_cta.superheadline.text %} {% iftruthy page.resolved.team_cta.superheadline.icon %} {% uj_icon page.resolved.team_cta.superheadline.icon, "me-1" %} {% endiftruthy %} {{ page.resolved.team_cta.superheadline.text }} {% endiftruthy %}

{{ page.resolved.team_cta.headline }} {% iftruthy page.resolved.team_cta.headline_accent %} {{ page.resolved.team_cta.headline_accent }} {% endiftruthy %}

{% iftruthy page.resolved.team_cta.subheadline %}

{{ page.resolved.team_cta.subheadline }}

{% endiftruthy %}
{{ content | uj_content_format }}