You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,11 @@
4
4
5
5
This repo houses the 18F website. We use the [Draft U.S. Web Design standards](https://standards.usa.gov/) as a front end framework. The site is built and served through [the Federalist platform](https://federalist.fr.cloud.gov/).
6
6
7
-
As of March 2017, we maintain a styleguide for components used across the site at 18f.gsa.gov/styleguide.
7
+
### Style and style guide
8
+
9
+
18f.gsa.gov extends the [U.S. Web Design Standards](https://standards.usa.gov/) and [18F Brand guidelines](https://pages.18f.gov/brand/) to create a style that is professional, unique, and informative. The style guide, located at [18f.gsa.gov/styleguide/](https://18f.gsa.gov/styleguide/) documents the patterns and components used to create this theme.
Copy file name to clipboardExpand all lines: _about/index.md
+41-47Lines changed: 41 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,14 @@ layout: default-intro
6
6
lead: We help other government agencies build, buy, and share technology products.
7
7
banner_cta: true
8
8
subnav_items:
9
-
-
10
-
text: Our principles
11
-
permalink: /about/#our-principles
12
-
in_subnav: true
13
-
-
14
-
text: Our team
15
-
permalink: /about/#our-team
16
-
in_subnav: true
17
-
-
18
-
text: History and funding
19
-
permalink: /about/#history-and-funding
20
-
in_subnav: true
21
-
-
22
-
text: For press
23
-
permalink: /about/#for-press
24
-
in_subnav: true
9
+
- text: Our principles
10
+
permalink: /about/#our-principles
11
+
- text: Our team
12
+
permalink: /about/#our-team
13
+
- text: History and funding
14
+
permalink: /about/#history-and-funding
15
+
- text: For press
16
+
permalink: /about/#for-press
25
17
---
26
18
27
19
18F is an office within the [General Services Administration](https://www.gsa.gov/) (GSA) that collaborates with other agencies to fix technical problems, build products, and improve how government serves the public through technology.
@@ -30,37 +22,39 @@ subnav_items:
30
22
31
23
We strive to work in a modern way and use best practices on all our projects. Here's what that means to us:
32
24
33
-
<divclass="icon-list">
34
-
<figureclass="icon-list-image">{% include svg/icons/respect-icon.svg %}</figure>
35
-
<divclass="icon-list-text">
36
-
<p class="paragraph-bold">Respect for government workers</p>
37
-
<p>Civil servants have tremendous knowledge about what it takes to achieve their agency’s mission. We help clear technical and governmental hurdles to better serve the public.</p>
38
-
</div>
39
-
</div>
40
-
41
-
<divclass="icon-list">
42
-
<figureclass="icon-list-image">{% include svg/icons/user-centered-icon.svg %}</figure>
<p>We listen to real users to understand their needs and build things that will be useful to them — without sacrificing technical or regulatory requirements.</p>
46
-
</div>
47
-
</div>
48
-
49
-
<divclass="icon-list">
50
-
<figureclass="icon-list-image">{% include svg/icons/agile-icon.svg %}</figure>
51
-
<divclass="icon-list-text">
52
-
<p class="paragraph-bold">Agile methods</p>
53
-
<p>We help you move faster and adopt new approaches that reduce risk on your projects. We pay careful attention to what succeeds, and use metrics and feedback to inform what we build.</p>
54
-
</div>
55
-
</div>
56
-
57
-
<divclass="icon-list">
58
-
<figureclass="icon-list-image">{% include svg/icons/open-icon.svg %}</figure>
59
-
<divclass="icon-list-text">
60
-
<p class="paragraph-bold">Open technology</p>
61
-
<p>Our projects are designed and built in public. That means open source, open data, and open APIs. Working transparently helps us develop faster, make better decisions, provide code for many others to reuse, and keep costs low.</p>
62
-
</div>
63
-
</div>
25
+
<ulclass="icon-list-wrapper">
26
+
<liclass="icon-list">
27
+
<figure class="icon-list-image">{% include svg/icons/respect-icon.svg %}</figure>
28
+
<div class="icon-list-text">
29
+
<p class="p-bold">Respect for government workers</p>
30
+
<p>Civil servants have tremendous knowledge about what it takes to achieve their agency’s mission. We help clear technical and governmental hurdles to better serve the public.</p>
31
+
</div>
32
+
</li>
33
+
34
+
<liclass="icon-list">
35
+
<figure class="icon-list-image">{% include svg/icons/user-centered-icon.svg %}</figure>
36
+
<div class="icon-list-text">
37
+
<p class="p-bold">Human-centered design</p>
38
+
<p>We listen to real users to understand their needs and build things that will be useful to them — without sacrificing technical or regulatory requirements.</p>
39
+
</div>
40
+
</li>
41
+
42
+
<liclass="icon-list">
43
+
<figure class="icon-list-image">{% include svg/icons/agile-icon.svg %}</figure>
44
+
<div class="icon-list-text">
45
+
<p class="p-bold">Agile methods</p>
46
+
<p>We help you move faster and adopt new approaches that reduce risk on your projects. We pay careful attention to what succeeds, and use metrics and feedback to inform what we build.</p>
47
+
</div>
48
+
</li>
49
+
50
+
<liclass="icon-list">
51
+
<figure class="icon-list-image">{% include svg/icons/open-icon.svg %}</figure>
52
+
<div class="icon-list-text">
53
+
<p class="p-bold">Open technology</p>
54
+
<p>Our projects are designed and built in public. That means open source, open data, and open APIs. Working transparently helps us develop faster, make better decisions, provide code for many others to reuse, and keep costs low.</p>
55
+
</div>
56
+
</li>
57
+
</ul>
64
58
65
59
To learn more about how we work, explore [18F guides](https://pages.18f.gov/guides/).
0 commit comments