-
Notifications
You must be signed in to change notification settings - Fork 21
/
index.html
67 lines (61 loc) · 2.68 KB
/
index.html
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
---
permalink: /
layout: default
title: Centers of Excellence Home
cards:
- title: Artificial Intelligence
description: Accelerates adoption of Artificial Intelligence to discover insights at machine speed.
classname: coe-ai-link
url: /coe/artificial-intelligence.html
- title: Cloud Adoption
description: Analyzes current systems and applications to provide recommendations for planning cloud migration.
classname: coe-ca-link
url: /coe/cloud-adoption.html
- title: Contact Center
description: Helps improve contact center delivery services and customer interactions.
classname: coe-cc-link
url: /coe/contact-center.html
- title: Customer Experience
description: Works to develop a better understanding of customer needs and helps translate those findings into actions.
classname: coe-cx-link
url: /coe/customer-experience.html
- title: Data & Analytics
description: Helps make more efficient use of data management, analysis, and reporting capabilities.
classname: coe-da-link
url: /coe/data-analytics.html
- title: Infrastructure Optimization
description: Assists in optimizing data centers and reducing infrastructure costs.
classname: coe-io-link
url: /coe/infrastructure-optimization.html
quotes:
- text: The Centers of Excellence have come in and started a positive cultural intervention at USDA.
author: Gary Washington, USDA CIO
---
{% include hero.html %}
<div class="usa-grid">
<h2 class="centers-subhead">
<a href="{{site.baseurl}}/coe/centers-of-excellence.html">The Centers of Excellence</a>
</h2>
<p class="centers-subtext">These centers are embedded in each agency and may change or grow to fit the needs of different sectors of government.</p>
{% for card in page.cards %}
<div class="usa-width-one-third usa-width-one-third--small-margin">
{% include card.html card=card %}
</div>
{% endfor %}
</div>
{% include quotes.html quotes=page.quotes %}
<section class="additional-content">
<div class="usa-grid">
<div class="usa-width-one-half">
{% include news.html %}
</div>
<div class="usa-width-one-half">
<div class="join-us">
<h2><a href="{{site.baseurl}}/connect/contact-us.html#joinus">Join Us!</a></h2>
<p>We’re looking for highly skilled professionals that are passionate about making a positive impact in the government and thrive in fast paced environments.</p>
<a href="{{site.baseurl}}/connect/contact-us.html#joinus" class="usa-button">Career Opportunities</a>
</div>
</div>
</div>
</section>
<button onclick="btt()" id="btt"></button>