Navigation Menu

Skip to content

Commit

Permalink
Swapped the "get my own" for a "Fork Me" banner
Browse files Browse the repository at this point in the history
  • Loading branch information
thenoviceoof committed Dec 18, 2011
1 parent c8a1397 commit 886b93e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 4 additions & 1 deletion _layouts/default.html
Expand Up @@ -7,7 +7,6 @@
</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.homepage }}">{{ 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 All @@ -16,6 +15,10 @@ <h2>
</h2>
</header>

<a href="https://github.com/thenoviceoof/level-up">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub">
</a>

<div id="body">
{{ content }}
</div>
Expand Down
5 changes: 0 additions & 5 deletions css/style.css
Expand Up @@ -74,11 +74,6 @@ header h2 {
font:italic 1.0em sans-serif;
}

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

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

#body {
Expand Down

0 comments on commit 886b93e

Please sign in to comment.