forked from concur/developer.concur.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 1.78 KB
/
index.html
File metadata and controls
29 lines (28 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: Home
layout: home
---
<!--=== Service Block ===-->
<div class="container content-sm">
<div class="row">
<div class="col-md-4 content-boxes-v6 md-margin-bottom-50">
<!-- <i class="rounded-x icon-link"></i> -->
<a href="{{ site.baseurl }}/why-concur.html"> <img style="padding-bottom:3em" src="concur_assets/img/suitcase.png" alt="Why Concur">
<h1 class="title-v3-md text-uppercase margin-bottom-10">Why Concur?</h1>
<p>Concur enables businesses to manage everything from travel bookings to expenses and compliance requirements. Start engaging 25 million travelers today.</p></a>
</div>
<div class="col-md-4 content-boxes-v6 md-margin-bottom-50">
<!-- <i class="rounded-x icon-paper-plane"></i> -->
<a href="{{ site.baseurl }}/api-reference/index.html"> <img style="padding-bottom:1.25em" src="concur_assets/img/docs.png" alt="Docs">
<h2 class="title-v3-md text-uppercase margin-bottom-10">API Reference</h2>
<p>Everything you need to know when working with the Concur API to build amazing apps and services.</p></a>
</div>
<div class="col-md-4 content-boxes-v6">
<!-- <i class="rounded-x icon-refresh"></i> -->
<a href="{{ site.baseurl }}/manage-apps/register.html"> <img style="padding-bottom:1.75em" src="concur_assets/img/manage_apps.png" alt="Create Sandbox">
<h2 class="title-v3-md text-uppercase margin-bottom-10">Create Sandbox</h2>
<p>Create a sandbox to start building your app and get ready to go to market with it.</p>
</div>
</div><!--/row-->
</div><!--/container-->
<!--=== End Service Block ===-->