File tree 2 files changed +23
-1
lines changed
Documentation/themes/navy/layout/partial
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ <footer id="footer" class="wrapper">
2
+ <div class="inner">
3
+ <div id="footer-copyright">
4
+ © {{ moment(Date.now()).year() }} <a href="{{ config.authorLink }}" target="_blank">{{ config.author }}</a>
5
+ </div>
6
+
7
+ <div id="footer-links">
8
+ <a href="https://github.com/{{ config.github }}" class="footer-link" target="_blank"><i class="fa fa-github-alt"></i></a>
9
+ </div>
10
+ </div>
11
+ <a
12
+ style="position: fixed; background: #00529b; color: white; top: 0; right: 0; height: 70px"
13
+ href="https://www.kitware.com/careers"
14
+ >
15
+ <div style="position: relative; text-align: center;">
16
+ <div
17
+ style="margin-top: 5px; background: url(https://www.cmake.org/wp-content/uploads/2018/09/jobs_icon.png) no-repeat; background-size: 100%; width: 50px; height: 40px; margin: 5px auto 0;"
18
+ ></div>
19
+ <span style="padding: 5px 10px">Kitware is Hiring</span>
20
+ </div>
21
+ </a>
22
+ </footer>
Original file line number Diff line number Diff line change 51
51
"karma-tap" : " 4.2.0" ,
52
52
"karma-tap-pretty-reporter" : " 4.2.0" ,
53
53
"karma-webpack" : " 4.0.2" ,
54
- "kw-doc" : " 1.3.0 " ,
54
+ "kw-doc" : " 1.3.1 " ,
55
55
"kw-web-suite" : " 10.0.0" ,
56
56
"node-pre-gyp" : " 0.14.0" ,
57
57
"request" : " ^2.88.2" ,
You can’t perform that action at this time.
0 commit comments