guides_style_18f 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e1e33c548e3a927a1975558bca934f38a85f8b5
|
4
|
+
data.tar.gz: ec41b7c37fe07f0e338b853b7d93913237ef31f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b12ce349ea473506a320232c60f41839e80fa89480d933aa437a68f2193b4bd917f047168a627541e4aa9ae91520298e83175770b3beb98f6dfb12acb59eb3cc
|
7
|
+
data.tar.gz: 41ebc27e92c9a33ae03ec49ccbdc8e754af3f9b9078973f5a55b561ead6fcb17d120a2badf2019bfaf9b614e166afe161ba1368a29b75a935c7092229e0fea2d
|
data/assets/js/18f-guide.js
CHANGED
@@ -14,7 +14,6 @@ $(function() {
|
|
14
14
|
'https://github.com/18F/blog-drafts',
|
15
15
|
'https://github.com/18F/codereviews',
|
16
16
|
'https://github.com/18F/DevOps',
|
17
|
-
'https://github.com/18F/handbook',
|
18
17
|
'https://github.com/18F/Infrastructure',
|
19
18
|
'https://github.com/18F/staffing-and-resources',
|
20
19
|
'https://github.com/18F/team-api.18f.gov',
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<div class="usa-banner">
|
2
2
|
<div class="usa-accordion">
|
3
|
-
<
|
3
|
+
<div class="usa-banner-header">
|
4
4
|
<div class="usa-grid usa-banner-inner">
|
5
5
|
<img src="{{ site.baseurl }}/assets/uswds/img/favicons/favicon-57.png" alt="U.S. flag">
|
6
6
|
<p>An official website of the United States government</p>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<span class="usa-banner-button-text">Here's how you know</span>
|
10
10
|
</button>
|
11
11
|
</div>
|
12
|
-
</
|
12
|
+
</div>
|
13
13
|
<div class="usa-banner-content usa-grid usa-accordion-content" id="gov-banner">
|
14
14
|
<div class="usa-banner-guidance-gov usa-width-one-half">
|
15
15
|
<img class="usa-banner-icon usa-media_block-img" src="{{ site.baseurl }}/assets/uswds/img/icon-dot-gov.svg" alt="Dot gov">
|
@@ -33,14 +33,15 @@
|
|
33
33
|
</ul>
|
34
34
|
</nav>
|
35
35
|
<div class="usa-width-one-third">
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
36
|
+
<ul class="usa-unstyled-list">
|
37
|
+
<li class="usa-footer-primary-content">
|
38
|
+
Maintained by <a href="{{ site.author.url }}">{{ site.author.name }}</a>
|
39
|
+
</li>
|
40
|
+
<li class="usa-footer-primary-content">
|
41
|
+
Hosted by <a href="https://federalist.fr.cloud.gov/">Federalist</a>
|
42
|
+
</li>
|
43
|
+
</ul>
|
44
|
+
</div>
|
44
45
|
</div>
|
45
46
|
</div>
|
46
47
|
</footer>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: guides_style_18f
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Bland
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-05-
|
11
|
+
date: 2017-05-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -388,7 +388,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
388
388
|
version: '0'
|
389
389
|
requirements: []
|
390
390
|
rubyforge_project:
|
391
|
-
rubygems_version: 2.
|
391
|
+
rubygems_version: 2.5.1
|
392
392
|
signing_key:
|
393
393
|
specification_version: 4
|
394
394
|
summary: 18F Guides Template style elements
|