nist-software-theme 0.1.0 → 0.15

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
  SHA256:
3
- metadata.gz: 1e634829aa6926421352e16e265366c42bd339784f0a84a360147405124a4cd2
4
- data.tar.gz: c0f65bf06562ff3462147d3929f93a6dc348ef4ac8fa23c49a7f8614dcde114b
3
+ metadata.gz: d7b835712d1195195060aaa94dcbf5848501d54cc12946e2b5446c0651e1cd74
4
+ data.tar.gz: da763fdade6276bc2ffb95cd0b3afa346741a41f9dfc13f51073f2dec31d7327
5
5
  SHA512:
6
- metadata.gz: 3cdffbf583475dbfae59ccca6139ab7b9a43b172756d7198de259327831d2a9755868c8fd0b2faa39bfa4825cdbaa61ccbede3f07374be7ba437260485e5f52f
7
- data.tar.gz: d070dca9686cecf9a80d5ac9faa04179139880358b89f31183a838989799dc14c1573b185952748213090b5a49e2b802c927f4c1189467b3580abc956d9134a8
6
+ metadata.gz: 7be69d6ad131f602dfd0ae22d9fba8fba5e000082dd221b267d4528844e68aed34b0f87bc1ac34924a0000e99a36a075a8c503befd7e4e76e29d197772cd93cf
7
+ data.tar.gz: 125595a146f28ab04ea13f131bd95e292b9d80241e03eeb873db7286f5bc210a9cf406b55ff4ec5fdb6d02db74df70f6cdf7c5cb62e194e7157a9f271caf2bd4
@@ -1,13 +1,12 @@
1
1
  <div id="footer-slim" class="footer">
2
- <div class="container">
3
-
4
- <hr />
2
+ <div>
5
3
 
4
+ <br />
6
5
  <br />
7
6
 
8
7
  <div class="row">
9
8
  <div class="col-md-12 subfooter">
10
- <a href="https://www.nist.gov/" target="_blank"><img src="https://www.zamzar.com/download.php?uid=c06b88d543148de31da191a19a71afd8-3b4d5011b26fcccb&targetId=2W6cmbYLK6NkBimBUflzV8YPHTZYfCY6&fileID=nist_logo_sidestack_rev.png" alt="NIST" border="0" /></a>
9
+ <a href="https://www.nist.gov/" target="_blank"><img src="https://data.nist.gov/sdp/assets/images/logo_rev.png" alt="NIST" border="0" /></a>
11
10
  <p> National Institute of Standards and Technology <br /> 100 Bureau Drive; Gaitherburg, MD 20899 </p>
12
11
  <p> Operated by the Office of Data and Informatics, for the <br /> National Institute of Standards and Technology. </p>
13
12
  </div>
@@ -3,14 +3,14 @@
3
3
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
5
 
6
- <link rel="shortcut icon" href="/assets/css/onelab/0.1.1/images/favicon.ico">
6
+ <link rel="shortcut icon" href="./assets/images/favicon.ico">
7
7
 
8
- <link rel="stylesheet" href="/assets/bootstrap/3.3.5/css/bootstrap.min.css" media="screen">
9
- <link rel="stylesheet" href="/assets/font-awesome/4.7.0/css/font-awesome.min.css" media="screen">
8
+ <link rel="stylesheet" href="./css/bootstrap/3.3./bootstrap.min.css" media="screen">
9
+ <link rel="stylesheet" href="./css/font-awesome/4.7.0/font-awesome.min.css" media="screen">
10
10
 
11
- <link rel="stylesheet" href="/assets/onelab/0.1.1/css/onelab.css" media="screen">
11
+ <link rel="stylesheet" href="./css/onelab/0.1.1/onelab.css" media="screen">
12
12
 
13
- <link rel="stylesheet" href="/assets/css/main.css" media="screen">
13
+ <link rel="stylesheet" href="./css/css/main.css" media="screen">
14
14
 
15
15
  {% include custom_head.html %}
16
16
  {% seo %}
@@ -22,7 +22,7 @@
22
22
  <a href="{{ node.url | prepend: site.baseurl }}">{{ node.title }}</a></li>
23
23
  {% endunless %}
24
24
  {% endfor %}
25
- <li id="github"><a href="https://github.com/usnistgov"><span class="fa fa-github fa-lg"></span></a></li>
25
+ <li id="github"><a href="https://github.com/usnistgov/opensource"><span class="fa fa-github fa-lg"></span></a></li>
26
26
  </ul>
27
27
  </div>
28
28
 
@@ -1,8 +1,8 @@
1
1
  <!-- jQuery first, then Bootstrap JS. -->
2
- <script src="/assets/js/jquery-2.1.4.min.js"></script>
3
- <script src="/assets/js/bootstrap.min.js"></script>
2
+ <script src="./js/jquery-2.1.4.min.js"></script>
3
+ <script src="./js/bootstrap.min.js"></script>
4
4
 
5
- <script src="/assets/js/anchor.min.js"></script>
5
+ <script src="./js/anchor.min.js"></script>
6
6
  <script>
7
7
  anchors.add()
8
8
  </script>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nist-software-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: '0.15'
5
5
  platform: ruby
6
6
  authors:
7
- - ODI
7
+ - Faical Yannick P. Congo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-22 00:00:00.000000000 Z
11
+ date: 2020-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: 12.3.3
55
55
  description:
56
56
  email:
57
- - gretchen.greene@nist.gov
57
+ - faical.congo@nist.gov
58
58
  executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []