Skip to content

Commit 1e087e4

Browse files
committed
doc(hiring): Add hiring sign
1 parent 66a0bad commit 1e087e4

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<footer id="footer" class="wrapper">
2+
<div class="inner">
3+
<div id="footer-copyright">
4+
&copy; {{ 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>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"karma-tap": "4.2.0",
5252
"karma-tap-pretty-reporter": "4.2.0",
5353
"karma-webpack": "4.0.2",
54-
"kw-doc": "1.3.0",
54+
"kw-doc": "1.3.1",
5555
"kw-web-suite": "10.0.0",
5656
"node-pre-gyp": "0.14.0",
5757
"request": "^2.88.2",

0 commit comments

Comments
 (0)