nist-software-theme 0.18 → 0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/head.html +5 -5
- data/_includes/header.html +6 -6
- data/_includes/scripts.html +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d4b5e0ef69752049bd57e1dad75f4872bd0313013003f5097139849c1df8574a
|
|
4
|
+
data.tar.gz: c3fc613b101322a32bc3b6fdcb71848721e0bb8e147f0b7fb1d8d54ad27d20c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 191e9f375f5b5ea69afad8ceb5d5d77d2b22fc8c0712af421522f92871af8d23fdf7be0e3af9c63b598a3e74b99c54ccc05335bb55d12afe05e325d746b17073
|
|
7
|
+
data.tar.gz: 56e86c9f3ed35d7ad1bc4e937a03a041d386a0a16dc2d85a9515f2ffdf14c0d00fd149c40f04064d074bedefd080695fd3884e5c5aac53e27a0c969e5add04db
|
data/_includes/head.html
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
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="
|
|
6
|
+
<link rel="shortcut icon" href="/opensource/assets/images/favicon.ico">
|
|
7
7
|
|
|
8
|
-
<link rel="stylesheet" href="
|
|
9
|
-
<link rel="stylesheet" href="
|
|
8
|
+
<link rel="stylesheet" href="/opensource/css/bootstrap/3.3.5/bootstrap.min.css" media="screen">
|
|
9
|
+
<link rel="stylesheet" href="/opensource/css/font-awesome/font-awesome.min.css" media="screen">
|
|
10
10
|
|
|
11
|
-
<link rel="stylesheet" href="
|
|
12
|
-
<link rel="stylesheet" href="
|
|
11
|
+
<link rel="stylesheet" href="/opensource/css/onelab/0.1.1/onelab.css" media="screen">
|
|
12
|
+
<link rel="stylesheet" href="/opensource/css/main.css" media="screen">
|
|
13
13
|
|
|
14
14
|
{% seo %}
|
|
15
15
|
</head>
|
data/_includes/header.html
CHANGED
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
<li id="data-portal">
|
|
19
19
|
<a class="navbar-normal" href="https://data.nist.gov" target="_blank">Data Portal</a></li>
|
|
20
20
|
<li id="explore"
|
|
21
|
-
{% if page.url == "/explore/" %} class="active"
|
|
22
|
-
{% endif %}><a class="navbar-normal" href="/explore/">Explore</a></li>
|
|
21
|
+
{% if page.url == "/opensource/explore/" %} class="active"
|
|
22
|
+
{% endif %}><a class="navbar-normal" href="/opensource/explore/">Explore</a></li>
|
|
23
23
|
|
|
24
24
|
<li id="about"
|
|
25
|
-
{% if page.url == "/about/" %} class="active dropdown"
|
|
25
|
+
{% if page.url == "/opensource/about/" %} class="active dropdown"
|
|
26
26
|
{% else %} class="dropdown"
|
|
27
|
-
{% endif %}><a class="navbar-normal" href="/about/">About</a>
|
|
27
|
+
{% endif %}><a class="navbar-normal" href="/opensource/about/">About</a>
|
|
28
28
|
<div class="dropdown-content">
|
|
29
|
-
<p><a class="navbar-normal" href="/about/using-github/">Using GitHub</a></p>
|
|
30
|
-
<p><a class="navbar-normal" href="/about/licenses/">Licensing</a></p>
|
|
29
|
+
<p><a class="navbar-normal" href="/opensource/about/using-github/">Using GitHub</a></p>
|
|
30
|
+
<p><a class="navbar-normal" href="/opensource/about/licenses/">Licensing</a></p>
|
|
31
31
|
<p><a class="navbar-normal" href="https://github.com/usnistgov/opensource">This Site</a></p>
|
|
32
32
|
</div>
|
|
33
33
|
</li>
|
data/_includes/scripts.html
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<!-- jQuery first, then Bootstrap JS. -->
|
|
2
|
-
<script src="
|
|
3
|
-
<script src="
|
|
2
|
+
<script src="/opensource/js/jquery-2.1.4.min.js"></script>
|
|
3
|
+
<script src="/opensource/js/bootstrap.min.js"></script>
|
|
4
4
|
|
|
5
|
-
<script src="
|
|
5
|
+
<script src="/opensource/js/anchor.min.js"></script>
|
|
6
6
|
<script>
|
|
7
7
|
anchors.add()
|
|
8
8
|
</script>
|