Browse Source

add license to readme and site

pull/1/head
Brett Langdon 11 years ago
parent
commit
0e27f6d184
3 changed files with 20 additions and 12 deletions
  1. +10
    -0
      README.md
  2. +7
    -0
      contents/about.md
  3. +3
    -12
      contents/css/main.css

+ 10
- 0
README.md View File

@ -66,3 +66,13 @@ If you would like to contribute an article to http://theworstprogrammerever.com:
``` ```
4. Create a pull request to this repo to await review/merge 4. Create a pull request to this repo to await review/merge
5. Profit 5. Profit
# License
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img
alt="Creative Commons License" style="border-width:0"
src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work
is licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons
Attribution-ShareAlike 4.0 International License</a>.

+ 7
- 0
contents/about.md View File

@ -1,3 +1,10 @@
--- ---
view: none view: none
--- ---
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img
alt="Creative Commons License" style="border-width:0"
src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work
is licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons
Attribution-ShareAlike 4.0 International License</a>.

+ 3
- 12
contents/css/main.css View File

@ -135,8 +135,8 @@ footer {
footer .nav { footer .nav {
text-align: center; text-align: center;
margin-top: 5em;
margin-bottom: 3.5em;
margin-top: 1em;
margin-bottom: 1em;
} }
footer .nav a { footer .nav a {
@ -146,17 +146,8 @@ footer .nav a {
} }
footer .about { footer .about {
border-top: 1px dashed #d2d2d2;
padding: 2.2em 3em;
font-size: 0.7em; font-size: 0.7em;
-webkit-column-count: 3;
-moz-column-count: 3;
-ms-column-count: 3;
column-count: 3;
-webkit-column-gap: 2em;
-moz-column-gap: 2em;
-ms-column-gap: 2em;
column-gap: 2em;
text-align: center;
} }
footer .copy { footer .copy {


Loading…
Cancel
Save