Getting rid of GitHub ribbon in exchange for a simple link

This commit is contained in:
Jeff Avallone
2014-12-15 11:05:37 -05:00
parent deb95ef123
commit 67a71289bc
3 changed files with 29 additions and 6 deletions
+9 -5
View File
@@ -22,7 +22,15 @@
<span>You thought you only had two problems&hellip;</span>
</div>
<nav></nav>
<nav>
<!--<ul>
<li><a href="#">Example</a></li>
<li><a href="#">Example</a></li>
</ul>-->
<a class="source" href="https://github.com/javallone/regexper">
<img src="/images/GitHub-Mark-32px.png" />Source on GitHub
</a>
</nav>
</header>
<section id="content">
@@ -39,10 +47,6 @@
</ul>
</footer>
<a href="https://github.com/javallone/regexper">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub">
</a>
<script src="/js/main.js"></script>
</body>
</html>