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: 20aef5d5b8375f6a39797184e024940d1d638a43
4
- data.tar.gz: 484c34389840830defb2e1b2b6b202b15927c033
3
+ metadata.gz: 7e1e33c548e3a927a1975558bca934f38a85f8b5
4
+ data.tar.gz: ec41b7c37fe07f0e338b853b7d93913237ef31f4
5
5
  SHA512:
6
- metadata.gz: 5fb193bce3c99f1169be589ff7f181e78826b57a8055275c77ef92c8bd485200d8c02e160c7589f6d0bbc8902113eeb6afd104d00d114f0a43b95608fcaedd76
7
- data.tar.gz: b002ada6657a6af36c50e01b99e97612a5449f38714a964f1fa389d297f9f5dc143b3995c79f2f73de6af1d8922748584fcd173ddeeb1010b4b429692563a75c
6
+ metadata.gz: b12ce349ea473506a320232c60f41839e80fa89480d933aa437a68f2193b4bd917f047168a627541e4aa9ae91520298e83175770b3beb98f6dfb12acb59eb3cc
7
+ data.tar.gz: 41ebc27e92c9a33ae03ec49ccbdc8e754af3f9b9078973f5a55b561ead6fcb17d120a2badf2019bfaf9b614e166afe161ba1368a29b75a935c7092229e0fea2d
@@ -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
- <header class="usa-banner-header">
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
- </header>
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
- <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>
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>
@@ -22,7 +22,7 @@
22
22
 
23
23
  </div> <!-- /.container -->
24
24
 
25
+ {% guides_style_18f_include analytics.html %}
26
+ {% guides_style_18f_include scripts.html %}
25
27
  </body>
26
- {% guides_style_18f_include analytics.html %}
27
- {% guides_style_18f_include scripts.html %}
28
28
  </html>
@@ -1,5 +1,5 @@
1
1
  # @author Mike Bland (michael.bland@gsa.gov)
2
2
 
3
3
  module GuidesStyle18F
4
- VERSION = '1.0.1'
4
+ VERSION = '1.0.2'
5
5
  end
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.1
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-03 00:00:00.000000000 Z
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.6.11
391
+ rubygems_version: 2.5.1
392
392
  signing_key:
393
393
  specification_version: 4
394
394
  summary: 18F Guides Template style elements