Skip to content

Commit ee59bd7

Browse files
committed
Added license links and footer
1 parent 0c69df4 commit ee59bd7

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ NewtonScript.org
33

44
This is the repository for the [NewtonScript.org](http://newtonscript.org/) site.
55

6-
Improvements, corrections, additions, and translations are not only welcome, but highly encouraged. See the [CONTRIBUTING](CONTRIBUTING.md) document for details on how to appropriately and effectively submit improvements so that they are more likely to be accepted, keeping the process as smooth as possible for everyone.
6+
Improvements, corrections, additions, and translations are not only welcome, but highly encouraged. See the [CONTRIBUTING](CONTRIBUTING.md) document for details on how to appropriately and effectively submit improvements so that they are more likely to be accepted, keeping the process as smooth as possible for everyone.
7+
8+
This work is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).

css/basic.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,15 @@ h2 {
6363
}
6464
.metadata li {
6565
color: #999;
66-
}
66+
}
67+
footer {
68+
border-top: 5px solid #DDD;
69+
}
70+
footer p {
71+
color: #999;
72+
font-size: 0.75em; /* 12px @ 16px */
73+
padding-top: 1.5em;
74+
margin-left: 2.5em;
75+
}
76+
77+

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,5 +513,9 @@ <h2 id="docs">Documentation</h2>
513513
</dd>
514514
</dl>
515515
<!-- END DOCUMENTATION -->
516+
<footer>
517+
<p>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a><br>
518+
Contribute to this project on <a href="https://github.com/NewtonScript/newtonscript.github.com">GitHub</a> or follow us on Twitter <a href="https://twitter.com/newtonscript">@newtonscript</a></p>
519+
</footer>
516520
</body>
517521
</html>

0 commit comments

Comments
 (0)