-
Notifications
You must be signed in to change notification settings - Fork 177
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (89 loc) · 3.19 KB
/
index.html
File metadata and controls
91 lines (89 loc) · 3.19 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
---
title: Home
layout: default
---
<div class="jumbotron jumbotron-home">
<div class="container animated fadeInDown">
<div class="row">
<!-- Hero Text -->
<div class="col-md-6">
<h2>
Want a better spend management experience? Challenge accepted.
</h2>
<p>
Our APIs and your ingenuity are a powerful combination. Together we can deliver innovative solutions for your own
organization or across the 48 thousand companies who use SAP Concur for travel booking, expense reporting, and accounts
payable processes. What can we help you build today?
</p>
<p>
<a href="{{ site.baseurl }}/solutions/app-center.html">Build App Center Solutions <i class="fas fa-chevron-right"></i></a><br>
<a href="{{ site.baseurl }}/solutions/custom.html">Build Custom Solutions <i class="fas fa-chevron-right"></i></a>
</p>
</div>
<!-- Hero Image -->
<div class="col-md-6">
<img src="{{ site.baseurl }}/assets/img/landing_pages_1.svg" alt="Landing Page">
</div>
</div>
</div>
</div>
<div class="container">
<h2 class="text-center">Curated Links</h2>
<div class="curated">
<!-- Getting Started Links -->
<div class="curated-card">
<div class="curated-icon">
<i class="fas fa-map-signs"></i>
</div>
<div>
<h3>Getting Started</h3>
<ul>
<li><a href="https://concur.com/" target="_blank">SAP Concur Website</a></li>
<li><a href="{{ site.baseurl }}/getting-started.html">Getting Started Guide</a></li>
</ul>
</div>
</div>
<!-- Authentication Links -->
<div class="curated-card">
<div class="curated-icon">
<i class="fas fa-key"></i>
</div>
<div>
<h3>Authentication</h3>
<ul>
<li><a href="{{ site.baseurl }}/api-reference/authentication/getting-started.html">Introduction</a></li>
<li><a href="{{ site.baseurl }}/api-reference/authentication/scopes.html">Scopes</a></li>
<li><a href="{{ site.baseurl }}/api-reference/authentication/apidoc.html">Authentication Flows & Grants</a></li>
</ul>
</div>
</div>
<!-- Developer Resources Links -->
<div class="curated-card">
<div class="curated-icon">
<i class="fas fa-file-code"></i>
</div>
<div>
<h3>Developer Resources</h3>
<ul>
<li><a href="{{ site.baseurl }}/api-reference/">API Reference</a></li>
<li><a href="{{ site.baseurl }}/api-explorer/">API Explorer</a></li>
<li><a href="{{ site.baseurl }}/api-guides/">API Guides</a></li>
</ul>
</div>
</div>
<!-- Support Links -->
<div class="curated-card">
<div class="curated-icon">
<i class="fas fa-users"></i>
</div>
<div>
<h3>Support Links</h3>
<ul>
<li><a href="{{ site.baseurl }}/tools-support/support.html">Support Options</a></li>
<li><a href="{{ site.baseurl }}/announcements/index.html">Announcements</a></li>
<li><a href="{{ site.baseurl }}/tools-support/release-notes/index.html">Release Notes</a></li>
</ul>
</div>
</div>
</div>
</div>