Skip to content

Commit

Permalink
Added license, and link to getting it yourself
Browse files Browse the repository at this point in the history
  • Loading branch information
thenoviceoof committed Nov 26, 2011
1 parent 2fdd0de commit 1205542
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
20 changes: 20 additions & 0 deletions LICENSE
@@ -0,0 +1,20 @@
Copyright (c) 2011 Nathan Hwang

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ Hence, this project.

USAGE
--------------------------------------------------------------------------------
* fork
* fork this repo
* enable github pages
* hit the admin button on your
* you'll probably want to `git branch -D gh-pages`
Expand Down
1 change: 1 addition & 0 deletions _layouts/default.html
Expand Up @@ -7,6 +7,7 @@
</head>
<body>
<header>
<a href="https://github.com/thenoviceoof/level-up/blob/master/README.md" id="getitwhilehot">How can I get my own?</a>
<h1><a href="{{ page.url }}">{{ page.title }}</a></h1>
<h2>
<a href="http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer/">Leveling up as a developer</a>
Expand Down
6 changes: 6 additions & 0 deletions css/style.css
Expand Up @@ -64,6 +64,7 @@ header {
}

header h1 {
display:inline-block;
margin:0.2em;
font:bold 2em sans-serif;
}
Expand All @@ -73,6 +74,11 @@ header h2 {
font:italic 1.0em sans-serif;
}

#getitwhilehot {
display:block;
float:right;
}

/* body ---------------------------------------- */

#body {
Expand Down

0 comments on commit 1205542

Please sign in to comment.