{% set title='Learn About Us and How We Can Help You' %}
{% set metaDescription='Invoiced: automated electronic invoicing software helping companies get paid faster, waste less collection time, and provide a better customer experience.' %}
{% set canonicalUrl=url('about') %}
{% extends "parent.twig" %}
{% block content %}
<section class="content about-us">
<div class="container">
<h1 class="title">About Us</h1>
<h2 class="subtitle">We are on a mission to help your business get paid.</h2>
<div class="about">
<p>Invoiced helps companies get paid faster, waste less time on collections and provide a better customer experience. With thousands of customers and more than $40 billion in receivables processed, Invoiced is pioneering the field of Accounts Receivable Automation. Based in Austin, Texas, Invoiced is ranked as the #1 accounts receivable solution by G2 Crowd and rated #1 in both ease-of-use and value by Capterra.</p>
</div>
<div class="row badges about-badges new-badges narrow-column">
{% for i in range(0, 9) %}
<div class="single-icon">
<img src="{{ asset(badges[i].img) }}" alt="{{ badges[i].name }} Badge" title="{{ badges[i].name }}" />
</div>
{% endfor %}
</div>
<hr/>
<h3>Recent Press</h3>
<div class="press">
<p>
<strong>Forbes</strong><br/>
<a href="https://www.forbes.com/sites/forbesfinancecouncil/2019/11/08/what-changes-are-coming-to-the-cfo-role-10-experts-weigh-in/#26382768276a">
What Changes Are Coming To The CFO Role?
</a>
</p>
<p>
<strong>Forbes</strong><br/>
<a href="https://www.forbes.com/sites/forbesfinancecouncil/2019/09/24/five-ways-cfos-are-rethinking-accounts-receivable/">
Five Ways CFOs Are Rethinking Accounts Receivable
</a>
</p>
<p>
<strong>CFO Dive</strong><br/>
<a href="https://www.cfodive.com/press-release/20191001-invoiced-announces-powerful-new-accounts-receivable-automation-capabilities/">
Invoiced Announces Powerful New Accounts Receivable Automation Capabilities for Mid-Market and Enterprise Companies
</a>
</p>
<p>
<strong>Pymnts</strong><br/>
<a href="https://www.pymnts.com/news/b2b-payments/2019/invoiced-adds-recurring-billing-support-ar-platform/">
Invoiced Adds Recurring Billing Support To AR Platform
</a>
</p>
<p>
<strong>Accounting Web</strong><br/>
<a href="https://www.accountingweb.com/practice/clients/the-3-essentials-for-mastering-client-cash-flow-management">
The 3 Essentials for Mastering Client Cash Flow Management
</a>
</p>
<br/>
<p>
<a href="{{ path('press') }}">
See All Media Coverage
</a>
</p>
</div>
<hr/>
<div class="link">
<a href="{{ path('contact') }}" style="text-decoration: none;">
<h3>Contact Us →</h3>
</a>
</div>
</div>
</section>
<section class="customer-testimonials">
<div class="container">
<h4>We put our customers first.</h4>
<h2>That's why thousands of businesses ♥ Invoiced.</h2>
<div class="customer-logos clearfix center-logos">
{% for i in range(0, 11) %}
<div class="customer-logo">
<img src="{{ asset(logos[i].img) }}" alt="{{ logos[i].name }} Logo" title="{{ logos[i].name }}" />
</div>
{% endfor %}
</div>
</div>
</section>
{% endblock %}