This repository has been archived by the owner on Dec 8, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
258 lines (252 loc) · 12.4 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Better Government Toolkit Alpha</title>
<link rel="stylesheet" href="pages/assets/styles/css/uswds.min.css">
<link rel="stylesheet" href="pages/assets/styles/style.css">
</head>
<body class="layout-demo">
<a class="usa-skipnav" href="#main-content">Skip to main content</a>
<header class="usa-header usa-header-extended" role="banner">
<!-- Gov banner BEGIN -->
<div class="usa-banner">
<div class="usa-accordion">
<header class="usa-banner-header">
<div class="usa-grid usa-banner-inner">
<img src="pages/assets/img/favicons/favicon-57.png" alt="U.S. flag">
<p>An official website of the United States government</p>
<button class="usa-accordion-button usa-banner-button"
aria-expanded="false" aria-controls="gov-banner">
<span class="usa-banner-button-text">Here's how you know</span>
</button>
</div>
</header>
<div class="usa-banner-content usa-grid usa-accordion-content" id="gov-banner">
<div class="usa-banner-guidance-gov usa-width-one-half">
<img class="usa-banner-icon usa-media_block-img" src="assets/img/icon-dot-gov.svg" alt="Dot gov">
<div class="usa-media_block-body">
<p>
<strong>The .gov means it’s official.</strong>
<br>
Federal government websites always use a .gov or .mil domain. Before sharing sensitive information online, make sure you’re on a .gov or .mil site by inspecting your browser’s address (or “location”) bar.
</p>
</div>
</div>
<div class="usa-banner-guidance-ssl usa-width-one-half">
<img class="usa-banner-icon usa-media_block-img" src="pages/assets/img/icon-https.svg" alt="SSL">
<div class="usa-media_block-body">
<p>This site is also protected by an SSL (Secure Sockets Layer) certificate that’s been signed by the U.S. government. The <strong>https://</strong> means all transmitted data is encrypted — in other words, any information or browsing history that you provide is transmitted securely.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Gov banner END -->
<div class="usa-navbar">
<button class="usa-menu-btn">Menu</button>
<div class="usa-logo" id="logo">
<em class="usa-logo-text">
<a href="../index.html" accesskey="1" title="Home" aria-label="Home">Better Government Toolkit (Alpha)</a>
</em>
</div>
</div>
<nav role="navigation" class="usa-nav">
<div class="usa-nav-inner">
<button class="usa-nav-close">
<img src="pages/assets/img/close.svg" alt="close">
</button>
<ul class="usa-nav-primary usa-accordion">
<li>
<a class="usa-nav-link" href="pages/principles.html">
<span>Principles</span>
</a>
</li>
<li>
<button class="
usa-accordion-button usa-nav-link" aria-expanded="false" aria-controls="side-nav-1">
<span>Defining a Better Government</span>
</button>
<ul id="side-nav-1" class="usa-nav-submenu">
<li>
<a href="pages/about-toolkit.html">About this Toolkit</a>
</li>
<li>
<a href="pages/defining-better-govt.html">What is a Better Government?</a>
</li>
<li>
<a href="pages/mindsets.html">Mindsets</a>
</li>
</ul>
</li>
<li>
<button class="usa-accordion-button usa-nav-link" aria-expanded="false" aria-controls="sidenav-2">
<span>Creating Culture</span>
</button>
<ul id="sidenav-2" class="usa-nav-submenu">
<li>
<a href="pages/setting-the-stage.html">Setting the Stage</a>
</li>
<li>
<a href="pages/things-to-try.html">Things to Try</a>
</li>
</ul>
</li>
<li>
<button class="usa-accordion-button usa-nav-link" aria-expanded="false" aria-controls="sidenav-3">
<span>Telling Stories</span>
</button>
<ul id="sidenav-3" class="usa-nav-submenu">
<li>
<a href="pages/people.html">People</a>
</li>
<li>
<a href="pages/places.html">Places</a>
</li>
</ul>
</li>
<li>
<a class="usa-nav-link" href="pages/contact-us.html">
<span>Contact Us</span>
</a>
</li>
</ul>
<div class="usa-nav-secondary">
<form class="usa-search usa-search-small js-search-form">
<div role="search">
<label class="usa-sr-only" for="search-field-small">Search small</label>
<input id="search-field-small" type="search" name="search">
<button type="submit">
<span class="usa-sr-only">Search</span>
</button>
</div>
</form>
<ul class="usa-unstyled-list usa-nav-secondary-links">
<li class="js-search-button-container">
<button class="usa-header-search-button js-search-button">Search</button>
</li>
<li>
<a href="https://github.com/18F/better-government/issues/new">Provide feedback through GitHub</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="usa-overlay"></div>
<main id="main-content">
<section class="usa-hero">
<div class="usa-grid">
<div class="usa-hero-callout usa-section-dark">
<h2><span class="usa-hero-callout-alt">Welcome to our Alpha Toolkit!</span> All feedback welcome</h2>
<a class="usa-button usa-button-big usa-button-secondary" href="pages/principles.html">Get Started</a>
</div>
</div>
</section>
<section class="usa-grid usa-section">
<div class="usa-width-one-third">
<h2>Better government through <strong>innovation.</strong></h2>
</div>
<div class="usa-width-two-thirds">
<p>A growing number of Federal employees are using new approaches to solve problems, improve the core processes of government, and foster innovation to create a better government.</p>
<p>However, adoption of these approaches is still low relative to their potential. Many Federal employees do not know that these approaches exist or lack the support needed to use them effectively. This Toolkit captures these approaches and tells the stories of innovation happening within government. the Below are a few questions that this Toolkit helps answer:</p>
</div>
</section>
<section class="usa-section usa-section-dark usa-graphic_list">
<div class="usa-grid usa-graphic_list-row">
<div class="usa-width-one-half usa-media_block">
<img class="usa-media_block-img" src="pages/assets/img/circle-124.png" alt="Alt text">
<div class="usa-media_block-body">
<h3>What do you mean by a better government?</h3>
<p>Graphic headings can be used a few different ways, depending on what your landing page is for. Highlight your values, specific program areas, or results.</p>
</div>
</div>
<div class="usa-width-one-half usa-media_block">
<img class="usa-media_block-img" src="pages/assets/img/circle-124.png" alt="Alt text">
<div class="usa-media_block-body">
<h3>Why and how can I bring innovation to my agency?</h3>
<p>Keep body text to about 30. They can be shorter, but try to be somewhat balanced across all four. It creates a clean appearance with good spacing.</p>
</div>
</div>
</div>
<div class="usa-grid usa-graphic_list-row">
<div class="usa-width-one-half usa-media_block">
<img class="usa-media_block-img" src="pages/assets/img/circle-124.png" alt="Alt text">
<div class="usa-media_block-body">
<h3>Who is innovating and where is innovation happening?</h3>
<p>For anything you want to highlight here, understand what your users know now, and what activity or impression you want from them after they see it.</p>
</div>
</div>
<div class="usa-width-one-half usa-media_block">
<img class="usa-media_block-img" src="pages/assets/img/circle-124.png" alt="Alt text">
<div class="usa-media_block-body">
<h3>What mentors can help me learn and grow?</h3>
<p>In addition to your goal, find out your users’ goals. What do they want to know or do that supports your mission? Use these headings to show those.</p>
</div>
</div>
</div>
</section>
<section class="usa-section">
<div class="usa-grid">
<h2>Proven practices and actionable steps</h2>
<p class="usa-font-lead">The Better Government Toolkit captures the proven practices and actionable items that make a better government through innovation happen. It fosters the awareness, adaptation, and adoption of a core set of innovative principles to solve problems and promote a culture of experimentation both within the government and beyond. </p>
<a class="usa-button usa-button-big" href="pages/principles.html">Get Started</a>
</div>
</section>
</main>
<footer class="usa-footer usa-footer-medium" role="contentinfo">
<div class="usa-grid usa-footer-return-to-top">
<a href="#">Return to top</a>
</div>
<div class="usa-footer-primary-section">
<div class="usa-grid-full">
<nav class="usa-footer-nav">
<ul class="usa-unstyled-list">
<li class="usa-width-one-fourth usa-footer-primary-content">
<a class="usa-footer-primary-link" href="javascript:void(0);">Credits</a>
</li>
<li class="usa-width-one-fourth usa-footer-primary-content">
<a class="usa-footer-primary-link" href="javascript:void(0);">How to Submit</a>
</li>
<li class="usa-width-one-fourth usa-footer-primary-content">
<a class="usa-footer-primary-link" href="pages/accessibility.html">Accessibility</a>
</li>
<li class="usa-width-one-fourth usa-footer-primary-content">
<a class="usa-footer-primary-link" href="pages/privacy-policy.html">Privacy Policy</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="usa-footer-secondary_section">
<div class="usa-grid">
<div class="usa-footer-logo usa-width-one-half">
<img class="usa-footer-circle-124" src="pages/assets/img/GSA-TTSLogos.png" alt="Logo image">
<h3 class="usa-footer-logo-heading">General Services Administration</h3>
</div>
<div class="usa-footer-contact-links usa-width-one-half">
<a class="usa-link-facebook" href="https://www.facebook.com/GSA/">
<span>Facebook</span>
</a>
<a class="usa-link-twitter" href="https://twitter.com/USGSA">
<span>Twitter</span>
</a>
<a class="usa-link-youtube" href="https://www.youtube.com/user/usgsa">
<span>YouTube</span>
</a>
<a class="usa-link-rss" href="https://www.gsa.gov/portal/category/25729">
<span>TTS</span>
</a>
<address>
<h3 class="usa-footer-contact-heading">Technology Transformation Service</h3>
<p>1-844-USA-Gov1</p>
<a href="mailto:[email protected]">[email protected]</a>
</address>
</div>
</div>
</div>
</footer>
<script src="pages/assets/js/uswds.js"></script>
</body>
</html>