Skip to content

Commit 68bba8c

Browse files
committed
fix links to documentation sites and add ornl logo
1 parent 2280fb2 commit 68bba8c

File tree

6 files changed

+44
-34
lines changed

6 files changed

+44
-34
lines changed

header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="logo">
22
<a href="http://www.ornl.gov">
3-
<img src="https://standards.ornl.gov/wp-content/uploads/2017/09/ORNL-white.png" alt="ORNL">
3+
<img src="ornl-logo-white.png" alt="ORNL">
44
</a>
55
</div>
66

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h2> Funding </h2>
103103

104104
<script>
105105
$(function() {
106-
$("#news").load("https://mcvine.github.io/News.html #news");
106+
$("#news").load("https://mcvine.github.io/documentation/News.html #news");
107107
});
108108
mcvine.init();
109109
</script>

mcvine.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ body div.top{
3131
padding: 0px;
3232
width: 961px;
3333
}
34+
35+
#header div.logo img {
36+
height: 40px;
37+
padding: 3px 0 3px 12px;
38+
}
39+
3440
#page {
3541
width: 901px;
3642
min-height: 700px;

ornl-logo-white.png

11.3 KB
Loading

publications.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<script>
1515
$(function() {
16-
$("#page").load("https://mcvine.github.io/Publications.html #publications");
16+
$("#page").load("https://mcvine.github.io/documentation/Publications.html #publications");
1717
});
1818
mcvine.init();
1919
</script>

usage.html

Lines changed: 35 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ <h2>Documentation</h2>
2929

3030
<h3>Latest release</h3>
3131
<p>
32-
<a href="http://mcvine.github.io/releases/1.4.0/release-notes.html">Release 1.4.0 release notes</a>
32+
<a href="http://mcvine.github.io/documentation/releases/1.4.0/release-notes.html">Release 1.4.0 release notes</a>
3333
|
34-
<a href="http://mcvine.github.io/releases/1.4.0/Installation.html">Installation</a>
34+
<a href="http://mcvine.github.io/documentation/releases/1.4.0/Installation.html">Installation</a>
3535
|
36-
<a href="http://mcvine.github.io/releases/1.4.0/">Documentation</a>
36+
<a href="http://mcvine.github.io/documentation/releases/1.4.0/">Documentation</a>
3737
|
3838
<a href="https://github.com/mcvine/mcvine/releases/tag/v1.4.0">Source code</a>
3939
|
@@ -43,105 +43,109 @@ <h3>Latest release</h3>
4343

4444
<h3>In development (unstable)</h3>
4545
<p>
46-
<a href="http://mcvine.github.io/">Documentation</a>
46+
<a href="http://mcvine.github.io/documentation/release-notes.html">Release 1.4.0 release notes</a>
47+
|
48+
<a href="http://mcvine.github.io/documentation/Installation.html">Installation</a>
49+
|
50+
<a href="http://mcvine.github.io/documentation/">Documentation</a>
4751

4852

4953
<h3>Previous releases</h3>
5054
<p>
51-
<a href="http://mcvine.github.io/releases/1.3.2/release-notes.html">Release 1.3.2 release notes</a>
55+
<a href="http://mcvine.github.io/documentation/releases/1.3.2/release-notes.html">Release 1.3.2 release notes</a>
5256
|
53-
<a href="http://mcvine.github.io/releases/1.3.2/Installation.html">Installation</a>
57+
<a href="http://mcvine.github.io/documentation/releases/1.3.2/Installation.html">Installation</a>
5458
|
55-
<a href="http://mcvine.github.io/releases/1.3.2/">Documentation</a>
59+
<a href="http://mcvine.github.io/documentation/releases/1.3.2/">Documentation</a>
5660
|
5761
<a href="https://github.com/mcvine/mcvine/releases/tag/v1.3.2">Source code</a>
5862
|
5963
<a href="https://github.com/mcvine/mcvine/issues?q=milestone%3A%22Release+1.3.2%22">Changes</a>
6064

6165
<p>
62-
<a href="http://mcvine.github.io/releases/1.3.1/release-notes.html">Release 1.3.1 release notes</a>
66+
<a href="http://mcvine.github.io/documentation/releases/1.3.1/release-notes.html">Release 1.3.1 release notes</a>
6367
|
64-
<a href="http://mcvine.github.io/releases/1.3.1/Installation.html">Installation</a>
68+
<a href="http://mcvine.github.io/documentation/releases/1.3.1/Installation.html">Installation</a>
6569
|
66-
<a href="http://mcvine.github.io/releases/1.3.1/">Documentation</a>
70+
<a href="http://mcvine.github.io/documentation/releases/1.3.1/">Documentation</a>
6771
|
6872
<a href="https://github.com/mcvine/mcvine/releases/tag/v1.3.1">Source code</a>
6973
|
7074
<a href="https://github.com/mcvine/mcvine/issues?q=milestone%3A%22Release+1.3.1%22">Changes</a>
7175

7276
<p>
73-
<a href="http://mcvine.github.io/releases/1.3/release-notes.html">Release 1.3 release notes</a>
77+
<a href="http://mcvine.github.io/documentation/releases/1.3/release-notes.html">Release 1.3 release notes</a>
7478
|
75-
<a href="http://mcvine.github.io/releases/1.3/Installation.html">Installation</a>
79+
<a href="http://mcvine.github.io/documentation/releases/1.3/Installation.html">Installation</a>
7680
|
77-
<a href="http://mcvine.github.io/releases/1.3/">Documentation</a>
81+
<a href="http://mcvine.github.io/documentation/releases/1.3/">Documentation</a>
7882
|
7983
<a href="https://github.com/mcvine/mcvine/releases/tag/v1.3">Source code</a>
8084
|
8185
<a href="https://github.com/mcvine/mcvine/issues?q=milestone%3A%22Release+1.3%22">Changes</a>
8286

8387
<p>
84-
<a href="http://mcvine.github.io/releases/1.2.1/release-notes.html">Release 1.2.1 release notes</a>
88+
<a href="http://mcvine.github.io/documentation/releases/1.2.1/release-notes.html">Release 1.2.1 release notes</a>
8589
|
86-
<a href="http://mcvine.github.io/releases/1.2.1/Installation.html">Installation</a>
90+
<a href="http://mcvine.github.io/documentation/releases/1.2.1/Installation.html">Installation</a>
8791
|
88-
<a href="http://mcvine.github.io/releases/1.2.1/">Documentation</a>
92+
<a href="http://mcvine.github.io/documentation/releases/1.2.1/">Documentation</a>
8993
|
9094
<a href="https://github.com/mcvine/mcvine/releases/tag/v1.2.1">Source code</a>
9195
|
9296
<a href="https://github.com/mcvine/mcvine/issues?q=milestone%3A%22Release+1.2.1%22">Changes</a>
9397

9498
<p>
95-
<a href="http://mcvine.github.io/releases/1.2/release-notes.html">Release 1.2 release notes</a>
99+
<a href="http://mcvine.github.io/documentation/releases/1.2/release-notes.html">Release 1.2 release notes</a>
96100
|
97-
<a href="http://mcvine.github.io/releases/1.2/Installation.html">Installation</a>
101+
<a href="http://mcvine.github.io/documentation/releases/1.2/Installation.html">Installation</a>
98102
|
99-
<a href="http://mcvine.github.io/releases/1.2/">Documentation</a>
103+
<a href="http://mcvine.github.io/documentation/releases/1.2/">Documentation</a>
100104
|
101105
<a href="https://github.com/mcvine/mcvine/releases/tag/v1.2">Source code</a>
102106
|
103107
<a href="https://github.com/mcvine/mcvine/issues?q=milestone%3A%22Release+1.2%22">Changes</a>
104108

105109
<p>
106-
<a href="http://mcvine.github.io/releases/1.1.1/release-notes.html">Release 1.1.1 release notes</a>
110+
<a href="http://mcvine.github.io/documentation/releases/1.1.1/release-notes.html">Release 1.1.1 release notes</a>
107111
|
108-
<a href="http://mcvine.github.io/releases/1.1.1/Installation.html">Installation</a>
112+
<a href="http://mcvine.github.io/documentation/releases/1.1.1/Installation.html">Installation</a>
109113
|
110-
<a href="http://mcvine.github.io/releases/1.1.1/">Documentation</a>
114+
<a href="http://mcvine.github.io/documentation/releases/1.1.1/">Documentation</a>
111115
|
112116
<a href="https://github.com/mcvine/mcvine/releases/tag/v1.1.1">Source code</a>
113117
|
114118
<a href="https://github.com/mcvine/mcvine/issues?q=milestone%3A%22Release+1.1.1%22">Changes</a>
115119

116120
<p>
117-
<a href="http://mcvine.github.io/releases/1.1/release-notes.html">Release 1.1 release notes</a>
121+
<a href="http://mcvine.github.io/documentation/releases/1.1/release-notes.html">Release 1.1 release notes</a>
118122
|
119-
<a href="http://mcvine.github.io/releases/1.1/Installation.html#install-using-pkg-mgr">Installation</a>
123+
<a href="http://mcvine.github.io/documentation/releases/1.1/Installation.html#install-using-pkg-mgr">Installation</a>
120124
|
121-
<a href="http://mcvine.github.io/releases/1.1/">Documentation</a>
125+
<a href="http://mcvine.github.io/documentation/releases/1.1/">Documentation</a>
122126
|
123127
<a href="https://github.com/mcvine/mcvine/releases/tag/v1.1">Source code</a>
124128
|
125129
<a href="https://github.com/mcvine/mcvine/issues?q=milestone%3A%22Release+1.1%22">Changes</a>
126130

127131
<p>
128-
<a href="http://mcvine.github.io/releases/1.0.1/release-notes.html">Release 1.0.1 release notes</a>
132+
<a href="http://mcvine.github.io/documentation/releases/1.0.1/release-notes.html">Release 1.0.1 release notes</a>
129133
|
130-
<a href="http://mcvine.github.io/releases/1.0.1/Installation.html#install-using-pkg-mgr">Installation</a>
134+
<a href="http://mcvine.github.io/documentation/releases/1.0.1/Installation.html#install-using-pkg-mgr">Installation</a>
131135
|
132-
<a href="http://mcvine.github.io/releases/1.0.1/">Documentation</a>
136+
<a href="http://mcvine.github.io/documentation/releases/1.0.1/">Documentation</a>
133137
|
134138
<a href="https://github.com/mcvine/mcvine/releases/tag/1.0.1">Source code</a>
135139
|
136140
<a href="https://github.com/mcvine/mcvine/issues?q=milestone%3A%22Release+1.0.1%22">Changes</a>
137141

138142

139143
<p>
140-
<a href="http://mcvine.github.io/releases/1.0/releases/rel1.html#relnotes1.0">Release 1.0 release notes</a>
144+
<a href="http://mcvine.github.io/documentation/releases/1.0/releases/rel1.html#relnotes1.0">Release 1.0 release notes</a>
141145
|
142-
<a href="http://mcvine.github.io/releases/1.0/Installation.html#install-using-pkg-mgr">Installation</a>
146+
<a href="http://mcvine.github.io/documentation/releases/1.0/Installation.html#install-using-pkg-mgr">Installation</a>
143147
|
144-
<a href="http://mcvine.github.io/releases/1.0/">Documentation</a>
148+
<a href="http://mcvine.github.io/documentation/releases/1.0/">Documentation</a>
145149
|
146150
<a href="https://github.com/mcvine/mcvine/releases/tag/1.0">Source code</a>
147151
|

0 commit comments

Comments
 (0)