Add footer with the license info

This commit is contained in:
Dmitriy Simushev 2015-04-20 12:18:42 +00:00
parent 09c8cafeeb
commit 7b314fc65c
3 changed files with 28 additions and 0 deletions

View File

@ -15,3 +15,7 @@ There are several actions one should perform to build a local copy of the docs:
4. Build the site by running `node index.js`
Finally, static documentation site will be placed in `build` directory.
## License
[Creative Commons Attribution-ShareAlike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/) License.

View File

@ -1,3 +1,12 @@
html {
min-height: 100%;
position: relative;
}
body {
margin-bottom: 60px;
}
header {
margin-bottom: 30px;
}
@ -9,3 +18,13 @@ header {
pre {
background-color: #f8f8f8;
}
footer {
background-color: #f8f8f8;
border-top: 1px solid #e7e7e7;
bottom: 0;
height: 60px;
padding-top: 20px;
position: absolute;
width: 100%;
}

View File

@ -61,6 +61,11 @@
</div>
</div><!-- /.container -->
<footer class="footer">
<div class="container">
<div class="text-center license">The contents of this site is copyrighted by the Mibew Messenger project and licensed under the terms of <a href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License.</a></div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<!-- Placed at the end of the document so the pages load faster -->