mirror of
https://github.com/Mibew/docs.mibew.org.git
synced 2024-11-15 00:24:13 +03:00
Add footer with the license info
This commit is contained in:
parent
09c8cafeeb
commit
7b314fc65c
@ -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.
|
||||
|
@ -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%;
|
||||
}
|
||||
|
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user